/* Global Elements
----------------------------------------------------*/

body {
	background: #000;
	text-align: center; /* IE 6 hack */
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #333;
	font-size: 11px;
}

/* "wild card" - universal selector removes default padding and margins globally */
* { 
	padding: 0px;
	margin: 0px;
}

a:active {outline:none;}
a:focus {-moz-outline-style: none;}

/* Typography
----------------------------------------------------*/

h1 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 10px 0px 25px -12px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	margin: 15px 0px 10px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	margin: 10px 0px 10px 0px;
}

p {
	margin: 5px 0px 5px 0px;
	line-height: 15px;
}

sup {
	font-size: 90%; 
	vertical-align: top;
}

blockquote {
	margin: 10px 20px;
	font-size: 10px;
}

.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
}

.logoSmallCaps {
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
}

/* note: all link params defined to defeat strange inheritance */

#mainContent a:link {
	color:#2b5b47;
	text-decoration: none;
	border-bottom: 1px dotted #2b5b47;
	display: inline;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#mainContent a:visited {
	color:#2b5b47;
	text-decoration: none;
	border-bottom: 1px dotted #2b5b47;
	display: inline;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#mainContent a:hover, a:active {
	background-color: #d1f1e4;
	color:#2b5b47;
	text-decoration: none;
	border-bottom: 1px dotted #2b5b47;
}


#mainContent ul {
	margin-left: 25px;
	line-height: 1.5em;
}

#mainContent a img {
	border: none;
}

/* Primary Section Layout
----------------------------------------------------*/

#wrapper {
	background: #000;
	width: 861px;
	margin: 0 auto; /* aligns page center - all but IE 6 */
	text-align: left; /* IE 6 hack */
}

#header {
	width: 861px;
	height: 87px;
	position: relative;
}

#headerTab {
	/* background: url(../images/top_tab.gif); */
	height: 38px;
	width: 170px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#headerFlash {
	float: left;
	width: 560px;
	height: 76px;
}

#contentContainer {
	background: #696464;
}

#sideContentContainer {
	background: #696464 url(../images/left_top_bg.gif) no-repeat;
	position: relative;
	float: left;
	width: 224px;
}

#mainNavContainer {
	position: relative;
	left: 24px;
	top: -10px;
	width: 162px;
	background: url(../images/mainNav_bg.jpg) no-repeat;
}

#contactNav {
	position: relative;
	width: 162px;
	height: 40px;
	top: -7px;
	left: 24px;
	background: url(../images/contact_bg.jpg) no-repeat;
}


#featureNav {
	background: url(../images/featuresNav_bg.gif) no-repeat;
	position: relative;
	margin: 35px 0px 0px 0px;
	width: 224px;
	overflow: hidden; /*safety net for IE6 */
}

#sideImage {
	/* position: relative;
	margin: 75px 0px 10px 0px; */
	width: 224px;
	overflow: hidden; /*safety net for IE6 */
}

/*to keep IE6 from inhereting nav link padding */
#sideImage a { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#mainContentContainer {
	background: #fff;
	position: relative;
	float: right;
	width: 637px;
}

#contentHeader {
	height: 208px;
	width: 637px;
}

#mainContent {
	margin: 0px 25px 25px 40px;
}

#logos {
	margin: 110px 0px 20px 20px;
}

#footer {
	background: url(../images/footer_861x21.jpg);
	width: 861px;
	height: 21px;
}

#copyright {
	width: 861px;
	margin-top: 18px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 9px;
	color: #c2995b;
}

.clear {
	clear: both;
}

/* Main Nav
----------------------------------------------------*/

#mainNav {
	padding-top: 20px;
	padding-bottom: 10px;
	background: url(../images/mainNav_bottom.jpg) no-repeat left bottom;
}

#mainNav ul {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
}

#mainNav ul li {
	font-size: 12px;
	display: inline; /* IE fix to eliminate extra space between li items */
}

#mainNav li a:link {
	display: block;
	padding: 0px 0px 0px 25px; /* t r b l */
	width: 125px; /* for IE 6 to see hover background - force layout */
	line-height: 25px;
	text-decoration: none;
	color: #000;
	border-bottom: none;
}

#mainNav li a:visited {
	background-image: none;
	display: block;
	padding: 0px 0px 0px 25px; /* t r b l */
	width: 125px; /* for IE 6 to see hover background - force layout */
	line-height: 25px;
	text-decoration: none;
	color: #000;
	border-bottom: none;
}

#mainNav li a:hover, a:active {
	background-image: url(../images/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	border-bottom: none;
	background-color: transparent;
}

#contactNav a:link {
	display: block;
	padding: 12px 0px 0px 65px;
	line-height: normal;
	text-decoration: none;
	color: #000;
	border-bottom: none;
}

#contactNav a:visited {
	background-image: none;
	display: block;
	padding: 12px 0px 0px 65px;
	line-height: normal;
	text-decoration: none;
	color: #000;
	border-bottom: none;
}

#contactNav a:hover, a:active {
	background-image: none;
	color: #fff;
	border-bottom: none;
	background-color: transparent;
}

#home #mainNav .home a,
#about #mainNav .about a,
#values #mainNav .values a,
#locations #mainNav .locations a,
#eblasts #mainNav .eblasts a {
	cursor: default;
	background-image: url(../images/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
}

#contactus .contact {
	background-image: none;
	cursor: default;
	color: #fff;
}



/* Feature Nav
----------------------------------------------------*/

#featureNav p {
	padding: 20px 0px 5px 0px;
	text-align: center;
	color: #be914d;
	font-size: 11px;
}

#featureNav ul {
	margin: 0px; /* IE indent remove */
	padding: 0px; /* Firefox, Safari indent remove */
	list-style-type: none; /* bullet remove*/
	margin-bottom: 15px;
	margin-left: 20px;
}

#featureNav li {
	font-size: 11px;
	display: inline;  /* IE fix to eliminate extra space between li items  */
}

#featureNav li a:link, a:visited {
	display: block;
	background: url(../images/featuresNav_bullet.gif) no-repeat left 7px;
	padding: 0px 0px 0px 16px;
	width: 155px; /* for IE 6 to see hover background - force layout */
	line-height: 22px;
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}

#featureNav li a:hover, a:active {
	text-decoration: underline;
	color: #be914d;
}

.selectedFeature {
	display: block;
	background: url(../images/featuresNav_bullet.gif) no-repeat left 7px;
	padding: 0px 0px 0px 16px;
	width: 155px; /* for IE 6 to see hover background - force layout */
	line-height: 22px;
	color: #be914d;
}


/* Additional Elements
----------------------------------------------------*/

.imgWrapper {
	margin: -5px 15px 15px 35px;
}

label {
	float: left;
	width: 100px;
}

/* Capabilities/Locations - note: these are CLASSES due to multiple instances on the page!
----------------------------------------------------*/

.locationAddress {
	margin: 10px 0px 10px 25px;
}

.locationPhoto {
	float: right;
	margin: 8px;
}

.locationLogo {
	margin: 15px 0px 5px 0px;
}

.prodTable {
	width: 100%;
	clear: both;
	margin-top: 0px;
}

.prodTable th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

.prodTable td {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}



