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

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
a {
	color:#212458;
	text-decoration:none;
}
body {
	text-align:center; /*center hack*/
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin:0px;
	background-image:url(../img/web_bg.jpg);
	background-repeat: no-repeat;
	color:#333;
}
#logo {
	width:800px;
	height:317px;
	background-image:url(../img/logo.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}
#container {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	width:1004px;
	height:176px;
	background-image:url(../img/header.png);
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	margin-bottom:10px;
	position:relative;
}
#header_logo {
	width:386px;
	height:151px;
}
#tag {
	width:404px;
	height:26px;
	position:absolute;
	right:10px;
	top:30px;
}
#nav {
	color:#212458;
	position:absolute;
	right:10px;
	bottom:25px;
}
#footer {
	width:1024px;
	margin-top:10px;
	margin-bottom:50px;
	text-align:center;
}
#rotator_holder {
	width:1024px;
	height:325px;
	margin-bottom:10px;
}
.wood_stripe {
	width:1024px;
	height:20px;
	background-image:url(../img/wood_stripe.jpg);
	margin-bottom:10px;
}
#copy_addy {
	font-size:12px;
	color:#000000;
	margin-bottom:6px;
}
#footer_nav {
	font-size:12px;
}
#home_text {
	width:720px;
	height:300px;
	text-align:justify;
	font-size:14px;
	font-weight:400;
}
#lower_rotator {
	height:300px;
	width:294px;
}
#sidebar {
	height:750px;
	width:294px;
	background-image:url(../img/sidebar.jpg);
}
#title {
	font-size:36px;
	color:#212458;
	margin-bottom:10px;
}
#image_holder {
	width:1004px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
.image {
	width:147px;
	height:147px;
	margin:10px;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clr {
	clear:both;
}