/* CSS Document 

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

#outer{
	background-color: 		#efffd9;
	border-top: 				1px solid #FFF;
	border-right: 				1px solid #333;
	border-bottom: 			1px solid #333;
	border-left: 				1px solid #FFF;
	color: 						Black;
	margin:						20px auto;
	width: 						750px;		
}

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

#banner {
	background: 				#396d38 url(../images/topban.jpg) no-repeat;
	height: 						125px;
	width: 						750px;
}

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

#topstrap {
	background: 				#396d38 url(../images/topgrad.gif) repeat-x top;
	height: 						25px;
	text-align: 				left;
	width: 						750px;	
}

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

/***************************************************************************************/
/*  LEFT SIDEBAR (logo or image)
/***************************************************************************************/

#sidebar {
	background: 				url(../images/sidebar.jpg) no-repeat center top;
	float: 						left;
	height: 						300px;
	margin:						0 auto 0 auto;
	text-align: 				center;
	width: 						180px;  
}

#sidebar .image {
	border: 						0px none;
	margin: 						25px 0 0 0;
	text-align: 				center;
}

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

#nav {
	border-bottom: 			1px solid #003333;
	float:						right;
	padding: 					18px 0 9px 0;
	width: 						570px;
}

#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: 					11px;
	font-weight: 				bold;
	text-decoration: 			none;
}
	
/***************************************************************************************
/*  MAIN CONTENT 
/***************************************************************************************/

#content {
	float: 						right;
	margin-top: 				20px;
	padding: 					0 20px 20px 0;
	width: 						550px;		
}

#content p, #content li {
	text-align: 				justify;
}

#content ul {
	list-style: 				disc;
	list-style-position: 	inside;
}

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

/***************************************************************************************/
/*  PAGE FOOTER
/***************************************************************************************/
	
#footer{
	background: 				#396d38 url(../images/botgrad.gif) repeat-x top;
	border-top: 				1px solid #066; 
	clear: 						both;
	height: 						30px;
	text-align: 				center;
	width: 						750px;
}

#footer p {
	font-size: 					10px;
	font-weight: 				bold;
	letter-spacing: 			2px;
	margin:						0 0 5px 0;
	padding: 					6px 0 0 0;
	text-align: 				center;
	text-transform: 			uppercase;
}

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

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

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


