@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	color:#333322;
	font-family:Arial;
	font-size:16px;
}
table{
	width:900px;
	margin-top:5px;
	margin-bottom:5px;
}
tr {
	width:900px;
}
td{
	border:solid 2px #888888;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px; 
	padding:5px;
	vertical-align:top;
}
.dvLogo{
	float:left;
	background:url(../images/Logo1.jpg) no-repeat #74a6dc;
}
.logo{
	z-index:1;
	float:left;
	margin:0px;
	padding:0px;
}
.logoHouse{
	z-index:1;
	width:300px;
	margin:10px;
	padding:0px;
	float:right;
	margin-top:-20px;
	
}
.phone{
	text-align:center;
	float:right;
	margin-right:10px;
	font-size:40px;
	font-weight:bold;
	background-color:#f8edd7;
	border:solid 3px #998866;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	padding:0px 2px 0px 2px;
}
.name{
	float:left;
	font-size:30px;
	text-transform:uppercase;
	border-bottom:solid 3px #CC3300;
}
.acronym{
	font-size:60px;
	font-weight:bold;
	margin-left:20px;
	color:#CC3300;
}
.about{
	float:left;
	width:50%;
	margin-left:80px;
}
.about ul{
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.about ul li{
	float:left;
	font-size:20px;
}
.background {
	height:330px;
	background:url(../images/gradient.png) repeat-x #74a6dc top right;
	clear:both;
}
div .menu {
	float:left;
	margin-top:-140px;
	width:180px;
	z-index:100;
	position:relative;
}
div .menu ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;	
}
div .menu ul li a div{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	background:url(../images/gradient_bar.png) #eee center;
	height:28px;
	padding-top:5px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
div .menu ul li a{
	font-size:20px;
	text-decoration:none;
	color:#446699;
}
div .content {
	float:right;
	width:690px;
	margin-right:10px;
	margin-top:-100px;
}
div .content h1{
	text-align:left;
	color:#fff;
	font-size:30px;
	z-index:1;
}
div .content .main{
	text-align:left;
	border:none;
	background-color:#f8edd7;
	border:solid 3px #998866;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	padding:5px 15px 10px 15px;
}
.content .main p{
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
div .content h2, div .content h4{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div .hail h4{
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.hail span{
	margin:5px;
	font-size:23px;
}
.hail .first{
	font-size:24px;
}
.imageArea{
	float:right;
	width:360px;
	padding:15px;
	padding-bottom:5px;
	margin:6px;
	margin-right:0px;
	background:#998866;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}
.imageArea h2
{
	text-align:center;
	margin-top:15px;
	font-size:19px;
	color:#f8edd7;
	font-weight:bold;
	text-transform:uppercase;
}
.imageArea img{
	border:solid 2px #444;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}