/* CSS Document */

/*For Subpage*/

/**************************************/
/*          =DASHED LINE
/**************************************/

#dashedline {
	background: url(../images/secondary/dashed_rpt.gif) repeat-x;
	height:1px;
	width:350px;
	margin:.2em 0 0.9em 7px;
}

#dashedend {
	background-image:url(../images/secondary/dashed_end.gif);
	background-repeat:no-repeat;
	height:1px;
	width:95px;
	position:relative;
	background-position:right;
}

/**************************************/
/*          =LEFT NAV
/**************************************/

.nav_description {
	background:url(../images/global/nav_arrows.gif) no-repeat; 
	background-position:.2em .3em; 
	text-indent:1.2em;
	position:relative;
	text-transform:uppercase;
}

#subnav {
	position:relative;
	float:left;
	width:170px;
	margin:-.5em 0em 1em 10px;
}

#subnav li {
	background:url(../images/global/listbullet_red.gif) no-repeat; 
	background-position:0 .3em; 
	padding:0 0 0 1em; 
	list-style:none;
	line-height:1.5em;
	font-size:.8em;
}

#subnav a:link {
	color:#000000;
	text-decoration:none;
}

/*visited links turn blue*/
#subnav a:visited {
	color:#000099;
	text-decoration:none;
}

/*text turns red when hovered over*/
#subnav a:hover {
	text-decoration:underline;
	color:#FF0000;
}


/**************************************/
/*          =DID YOU KNOW BOX
/**************************************/

#box {
	background:url(../images/secondary/box_bkgd.gif) repeat-y;
	position:relative;
	float:right;
	width:135px;
	height:auto;
	padding:0;
	margin:0 0 10px 10px;
	font-size:.7em;
}

#box_top {
	background:url(../images/secondary/box_top.gif) no-repeat;
	width:135px;
	height:7px;
}

#box_bottom {
	background:url(../images/secondary/box_bottom.gif) no-repeat bottom;
	width:135px;
	height:7px;
}

#box_text {
	margin:0 .7em;
}

.didyouknow {
	background: url(../images/secondary/dashed_rpt.gif) repeat-x bottom;
	font-size:1.2em;
	font-weight:800;
	color:#CC0000;
	text-align:center;
	width:120px;
	padding:0 0 .2em 0;
}

/**************************************/
/*      =CONTENT POSITIONING
/**************************************/

#content {
	padding:0 .7em;
}

/*actual text within content-secondary pages only*/
#secondary_text {
	width:390px; 
	margin:0 0 3em 180px;/*moves text away from subnav list*/
	font-size:.9em;
}

/* Fix applied 8/15/2007 */
#secondary_text ul li  {
list-style-type: square; /* NWE: Added this line 9/7/07 for 2nd level bullets */
margin:0 0 0 2em;

}

#secondary_text p {
	margin:.9em 0;
}

/*hyperlink styles*/
#secondary_text a:link {
	color:#000000;
	text-decoration:underline;
}

/*visited links turn blue*/
#secondary_text a:visited {
	color:#000099;
	text-decoration:underline;
}

/*text turns red when hovered over*/
#secondary_text a:hover {
	text-decoration:underline;
	color:#FF0000;
}

/**************************************/
/*         =CONTACT FORM
/**************************************/

#contact_form {
	width:380px;
	margin:20px auto 0 auto;
}

#contact_form input, #contact_form textarea {
	margin:.2em 0;
	padding:.2em;
}

#contact_form p {
	position:relative;
	float:left;
	font-size:.9em;
	font-weight:800;
	margin:0;
}

/**************************************/
/*         =VARIOUS
/**************************************/

.subject_header {
	color:#000099;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:800;
}

.bluetext_arrows {
	background-image:url(../images/secondary/bluearrow.gif);
	background-repeat:no-repeat;
	width:19px;
	height:14px;
	text-indent:20px;
	color:#000099;
}

/*makes so teaser images at bottom don't display. Remove "display:none" to turn back on*/
#footer_icons {
	display:none;
	font-size:.7em;
	position:relative;
	width:56em;
	margin:0 auto;
	padding-bottom:10px;
}


/*floats for images contained on subpages. different from floats on homepage*/
.image_floatleft {
position:relative;
float:left;
margin:0 1em 0 0;
padding:0;
}

.image_floatright {
position:relative;
float:right;
margin:0 0 0 1em;
padding:0;
}




