/* default */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color:#DFDFDF;
}
#container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#headerbg {
	background-image: url(../img/headerbg.jpg);
	background-repeat: repeat-x;
	height: 259px;
	width: 100%;
}
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 259px; width: 100%;
}
#headercontainer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 928px;
	z-index: 1;
}
#navhome
{
  display: block;
  width: 68px;
  height: 24px;
  background: url("../img/menu/home.png") no-repeat 0 0;
  background-position: 0 -30px;
}
#navhome:hover
{ 
  background-position: 0 0px;
}
#navhome span
{
  display: none;
}
#navservices
{
  display: block;
  width: 92px;
  height: 24px;
  background: url("../img/menu/services.png") no-repeat 0 0;
  background-position: 0 -30px;
}
#navservices:hover
{ 
  background-position: 0 0px;
}

#navservices span
{
  display: none;
}
#navstaff
{
  display: block;
  width: 71px;
  height: 24px;
  background: url("../img/menu/staff.png") no-repeat 0 0;
  background-position: 0 -30px;
}
#navstaff:hover
{ 
  background-position: 0 0px;
}

#navstaff span
{
  display: none;
}
#navcontact
{
  display: block;
  width: 92px;
  height: 24px;
  background: url("../img/menu/contact.png") no-repeat 0 0;
  background-position: 0 -30px;
}
#navcontact:hover
{ 
  background-position: 0 0px;
}

#navcontact span
{
  display: none;
}
#menuwrapper {
	position:relative;
	top:-30px;
	left:5px;
}
#menu {
	list-style-type:none;
	float:left;
}
#menu li {
	float:left;
	margin-right:5px;
}
#navhome.active {
	 background-position: 0 0px;
}
#navservices.active {
	 background-position: 0 0px;
}
#navstaff.active {
	 background-position: 0 0px;
}
#navcontact.active {
	 background-position: 0 0px;
}
#footer {
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
	height: 219px;
	width: 100%;
}
#footercontainer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 928px;
	z-index: 1;
}
#cainlogo {
	float:left;
	width: 190px;
	padding-top: 70px;
	padding-left: 30px;
}
#dropusaline {
	float:left;
	width: 400px;
	padding-top: 40px;
	padding-left: 30px;
}
#connect
{
	margin-top: 32px;
	margin-left: 25px;
  display: block;
  width: 316px;
  height: 78px;
  background: url("../img/connect.png") no-repeat 0 0;
  background-position: 0 0px;
  border:none;
}
#connect:hover
{ 
  background-position: 0 -80px;
}
#connect span
{
  display: none;
}
#directions {
	float:left;
	width: 190px;
	padding-top: 35px;
	padding-left: 60px;
}
#directionsbutton
{
	float:left;
	margin-left:54px;
  display: block;
  width: 203px;
  height: 56px;
  background: url("../img/directions.png") no-repeat 0 0;
  background-position: 0 0px;
  border:none;
}
#directionsbutton:hover
{ 
  background-position: 0 -80px;
}
#directionsbutton span
{
  display: none;
}
#footertext
{
	float:left;
	margin-top: 5px;
	margin-left:745px;
}
.footertext {
	color:#7D7D7D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 150px;
}
.footertext2 {
	color:#7D7D7D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footertext2 a {
	color:#999;
	text-decoration:none;
}
.footertext2 a:hover {
	color:#7D7D7D;
	text-decoration:underline;
}
