/* Text Styles
=====================================================================*/
h1, h2 {
	color:#13437E;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color:#FF0000;
	font-size: 14px;
}

/* Layout Styles
=====================================================================*/
.padding {
	padding: 10px;
}
body {
	color: #2A2A2A;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}
body#content {
	text-align: left;
}
#container {
	background: url('/img/site/background.jpg');
	border: 1px solid #999999;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#header {
/*	background: url('/img/site/header.gif');*/
	background-color: #FFF;
	height: 91px;
	width: 800px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	color: #000;
	display: block;
	font-size: 30px;
	font-family: Lucida Sans Unicode, Verdana, Arial, sans-serif;
	padding-top: 25px;
	text-align: center;
	height: 91px;
	outline: none;
	/*text-indent: -9999px;*/
	width: 800px;
}
#primary_navigation {
	/*background: url('/img/site/navBar.gif');*/
	background-color: #11488C;
	height: 42px;
	width: 800px;
}
#colL {
	clear: left;
	float: left;
	width:166px;
}
#content {
	float:left;
	width: 634px;
}
#content a:link, #content a:visited, #content a:active {
	color: #13437E;

}

#content a:hover {
	color: #666;
	
}
a.title:link, a.title:visited, a.title:active {
font-size: 14px;
color: #13437E;
}
a.title:hover {
font-size: 14px;
color: #666;
}
#footer {
	background: #13437E;
	color: #fff;
	clear:both;
	padding: 5px;
	text-align: center;
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}

form label {
	display: block;
	margin-top: 10px;
}

form input[type=submit] {
	margin-top: 10px;
}


/* Navigation Styles
=====================================================================*/

#nav {
	z-index: 2;
}

ul#navigation {
	z-index: 2;
	margin: 0px;
	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 0; /* set 1px less than menu width */
	top: 30px;
}

ul#navigation li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #11488C; /* IE6 bug */
	padding: 10px 5px 5px 5px;
	font-size: 14px;
	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigation li a:hover {
	color: #eee;
	background-color: #11488C;
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	background-color: #e6e6e6;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	text-align: left;
	
}
ul#navigation li ul li a:hover {
	background-color: #11488C;
	color: #fff;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	text-align: left;
	
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	width: 98px;/*106*/
	text-align: center;
}

#copyright {
width: 800px;
color: #000;
font-size: 10px;
margin: 0 auto;
}
#copyrightL {
width: 49%;
float: left;
text-align: left;
}
#copyrightR {
width: 49%;
float: right;
text-align: right;
}
a.sephone:link, a.sephone:visited, a.sephone:active {
color: #000;
}
a.sephone:hover {
color: #ccc;
}
