@CHARSET "utf-8";
.box1{
	height:140px;
	border:0px solid black;
	}
.box2{
	height:100px;
	border:0px solid black;
	}

.txtHead {color:#666666;  }
.txtHead:hover {color:black;  }
.txtHead:hover + .txtHover {color:#202020; }
.txtHover {
	margin-left:250px;
	width:450px;
	text-align:justified;
}

.showbox { 
	float: left; 
	margin: 1em 1em; 
	border: 0px solid green; 
	background-color: #fff; 
	text-align: center; 
	-webkit-transition: 1s ease-in-out; 
	-moz-transition: 1s ease-in-out; 
	-o-transition: 1s ease-in-out; 
	transition: 1s ease-in-out; 
	} 
 .showbox.slideright:hover { 
	-webkit-transform: translate(3em,0); 
	-moz-transform: translate(3em,0); 
	-o-transform: translate(3em,0); 
	-ms-transform: translate(3em,0); 
	transform: translate(3em,0); 
	}
.txtAside {color:#666666;
	text-align:center;}
.txtAside:hover {color:black;  }	
.txtAside:hover + .txtAHover {color:#202020; }
.txtAsideSmall {text-align:center;}
.transparent.spacing {margin:0 81px; }

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;
	}
IMG.transparent {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
IMG.transparent:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* 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;
}


/*Icon Image Swap */
.foo1 img:last-child{display:none}
.foo1:hover img:first-child{display:none}
.foo1:hover img:last-child{display:inline-block}

.foo2 img:last-child{display:none}
.foo2:hover img:first-child{display:none}
.foo2:hover img:last-child{display:inline-block}

.foo3 img:last-child{display:none}
.foo3:hover img:first-child{display:none}
.foo3:hover img:last-child{display:inline-block}

.foo4 img:last-child{display:none}
.foo4:hover img:first-child{display:none}
.foo4:hover img:last-child{display:inline-block}

.foo5 img:last-child{display:none}
.foo5:hover img:first-child{display:none}
.foo5:hover img:last-child{display:inline-block}


/* 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%;
		}
	h1 {
		font-size: 1.17em;
		}
	h3 {
		font-size: .83em;
	}
	.nav li {
		font-size: .83em;
	}
}	

@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; */
	}
	.box {
	height:200px;
	}
	.txtHover {
	margin-left:150px;
	
	text-align:justified;
	}
}	
/* 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: #000;
	background: #999;
	border-radius: 5px;
}
.nav .option3 a:hover {
	color: #000;
	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: #000;
	border-radius: 5px;
}

.nav .option3 a {
	color: #666666;
	border-radius: 5px;
}

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