body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font:13px/18px Tahoma, Arial, Helvetica, sans-serif;
	background:#919191 url(../media/bg-body.gif) repeat-y 50% 0;
	color:#333;
}


img{border:0;}
.win.ff3 body{padding:0 1px 0 0;}



.twoColFixRtHdr #container { 
	width: 1006px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;

} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





.navbar-shadow {
	height:6px;
	overflow:hidden;
	background: url(../media/nav-shadow.gif) repeat-x;	
	margin: 0;
	padding: 0;
}




.search {
	float:right;
	width:120px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font:bold 12px/30px Lucida Grande, Arial, Helvetica, sans-serif;
	background-image: url(../media/search.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
.search:hover {text-decoration:underline;}





.twoColFixRtHdr #mainContent { 
	margin: 20px 320px 120px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 








#mainContent a {
	font:13px/17px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:underline;
}

#mainContent a:hover {
	font:13px/17px Tahoma, Arial, Helvetica, sans-serif;
	color:#cc0000;
	text-decoration:underline;
}

#mainContent ul {
	margin: 3px 0 30px 20px;
	padding: 0 0 0 0;
}


p {margin:0 0 12px;}

h1 {
	color:#655c50;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

h2 {
	color:#ae9638;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}






.strapline {
	color:#ae9638;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	font-style: italic;
}


/*footer*/
.footer {	
	clear:both;
	height:1%;
	overflow:hidden;
	background: url(../media/nav-bg.gif) repeat-x;	
}




ul.menu {float:left;}

.footer ul {
	margin:0 0 0 9px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}

.footer ul li {
	float:left;
	background:url(../media/separator01.gif) no-repeat 0 8px;
	padding:0 10px 0 11px;
	margin:0 1px 0 -1px;
	font:bold 12px/30px Lucida Grande, Arial, Helvetica, sans-serif;
}
.footer ul a {
	color:#fff;
	text-decoration:none;
}
.footer ul a:hover {text-decoration:underline;}


.subfooter{
	padding:0;
	margin: 0;
}


.telephone {
	float:right;
	width: 220px;
	margin: 0;
	padding: 30px 40px 10px 0;
	font: 20px/20px Tahoma, Arial, Helvetica, sans-serif;
	color:#686868;
	background-image: url(../media/telephone.jpg);
	background-repeat: no-repeat;
	background-position: -10px 0;
	text-align:right;

}





.usps {
	color:#655c50;
	float:left;
	margin: 0;
	padding: 0;

}

.usps ul {
	margin: 0;
	padding: 12px 0 0 46px;
	list-style:disc;

}



.certification {
	float:left;
	margin: 0;
	padding: 0 30px 20px 20px;

}




.twoColFixRtHdr .sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
}






.news {
	font:bold 14px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#655c50;
	padding: 20px 20px 60px 20px;
	margin: 0;
	background:#fff url(../media/news-bg1.jpg) repeat-x;
	background-position:center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddbd6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.news p {
	font:13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	margin: 0 0 4px 0;
}

.news a {
	font:13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}

.news a:hover {
	font:13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:underline;
}




.newsfloat {
	float:right;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}




.searchresults {
	font:bold 14px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#655c50;
	margin: 0;
	padding: 0;
	}

.searchresults a {
	font:13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

.searchresults a:hover {
	font:13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:underline;
	margin: 0;
	padding: 0;	
}


.searchresults ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.searchresults li {
	background-image: url(../media/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}








.newsarchive {
	font:bold 14px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#655c50;
	background:#fff url(../media/news-bg2.jpg) repeat-x;
	margin: 0;
	padding: 30px 20px 30px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddbd6;
}

.newsarchive a {
	font:13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}

.newsarchive a:hover {
	font:13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:underline;
}


.newsarchive ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.newsarchive li {
	background-image: url(../media/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}

.newsdate {
	color:#ae9638;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}



.homebullet {
	font:13px/16px Tahoma, Arial, Helvetica, sans-serif;
	list-style:none;
}

.homebullet ul {
	margin: 0;
	padding: 0;
	list-style:none;
}


.homebullet li {
	background-image: url(../media/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
	padding: 0 0 0 20px;
	margin: 0 0 18px 0;
}

.homebullet li a:hover {
	background:#dedede
}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.searchtitle {
	color:#655c50;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}

.subtitle {
	color:#ae9638;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.textfield {
	width: 450px;
	border: 1px solid #999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
}
.textfield2 {
	width: 450px;
	border: 1px solid #999;
	background: #cec088;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
}
.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}
.red {
	margin:0 0 12px;
	color: #C00;
	font-weight: bold;
}


.verticalspace {
	margin:250px 0 0 0;
}



.newssubtitle {
	color:#666;
	margin:0;
	padding:0;
	font:13px/18px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

