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

/* Page header style */
#header{
 height: 305px;
 width: 940px;
 margin:auto;
  position:relative;
 }

/* Body text and page background */
body {
 margin: 0px;
 padding: 0;
  }

/*Nav Bar*/
#navbar{
	height: 20px;
	width: 821px;
	text-align:center;
	margin:auto;
	position:absolute;
	background-color: #999999;
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	margin-bottom:300px;
	float:left;
	 }
	 
/*Nav Bar Contact Us Button*/
 #contactbutton{
	height: 20px;
	width:117px;
	background-color: #999999;
	margin-bottom:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float: right;
	text-align:center;
	display: block;
	text-decoration: none;
	 }
	 
a:hover {
	font-weight: bold;
	color: #333333;
}

/* Unvisited links (no underline) */
a:link{
   color: #333333; /* dark grey */
   text-decoration: none;
}

/* Visited links (no underline) */ 
a:visited{
   color: #333333; /* also dark grey */
   text-decoration: none;
}
	 
/*Color Blocks style*/
#colorblocks{
 width:940px;
 margin:auto;
 padding:0px;
 margin-top:auto;
 }	 
 
 /*Content Container*/
 #containerblock{
  width: 940px;
  height: auto;
  background-color:#FFFFFF;
  text-align:center;
  margin:auto;
  }

/* Page footer style */
#footer{
 clear: both;
 height: 20px;
 width: 940px;
 text-align:center; 
 margin:auto;
 background-color: #999999;
 clear:both;
}

/*copyright*/
#copyright{
 width: 100%;
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 color:#333333;
  }
