/* Body background Control */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #333333;
}

div#fade {
 	height:expression(
	document.documentElement.clientHeight > document.body.clientHeight
	?document.documentElement.clientHeight:
	100 + document.body.clientHeight
	);
	min-height: 120%;
	background-image: url(/images/fadeline.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	position:absolute;
	top:0px;
	left:950px;
	width:200px;
	overflow: hidden;
}

div#topfade {
	height: 172px;
	background-image: url(../images/home_fade.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
}

div#top {
	width:800px;
	height: 35px;
	background-color: #FFFFFF;
}

div#banner {
	/*background-color: #EBF3E8;*/
	left: 0px;
	width: 800px;
}

div#gradient {
	position:absolute;
	height: 500px;
	background-image: url(/images/gradientline.jpg);
	background-repeat: repeat-x;
	left: 0px;
	top: 170px;
	width: 193px;
	border-top:solid 1px #FFFFFF;
	text-align:right;
	font-family:eurostyle,tahoma,verdata,trebuchet-ms,arial,sans-serif;
	padding:4px;
}

.rfnav a:link { color:#333366; }
.rfnav a:visited { color:#333366; }
.rfnav a:hover { color: #B1B1BE; text-decoration:none;}

.shade {
	background-color: #EEEEEE;
}

.formelement {
	font-weight : bold;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.inputelement {
	font-weight : normal;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.required {
	color : Red;
}

.lightgray { 
	background-color: #eeeeee;
}

.lightblue {
	background-color: #F7FAF8;
}

div#content 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	position: relative;
	margin-left:220px;
	padding-top:10px;
	padding-right:40px;
	background-image: url(/images/options.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#navindicator {
	height: 6px;
	position: absolute;
	top: 0px;
	left: 362px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 11px;
}

div#navindicator_press {
	height: 6px;
	position: absolute;
	top: 0px;
	left: 400px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 11px;
}

div#navindicator_links {
	height: 6px;
	position: absolute;
	top: 0px;
	left: 437px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 11px;
}

div#navindicator_locations {
	height: 6px;
	position: absolute;
	top: 0px;
	left: 485px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 11px;
}

div#navindicator_contact {
	height: 6px;
	position: absolute;
	top: 0px;
	left: 541px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 11px;
}

div#topnav 
{
	font-size:11px;
	position: relative;
	margin-left: 355px;
	width: 500px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #E37216;
	background-color:#FFFFFF;
}

div#searchcorner {
	position: absolute;
	top: 0px;
	left: 590px;
	width: 10px;
	height: 30px;
	background-image: url(/images/searchcorner.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#searchtext {
	position: absolute;
	top: 0px;
	left: 600px;
	padding-left: 1px;
	padding-top: 8px;
	width: 200px;
}

div#searchbox {
	position: absolute;
	top: 0px;
	padding-top:4px;
	left: 600px;
	height: 25px;
	vertical-align: top;
	background-color: #E6D0D1;
	width: 150px;
	font-size:11px;
}

div#gobutton {
	height: 24px;
	position: absolute;
	top: 0px;
	padding-top:5px;
	left: 750px;
	text-align: left;
	width: 50px;
	background-color: #E6D0D1;
}

div#mainnav 
{
	width:800px;
	word-wrap:none;
	left: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#F6F1EE;
	z-index:10;
}

.mainnav_highlight {
	background-color:#DFEAE2;
	background-image:url(/images/triangle_main.gif);
	background-position:right bottom; 
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	/*border-right: solid 1px #DDDDDD;
	border-top: solid 1px #DDDDDD;*/
}

.mainnav_highlight a:link { color: #000000; text-decoration: none; }
.mainnav_highlight a:visited { color: #000000; text-decoration: none; }
.mainnav_highlight a:hover { color: #000000; text-decoration: none; }
.mainnav_highlight a:active { color: #000000; text-decoration: none; }

.mainnav_normal {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
}

div#cap {
	background-color: #336633;
	background-image: url(/images/endcap_caliber.gif);
	background-position: right;
	background-repeat: no-repeat;
	align: right;
}

div#newswindow {
	background-color: #DFEAE2;
	border-left: solid 1px #336633;
	border-right: solid 1px #336633;
	border-bottom: solid 1px #336633;
	opacity: 0.7;
}

div#newswindow_rapidfind {
}

div#rapid {
	background-color: #DFEAE2;
	border-left: solid 1px #336633;
	border-right: solid 1px #336633;
	border-bottom:solid 1px #336633;
	opacity: 0.7;
}

.windowheadtext {
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:4px;
	background-image: url(/images/endcap.gif);
	background-position: right;
	background-repeat: no-repeat;

}

.windowheadtext_rapidfind {
	height: 18px;
	color: #FFFFFF;
	background-color: #779DC1;
	vertical-align: middle;
	padding-top: 2px;
}

.windowtext {
	color: #333333;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 6px;
}

.searchpad {
	padding-left: 5px;
	padding-top: 4px;
}

.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
}

/* Hyperlinks Controls */
a:link { color: #4D7E84; text-decoration: none; }
a:visited { color: #4D7E84; text-decoration: none; }
a:hover { color: #4D7E84; text-decoration: underline; }
a:active { color: #4D7E84; text-decoration: none; }

.head {
	color: #6B9CA3;
	font-weight: bold;
	font-size: medium;
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	text-align: left;
	vertical-align: middle;
}

.sub {
	font-weight: bold;
	font-size: small;
	color: #5A5A5A;
	text-align: left;
}

#head_line {
	height: 16px;
	padding-left: 15px;
	background-color: #E6E6E6;
}

#headwrap {
	padding-left: 4px;
	padding-right: 1px;
}

/* FOOTER Hyperlink Controls */
.footer a:link { color: #FFFFFF; text-decoration: none; }
.footer a:visited { color: #FFFFFF; text-decoration: none; }
.footer a:hover { color: #FFFFFF; text-decoration: underline; }
.footer a:active { color: #FFFFFF; text-decoration: none; }

.footer {
	height: 25px;
	padding-left: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

#top-col-1 {
  position: relative;
  width:90%;
  padding-left: 0;
  top: 0;
  left: 0;  
}

#top-col-2 {
  position: absolute;
  top: 0px;
  left: 800px;
  width: 10%;
  height:100%;
	
}

#mid-col {
  width:100%;
  max-width:800px;
  width:expression( 
    document.body.clientWidth > 810
    ?"800px":
    "100%");	
}

#mid-col-2 {
  width: 80%;
}

#mid-col-3 {
	left:800;
	width:2%;
	width: 50;
}

#bottom-col-1 {
  position: relative;
}