/*CSS Document*/

/*****Container for entire page of site*********/
#container {
	padding: 0px;
	height: 457px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#container2 {
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
div .right	{
	float: right;
}
/*********************************************************/
/*****************TAG SECTION*****************************/
/*********************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/index_pics/teal_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F0F4F7;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-color: #e3e3e3;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 10px;
	line-height: 20px;
	margin: 0px 0px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/*********************************************************/
/*****************HEADER SECTION**************************/
/*********************************************************/
#header {
	height: 80px;
	width: 800px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
}
#headerNav {
	float: left;
	height: 60px;
	width: 530px;
	padding: 5px 10px;
}
#logo {
	float: left;
	height: 60px;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#topGrey {
	line-height: 6px;
	background-color: #abada7;
}


/*********************************************************/
/*******************MAIN BODY*****************************/
/*********************************************************/
/*#leftNavBox {
	background-color: #eeeeee;
	float: left;
	height: 250px;
	width: 250px;
}*/

#indexPic {
	/*background-color: #006699;*/
	float: left;
	height: 250px;
	width: 550px;
}
#content {
	background-color: #FFFFFF;
	float: right;
	height: auto;
	width: 550px;
	padding: 10px;
	border: 1px solid #003366;
	margin: 10px 5px 10px 5px;
}
#bottomGrey {
	background-color: #ABADA7;
	line-height: 6px;
	width: 800px;
	font-size: 6px;
	clear: both;
}
#bottomLeftCorner {
	background-color: #006699;
	height: 115px;
	width: 250px;
	float: left;
}
#bottomRightCorner {
	padding: 10px;
	float: right;
	height: 95px;
	width: 530px;
}
/*********************************************************/
/******************MAIN STYLES****************************/
/*********************************************************/

#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
#header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
#footer {
	background-color: #336699;
	height: 100%;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	clear: both;
}
#footer a, a:active, a:link, a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#footer a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
/*****************  LEFT NAVIGATION  ***********************/
ul	{
	list-style-type:none;
	display:block;
	
}
#leftNavBox2 {
	float: left;
	margin: 10px 0px 5px 0px;
	border: 1px solid #666666;
	border-width: 1px 1px 1px 0px;
	background-color: #ffffff;
}
#leftNavBox2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*display:block;*/
	/*background-color:#eeeeee;*/
	/*display:inline;*/
	
}
#leftNavBox2 li	{
	display:inline;
	width: 175px;
	height:100%;
	display: block;
	margin:0px 0px -2px 0px;
	padding:0px 0px 0px 0px;
	/*border: 1px solid #ffffff;
	border-width:0px 0px 1px 0px;*/
}
#leftNavBox2 li a, li a:active, li a:link, li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding-left: 5px;
	
}
#leftNavBox2 li a:hover  {
	text-decoration: none;
	background-color: #e3e3e3;
}
#leftNavBox2 ul ul li a	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #003366;
	background-color: #e3e3e3;
}

#leftNavBox2 ul ul ul	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#leftNavBox2 ul ul ul li a	{
	/*margin: 0px 0px 0px 8px;*/
	padding: 0px 0px 0px 15px;
	border-bottom: 0px solid #003366;
	text-decoration:underline;
	background-color: #eeeeee;
	
}