#header {
	position: relative;
}

#branding {
	background: #000000 url({style_images_url}/branding_bg.png) no-repeat 0 0;
	min-height:80px;
/*	border-bottom: 1px solid #1a1a1a;*/
 margin-right: 17px;

}
/* Navigation */

#primary_nav {
	background: #d9d9d9 url({style_images_url}/gradient_bg.png) repeat-x left 50%;
	font-size:0.95em;
	height: 35px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #334562;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
        margin-right: 17px;
width:961px;
}

#primary_nav ul {
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #cecece;
	float: left;
	margin-left: 10px;
	height: 100%;
}

#primary_nav ul li,
#primary_nav ul li a {
	color:#333333;
	text-decoration:none
}

#primary_nav ul li a {
	padding: 0px 10px;
	display: block;
	line-height: 35px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #cecece;
}

#primary_nav ul li a:hover{
	background: #d0d0d0 url({style_images_url}/gradient_bg.png) repeat-x left 50%;
	color: #333333;
}

#primary_nav ul li {
	font-size:0.95em;
	float: left;
	display: block;
	font-weight: bold;
}

#primary_nav ul li.active {
	font-size:1.05em;
	font-weight:bold;
	padding:0;
	margin-top: -1px;
	position:relative;
	/*text-shadow: #334562 0px -1px 0px;*/
}

#primary_nav ul li.active a:link,
#primary_nav ul li.active a:visited,
#primary_nav ul li.active a:hover,
#primary_nav ul li.active a:active {
	background: #d0d0d0 url({style_images_url}/gradient_bg.png) repeat-x left;
	display:block;
	/* border: 1px solid #334562; */
	/* border-top: 1px solid #b6c3d7; */
	border-bottom: 0;
	line-height: 36px;
	padding: 0px 15px;
	color: #000;
}
/*
#menu
{
font-family:  Helvetica, Arial, sans-serif;
 color: #000000;
font-weight: bold;
font-size: 11px;
border-top: 1px solid #263c61;
border-bottom: 1px solid #263c61;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active
{
 text-decoration:none;
 color: #ffffff;
}
#menu a:hover
{
text-decoration:underline;
 color: #fefefe; 

}
*/
/* RESET (Thanks to YUI) */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-spacing:0; }
fieldset,img { border:0; }
caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
address { font-style: normal; }
/*ol,ul { list-style:none; }*/
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

/************************************************************************/
/* ELEMENT STYLES */

body {
	background: #000000;
	color: #5d5d5d;
	font: normal 13px verdana, arial, tahoma, sans-serif;
	position: relative;
}

h3, h4, h5, h6, strong { font-weight: bold; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
#content li
{
margin-left:10px;
}
td { padding: 3px; }
h1 {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom:10px;
        padding-top:10px;
	color: #3e3e3e;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 8px 0;
	clear: both;
}

body h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px 8px 3px 8px;
	color: #3e3e3e;
}

	h3 img {
		margin-top: -2px;
	}
	
	h3 a {
		text-decoration: none;
	}
	
a {
	color: #636364;
}

	a:hover {
		color: #878788;
		text-decoration: underline;
	}

/* dropdown menu */

#dropmenudiv{
position:absolute;
border:1px solid #263c61;
border-bottom-width: 0;
font:normal 11px Helvetica;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #263c61;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;

}
#dropmenudiv a:hover{ /*hover background color*/
text-decoration: underline;
color: #FFFFFF;
}
