/*------------------------------------------*/
/*-STD STYLES-------------------------------*/
/*------------------------------------------*/


body {
	margin-top: 10px;
	background: url(/images/backstripe4.jpg) 0% 0% repeat-x;
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}


h1 {
	font: 16px Georgia; 
	color:#0172b1;
	text-align: left;
	padding: 10px 0 10px 0;

}

h2 {
	font: 16px Georgia; 
	color: #0172b1;
	text-align: left;
	padding: 10px 0 0 10px ;
}

h2.contact {
	font: 16px Georgia; 
	color: #0172b1;
	text-align: left;
	padding: 0 0 5px 10px ;
}

h2.intro {
	font: 16px Georgia; 
	color: #0172b1;
	text-align: center;
	padding: 0 10px 0 0;
}

h3 {
	font: 16px Arial, Helvetica, sans-serif; 
	color: #419d3c;
	text-align: left;
	padding: 30px 0 10px 10px;
}

h4 {
	font: 14px Arial, Helvetica, sans-serif; 
	color: #419d3c;
	text-align: left;
	padding: 3px 0 10px 10px;
}

h5 {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #0172b1;
}

h5 a:link {
	text-decoration:none;
}
h5 a:visited {
	text-decoration:none;
}
h5 a:hover {
	text-decoration:underline;
}
h5 a:active {
	text-decoration:none;
}

h6 {
	font: 10px Arial, Helvetica, sans-serif; 
	color: #565656;
	text-align: center;
}

a:link { color: #0172b1; text-decoration: underline;}
a:visited { color: #0172b1; text-decoration: underline;}
a:hover { color: #419d3c; text-decoration: underline;}
a:active { color: #0172b1; text-decoration: underline;}
/*------------------------------------------*/
/*-END STD STYLES--------------------------*/
/*------------------------------------------*/
#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}

#header {
	width: 939px;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
	border: 0px red solid;	
}
/*-NAV--------------------------------------*/
   #navbar {
   	position: absolute;
	top: 102px;
	left: 512px;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 580px;
	list-style: none;

}

#navbar a {
	text-decoration: none;
	display:block;
	padding-right: 32px;
}

#navbar li {
	text-align: center;
	float: left;
}

#navbar #home {
	font: 12px Arial, Helvetica, sans-serif;
	color: #419d3c;
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
	padding-top: 0px;
	border: 0px red solid;
}

#navbar #home-current {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0172b1;
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
	background-position: 0 -29px;
}

#navbar #home:hover {
	background-position: 0 -29px;
	color: #0172b1;
}

#navbar #reps-current {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #0172b1; 
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
	background-position: 0 -29px;
}

#navbar #reps {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #419d3c; 
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
}

#navbar #reps:hover {
	background-position: 0 -29px;
	color: #0172b1;
}

#navbar #support-current {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #0172b1; 
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
	background-position: 0 -29px;
}

#navbar #support {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #419d3c; 
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
}

#navbar #support:hover {
	background-position: 0 -29px;
	color: #0172b1;
}

#navbar #news-current {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #0172b1; 
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
	background-position: 0 -29px;
}

#navbar #news {
	font: 12px Arial, Helvetica, sans-serif; 
	color: #419d3c; 
	background:url(../images/tab.jpg) no-repeat 0 0;
	width: 77px;
	height: 29px;
}

#navbar #news:hover {
	background-position: 0 -29px;
	color: #0172b1;
}

/*-END NAV----------------------------------*/




/*-END MENU----------------------------------*/

.wave {
	position:absolute;
	background: url(/images/wave.jpg) no-repeat top;
	top: 74px;
	left: -70px;
	width: 425px;
	height: 64px; 
}


/*.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;
}
