/***********************************************/
/* SpinSol.css                            */
/***********************************************/

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

body{
	font-family: Verdana,Arial,sans-serif;
	color:#454547;
	line-height: 1.5;	
	font-size:11px;
	margin: 0px;
	padding: 0px;
	background: #c7cbab;
}

a:link, a:visited, a:hover {
	color:#fd4c2b;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size:15px;
 color: #fd4c2b;
}

h2{
 font-size:12px;
 color: #000;
 line-height: 1.7;
}

h3{
 font-size:14px;
 color: #666633;
 line-height:1.2;
}

h4{
 font-size: 13px;
 font-weight: normal;
 color: #666633;
}

h5{
 font-size: 9px;
 font-weight: normal;
 color: #454547;
}
/* h5 is body text */

ul{
 list-style-type: none;
 line-height:25px;
}

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

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

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

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

#container{
	width: 760px;
	margin: 0 auto;
	background-color:#FFFFFF;
	position:relative;
	}
	
	
#masthead{
	width: 760px;
	height: 145px;
	}

#content{
	width: 760px;
	height:700px;
	background-color: #FFF;
}


/************* #globalNav styles **************/

#globalNav{
	width: 180px;
	height:675px;
	float:left;
	color: #000;
	background-color:#bdcb40;
	padding:25px 0px 0px 0px;
	}

#globalNav a {
	color:#000;
}

#copyright{
	color:#454547;
	text-align:center;
	position:relative;
	top:475px;
	}


/************** .feature styles ***************/

#feature{
	float: right;
	width:500px;
	height: 500px;
	background-color:ffffff;
	margin:40px 40px 0px 0px;
}



/* adjust margins to change separation between the feature image and text flowing around it */
