html, body {
   margin: 0;
   padding: 0;
   height: 100.02%; /* mozilla scrollbar */
}
body {
   font: 14px Verdana, Helvetica, Arial, sans-serif;
   line-height: 17px;
   color: #333333;   
   background: #efefef;
   text-align: center; /* keeps page centered in IE */
   width: 100%;
   min-width: 790px;
}

/*------------------------Links------------------------*/
a:link, a:visited, a:active {
   color: #333333;
   text-decoration: underline;
   outline: none;/*IE remove dashed border*/
}
a:hover {
   color: #cccccc;
   text-decoration: underline;
  }
a:focus {
	-moz-outline-style: none;/*Moz remove dashed border*/
} 

/*------------------------Layout------------------------*/
#wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bg_head_and_body.jpg) repeat-x;	
}
#header {
	width: 790px;	
	padding: 0;
	height: 137px;
	margin: 0 auto;	
	text-align: center;
}

/*------------------------Main Nav------------------------*/
#navbar {	
	width: 519px;
	height: 42px;
	margin-top: 102px;
	margin-left: 5px;
	float: left;
}
#navbar ul {
	padding: 0;
	margin: 0;	
}

#navbar a, #navbar li {
	font: 15px Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
	text-decoration: none;
}
#navbar a:hover {
	color: #ffae0c;
	text-decoration: none;
}
#navbar li {
	list-style-type: none;
	float: left;	
	padding-right: 17px;
}
body#home li.home a, body#what li.what a, body#work li.work a, body#who li.who a, body#contact li.contact a, body#news li.news a {
	color: #ffffff;
	background: url(../images/selected.jpg) no-repeat center bottom;
	padding: 21px 0;
}

#logo {
	margin-top: 23px;
	float: right;
}

/*------------------------Main Content------------------------*/
#content {    
	margin: 0 auto;
	width: 790px;	
	text-align: left;
	padding-top: 10px;
}
#contentleft {
	width: 531px;
	float: left;
}
#contentright {
	width: 248px;
	float: right;
}
#contentleft h1, #contentright h1 {
	margin: 10px 0 5px;
}
.contentPadding { /*counteracts box model problem*/
	padding: 0 5px 15px;
}	

/*------------------------Footer------------------------*/
#footer {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 11px;
	background: url(../images/bg_footer.jpg) repeat-x #232323;
	padding: 15px 0 16px 0;
	color: #999999;
}	
#footer a:link, #footer a:visited, #footer a:active {
    color: #999999;
    text-decoration: none;
    padding: 0 5px;
}
#footer a:hover {
    color : #ffae0c;
}

  
/*------------------------Headings------------------------*/  
h1, h2, h3, h4 {
   padding: 0 0 7px 0;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-weight:bold;
}
h2 {
   font-size: 14px;
   padding: 0;
}
h3 {
   font-size: 13px;  
   padding: 0; 
}
h4 {
   font-size: 9px;  
   text-align: center;  
}

.divider {
	margin: 10px 0 20px 0;
	padding: 3px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}	

/*Lists*/
#content ul {
   margin-left: 0;
   padding-left: 15px;
   list-style-type: none;
}
#content li {
   list-style-image: url(../images/bullet.gif);
   padding: 0px;
   margin: 0 0 0 15px;
}

/*Extras and Forms*/
.highlight {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px 5px 10px 10px;
	margin-bottom: -15px;
}
.center {
	text-align: center;
} 
.img {
	border: 1px solid white;
	margin-bottom: -3px;
}
.inputbox {
	background-color: #748A99 !important;
	border: 1px solid white;	
	font-size: 9px;
	color: white;
	padding: 2px 0 2px 3px;
	margin-bottom: 8px;
}
.form {
	margin: 0;
	padding: 0;
	padding: 19px 28px 0 0;
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	float: right;
}
.form a {
	text-decoration: none;
}
.errortext {
	border: 1px solid #ff0000;
	background-color: #ffcccc;
	text-align: center;
	color: #333333;
	font-size: 10px;
	padding: 5px 0 8px 0;
}
input, textarea {
	border: 1px solid #999999;
	}

.button {
	background-color: #333333;
	padding: 2px 10px 2px 10px;
	color: #ffffff;
	font: 12px Verdana, Helvetica, Arial, sans-serif;	
}
.button:hover {
	color: #cccccc;
	
}

/* RSS Feed */
.rss-box {
	/* margin: 10px 5%;
	 padding: 4px 8px;

	 background-color: #ededed;
	 border: 2px dashed #7485CA;*/
}
.rss-title, rss-title a {
   	/*font-family: Verdana, Helvetica, Arial, sans-serif;
   	font-weight:bold;
	padding: 0;
	font-size: 14px;*/
}
#content ul.rss-items {
	/*list-style: none;*/
}
#content li.rss-item {
	list-style: none;
	margin-left: -15px;
	padding-bottom: 10px;
}
.rss-items {
}
.rss-item  {
   	font-family: Verdana, Helvetica, Arial, sans-serif;
   	font-weight: normal;
	padding: 0;
	font-size: 14px;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
   	font-family: Verdana, Helvetica, Arial, sans-serif;
   	font-weight: normal;
	padding: 0;
	font-size: 14px;
	}
.rss-item a:hover { 
	/*text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;*/
	}
.rss-date {
	font-size: 10px;
	font-weight : normal;
	}