/*------------------------------------------------
Main stylesheet, includes page layout and header styles
Last Updated: 092812 by cmm
------------------------------------------------*/

body {
	min-width: 1000px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	font-size: small;
	background-color: #fff;
}

a:link {color:#0067CE;}
a:active {color:#0067CE;}
a:visited {color:#0067CE;}
a:hover {color: #4C92C2;}

div#footer {
	clear:both;
	width:100%;
	line-height: 150%;
	text-align: center;
	font-size: 80%;
	padding:25px;
	margin-bottom:50px;
	background-color: #fff;
}

p {
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 1.5em;
}

h1 {
	color: #213E98;
	margin-bottom:.5em;
	font-weight:bold;
	font-size:175%;
}

h2 {
	color: #213E98;
	margin-bottom:.3em;
	font-weight:bold;
	font-size:110%;
}

h3 {
	color: #213E98;
	margin-bottom:.3em;
	font-weight:bold;
	font-size:105%;
}

h4 {
	margin-bottom:.3em;
	font-weight:bold;
}


h5 {
	font-weight: bold;
	font-size:115%;
}

ol { list-style:decimal outside;
	padding:0;
	margin: 5px 0 20px 27px; 
}

ol li {
	padding:0;
	margin: 0 0 10px 0;
	line-height: 125%;  
}



/* page layout ---------------------------------------------------*/

div#wrapper {
	width:980px;
	position:relative;
	left:50%;
	margin-left: -490px;
	min-width: 990px;	
}

div#dropShadow {
	width:980px;
	background: url(/common/images/bg_shadow.gif) no-repeat bottom right #fff;
	float:left;
	margin-top:23px;
}

div#content {
	width:973px;
	border-color: #b8b8b8 #c1c1c1;
	border-width: 1px;
	border-style: solid;
	margin: 0 5px 0 0;
	padding: 0px;
}

div#content.noHeader {
	border-top: 0;
}

/* page layout ---------------------------------------------------*/


/* header styles -------------------------------------------------*/

div#header {
	width: 980px;
	clear:left;
}

div#logo {
	margin:0; padding:0;
	/*width:503px;*/
	width: 384px;
	/*width:265px;*/
	float:left;	
	display:inline;
}

div#secondaryNav {
	width:477px;
	height:16px;
	float:right;
	display:inline;
}

div#secondaryNav ul {
	width: 301px;
	float:right;
	vertical-align:top;
	list-style:none;
}

div#secondaryNav ul li {
	float:left;
}


div#primaryNav {
	margin:0; padding:0;
	/*width:477px;*/
	width: 596px;
	height:31px;
	float:right;
	margin-top:33px;
	display:inline;	
}

/* fixing placement of nav in IE6 \*/
* html div#primaryNav {
	margin-top:30px;
}
/* fixing placement of nav in IE6*/


div#primaryNav a {
	display:inline;
	float:left;	
}

/*for drop down nav*/
#dropmenudiv {
position:absolute;
border-left:1px solid #979797;
border-right:1px solid #979797;
border-bottom:1px solid #979797;
font:normal 12px Helvetica, Arial;
color:#2a2a2a;
line-height:20px;
margin-top: -7px;
z-index:1; 
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px black;
padding: 0px 0;
text-decoration: none;
font-weight: Normal;
color:#2a2a2a;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #F9E04C;
}
/*for drop down nav*/

/* header styles -------------------------------------------------*/






