@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
#header {
	background-color:#3399CC;
	height:100px;
	width:100%;
	text-align:center;
	}

#main {
	height:616px;
	width:100%;
	background:url(images/background.gif) no-repeat top left;
	}

#content {
	margin-left:137px;
	text-align:left;
	width:990px;
	position:relative;
	}

#content h1 {
	font-size:18px;
	color:#dd1111;
	padding:0;
	margin:0;
	}
	
#content h2 {
	font-size:14px;
	color:#333;
}	
	
#menu {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	background-color:#ffffff;

	}
	
#menu ul {
	list-style:none;
	margin-left:5px;
	padding-left:5px;
	margin-bottom:2px;
	padding-bottom:2px;
	}
#menu ul li {
	width:150px;
	list-style:none;
	height:20px;
	border-bottom:1px dashed #e7e7e7;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:5px;
	padding-bottom:3px;
}
#menu ul li a{
padding-top:3px;
	padding-left:5px;
	width:145px;
	display:block;
	height:20px;
	color:#333333;
	text-decoration:none;
}
#menu ul li a:hover{
padding-top:3px;
padding-left:5px;
	width:145px;
	display:block;
	height:20px;
	background:#3399CC;
	color:white;
	text-decoration:none;
}
#flash {
	position:absolute;
	top:0px;
	left:210px;
	height:200px;
	width:755px;
	}
#hp_text {
	position:absolute;
	top:210px;
	left:210px;
	width:505px;
	height: 213px;
	}
#seo {
	position:absolute;
	top:210px;
	left:710px;
	width:256px;
	height: 213px;
	padding:5px;
	}
	
#seo h1 {
	display:inline;
	font:12px/16px Arial,sans-serif;
	color:#333333;
	font-weight:normal;
	}
#services_text {
	position:absolute;
	top:10px;
	left:210px;
	width:678px;
	height: 413px;
	}
#services_text a {
	color:#333333;
	text-decoration:underline;
	}
#services_text a:hover {
	color:#3399CC;
	text-decoration:none;
	}
#login {
	position:absolute;
	top:10px;
	left:210px;
	width:300px;
	height:413px;
	}
#register {
	position:absolute;
	top:10px;
	left:540px;
	width:359px;
	height:413px;
	padding-left:30px;
	border-left:1px dashed #e7e7e7;
	}
#gray {
	height:100px;
	background-color:#e7e7e7;
	width:990px;
	position:absolute;
	top:432px;
	left:0px;
	
	}
	
.zip {
	width:50px;
}
.padd {

	background-color:#e7e7e7;
	padding:10px;
	margin-top:10px;
	border:1px dashed #333333;
	}
.building {
	width:200px;
	text-align:center;
	float:left;
	margin-top:10px;
	}
.float {
	height:100px;
	width:180px;
	float:right;
	font-size:11px;
	padding-right:15px;
	}
.float span {
	font:11px/24px;
	font-weight:bold;
	line-height:24px;
}
#footer_panel {

	padding:10px 0px 10px 0px;
	background-color:#797979;
	position:absolute;
	top:532px;
	left:0px;
	width:100%;
	}
#footer {
	color:white;
	text-align:center;
	width:990px;
	}
#footer a {
	
	color:white;
	text-decoration:none;
	
	}
#footer a:hover {
	text-decoration:underline;
	}
