@charset "utf-8";
/* CSS Document */
body {
background:#305067;
background: black;

}
#wrap {
	position: relative;
	width:1000px;
	background:#ffffff;;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navcontainer
{
	position:: relative;
	width: 205px;
	border-right: 1px solid #000;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background: #3C6380;
	color: #FDFBDF;
	font-size:14px;
	float: left;
	padding: 0 0 10px 0;
	text-align: left;
	
}

#navcontainer ul, #navcontainer ul li ul
{
	postion: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}


#navcontainer li, #navcontainer li ul li, #navcontainer li a, #navcontainer li ul li a
{
	display: inline-block;
}


#navcontainer li, #navcontainer li ul li
{

	display: inline;
	margin: 0;
	padding: 0;
}

#navcontainer li a
{
	display: block;
	padding: 7px 5px;
	border-left: 10px solid #3C6380;
	border-right: 10px solid #3C6380;
	border-top: none;
	border-bottom: solid 1px #D7F1FB;
	background-color: #3F7A8B;
	color: #000000;
	text-decoration: none;
	width: 175px;
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	background: url(Pictures/buttons/bluebutton.png);
}

html>body #navcontainer li a { width: 175px; }

#navcontainer li a:hover, #navcontainer li ul li a:hover
{
	border-left: 10px solid #305067;
	border-right: 10px solid #305067;
	background-color: #4DACAC;
	background: url(Pictures/buttons/bluebutton_active.png);
	color: #000000;
	margin: 0;
}

#navcontainer li ul li a
{
	display: block;
	padding: 7px 5px 7px 25px;
	border-left: 10px solid #3C6380;
	border-right: 10px solid #3C6380;
	background-color: #3F7A8B;
	background: url(Pictures/buttons/bluetabactive.gif);
	color: #000000;
	text-decoration: none;
	width: 155px;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}

#searchbox {margin: 10px 3px 10px 10px;}

#content {
	position: relative;
	float:right;
	width: 780px;
	background:#ffffff;
	font-style:normal;
	color:#000000;
	font-size:16px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	
}
.clear {clear:both;}
#main {
	background-color:#ffffff;
	color:#660000;
	font-size:12px;
}
#footer {background:#4F0000;
/*font:Georgia, "Times New Roman", Times, serif;*/
	font:Arial, Helvetica, sans-serif;
color:#F8FEE0;
font-size:12px;
width: 1000px;
margin: 0 auto;
}
#topnavcontainer {
	/*position: relative;
	background: #ffffff;*/
	position: absolute;
	top: 190px;
	left: 4px;
	background:none;
	color:#FFFEDF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: center;
	width: 994px;
}
#header {width:1000px; position: relative;}
h1 {
	color:#4F0000;
	font-size:24px;
	/*font:Georgia, "Times New Roman", Times, serif;*/
	font:Arial, Helvetica, sans-serif;
	font:bold;
	margin-bottom:30px;
	margin-top:2px;
}

h2{margin-bottom:5px;
margin-top:5px;
font-size:14px;
color:#330000;}

a:link,a:visited{color:#305067;}
a:hover{color:#000000}

a:link.button,a:visited.button{color:#ffffff;}


.left{float:left;
padding:28px;}

.right{
float:left;
padding:28px;}

#table {
	background-color:#3C6380;
	color:#CECBCE;
}

#table a:link, #table a:visited {
	color: white;}
	
#table a:hover {
	color:#000000;}

#table h2 {
	color: #000000;
	font-size: 16px;
	}	

#table .header_row {
	background-color: #A7D7EB;
	color: black;
	}
	
	

.clear{clear:both;}

}
.style8 {
	font-size: 24px;
	font-weight: bold;
}

.buttonwrapper 
{ 
    position:relative; 
    float:left; 
    left:280px; 
} 


a.button:link, a.button:visited, a.button:active {
    /* Sliding right image */
	position: relative;
    background: transparent url('Pictures/buttons/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
a.button:hover {background: transparent url('Pictures/buttons/button_right_07.png') no-repeat scroll top right; }

a.button:link span, a.button:active span,  a.button:visited span{
/* Background left image */ 
background: transparent url('Pictures/buttons/button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span {
	background: transparent url('Pictures/buttons/button_left_07.png') no-repeat; 

}

.slidetabsmenu{
float:left;
width:100%;
font-size: 13px;
line-height:normal;
border-bottom: 2px solid gray;
text-align: center;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(Pictures/buttons/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(Pictures/buttons/slide-right.gif) no-repeat right top;
padding:2px 13px 2px 4px;
font-weight:bold;
color:#000000;
font-family: Arial, Helvetica, sans-serif;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
}

.popupholder {display: none;}

