@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
html, body {    
   height: 100%; 
   z-index: 2;
}
#wrapper{
	min-height: 100%;
  	margin-bottom: -120px;
  	position: relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/background-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#e3e2e2;
	z-index: 2;
}

#topbar{
	width:100%;
	height:210px;
	background-color:#8f8f8f;
	text-align:center;
}
#nav{
	width:100%;
	height:20px;
	text-align:center;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
#blurb{
	margin-top:20px;
	width:800px;
	height:70px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
}
#sites{
	text-align:center;
	width:982px;
	height:519px;
	margin-left:auto;
	margin-right:auto;
}
#bottombar{
	width:100%;
	height:95px;
	background-color:#828282;
	text-align:center;
}
#copyright{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:4px;
	margin-bottom:8px;
	font-size:9px;
}
#aboutus{
	margin-top:48px;
	width:400px;
	height:400px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	z-index:4;
	margin-left:40px;
}
#footer {
   height: 116px;
   position: relative;
   overflow:hidden;
   z-index:3;
}
.clearfooter {
   height: 150px;
   clear: both;
}
#img{
	position:absolute;
	margin-top:50px;
}
#content{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}
#contactus{
	margin-top:48px;
	width:400px;
	height:400px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	z-index:4;
	margin-left:40px;
}
#thankyou{
	margin-top:48px;
	width:400px;
	height:400px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	z-index:4;
	margin-left:40px;
	text-align:center;
}
