@charset "utf-8";
/* CSS Document */

body{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}

a{
	outline: 0 none;
	outline-style:none;
	outline-width:0;
}

a img{
	border:0;
}

#header{
	height:275px;
	width:100%;
	background:url(../src/headerGradient.gif) repeat-x;	
}

#footer{
	height:20px;
	width:100%;
	position:fixed;
	bottom:0px;
	background-color:#F4F4F4;
	border-top:1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	z-index:5;
}

#footer span{
	margin-top:2px;
}

#footer #center{
	text-align:center;
}

#footer #left{
	position:absolute;
	left:25px;
	text-align:left;
}

#footer #right{
	position:absolute;
	right:25px;
	text-align:right;
}

#logo{
	position:absolute;
	left:5%;
}

#logotype{
	position:absolute;
	left:5%;
	margin-left:85px;
}

#navCorner{
	position:absolute;
	top:65px;
	left:20%;
	margin-left:-23px;
}

#mainNav{
	position:absolute;
	top:65px;
	right:0px;
	height:35px;
	width:80%;
	min-width:560px;
	background-color:#333;
	overflow:hidden;
}

#mainNav a{
	margin-top:4px;
	background-color:#FFF;
	display:block;
	line-height:35px;
	height:31px;
	float:left;
	font-size:18px;
	padding-left:3%;
	padding-right:3%;
	text-decoration:none;
	color:#339999;
	z-index:2;
}

#mainNav a.active:hover{
	background-color:#333;
	color:#339999;
}

#mainNav a.inactive{
	background-color:#333;
	color:#FFF;
}

#bannerImage{
	position:absolute;
	top:100px;
	width:100%;
	height:175px;
	overflow:hidden;
	border-bottom:solid 1px #000;
	border-top:solid 1px #000;
}

#bannerImage img{
	position:absolute;
	bottom:0px;
	min-height:175px;
	min-width:1500px;
	width:100%;
}

#IGNOREME {
	display:none;
}

#servicesMenu{
	visibility:hidden;
	position:absolute;
	top:101px;
	left:30%;
	margin-left:108px;
}

.dropdowns{
	z-index:2;
}

div.dropdowns ul{
	border:2px solid #333;
	border-top:none;
	list-style:none;
	margin:0px;
	padding:0px;
}

div.dropdowns li a{
	display:block;
	font-size:11px;
	line-height:20px;
	background-color:#FFF;
	color:#339999;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
}

div.dropdowns li a:hover{
	background-color:#333;
}

#pageContents{
	position:absolute;
	top:305px;
	left:40px;
	right:40px;
	padding-bottom:40px;
}

#bodyHeadline{
	position:absolute;
	width:411px;
	left:22%;
}

#secondHeadline{
	position:absolute;
	width:160px;
	right:50%;
	margin-right:-360px;
}

h1{
	width:100%;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:20px;
	text-align:left;
	margin-bottom:18px;
}

h2{
	width:100%;
	height:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:13px;
	text-align:left;
	margin-bottom:15px;
}

#whiteSpace{
	margin-top:4px;
	background-color:#FFF;
	display:inline;
	line-height:35px;
	height:31px;
	float:left;
	overflow:hidden;
	position:absolute;
	width:40%;
}

#logobar{
position:absolute;
width:140px;
height:auto;
bottom:15px;
top:296px;
padding-bottom:10px;
background-color:#FFFFFF;
}

#logobar img{
	margin-top:25px;
	margin-left:20px;
}

.bodyCopy{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	text-align:justify;
	line-height:17px;
	font-size:12px;
}

.bodyCopy a, #footer a, div#centerSubhead a, div#leftSubhead a{
	text-align:left;
	list-style:none;
	margin:0px;
	padding:0px;
	color:#339999;
}

.bodyCopy ul{
	text-align:left;
	list-style:circle;
	margin:0px;
	padding:0px;
	color:#666666;
}
.bodyCopy ul li{
	color:#445555;
}

.bodyCopy ul span{
	color:#000;
	margin-left:20px;
}

#leftCopy{
	margin:30px 50px;
}

#leftHeader{
	margin-left:50px;
	text-align:left;
	width:auto;
}

#centerHeader{
	text-align:center;
}

#centerSubhead{
	margin:0px 10% 20px 10%; 
	text-align:center; 
	font-size:13px;
}

.tile{
	cursor:auto;
	-moz-box-orient:vertical;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:top;
	margin:0px 5% 25px 5%;
	width:250px;
}
	