/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* <DIV> Containing the entire navigation system */
#divMenu {
	text-align:left;
	font-size:70%;
	width:207px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 50px;
	background-image: url("http://www.nspsmo.org/_images/blue_t_grayfade.jpg");
	background-repeat: repeat-x;
}
/* Menu Button Styles */
#divMenu a.aMenuButton, #divMenu a.aMenuButtonDown {
	background-color: #CC6600;
	padding: 10px 0px 10px 25px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 3px 50%;
	display: block;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* Menu Button Styles */
#divMenu a.aMenuButton_1, #divMenu a.aMenuButtonDown_1 {
	background-color: #CC6600;
	padding: 10px 0px 10px 25px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 3px 50%;
	display: block;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
/* Set menu button's image */
#divMenu a.aMenuButton {
background-image: url("http://www.nspsmo.org/_images/inactive.gif");
}

/* Set menu button's image with no sub links */
#divMenu a.aMenuButton_1 {
background-image: url("http://www.nspsmo.org/_images/no_sub.gif");
}

#divMenu a.aMenuButton_1:hover, #divMenu a.aMenuButtonDown_1 {
background-image: url("http://www.nspsmo.org/_images/no_sub.gif");
background-color: #993300;
}

/* Change menu button's image on hover and when down */
#divMenu a.aMenuButton:hover, #divMenu a.aMenuButtonDown {
background-image: url("http://www.nspsmo.org/_images/expand.gif");
background-color: #993300;
}

/* Submenu Styles */
div.divSubMenu {
	background:#FFFFFF;
	color:#FFFFFF;
	padding: 3px;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 25px;
}

/* Submenu link styles */
div.divSubMenu a{
font: normal 90% Verdana, Arial, Helvetica, sans-serif;
color: 666699;
background: transparent;
text-decoration: none;
display: block;

}
div.divSubMenu a:hover{
	text-decoration: none;
	color: #000033;
}

/* Other Submenu styles */
div.divSubMenu h1{
text-indent:2px;
margin-top:3px;
font-size:100%;
}

divMenu h3 {
	margin-top: 10px;
}


/***********************************************/
/* Basic Text styles */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

a{
	color: #cc6600;
	text-decoration: none;
}

a:link{
	color: #0033CC;
	text-decoration: none;
}

a:visited{
color: #0033CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	line-height: 130%;
	margin-top: 5px;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
}

.bodyblack{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}


h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #003366;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 90%;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 90%;
	color: #003366;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-weight: bold;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 85%;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003366;
	padding: 0px;
	font-weight: bold;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

ul{
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #993300;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #993300;
}

.abc{
	list-style-type: upper-alpha;
	padding-bottom: 10px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.title {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.floatrt {
	float: right;
}

.floatlt {
	float: left;
}

.tagline {
	float: left;
	margin: 0;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003366;
}

.leadin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #993300;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

li {
	padding-bottom: 15px;
}

.toplinks{
	color: #003366;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.toplinks a{
	color: #003366;
	text-decoration: none;
}

.toplinks a:link{
	color: #003366;
	text-decoration: underline;
}

.toplinks a:hover{
	color: #0066CC;
	text-decoration: underline;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 4px;
	width: 100%;
	background: #BDC5CE url("../_images/bgtop.jpg") repeat-x;
}

#navBar{
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

#content{
	margin-left: 60px;
	margin-right: 20px;
	padding-top: 25px;
	padding-bottom: 30px;
}

#graphic_holder{
	width: 125px;
	float: right;
	text-align: right;
	margin-left: 20px;
	margin-bottom: 100px;
}

#home_banner{
	height: 200px;
	width: 100%;
	background-color: #204776;
	text-align: right;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/************** #headlines styles **************/

#headlines{
	width: 80%;
	text-align: center;
	margin-left: 15px;
	
}

#headlines p{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#headlines .center{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#headlines h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 100%;
	padding: 5;
}

#headlines h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 10px;
}


#headlines a:visited{
color: #0033CC;
	text-decoration: none;
}

#feature{
	padding: 5px;
	border-color: #CCCCCC;
	border-width: 1 1 1 1px;
	width: 175px;
	border-style: solid;
	text-align: center;
}

/* ------------------------------- */
/* 	=Footer Styles	*/
/* ------------------------------- */

#footer {
	padding: 25px;
	margin: 0px;
	height: 55px;
	background-color: #204776;
}

#footer_address {
	width: 300px;
	float: right;
	color: #FFFFFF;
	height: auto;
	display: block;
	font-size: 70%;
	padding: 0px;
	margin: 0px
}

#footer_address p {
	padding: 0px;
	margin: 0px
}

#footer_links {
	font-size: 75%;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#footer ul
	{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	}

#footer li
	{
	display: inline;
	margin-bottom: 10px;
	}

#footer a
	{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 20px;
	margin: 0px;
	text-decoration: none;
	}

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