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

body {
	/* background-image: url(../images/bg-top-grad.jpg);
	background-repeat: repeat-x;
	background-position: top; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}

#head {
	height:220px;
	overflow:hidden;
}
#front_pic {
	width:900px;
	height:585px;
}

#front_overlay {
	position:absolute;
	z-index:20;
	top:650px;
	width:900px;
	height:156px;
	display:block;
	left:50%;
	margin-left:-450px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #A7A9AC;
}
#content {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:auto;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	min-height: 400px;
}

#quotes {
	width: 300px;
	
}
#footer {
	width: 900px;
	height: 147px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	padding-top: 3px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	background-color: #FFFFFF;
	text-align: center;
        color:#666666;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #FFFFFF;
	text-align: center;
}

#copyright a {
       color: #333333;
}

#address {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 450px;
	float: right;
	text-align: right;
	margin-top: -25px;
	position: relative;
}
#bottom {
	float: left;
	width: 280px;
	margin-top: 50px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 11px;
}
#bottom img {
	float: right;
}
#bottom:first-line {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
#clear {
	clear: both;
	height: 0px;
}
#control_panel {
	padding: 20px;
	height: 100%;
	width: 200px;
	float: left;
}
iframe {
	margin: 20px;
	border: 5px solid #666666;
	height:1000px;
	width:950px;
}
#home {
background-image: url(../images/front_page.jpg);
background-repeat: none;
width: 900px;
height: 736px;
position: relative;
}
#test {
font-size: 12px;
position:relative;
top: 35px;
width:280px;
height:100px;
padding:10px;
float:left;
}
#test em {
color:#666666;
font-family: Georgia, "Times New Roman", Times, serif;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from ie-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from ie-mac */ 
