/* CSS Document 

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

#outer{
	background-color: 			#fedcfc;
	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: 						900px;		
}

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

#banner {
	background: 				#fedcfc url(../images/topban.jpg) no-repeat;
	height: 					200px;
	width: 						900px;
}

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

#topstrap {
	background: 				#6c0361;
	height: 						30px;
	width: 						900px;	
}

#topstrap p {
	background: 				transparent;
	color:						white;
	font-size: 					10px;
	font-weight: 				bold;
	margin:						0 0 5px 0;
	padding: 					6px 25px 0 20px;
	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: 						675px;
}

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

#nav ul li {
	display: 					inline; 
}

#nav ul li a, #nav ul li a:visited {
	font-size: 					12px;
	font-weight: 				bold;
	text-decoration: 			none;
}
	
/***************************************************************************************
/*  MAIN CONTENT 
/***************************************************************************************/

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

#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:						18px auto 18px auto;
	width: 						500px;
}

#content th {
	background-color: 		#6c0361;
	border-left: 				1px solid #ffeefe; 
	border-bottom:				1px solid #ffeefe;
	color:						white;
	font-size:					10px;
	line-height:				14px;
	padding:						3px 0 3px 0;
}

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

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

#content table.rates p {
	padding: 					10px 15px 10px 15px;
}
	
/***************************************************************************************/
/*  PAGE FOOTER
/***************************************************************************************/
	
#footer{
	background: 				#6c0361;
	border-top: 				1px solid #510249; 
	clear: 						both;
	height: 						30px;
	text-align: 				center;
	width: 						900px;
}

#footer p {
	background:					transparent;
	color:						white;
	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
/***************************************************************************************/

#banner1 {
	background-color: 		#fee8ff;
	border: 						3px dotted #510249;
	margin:						18px auto 18px auto;
	padding:						10px;
	width:						350px;
}

#banner1 p {
	color:						#510249;
	font-weight:				bold;
	text-align: 				center;
}

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

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

