@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	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 */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1001px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-width: 1001px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0px 0px 0px 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. */
}
.oneColFixCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	background-image:url(images/content-bg.gif);
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
	
}

.oneColFixCtrHdr #mainContent p{
	background: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	
}

.oneColFixCtrHdr #mainContent li{
	background: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	
}

.bullet {

	list-style-image: url(images/bullet-small.gif);
	
	}

.oneColFixCtrHdr #mainContent strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #804F36;
	font-weight:bold;
	
}

.oneColFixCtrHdr #mainContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #215D83;
	
}

.unitimg{
	margin: 1px;
	padding: 2px;
	border: 1px solid #000000;	
	
}


.oneColFixCtrHdr #mainContent h2{
    
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #215D83;
	height: 25px;

}
a:active {
	font-weight: bold;
	color: #660000;
}

.oneColFixCtrHdr #mainContent a:hover{
	color:#990000;
	text-decoration: none;	
}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 18px;
}



#pageframe {
	min-width: 1001px;
	background-image: url(images/top-bg.jpg);
}
.oneColFixCtrHdr #pageframe #logo {
	width: 548px;
	float: left;
}

.oneColFixCtrHdr #mainContent a{
	color: #333333;
	text-decoration: none;	
}
.oneColFixCtrHdr #pageframe #topbar {
	height: 72px;
	width: 950px;
	align: center;
}
.oneColFixCtrHdr #pageframe #phone {
	float: left;
	width: 350px;
}


#pageframebottom {
	background-image: url(images/bottom-bg.jpg);
	min-width: 1001px;
	height: 75px;
	
}

.footertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	padding-top: 24px;
	line-height: 22px;
	
}

.footertext a{
	color:#FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #nav {
	background:#DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.righttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666
	
}

#right p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666
	
}



/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:134px;
			width:1001px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:0px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-30px;
			top:150px;
			}	
		#nextBtn{ 
			left:918px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(images/btn_next.gif) no-repeat 0 0;	
			}								
	
	/* // slider */	

