@charset "utf-8";
/* CSS Document */

body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #acb3b3;
	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: #000000;
}

.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -490px;
	z-index:0;

	} 
	
	
#container2 {background-image:url(../images/bg_gradient.jpg); background-repeat:repeat-x; padding:0; margin:0; }



.twoColFixRtHdr #header { 
	/*background: #DDDDDD; */
	/*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. */
	margin-top:0px;
	background-image: url(../images/header.jpg); background-repeat:no-repeat; height:124px;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-left:-1000px;
}

#headerprint {display:none;}

#nav {height:35px; background-color:#d97203; border-top:6px solid #2f5ca7; }
#nav ul li, a, img{list-style:none; display:inline; padding:0; border:none; margin-top:-13px;}

#navonsite a{background: url("../images/btn_onsite.jpg") 0 0 no-repeat;width:131px; height:35px;float:left; display:block;}
#navonsite a:hover {background-position: 0 -35px;}
#navonsiteactive a {background: url("../images/btn_onsite.jpg") 0 -35px no-repeat;width:131px; height:35px;float:left; display:block;}

#navfinancial a{background: url("../images/btn_financial.jpg") 0 0 no-repeat; width:281px; height:35px;float:left; display:block; }
#navfinancial a:hover {background-position: 0 -35px;}
#navfinancialactive a{background: url("../images/btn_financial.jpg") 0 -35px no-repeat;width:281px; height:35px;float:left; display:block; }

#navbuilding a{background: url("../images/btn_building.jpg") 0 0 no-repeat; width:235px; height:35px;float:left; display:block;}
#navbuilding a:hover {background-position: 0 -35px;}
#navbuildingactive a{background: url("../images/btn_building.jpg") 0 -35px no-repeat;width:235px; height:35px;float:left; display:block;}


#navspecial a{background: url("../images/btn_special.jpg") 0 0 no-repeat;width:116px; height:35px;float:left; display:block;}
#navspecial a:hover {background-position: 0 -35px;}
#navspecialactive a{background: url("../images/btn_special.jpg") 0 -35px no-repeat;width:116px; height:35px;float:left; display:block;}

#navstart a{background: url("../images/btn_start.jpg") 0 0 no-repeat; width:128px; height:35px;float:left; display:block;}
#navstart a:hover {background-position: 0 -35px;}
#navstartactive a{background: url("../images/btn_start.jpg") 0 -35px no-repeat; width:128px; height:35px;float:left; display:block;}

#navshadow {background-image:url(../images/nav_gradient.jpg); background-repeat:no-repeat; width:980px; height:8px;}

#navutil {float:right; width:110px; padding:0; margin:20px 30px 0 0;}

#navutilabout a{background: url("../images/navutil_about.jpg") 0 0 no-repeat; height:20px;  display:block; padding:10px 0;}
#navutilabout a:hover{background-position: -110px 0; }
#navutilaboutactive a{background: url("../images/navutil_about.jpg") -110px 0 no-repeat; height:20px;  display:block; padding:10px 0;}

#navutilcontact a{background: url("../images/navutil_contact.jpg") 0 0 no-repeat; height:20px;  display:block; padding:10px 0;}
#navutilcontact a:hover{background-position: -110px 0;}
#navutilcontactactive a{background: url("../images/navutil_contact.jpg") -110px 0 no-repeat; height:20px;  display:block; padding:10px 0;}

#navutilhome a{background: url("../images/navutil_home.jpg") 0 0 no-repeat; height:20px;  display:block; padding:10px 0;}
#navutilhome a:hover{background-position: -110px 0;}
#navutilhomeactive a{background: url("../images/navutil_home.jpg") -110px 0 no-repeat; height:20px;  display:block; padding:10px 0;}

	
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:40px 70px 0 0;
	padding: 0 20px;
	}
		
#sidebar1inner {margin:0 20px; }
#sidebar1inner img {margin-left:10px; margin-top:5px;}
#sidebar1inner p {text-align:center;}
	

#mainContent { 
	width:550px;
	margin: 40px 250px 0 50px; /* the right margin on this div element creates the column down the right 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. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-color:#FFFFFF;
	}
#mainContentinner {margin:0 20px; } 
#mainContentinner ul li {display:block; list-style:inside; list-style-type:disc; padding:0; margin:0; line-height:18px; display:list-item;}




.twoColFixRtHdr #footer { 
	padding: 40px 10px 8px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size:.8em;
	
} 
	

/*.twoColFixRtHdr #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: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue} */

#footer p {margin-top:3px; line-height:14px;}

#footer ul, li {display:inline; list-style:none; padding-right:8px; }





.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: 8px 10px;;
}
.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;
}



h2 {color:#5e0000; font-size:.9em;}

a {color:#5e0000;}
a:hover { text-decoration:none; background-image:url(../images/bglinklogo.png); background-position:top right; background-repeat:no-repeat; color:#2f5ca7;}
#header a:hover {background-image:none;}


#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } /* Force vertical scrollbar in Gecko browsers */

#navmobile {display:none;}

.indent220 {margin-left:170px;}



input.submit {
margin:5px 0px 8px 25px;
float:right;
  background-color:#5e0000;
 color:#ffffff;
 letter-spacing:1px;
 
} 

div.row {
 clear: both;
 margin-bottom:-5px;
} 

.formheadline {
 color:#5e0000;
 font-size:1.6em;
 font-weight:600;
 margin-left:10px;
} 


  
div.row span.label {
 float: left;
 text-align:right;
 width:52px;
 color:#333333;
 font-weight:400;
 padding-top:5px;
  } 

div.row span.formw {
 float:right;
 display:block; 
 margin:3px;
  } 


form {width:200px; margin-left:10px; }

#errormessage  {margin-left:20px; margin-bottom:300px; }
#errormessage ul {color:#000000}
#errormessage ul li { display:list-item; color:#5e0000; list-style-type: circle;}
#errormessage p a{color:#5e0000; font-size:1.5em; font-weight:600;}
#errormessage p a:hover { text-decoration:none; background-image:url(../images/bglinklogo.png); background-position:top right; background-repeat:no-repeat; color:#2f5ca7; font-size:1.5em; font-weight:600;}
