/*  CSS FILE   */

html{ height: 100%;}

body{
	width: 1012px;
	background-image: url("../images/bodyBackground.jpg"); 
	background-repeat: repeat-x;
	margin: 0px auto;
	padding-left: 213px;
	font-family: "Helvetica", sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	height: 100%;
}

#container{
	background-image: url("../images/shadowBackgroundRepeater.jpg"); 
	background-repeat: repeat-y;
	width: 818px;
	min-height: 90%;
	height:auto !important;
 	height: 90%;
}

#contentContainer{
	background-image: url("../images/shadowBackground.jpg"); 
	background-repeat: no-repeat;
	min-height: 90%;
	height:auto !important;
 	height: 90%;
}

#contentContainer:after { /* forces the contentContainer div to stretch with floating content (FF fix) */
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both;
	visibility: hidden;
}

#homeContainer{
	background-image: url("../images/shadowBackgroundRepeater.jpg"); 
	background-repeat: repeat-y;
	width: 818px;
	min-height: 90%;
	height:auto !important;
 	height: 90%;
}

#contentHomeContainer{
	background-image: url("../images/shadowBackground.jpg"); 
	background-repeat: no-repeat;
	min-height: 90%;
	height:auto !important;
 	height: 90%;
}

#contentHomeContainer:after { /* forces the contentContainer div to stretch with floating content (FF fix) */
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both;
	visibility: hidden;
}

.hide{
	display: none;
}

.show{
	display: block;
}

ul {
	list-style: disc;
	padding-left: 40px;
	line-height: 1.4em;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;

}

/* --------------------------------------------------------------------------------------------------------------------------------------
	Header Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/

#headerContainer{
	width: 800px;
	height: 137px;
	position: relative;
	left: 9px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}

#headerContainer img{
	width: 169px;
	height: 137px;
	float: right;
}

.inputTextTitle{
	text-transform: uppercase;
	font-size: 0.9em;
	position: relative;
	top: -1px;
}

#loginForm{
	float: right; 
	width: 170px;	
	text-align: right;
	padding-right: 40px;
	position: relative;
	top: -7px;
}

.inputField{
	border:solid 1 #ccc;
	background-color: #fff;
	/*background-color: transparent;
	background-image: url('../images/inputField.gif');
	background-position: -1px 0px;
	background-repeat: repeat-x;*/	
	font-size: 0.9em;
	color: #666666;
	width: 60px;
	height: 12px;
	position:relative;
	top: -1px;
}

#headerText{
	float: left;
	width: 611px;
	color: #FFF; 
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	line-height: 1.8em;	
}

#headerHomeContainer{
	width: 800px;
	height: 137px;
	position: relative;
	left: 9px;
	background-image: url("../images/headerHome.jpg");
	background-repeat: no-repeat;
}



#headerHomeText{
	color: #FFF; 
	text-align: right;
	padding-top: 110px;
	padding-right: 60px;
	line-height: 1.2em;
}

#headerLogoClear{
	position: absolute; 
	top: 25px;
	left: 45px;
	height: 80px; 
	width: 295px; 
}

a.linkOn:link, a.linkOn:visited, a.linkOn:hover, a.linkOn:active{color:#FFF; text-decoration: none;}

a.linkOff:link, a.linkOff:visited, a.linkOff:hover, a.linkOff:active{color:#666; text-decoration: none;}

/* --------------------------------------------------------------------------------------------------------------------------------------
	END Header Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/



/* --------------------------------------------------------------------------------------------------------------------------------------
	Footer Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/

#footerWrapper{
	background-image: url("../images/shadowBackgroundRepeater.jpg"); 
	background-repeat: repeat-y;
	width: 818px;
	height: 100px;
	/*position: fixed;
	bottom: 0px;*/
}

#footerHomeWrapper{
	background-image: url("../images/shadowBackgroundRepeater.jpg"); 
	background-repeat: repeat-y;
	width: 818px;
	height: 100px;
	float: left;
	/*position: fixed;
	bottom: 0px;*/
}

#footerHomeContainer{
	width: 818px;
	height: 60px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #8C99A0;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-left: 35px;
	float: left;
}

#footerHomeContainer img{
	position: relative;
	top: 8px;
	padding-right: 40px;
}

#footerContainer{
	width: 818px;
	height: 60px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #8C99A0;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-left: 35px;
	float: left;
}

#footerContainer img{
	position: relative;
	top: 8px;
	padding-right: 40px;
}


a.footerOff:link, a.footerOff:visited{color: #8C99A0; padding-left: 8px; padding-right: 8px; text-decoration: none;}
a.footerOff:hover, a.footerOn:link, a.footerOn:visited, a.footerOn:hover, a.footerOn:active{color: #F78F1E; padding-left: 8px; padding-right: 8px; text-decoration: none;}
a.footerOff:active{color: #8C99A0; padding-left: 8px; padding-right: 8px; text-decoration: none;}

/* --------------------------------------------------------------------------------------------------------------------------------------
	END Footer Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/



/* --------------------------------------------------------------------------------------------------------------------------------------
	Menu Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/

#menuContainer{
	width: 800px;
	position: relative;
	left: 9px;
}

#menuHomeContainer{
	width: 800px;
	position: relative;
	left: 9px;
}


#mainMenuContainer{
	width:800px;
	height: 26px;
	background-image: url("../images/mainMenuBackground.gif");
	background-repeat: no-repeat;
	font-size: 0.85em;
	padding-top: 6px;
	padding-left: 25px;
}

.menu1{	
	padding-left: 8px;
	padding-right: 8px;	
	font-size: 0.8em;
}

.menu1On{
	color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.8em;
}

.menu1 a{
	color: #666;
	text-decoration: none;
}

.menu1 a:hover{
	color: #FFF;
	text-decoration: none;
}

.menu1On a{
	color: #FFF;
	text-decoration: none;
}

#secondaryMenuContainer{
	background-color: #FFF; 
	font-size: 0.85em;
	padding-left: 25px;
	line-height: 1.5em;
	height: 40px;
}

.menu2{	
	color: #666;
	padding-left: 8px;
	padding-right: 8px;	
	font-size: 0.9em;
}

.menu2On{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.9em;
}

.menu2 a{
	color: #666;
	text-decoration: none;
}

.menu2 a:hover{
	color: #F78F1E;
	text-decoration: none;
}

.menu2On a{
	color: #F78F1E;
	text-decoration: none;
}

#aboutUsMenu{
	width: 400px;
	background-image: url("../images/secondaryMenuBackground.gif");
	background-repeat: no-repeat;
}

#servicesMenu{
	width: 600px;
	background-image: url("../images/secondaryMenuBackground.gif");
	background-repeat: no-repeat;
	margin-left: 123px;
}

#feltraxloginMenu{
	width: 400px;
	background-image: url("../images/secondaryMenuBackground.gif");
	background-repeat: no-repeat;
	margin-left: 243px;
}

#linksMenu{
	width: 400px;
	background-image: url("../images/secondaryMenuBackground.gif");
	background-repeat: no-repeat;
	margin-left: 108px;
	position: relative;
	left: 300px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------
	END Menu Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------------------------------------------------------------------
	Body Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/

#rightContainer{
	background-color: #FFF;
	float: right;
	width: 578px;
	position: relative;
	right: 9px;
	padding-right: 70px;
	/*border-left: 1px solid #000;*/
}

#leftContainer{
	background-color: #FFF;
	float: left;
	width: 120px;
	position: relative;
	left: 9px;
	padding-left: 32px;
}

#leftContainer img{
   padding-top: 1.8em;
}

#rightHomeContainer{
	background: transparent;
	float: right;
	width: 378px;
	position: relative;
	right: 9px;
	padding-top: 1.5em;
}

#leftHomeContainer{
	background-color: #FFF;
	float: left;	
	width: 390px;
	position: relative;
	left: 9px;	
	padding-left: 32px;
	padding-top: 1.5em;
}

#leftContainer img{
	padding-bottom: 10px;
}

#fullwidthContainer{
	background-color: #FFF;
	width: 660px;
	position: relative;
	left: 9px;
	padding-left: 32px;
	margin-right: 319px;
	/*border-right: 1px solid #000;*/
}

h1{
	font-size: 2em;
	text-align: left;
	line-height: 2.5em;
	font-weight:bold;
	padding-left: 20px;
}

h2{
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 1.2em;
}

h3{
	font-size: 1em;
	text-align: left;
	line-height: 1.2em;
	padding-bottom: .5em;
}

.homeMediumText{
	font-size: 1.5em;
	text-align: left;
	line-height: 1.8em;
}

.homeSmallText{
	font-size: 1.1em;
	text-align: left;
	line-height: 1.8em;
}

.smallTitleText{
	font-size: 1.1em;
	text-align: left;
	line-height: 1.2em;
	font-weight: bold;
}

.mediumTitleText{
	font-size: 1.4em;
	text-align: left;
	line-height: 1.4em;
	padding-bottom: 1em;
	font-weight: normal;
}

.Grey{
	color: #8C99A0;
}

.Orange{
	color: #F78F1E;
}

.Blue{
	color: #003870;
}

#indent{
	padding-left: 20px;
}

#bioText{
	float:right;
	width: 520px;
	font-size:0.85em;
	line-height: 1.2em;
}

#bioImage{
	float:left;
	width: 100px;
}

#mapImage{
	float: right;
	width: 350px;
	align: right;
}

#mapText{
	float:left;
	width: 190px;
	font-size:0.85em;
	line-height: 1.2em;
}

.requestFormTitles{
	text-align: right; 
	padding-right: 5px;
	padding-top: 10px;
	width: 150px;
	vertical-align: middle;
}

.requestFormBoxes{
	text-align: left;
	width: 170px; 
	vertical-align: middle;
}

.tiny{
	font-size:0.8em;
}
.red{color: #ab1e02;}
.darkergreen{color: #0f461c;}

/* --------------------------------------------------------------------------------------------------------------------------------------
	END Body Styles
-----------------------------------------------------------------------------------------------------------------------------------------*/


