@CHARSET "utf-8";


body{
	margin:0;
	padding:0;		
	font-family:"Times New Roman",Georgia,Serif;
	font-size:100%;
	color:#817e74;
}
li.space32 {
	width:32px;
	border:none;	
}
	
}

/* Layouts  was margin-right:-1.0204081%; */
.fixed {
	margin-right:0px;
	}

/* added this JWM - centers an image */
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

/* I like these colors for hover 
	torquoise 	#80FFFE
	dark-burgandy 	#6B0000
	dark-red	#B20000
	red 	#FF0000
	*/	
IMG:hover {
	background: #999;
	border-radius: 5px;
}
/* Icons are using dark gray hover color 999  */

IMG.leftIcon {
	margin-left: 15px;
}

/* header icon and img 3 col settings  */
.section {
		clear: both;
		padding: 0px;
		margin: 0px;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}	
.col:first-child { margin-left: 0; }
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* for IE 6/7 */
}
.span_3_of_3 {
	width: 98%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32%;
}
.span_1_of_6 {
	width: 23%;
}
.span_4_of_6 {
	width: 50%;
}
.span_3_of_6 {
	width: 24%;
	margin-top:-15px; 
}

/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
		}
}	

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
	width: 100%;
	}
	.span_2_of_3 {
	width: 100%;
	}
	.span_1_of_3 {
	display: none;
	/* width: 100%; */
	}
	.span_1_of_6 {
	display: none;
	/* width: 50%; */
	}
	/* margin-right:-15px; */
	.span_4_of_6 {
	width: 100%;
	/* position: fixed;
	top: 130px;
	left: 5px; */
	}
	.span_3_of_6 {
	display: none;
	/* width: 50%;
	margin-top:-43px; */
	}
}	
/* END of  header icon and img 3 col settings */	
	
/* pulled this twelve col out of the next list */
.twelve_col {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center
	
}	
.seven_col {
	display: block;
	margin-left: auto;
	margin-right: auto	
}	
/* Styles  */
.color_bar {
	background-color:#9f9e98; /*lite-gray e4e2d8*/
}
h1{
	color:#5A5851;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
    
}
	
h3 {
	margin:-10px auto 0px auto;
}
h4 {
	color:#fefefc;
}

.first{
	clear:left;	
}

/* header nav */
.hnav {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:10px 0 0 0;
	
}
.hnav ul {
	display: table;
	margin: 0 auto;
}
.hnav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.hnav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.hnav a:hover {
	color: #e3e3e3;
}

.hnav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}

/* nav */
.nav {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
	padding:10px 0 0 0;
	background-color:#cccccc;
}
.nav ul {
	display: table;
	margin:auto;
	/* margin:auto; */
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #fff;
	background: #999;
	border-radius: 5px;
}
/* 	color: #e3e3e3;  old light gray hover color*/
/* fff white, 000 black, 202020 darkest gray, 666666 dark gray, 999 medium gray, e3e3e3 light gray */

.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
.nav .optionA a {
	color: #fff;
	border-radius: 5px;
}
.nav .optionB a {
	color: #000;
	border-radius: 5px;
}

.normalfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.required {color:red;}