/* CSS Document 

/***************************************************************************************/
/*  MAIN OUTER PANEL
/***************************************************************************************/

#outer{
	background-color: 		white;
	border-top: 				1px solid #FFF;
	border-right: 				1px solid #333;
	border-bottom: 			1px solid #333;
	border-left: 				1px solid #FFF;
	color: 						Black;
	margin:						30px auto;
	width: 						850px;		
}

/***************************************************************************************
/*  TOP BANNER
/***************************************************************************************/

#banner {
	background: 				#396d38 url(../images/topban.jpg) no-repeat;
	border-bottom:				1px solid white;
	height: 						200px;
	width: 						850px;
}

/***************************************************************************************/
/*  TOP STRAP LINE (Business Name and Location)
/***************************************************************************************/

#topstrap {
	background: 				#92ffff url(../images/topgrad.gif) repeat-x top; 	
	height: 						30px;
	width: 						850px;
}

#topstrap p {
	font-size: 					10px;
	font-weight: 				bold;
	margin:						0 0 5px 0;
	padding: 					6px 10px 0 20px;
	text-align: 				right;
	text-transform: 			uppercase;
}

/***************************************************************************************/
/*  NAVIGATION BAR WITHIN MAIN CONTENT PANEL
/***************************************************************************************/

#nav {
	border-bottom: 			1px solid #445522;
	margin-bottom:				20px;
	padding: 					18px 0 9px 0;
	width: 						580px;
}

#nav ul {
	margin: 						0;
	padding:						0;
}

#nav ul li {
	display: 					inline; 
}

#nav ul li a, #nav ul li a:visited {
	font-family: 				Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 					12px;
	font-weight: 				normal;
	text-decoration: 			none;
}
	
/***************************************************************************************
/*  MAIN CONTENT 
/***************************************************************************************/

#content {
	margin-top: 				0px;
	margin-right:				35px;
	padding-left:				240px;
	padding-bottom:			20px;
	width: 						575px;		
}

#content.bg1 {
	background-image: 		url(../images/sidebar1.jpg);
	background-repeat: 		no-repeat;
}

#content.bg2 {
	background-image: 		url(../images/sidebar2.jpg);
	background-repeat: 		no-repeat;
}

#content.bg3 {
	background-image: 		url(../images/sidebar3.jpg);
	background-repeat: 		no-repeat;
}

#content p {
	text-align: 				left;
}

#content label {
	display:						inline;
	float:						left;
	margin-left:				-150px;
	width:						150px;
}

/***************************************************************************************/
/*  TABLES
/***************************************************************************************/

#content table {
	text-align: 				center;
	width: 						100%;
}

#content table.rates {
	border-right: 				1px solid #CCC;
	border-bottom: 			1px solid #CCC; 
	border-collapse: 			collapse;
	margin-top: 				18px;
	margin-bottom: 			18px;
	width: 						545px;
}

#content th {
	background-color: 		#009193;
	color: 						white;
	border-left: 				1px solid;
	padding-top:				6px;
	padding-bottom:			6px; 
}

#content th.nowrap {
	white-space: 				nowrap;
}

#content td {
	background-color: 		#e1ffff;
	border-left: 				1px solid White; 
	border-bottom:				1px solid White;
	vertical-align: 			middle;
}	

#content table.rates p {
	padding: 					10px 15px 10px 15px;
}
	
/***************************************************************************************/
/*  PAGE FOOTER
/***************************************************************************************/
	
#footer{
	background: 				#c0d8c0 url(../images/botbanner.gif) repeat top;
	border-top: 				1px solid #FFFFFF; 
	clear: 						both;
	height: 						33px;
	text-align: 				center;
	width: 						850px;
}

#footer p {
	font-size: 					11px;
	font-weight: 				bold;
	letter-spacing: 			2px;
	padding-top: 				7px;
	text-align: 				center;
	text-transform: 			uppercase;
}

/***************************************************************************************
/*  MISCELLANEOUS
/***************************************************************************************/

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

p.seologo {
	border:						0px none;
	margin-top:					250px;
	text-align: 				center;
}

p.seologo img {
	border:						0px none;
	margin:						20px;
	vertical-align: 			middle;
}
