/* Modify styles within this file to override styles within base.css file 
 * 
 **/
body{
	width: 1100px;
	margin-top:0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#02336A;
}

/*Main table framework*/
#maintable{
	width: 100%;
	background-color:#FFFFFF;
	border:1px solid #333333;
}

#maintable td{
	font-size: 12px;
}

#header{
	color:#FFFFFF;
	background-color:#FFFFFF;
	text-align:left;
	padding:0px;
	padding-bottom:0px;
	border-bottom:1px solid #333333;
}

#header a{

}

#header a:hover{

}

#middleleft{
}

#middleleftnomenu{
}

#middlecenter{
	padding:0px;
}

#middleright{
}

#footer{
}

/*Left menu components*/
div.menu {
	background-color:   white;
	margin:				15px;
	border:   			1px solid #CCCCFF;
	padding-bottom:   	25px;
	overflow:   		hidden;
	width:   			150px;
	border-radius:		0.5em 0.5em 1.5em 0.5em;
	-moz-border-radius:	0.5em 0.5em 1.5em 0.5em;
	-khtml-border-radius: 0.5em 0.5em 1.5em 0.5em;
}

div.menuheader{
	background-color:   #C0C0C0;
	font-family:   		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:   		13px;
	color:   			white;
	overflow:   		hidden;
	text-align:   		center;
	padding:   			3px;
	margin:			   	0px; 
}

div.menuheader a{

}

div.menuheader a:hover {

}

div.menusubheader{

}

div.menusubheader a{

}

div.menusubheader a:hover {

}

div.menuitem {

}

div.menuitem a {
	color: #669999;
}

div.menuitem a:hover {
	color: 	#00008B;
}

/*Central div in the middle center table div */
#innertext{
	font-size: 12px;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#innertext a{

}
#innertext a:hover{

}

div.navpath {
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}

/* Image thumbnails   */
div.tndiv{

}

div.tnimg{

}

div.tnimg a{

}

div.tnimg img{

}	

/*Misc general items*/
table{

}

h1{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
}

h2{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
}

h3{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
}

#top_navbar{
	clear:both;
	height:32px;
	background-image:url(images/menu_pri_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#c2c2c2;
}
#right_navbarlinks{
	clear:both;
	font-size:11px;
	float:right;
	color:#000000;
	margin-top:9px;
}
#hor_dropdown{
	list-style:none;
	float:left;
	position:relative;
	font-size:12px;
	width:auto;
	height:31px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	background-image:url(images/menu_pri_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#c2c2c2;
}
#hor_dropdown li{		
	float:left;
	position:relative;
	padding:0;
	margin:0;
}
#hor_dropdown a{
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:8px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(images/menu-item_divider.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#hor_dropdown a:hover{
	background-color:#999999;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-image:none;
}
/* Submenu */
#hor_dropdown ul {
	list-style:none;
	position:absolute;
	left:-9999px;
	top:-9999px;
	background-color:#dcdcdc;
	z-index:1000;
}
#hor_dropdown ul li{
	float:none;
}
#hor_dropdown ul a{
	white-space:nowrap;
}
#hor_dropdown li:hover ul {
	left:0;
	top:32px;
	padding:0px;
	z-index:1000;
}
#hor_dropdown li:hover ul a {
	padding:5px;
	text-decoration:none;
	text-indent:8px;
	padding-right:8px;
	background-image: none;
	background-color:#dcdcdc;
	z-index:1000;
}
#hor_dropdown li:hover ul li a:hover { 
	background:#999999; 
}

/*  
 *  Footer elements
 */
.footer{ 
	padding:0px; 
}

#footer p{ 
	text-align: justify; 
	margin: 20px 200px 0px 200px;  
}

#footer p img{ 
	display:inline-block; 
	width: 100px; 
	margin-top: auto; 
	margin-bottom: auto; 
	vertical-align: middle; 
}

#footer p:after{ 
	content:""; 
	display: inline-block; 
	width: 100%; 
	height: 0; 
}
