body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #AED9FE;
	background-image: url(../GRFX/bkgd_vert.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
}

a {
	color: #2E76D2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#header {
	height: 170px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../GRFX/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0;
}
#extnav {
	width: 700px;
	height: 25px;
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
#extnav a {
	display: inline;
	padding: 5px;
	background-color:#2E70C2;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #203F71;
	margin-left: 5px;
}
#extnav a:hover {
	background-color: #5DB1FF;
}

.obscure {
	display: none;
	visibility: hidden;
}
#sectionhdr, .subhdr {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 179px;
}
#content {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#footer {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top: dashed 1px #CCC;
	padding-top: 10px;
	text-align: center;
	
}
#navigation {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 55px;
	width: 640px;
	position: absolute;
	top: 102px;
	left: 80px;
	background-image: url(../GRFX/nav1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
#navigation li, #navigation a {
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	outline:0;
}
	
#btn_home {
	position: absolute;
	width: 88px;
	left: 0px;
	top: 0px;
}
#btn_home a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_choose {
	position: absolute;
	width: 118px;
	left: 88px;
	top: 0px;
}
#btn_choose a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -88px 0px;
}
#btn_services {
	position: absolute;
	width: 76px;
	left: 206px;
	top: 0px;
}
#btn_services a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -206px 0px;
}
#btn_team {
	position: absolute;
	width: 86px;
	left: 282px;
	top: 0px;
}
#btn_team a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -282px 0px;
}
#btn_work {
	position: absolute;
	width: 90px;
	left: 368px;
	top: 0px;
}
#btn_work a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -368px 0px;
}
#btn_faq {
	position: absolute;
	width: 72px;
	left: 458px;
	top: 0px;
}
#btn_faq a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -458px 0px;
}
#btn_contact {
	position: absolute;
	width: 110px;
	left: 530px;
	top: 0px;
}
#btn_contact a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -530px 0px;
}
h1 {
	font-size: 18px;
	color: #2E76D2;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}
.2col {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #6B96FD;
}
.floatleft {
	display: block;
	margin: 0px;
	float: left;
	width: 280px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
/* ------------------------------------------ Forms -------------------------------------------- */

.cssform p{
width: 450px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; 
border-bottom: 1px solid #C4E0FF;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; 
padding-top: 5px;
width: 150px; 
}

.cssformpad {
font-weight: bold;
float: left;
margin-left: -155px; 
padding-top: 5px;
width: 150px; 
}

.hide {
display: none;
visibility: hidden;
}

.cssform input[type="text"]{ 
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* Holly Hack for IE \*/
* html .dropdown ul li { float: left; height: 1%; }
* html .dropdown ul li a { height: 1%; }
/* End */
.emph {
	font-style: italic;
	font-weight: bold;
	color: #2E76D2;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
