/*
 * Style for cadenhowell.com
 */

body {
	background-color: #406480;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}

/*
div { border: medium solid red; }
div div { border: medium solid orange; }
div div div { border: medium solid green; }
div div div div { border: medium solid blue; }
div div div div div { border: medium solid purple; }
*/


div.maintopcontainer {
	color: white;
	font-size: 300%;
	font-weight: bold;
	text-align: left;
	width: 810px;
	height: 149px;
	margin: 0px auto -1px auto; 
	border-width: 0px;
	padding: 0px;

}

.maintitle {
	font-size:70%;
}
.subtitle {
	font-size:50%;
}

div.topcontent {
	/* position: absolute;
	top: 1px;
	left: 0px; */
	width: 763px;
	height: 119px;
	background-image: url(../images/banner/headscenery1.png); 
	padding: 15px 22px 15px 15px;
}


div.topright {
	/* position: absolute;
	top: 1px;
	left: 800px; */
	position: relative; 
	top: -149px;
	left: 800px;
	background-image: url(../images/sceneryright.png); 
	color: white;
	height: 149px;
	width: 10px;
	border-width: 0px;
	padding: 0px;

}

div.maincontentcontainer {
	border: none;
	text-align: left;
	width: 810px;
	margin: 0px auto -1px auto; 
	padding: 0px;
	background-image: url(../images/whitedropbody.png); 
}

div.content {
	padding: 15px 22px 15px 15px;
}

div.mainbottom {
	background-image: url(../images/whitedropbottom.png); 
	width: 810px;
	height: 15px;
	border-width: 0px;
	padding: 0px;
	font-size: 1px;
	/* margin: 0px; */
	margin: 0px auto -1px auto; 
}

a:visited, a:link, a:active {  
	color: #408064; 
	text-decoration: none; 
}

a:hover {  
	color: white;  
	background-color: #408064; 
	text-decoration: none; 
}

a:link img, a:visited img, a:active img, a:hover img { 
	border: none; 
	background-color: white;
}

.hcooplogo {
	text-align:right;
	vertical-align: top;
	padding: 15px;
	font-size: 60%

}

.copyright {
	font-size: 60%;
	font-weight: normal;
}

ol.terms {
	font-size: 80%;
}
ol.terms li {
	margin: 0px 20px 10px auto; 
}

.FierySiteName { 
	font-weight: bold;
	font-size: 110%;
}

.FieryCircaDate {
	font-size: 110%;
}

.FieryURL {
	font-size:60%;
}
