@charset "UTF-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,fieldset,blockquote,caption,table,tr,dl,dt,dd { margin: 0; padding: 0; }
html,body {
	height:100%; /* needed for container min-height */
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:url(/images/back_pat.gif) repeat;
	margin-top:28px;
}

a {text-decoration:none}

img {border:0;}

h1, h2 {
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:15px;
}

h1 { 
	font-size:28px;
}

h2 {
	font-size:24px;
}

p {
	font-size:14px;
	line-height:1.4;
        padding-bottom: 8px;
}

em { color:#C60 }

#clear { clear:both }

hr {
	border-bottom: #333 dotted 1px;
	border-left:none;
	border-right:none;
	border-top:none;
	margin:15px 0px 15px 0px;
}

#wrapper{
	width:981px;
	background:url(/images/content._back.png) repeat top left;
	margin:0 auto;
	padding:0px 8px 0px 8px;
}

#header {
	background:url(/images/header_back.jpg) repeat-x;
	height:145px;
}

#header span img {
	padding:0px 0px 25px 30px; 
}

#content_area {
	padding:0px 28px 28px 28px;
}

#content_area img { 
	padding:0px 28px 20px 0px;
	float:left;
}
#content_area ul {
	margin: 8px 0 4px 12px;
}
#content_area ul li {
	margin:4px 12px;
}
/* Nav Sections */

#navWrapper{
	height:33px;
	background:url(/images/nav_back.jpg) repeat-x;
	text-align:center;
	list-style:none;
	padding-top:6px;
	
}

#nav {
	margin-left:15px;
	text-align:center;
	list-style:none;
	line-height:25px;
	background:url(/images/nav_back_txt2.jpg) repeat-x;
}

/* #nav a {
	padding:0px 22px 0px 22px;
	display: block;
	color:#000066;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
} */

#nav ul {
	list-style: none;
	margin-right:0px;
}

#nav li {
	float:left;
	background:url(/images/nav_back2.jpg) repeat-x;
	margin-right:15px;
}
#nav li a {
	padding:0px 22px 0px 22px;
	display: block;
	color:#000066;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#nav li a:hover, #nav li a.selected, #navcurrent a{
	background:url(/images/nav_back_hover.jpg) repeat-x;
	color:#F00;
}

/* Footer */

#footer {
	height:69px;
	background:url(/images/footer_back.jpg) repeat-x;
	font-size:12px;
}
#footer em {
	color:#FFF
}

#footer ul {
	list-style: none;
	line-height:14px;
	list-style:none;
}

#footer li {
	float:left;
	margin:20px 0px 0px 0px;
	border-right:2px #FFF solid;
}

#footer a, #footer em {
	padding:0px 20px 0px 20px;
	display: block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#footer em {
	margin-top:8px;
	font-size:11px;
	font-weight:normal;
}

#footer li a:hover {
	text-decoration:underline;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size: 14px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #ccc;
border-bottom-width: 0; 
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 146px; /*width of menu (not including side paddings)*/
background:url(/images/nav_back_hover.jpg) repeat-x;
color:#000066;
text-decoration: none;
font-weight:bold;
padding: 4px 5px 4px 21px;
border-bottom: 1px solid #ccc;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 156px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*background-color: black;*/
color:#F00;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}