@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4F4F4F;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 25px 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:30px;
}

.twoColFixLtHdr #nav {
	background:#339967 url(../images/navBkgd.gif) no-repeat 0 0;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:40px;
}
.twoColFixLtHdr #secHeader {  
	padding: 4px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 30px 0;
/*	height:235px;*/
	width:709px;
	float:left;
	border:#D7D7D7 1px solid;
} 

.twoColFixLtHdr #header h1 {
	display:none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #sidebar1 a {
	cursor:pointer;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration:none;
}
.twoColFixLtHdr #container #sidebar1 ul {
	font-size:0.92em;
	width:120px;
	line-height:1.2em;
	margin:0 0 10px 0;
	padding:0 0 0 13px;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 li {
	background:url(../images/bkgrd_li.gif) no-repeat 0 .3em;
	padding:0 0 0 8px;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-size:1.20em;
	margin:0;
}
.twoColFixLtHdr #container #sidebar1 h2.green {
	margin-top:15px;
	color:#339967;
}
.twoColFixLtHdr #container #sidebar1 h2.yellow{
	margin-top:15px;
	color:#F7D512; 
}
.twoColFixLtHdr #container #sidebar1 h2.red{
	margin-top:-7px;	
	color:#EE1E1C;
}
.colRed{
	color:#EE1E1C;
}
#teaserHolder{
	width:228px;
	height:90px;
	padding:34px 0 0 30px;
	margin-bottom:12px;
}
.teaserExFleet{
	background:url(../images/exFleet.gif) no-repeat 0 0;
}
.teaserQuote{
	background:url(../images/quoteTeaser.gif) no-repeat 0 0;
}
.teaserEvent{
	background:url(../images/eventTeaser.gif) no-repeat 0 0;
}
.teaserTraining{
	background:url(../images/trainingTeaser.gif) no-repeat 0 0;
}
.twoColFixLtHdr #mainContent {
	background:#FFF;
	float: left;
	width:436px;
	margin: 0 24px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
h1{
	font-size: 1.25em;
	color:#339967;
}
h1.title{
	border-bottom:1px #CCCCCC solid;
	padding-bottom:5px;
}
p, ul{
	line-height:1.8em;
}
blockquote{
	background: url(../images/quote.gif) no-repeat left top;
	line-height:1.4em;
	padding-left: 30px;
	text-indent: -30px;
}
blockquote:first-letter{
	padding-left: 30px;
}
.twoColFixLtHdr #footer { 
	padding: 40px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#339967 url(../images/footerBkgrd.gif) repeat-x; 
	height:210px;
}
.twoColFixLtHdr #footer a:link {
	color: #fff;
	text-decoration:none;
	border-bottom:1px #fff dashed;		
}
.twoColFixLtHdr #footer a:visited {
	color: #fff;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration:none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
   color: #357A7C;
   text-decoration:none;
}
a:visited {
   color: #357A7C;
   text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #container #footer #address {
	width:350px;
	float:left;
}
	
/*-----------------Form------------------*/

input, textarea{
	border:#357A7C 1px solid;
}

label {
	display:block;
	font-weight:bold;
}
form p{
	margin:0 0 5px 25px;
}
.chkRad label {
display:inline;
}
.clearIt {
	clear:both;
}
select {
	margin:5px 0 8px 30px;
}
fieldset{
	margin-bottom:20px;
	padding:20px;
	border:#E1E1E1 1px solid;
}
legend{
	color:#357A7C;
	font-weight:bold;
	padding:0 5px 0 5px;
}
.warning {
	font-weight:bold;
	color:#FF0000;
}

/*-----------------Form Ends------------------*/

.twoColFixLtHdr #container #footer #logos {
	float:left;
	padding-left:135px;
	text-align:center;
}
.twoColFixLtHdr #container #footer #logos a:link{
	border-bottom:none;
}
.twoColFixLtHdr #container #mainContent #exFleetHolder {
	width:436px;
	color:#FFFFFF;
	background:#000000 url(../images/exFleet_bkgrd.jpg) no-repeat 0 0;
	padding-top:16px;
	float:left;
	margin-bottom:20px;
}
.twoColFixLtHdr #container #mainContent #exFleetHolder p{
	line-height:normal;
}

