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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background-image: url(images/bg.jpg); 
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;	color: #1e1e1e;
	font-size: .92em;
	line-height: 1.5;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */ 

a {
	text-decoration: none;
	color: #2248b7;
	font-weight: bold;
}

#container { 
	top: 0px;
	position: absolute;
	background-image: url(images/bg2.jpg); 
	background-repeat: repeat-y;
	width: 960px;
	height: 1600px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
	overflow: visible;
}

#container_home { 
	top: 0px;
	position: absolute;
	background-image: url(images/bg2.jpg); 
	background-repeat: repeat-y;
	width: 960px;
	height: 1300px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
	overflow: visible;
}

#container_work { 
	top: 0px;
	position: absolute;
	background-image: url(images/bg2.jpg); 
	background-repeat: repeat-y;
	width: 960px;
	height: 1400px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
	overflow: visible;
}


#container2 { 
	top: 0px;
	position: absolute;
	background-image: url(images/bg2.jpg); 
	background-repeat: repeat-y;
	width: 960px;
	left: 50%;
	height: 2100px;
	margin-left: -480px;
	z-index: 2;
	overflow: visible;
	padding-bottom: 60px;
}

#navwrap {
	position:absolute;
	height: 21px;
	top: 1px;	
	overflow: hidden;
	margin-left: 300px;
	z-index: 10;
}

#headcont {
	position: absolute;
	width: 100%;
	height: 319px;
	overflow: hidden;	
}

#newhead {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -543px;
	z-index: 1;
	background-image: url(images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width:1086px;
	height: 319px;
	overflow: hidden;
}


/* begin nevigation */

#navigation {
  list-style: none;
}

#navigation li {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  	height: 32px;
	position: relative;
	display: block;
	background: url(images/sprite.jpg) 0 0 no-repeat;
}

/* individual navigation items */
#navigation a.homenav {
  background-position: 0 0;
  width: 58px;
}

#navigation .highlight a.homenav:hover,
#navigation a.homenav .hover {
  background-position: 0 -32px;
  width: 58px;
}

#navigation a.servicesnav {
  background-position: -58px 0px;
  width: 97px;
}

#navigation .highlight a.servicesnav:hover,
#navigation a.servicesnav .hover {
  background-position: -58px -32px;
}

#navigation a.trainingnav {
  background-position: -155px 0;
  width: 154px;
}

#navigation .highlight a.trainingnav:hover,
#navigation a.trainingnav .hover {
  background-position: -155px -32px;
}

#navigation a.contactnav {
  background-position: -308px 0;
  width: 130px;
}

#navigation .highlight a.contactnav:hover,
#navigation a.contactnav .hover {
  background-position: -308px -32px;
}

#navigation a.worknav {
  background-position: -438px 0;
  width: 68px;
}

#navigation .highlight a.worknav:hover,
#navigation a.worknav .hover {
  background-position: -438px -32px;
}

#navigation a.repsnav {
  background-position: -506px 0;
  width: 92px;
}

#navigation .highlight a.repsnav:hover,
#navigation a.repsnav .hover {
  background-position: -506px -32px;
}

#navigation a.loginnav {
  background-position: -598px 0;
  width: 59px;
}

#navigation .highlight a.loginnav:hover,
#navigation a.loginnav .hover {
  background-position: -598px -32px;
}


/* end navigation */


#header {
	top: 0px;
	position: absolute;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 261px;
	z-index: 3;
}

#content {
	position: absolute;
	width: 960px;
	margin-left: 0px;
	z-index: 4;
	top: 319px;
}

#img1 {
	position: absolute;
	background-image: url(images/f1.jpg);
	background-color: #001111;
	top: 71px;
	margin-left: 388px;
	border: solid 0px #717171;
	height: 99px;
	width: 275px;
	z-index: 5;
}

#img2 {
	position: absolute;
	background-color: #001111;
	background-image: url(images/f2.jpg);
	top: 183px;
	margin-left: 388px;
	border: solid 0px #717171;
	height: 99px;
	width: 275px;
	z-index: 5;
}

#img3 {
	position: absolute;
	background-image: url(images/f3.jpg);
	background-color: #001111;
	top: 71px;
	margin-left: 675px;
	border: solid 0px #717171;
	height: 99px;
	width: 275px;
	z-index: 5;
}

#img4 {
	position: absolute;
	background-image: url(images/f4.jpg);
	background-color: #001111;
	top: 183px;
	margin-left: 675px;
	border: solid 0px #717171;
	height: 99px;
	width: 275px;
	z-index: 5;
}

#content2 {
	position: absolute;
	top: 20px;
	width: 620px;
	z-index: 5;
}

#content3 {
	position: absolute;
	top: 0px;
	width: 560px;
	z-index: 5;
}

#content4 {
	position: absolute;
	top: 20px;
	width: 560px;
	z-index: 5;
}


#welcome {
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 0px;
	padding-bottom: 40px;
}

#welcome_service {
	background-image: url(images/welcome_services.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 0px;
	padding-bottom: 40px;
}

#welcome_coverage {
	background-image: url(images/welcome_coverage.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 300px;
	padding-bottom: 40px;
}

#welcome_links {
	background-image: url(images/welcome_links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 0px;
	padding-bottom: 40px;
}

#welcome_contact {
	background-image: url(images/welcome_contact.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 0px;
	padding-bottom: 40px;
}

#welcome_work {
	background-image: url(images/welcome_work.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 0px;
	padding-bottom: 40px;
}

#welcome_rep {
	background-image: url(images/welcome_rep.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 0px;
	padding-bottom: 40px;
}

#welcome_privacy {
	background-image: url(images/welcome_privacy.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 56px;
	width: 494px;
	margin-left: 0px;
	padding-bottom: 40px;
}

#sidebar {
	position: absolute;
	top: 0px;
	width: 302px;
	height: 850px;
	margin-left: 660px;
}

#sidebar2 {
	position: absolute;
	top: 80px;
	width: 400px;
	height: 850px;
	margin-left: 660px;
}

#affiliates {
	background-image: url(images/affiliates.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 53px;
	width: 298px;
	margin-left: 0px;
	padding-bottom: 42px;
}

#grass_ad {
	background-image: url(images/grass_ad.jpeg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 302px;
	width: 850px;
	margin-left: 0px;
	padding-bottom: 40px;
}


}

#coverage_bar {
	background-image: url(images/coverage.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 37px;
	width: 300px;
	margin-left: 800px;
	padding-bottom: 40px;
}

#map {
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	top: 0px;
	height: 250px;
	width: 300px;
	margin-left: 300px;
	padding-bottom: 20px;
}

#map a {
	display: block;
	width:100%;
	height:100%;
	text-decoration: none;
	cursor: pointer;
}

.small_text {
	font-family: verdana,sans-serif;
	color: #000000;
	font-size: .8em;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
}

#footer {
	position: absolute;
	width: 960px;
	height: 30px;
	z-index: 15;
	top:1570px;
}

#footer_home {
	position: absolute;
	width: 960px;
	height: 30px;
	z-index: 15;
	top:1270px;
}

#footer_work {
	position: absolute;
	width: 960px;
	height: 30px;
	z-index: 15;
	top:1370px;
}

.smaller {
	font-size: .7em;
	line-height: 1.5;
	font-weight: normal;
}

.smaller a {
	text-decoration: none;
	color: blue;
}

.smaller ul {
	list-style-type: disc;
}

#contactarea {
	width:350px;
	margin-left: 0px;
	text-align:left;
	padding:15px;
	border: 1px solid #727272;
	background-color:#D9D7D8;
}

#inputbox {	
	position: absolute;
	right: 270px;
	border: 1px solid #727272;
	width: 270px;
	padding: 2px;
	color: #3f3f3f;
	font-family: Verdana, Sans Serif;
	font-size:.75em;
	line-height: 120%;
}

#textarea {
	border: 1px solid #727272;
	padding: 2px;
	color: #001111;
	font-family: Verdana, Sans Serif;
	font-size:.75em;
	line-height: 120%;
	width:330px;
}

#submitbutton {
	border: 1px solid #b8b8b8;
	background-color: #eee;

}

.feat_descrip {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	font-family: Verdana, Sans Serif;
	font-size:.75em;
	line-height: 140%;
}

.little_titles {
	color: #ffffff;
	font-family: Verdana, Sans Serif;
	font-size: .75em;
	font-weight: bold;
	line-height: 140%;
}

.little_titles2 {
	color: #000000;
	font-family: Verdana, Sans Serif;
	font-size: .65em;
	line-height: 140%;
}

table.padded-table td { padding:5px; }
