* {
    margin: 0;
    padding: 0;
    }

body { 
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    }


/* text styles */  
p, td, ul {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 1.65em;
    margin-bottom: 20px;
    }   
a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0000A0;
    text-decoration: underline;
    }
a:hover { 
	color: #FF7601; 
    text-decoration: underline;
    }
h1 {
    font-family: Arial, sans-serif;
	font-size: 22px;
	color: #0000A0;
	font-weight: bold;
	margin: 0 0 15px 0;
	}
h2 {
    font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0000A0;
	font-weight: bold;
	margin: 15px 0 10px 0;
	}
h3 {
    font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0000A0;
	font-weight: bold;
	margin: 15px 0 10px 0;
	}
h4 {
    font-family: Arial, sans-serif;
	font-size: 15px;
	color: #FF7601;
	font-weight: bold;
	margin: 10px 0 15px 0;
	}
a.leftlinks {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0000A0;
    text-decoration: underline;
	}
a.leftlinks:hover {
	color: #eee;
	}
.news {
	margin-top: -12px;
	}
hr {
	/*margin: 15px 0 20px 0;
	padding: 50px 0 50px 0;*/
	width: 100%;
	border: 1px dotted #fff;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	margin-bottom: 15px;
	}
.lists {
	margin: -10px 0 0 30px;
	}
.news img {
	margin: 0 0 0 30px;
	}	
	
a img {
	border-color: #fff;
    }
a:hover img {
	border-color: #FF7601;
    }
    

/* layout structure */
#container {
    width: 980px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    background-color: #BABABA;
    border: 1px solid #000;
    }  


/* top navigation */ 
#nav1-holder {
    background: url(_img/bg_menu.png) no-repeat;
    position: relative;
    width: 980px;
    height: 52px;
    z-index: 2;
	}
#nav1 {
    list-style: none;
    padding-top: 11px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #999999;
	text-align: center;
    } 
#nav1 li {
	display: inline;
	padding:0 25px 0 25px;
    }
#nav1 li a {
    font-size: 10px;
    color: #999999;
    text-decoration: none;
    }
#nav1 li a:hover {
    color: #DDE9C5;
    }
body#nav1-1 #nav1-1 a, body#nav1-2 #nav1-2 a, body#nav1-3 #nav1-3 a, body#nav1-4 #nav1-4 a, body#nav1-5 #nav1-5 a {
    color: #FF7601;
    }


/* masthead */
#masthead {
    background: url(_img/photo_home01.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 270px;
    z-index: 1;
    margin-top: -40px;
    }
#masthead-process {
    background: url(_img/photo_process01.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 270px;
    z-index: 1;
    margin-top: -40px;
    }
#masthead-gallery {
    background: url(_img/photo_gallery01.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 270px;
    z-index: 1;
    margin-top: -40px;
    }
#masthead-benefits {
    background: url(_img/photo_benefits01.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 270px;
    z-index: 1;
    margin-top: -40px;
    }
#masthead-structures {
    background: url(_img/photo_structures01.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 270px;
    z-index: 1;
    margin-top: -40px;
    }
#masthead-news {
    background: url(_img/photo_news03.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 270px;
    z-index: 1;
    margin-top: -40px;
    }
#masthead-request {
    background: url(_img/photo_request01.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 270px;
    z-index: 1;
    margin-top: -40px;
    }
#logo { 
    padding-top: 65px;
    margin-left: 30px;
    text-align: left;
    }
#logo a {
    display: block;
    width: 400px;
    height: 105px;
    } 
    
    
/* content top bg */
#content-top {
    background: url(_img/bg_content_top.png) no-repeat;
    position: relative;
    width: 980px;
    height: 52px;
    margin-top: -40px;
    z-index: 2;
    }
#content2-top {
    background: url(_img/bg_content2col_top.png) no-repeat;
    position: relative;
    width: 980px;
    height: 52px;
    margin-top: -40px;
    z-index: 2;
    }
    

/* 3 column layout */
#wrapper {
	width: 980px;
	height: auto;
	overflow:hidden; /*This hides the exceeding portion of the columns created by the padding/margin trick, thus avoiding the scrollbar of the browser to extend more than needed*/
	background: #cccccc;
	text-align: left;
	}
#leftcol {
	float: left;
	width: 261px;
	min-height: 351px;
	padding-bottom: 30000px; /*This extends the height of the column so the main content does not wrap around it*/
	margin-bottom: -30000px; /*This 'reclaims' the extra height created by the padding*/
	background: #FF7601 url(_img/bg_content_left.jpg) no-repeat;
	border-right: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
#rightcol {
	float: right;
	width: 269px;
	height: 500px;
	background: #BABABA;
	border-left: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
#centercol { 
	float: left;
	width: 448px;
	background: #cccccc;
	}
.gutter {
	margin: 0; 
	padding: 0 25px 0 25px;
	}



/* 2 column layout */
#leftcol2 {
	float: left;
	width: 261px;
	min-height: 351px;
	padding-bottom: 30000px; /*This extends the height of the column so the main content does not wrap around it*/
	margin-bottom: -30000px; /*This 'reclaims' the extra height created by the padding*/
	background: #FF7601 url(_img/bg_content_left.jpg) no-repeat;
	border-right: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
#centercol2 { 
	float: left;
	width: 715px;
	background: #cccccc;
	}



/* content bottom bg */
#content-bottom {
    background: url(_img/bg_content_bottom.png) no-repeat;
    position: relative;
    width: 980px;
    height: 73px;
    margin-top: -10px;
    z-index: 4;
    }
#content2-bottom {
    background: url(_img/bg_content2col_bottom.png) no-repeat;
    position: relative;
    width: 980px;
    height: 73px;
    margin-top: -10px;
    z-index: 4;
    }
    

/* photo strip */
#photo-strip {
    background: url(_img/photo_footer01.jpg) no-repeat;
    position: relative;
    width: 980px;
    height: 185px;
    margin-top: -55px;
    z-index: 3;
    }
    

/* footer */
#footer {
    background: url(_img/bg_footer.png) no-repeat;
    position: relative;
    width: 980px;
    height: 57px;
    text-align: center;
    margin-top: -45px;
    z-index: 3;
    }
#footer p {
	color: #999;
    padding-top: 25px;
	}
#footer-blue {
    background: #000056;
    width: 980px;
    height: 5px;
    margin-top: -10px;
    position: relative;
    z-index: 3;
    }
#footer a {
    color: #999999;
    text-decoration: none;
    }
#footer a:hover {
    color: #FF7601;
    }
    

/* copyright */
#copyright {
    text-align: center;
    }
#copyright p {
	margin: 10px 0 20px 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #333333;
    }
#copyright .credits {
	margin: 15px 0 30px 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #999999;
    }   
#copyright .credits a {
    color: #999999;
    }
#copyright .credits a:hover {
    color: #FF7601;
    }






/* right column styles */
#features {
	border-bottom: 1px dotted #A5AE94;
	margin-top: 0;
	padding-bottom: 25px;
	width: 184px;
	}
#features span {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
    }
#features a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #990000;
    text-decoration: underine;
    }
#features a:hover { 
	color: #333333;
    }
#features img {
	float: right;
}
#features .red {
	color: #990000;
	font-weight: normal;
    }



/* form newsletter */    
#form-newsletter {
	background: url(images/form_background.png) no-repeat;
    position: center;
    float: left;
    list-style: none;
    width: 475px;
    height: 75px;
    margin: 10px 0;
    }
#form-newsletter li {
    float: left;
    font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 25px -10px 25px 20px;
    }
#form-button {
    float: left;
    background: url(images/btn_signup.png) no-repeat;
    width: 60px;
    height: 16px;
    } 
#form-button a {
	display: block;
    background: url(images/shim.gif) no-repeat;
    width: 60px;
    height: 16px;
    } 
#form-newsletter input {
    float: left;
	border: 1px solid #999999;
	height: 17px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
    color: #999999;
    }
    
ul.list {
	margin: 15px 80px 15px 25px;
	font-family: Verdana, sans serif;
    font-size: medium;
    font-size: 12px;
    line-height: 1.75em;
    color: #333333;
    }
a.sitemap-link {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #7C2424;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
    font-weight: bold;
    width: 100%;
    display: block;
    }
a:hover.sitemap-link { 
	color: #333333; 
    text-decoration: none;
    }   

    

    
    
