/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 30px 0px 20px;
	padding: 0px;
	background-color: #858079;
	font-size: 11px;
}

a{
	color: #669900;
	text-decoration: underline;
}

a:hover{
	color: #669900;
	text-decoration: none;
}

h1{
 margin: 0px;
 padding: 0px;
 font-size:22px;
 font-weight:bold;
 line-height:120%;
 color:#333333;
}

h2{
 margin: 0px;
 padding: 0px;
 font-size:20px;
 font-weight:bold;
 line-height:120%;
 color:#333333;
}

h3{
 margin: 0px;
 padding: 0px;
 font-size:18px;
 font-weight:bold;
 line-height:120%;
 color:#333333;
}

h4{
 margin: 0px;
 padding: 0px;
 font-size:16px;
 font-weight:bold;
 line-height:120%;
 color:#333333;
}

h5{
 margin: 0px;
 padding: 0px;
 font-size:14px;
 font-weight:bold;
 line-height:120%;
 color:#333333;
}

ul{
 list-style-type: square;
 margin-top:8px;
}

ul ul{
 margin-top:8px;
 list-style-type: disc;
}

ul ul ul{
 margin-top:8px;
 list-style-type: none;
}

hr {
	height:2px;
	color:#CCCCCC;
	margin-top:3px;
	margin-bottom:3px;
}

li {
	padding-bottom:5px;
}

form {
	margin:0px;
}

input{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
}

select{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainHolder{
	width: 780px;
	border: 3px solid #DFD7CC;
	background-color: #FFFFFF;
	margin:0 auto;
	
}

#masthead{
	height: 72px;
	background-color: #8CA717;
	vertical-align: middle;
}

#masthead_wmcc{
	height: 72px;
	background-color: #370197;
	vertical-align: middle;
	border-bottom: 3px solid #DFD7CC;
}

#navBar{
	width: 165px;
	height:400px;
	margin: 0px;
	padding: 0px;
	background-color: #566E9A;
	border-right: 3px solid #DFD7CC;
	background-image: url(/inc/stock/seal_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
}
#navBarNoSeal{
	width: 165px;
	height:400px;
	margin: 0px;
	padding: 0px;
	background-color: #566E9A;
	border-right: 3px solid #DFD7CC;
	vertical-align: top;
}

#headlines{
	background-color: #566E9A;
	border-left: 3px solid #DFD7CC;
	width: 165px;
	vertical-align: top;
}

#logoHolder {
	width: 785px;
	padding-bottom:1px;
	text-align: left;
	vertical-align: bottom;
	margin:0 auto;
}
#utilityHolder {
	width: 165px;
	padding-bottom: 1px;
	text-align: center;
	vertical-align: top;
	background-color:#455E8C;
	padding-top: 5px;
}

#specialHolder {
	padding-top: 14px;
	padding-bottom: 1px;
	padding-left:7px;
	vertical-align: top;
}

#searchHolder {
	background-color:#46597B;
	height:37px;
	width:165px;
	border-right: 3px solid #DFD7CC;
}

#highlightBox {
	width:100%;
	padding:8px; 
	background-color:#E8E8E8;
	border-top: 1px solid #DFDCDB;
	border-bottom: 1px solid #DFDCDB;
	display:block;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#content {
 vertical-align:top;
 padding-bottom:25px;
 width:445px;
}

#one_col_content {
 vertical-align:top;
 padding-bottom:25px;
 padding-right:25px;
}

.logoCell {
	float: left;
	width: 560px;
	margin-bottom:7px;
}
#topLinksCell {
	float: right;
	text-align:right;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	font-weight: bold;
	text-decoration:none;
	width: 150px;
	margin-bottom:7px;
}

#topLinksCell a, #topLinksCell a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	font-weight: bold;
	text-decoration:none;
	}

#pageContent {
	font-size: 11px;
	margin-left:21px;
	margin-right:21px;
	line-height: 15px;	/*margin-right: 25px;
	margin-left: 25px;
	width:100%;*/
}

/************* #globalNav styles **************/


#navContainer {
	padding-top: 5px; padding-right: 5px; padding-bottom: 0px; padding-left: 9px;
}
#navContainer ul
{
width:150px;
list-style: none;
margin: 0;
padding: 0;
}

#navContainer ul li
{
position: relative;
}

#navContainer li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

#navContainer ul li a
{
display: block;
padding-bottom:5px;
color: #fff;
text-decoration: underline;
font-size:11px;
}

/* Fix IE. Hide from IE Mac \*/
* html navContainer ul li { float: left; }
* html navContainer ul li a { height: 1%; }
/* End */

#navContainer ul li a:hover
{
color: #fff;
text-decoration:none;
}

#navContainer li:hover ul, #navContainer li.over ul { display: block; }

#rssLink a, rssLink a:hover
{
color: #fff;
font-weight:bold;
text-decoration:none;
}
#whatsFeed a, whatsFeed a:hover
{
color: #fff;
font-weight:normal;
text-decoration:underline;
margin-top:10px;
padding-left:7px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 11px;
	margin-top: 10px;
	margin-right: 21px;
	margin-bottom: 20px;
	margin-left: 21px;
	line-height: 15px;
}
#breadCrumb a{
	color:#8CA717;
	text-decoration:underline;
}
#breadCrumb a:hover{
	color:#8CA717;
	text-decoration:none;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top:3px solid #DFD7CC;
	height: 125px;
	background-color: #4D4D4D;
	background-image: url(/inc/footer/images/hands_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CFCFCF;
	line-height: 18px;
}
#siteInfo a {
	color:#669900;
	font-weight: bold;
	text-decoration:none;
}

#siteInfo a:hover {
	text-decoration:underline;
}

#siteInfo input {
	width:445px;
	font-size:11px;
}

#siteInfo form {
	margin:0px;
}

/************* #search styles ***************/

#jumpTo{
	float: right;
	width: 200px;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 7px;
}

#jumpTo select{
 font-size:13px;
}

#searchContainer {
	padding-left:5px;
	padding-top:5px;
}

#searchContainer input {
	width:90px;
 	font-size:11px;
}

#searchContainer form {
	margin:0px;
}

/*********** #news styles ***********/
#newsContainer {
	padding:0px;
}

#newsContainer ul
{
list-style: none;
margin: 0px;
padding: 0;
border: none;
}

#newsContainer li
{
margin: 0;
padding-bottom:7px;
}

#newsContainer li a
{
text-decoration: underline;
width: 100%;
color: #669900;
font-size:11px;
font-style:normal;
}

html>body #newsContainer li a { width: auto; }

#newsContainer li a:hover
{
text-decoration:none;
}
.rightSeal {
	background-image: url(../stock/seal_bg_white.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/***************** suckerfish *******************/

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border : 1px solid black;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(/inc/images/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/inc/images/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}

/***************** reformat the course outline tables *******************/

#outline table{
	border-collapse: collapse;
}

#outline table td{
	padding:5px;
}
		