/* colors:
Light Blue from Earthy: #699
Blue from Pro: #369
Tan from Pro: #cc9
*/

body { background: #cc9; font-family: Verdana, Arial, Helvetica, san-serif; font-size: 62.5%; }
body#color {background: white;}
#headhome {
	background:#cc9;
	position: absolute;
	top: 0;
	margin-left: 50%;
	left: -350px;
	width: 700px;
	height: 80px;
	}
pre { font-family: Verdana, Arial, Helvetica, san-serif; }
#headerimgs { text-align: center; margin: 0 auto; }
#wrapperhome {
	position: fixed;
	width: 100%;
	clear: both;
	background-color: #cc9;
	background-image: none;
	background-attachment: scroll;
	overflow: visible;
	left: auto;
	}
#mainhome {
	width:550px;
	font-size: 1.2em;
	width: 550px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	float: none;
	background-color: #cc9;
	background-position: center;
}
#contenthome {
	color: black;
	}
#sidehome-left {
float:left;
}

#sideright {
	position:absolute;
	right:23px;
	top: 0;
	width: 12em;

float right;
	float: right;
}
#wrapper {
	width: 750px;
	margin: 10px auto 15px auto;
	padding: 0 1em; 
	font-size: 1.1em;
	clear: both; 
	}
#col1 {
	width: 350px;
	float: left;
	text-align: left;
	margin-right: 10px;
	}
#col2 {
	width: 350px;
	float: left;
	margin-left: 5px; 
	}
	
#foot {
	position: relative;
	border-top: thin black solid;
	margin-top: .5em;
	padding-top: .5em;
	width: 650px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}
#foothome {
	position: relative;
	border-top: thin black solid;
	margin-top: .5em;
	padding-top: .5em;
	text-align: center;
	margin: 0 auto;
	clear: both;
}
h1, h2 { font-family: Georgia, Times, serif; }
h3 { margin-bottom: 0; }
p { margin-top: .5em; }
a:link { color: #369; }
a:visited { color: #699; }
.bottom {
	position: absolute;
	bottom: -41px;
	left: 40px;
	width: 520px;
	background-color: #FFFFFF;
}
		
/* chromemenu */
.chromestyle{
width: 700px;
font-weight: bold;
text-align: center;
margin: 0 auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(/images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.sidestyle ul{
width: 20em;
padding: 4px 0;
margin: 0;
text-align: center; 
list-style-type:none;

}

.sidestyle ul li a:link{
display: block;
color: #000000;
background: url(/images/chromebg.gif); 
padding: 10px 1px;
text-decoration: none;
font-weight:bold;
line-height: 1.5em;
margin-bottom:1em;
}

.sidestyle ul li a:visited{
display: block;
color: #000000;
background: url(/images/chromebg.gif);
padding: 10px 7px;
text-decoration: none;
font-weight:bold;
line-height: 1.5em;
margin-bottom:1em;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:link{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.chromestyle ul li a:visited{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
}
.chromestyle ul li a:active{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #fff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #cc9;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-align: left;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.indent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0em;
	margin-left: 3.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}
