/* CSS Document 
/***************************************************************************************
/*  OUTER CONTAINER	
/***************************************************************************************/

#container {
	border-top: 		1px solid silver;
	border-right: 		1px solid silver;
	border-bottom:		0px solid silver;
	border-left: 		1px solid silver;
	margin: 				20px auto;
	width:				798px;
}

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

#banner {
	background: 		#9dc97c url(../images/banner.jpg) no-repeat top left;
	height: 				125px;
}

/***************************************************************************************
/*  TOP NAVIGATION BAR
/***************************************************************************************/

#nav {
	background: 		white url(../images/tabs.gif) no-repeat bottom;
	height: 				31px;
	text-align:			left;
}

#nav ul {
	margin: 				0px;
	padding-left:		0px;
	padding-top:		6px;
	text-align:			left;
}

#nav li { 
	display: 			inline;	
	float:				left;
	text-align:			center;
	width:				114px;
}

#nav li a, #nav li a:visited,
#nav p a, #nav p a:visited  {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			10px;
	font-weight:		bold;
}

#nav a:hover {
	text-decoration:	none;
}

/***************************************************************************************
/*  LEFT SIDEBAR
/***************************************************************************************/

#sidebar {
	float:				left;
	text-align:			left;
	width:				276px;
}

#sidebar ul {
	list-style: 		disc inside;
	margin-top:			0px;
	text-indent: 		-25px;
}

#sidebar h1 {
	font-size:			13px;
	font-weight:		bold;
	text-indent:		25px;
}

/***************************************************************************************
/*  MAIN CONTENT 
/***************************************************************************************/

#content {
	background: 		url(../images/sidebar.gif) repeat-y;
	padding:				24px 25px 25px 0px;
	text-align:			left;
	width:				773px;
}

#content ul.in25 {
	list-style: 		disc inside;
	margin-top:			9px;
	margin-bottom:		9px;
	text-indent:		25px;
}

#content ul.in25 li {
	padding:				4px 0 4px 0;
}

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

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

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

/***************************************************************************************
/*  BOTTOM BANNER
/***************************************************************************************/

#footer {
	background: 		url(../images/footer.gif) repeat-x;
	height:				30px;
	width:				798px; 
	
}

#footer p {
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			9px;
	font-weight:		bold;
	padding:				6px 0 0 0;
	text-align: 		center;
}

#footer a:hover {
	text-decoration: 	none;
}

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

