@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}


body {
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	padding-left:10px;	
	padding-top:10px;
	padding-bottom:3px;	
}

img {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}


th {
	background-color:#C9B18B;
	font-size:16px;
}

.chart{
	background-color:#EFEFEF;
}

.chart:hover{
	background-color: #E6E6E6;
}


a:link,
a:visited {
	color:#572500;

}

a:hover {
	color:#C9B18B;
}

#wrapper {
	width: 100%;
	height:auto;
	overflow:hidden;
}

#header {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	height:auto;
	overflow:hidden;
}

#logo {
	width: 500px;
	float:left;
}

#tagline {
	width: 500px;
	float:left;
	margin-top:30px;
	font-size:20px;
}

#headline {
	margin-left:20px;
	margin-top: 25px;
	font-size:20px;
	color:#9D7D48;
	margin-bottom:10px;
}



#menu {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
}

#stripe {
	width: 100%;
	background-color:#572500;
}


#content {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	height:auto;
	overflow:hidden;
	min-height:450px;
}

#logo {
	width: 500px;
	float:left;
}

#tagline {
	width: 500px;
	float:left;
}

#sidenav {
	width: 200px;
	float:left;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	background-color:#EFEFEF;
	min-height: 500px;
	border: 1px solid #C9B18B;;
	margin-top:15px;
	margin-bottom:15px;

}

#sidelinks ul {
	padding-left:25px;
	margin-right:10px;
}

#sidelinks li {
	font-size:12px;
	margin-bottom:10px;
}


#contactblock {
	margin-left:10px;
	margin-top:150px;
	font-size:12px;
}

#body {
	width: 750px;
	float:left;
}

#homeimage {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	margin-left:20px;
	
}

#callout_single {
	float:left;
	margin-left:40px;
	margin-top:15px;
	font-size:12px;
	line-height:18px;
}

#callout {
	width: 320px;
	float:left;
	margin-left:40px;
	margin-top:15px;
	font-size:12px;
	line-height:18px;
}

#callout h4 {
	font-size:18px;
	padding-left:0px;
}


#form {
	margin:30px;
	font-size:12px;
	
}

#copy {
	margin-left:40px;
	margin-top:15px;
	font-size:12px;
}

#footer {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	background-color:#C9B18B;
	height:20px;
	text-align:center;
	font-size:12px;
	padding-top:10px;
}

.alert {
	color:#C00;
}
