/*			Main structure

			#container
			#general_nav
			#header
			#main_nav
			#container_content
			#main_content
			#sub_content
			#footer				*/
		
	
/* ------------------------------------------reset---------------------------------------------*/




/* ------------------------------------------general---------------------------------------------*/

*{

	margin: 0;
}

html, body {
	height: 100%;
}
body {
	text-align:center;
	background-color: #349800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../images/bg_3.jpg);
	background-repeat: repeat-x;
	behavior:url(htc/csshover.htc);
}
p{
	margin-bottom: 16px;
	line-height: 16px;
	margin-top: 10px;
}
h1{
}
h2{
	color: #0174B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 16px;
}
h3{
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}
h4{
	font-size: 12px;
	display: block;
	margin-bottom: 10px;

}				
ul, li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img, .plus { behavior: url(htc/iepngfix.htc); }
*:focus {
	outline: none /*--fix dotted border on links--*/
}	
.clear {
	clear: both;
	
}
.img_1{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.per{
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 20px;
	border: 10px solid #F3F3F3;
}
.highlight {
	font-weight: bold;
	color: #000000;

}
.small_logo{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.construction{
	background-color: #FFFAEC;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CB8932;
	display: block;
	text-align: center;
	border: 1px dashed #CE8B35;
	margin-bottom: 20px;
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.main_list{
	margin-right: 20px;
}
.main_list li{
	font-style: italic;
	color: #999999;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	background-position: 1px 11px;
	display: block;
	padding-bottom: 10px;
	margin-left: 20px;
}
a{
	color: #999999;
}
a:hover{
	color: #0873B9;
}
a.homelist{
	color: #000000;
	text-decoration: none;
}
a:hover.homelist{
	color: #0873B9;
	text-decoration: underline;
}
.whatwedo{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-left: 20px;


}
.whatwedo li{
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	margin-top: 16px;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	font-weight: normal;


}	
.staff{
	display: block;
	background-color: #F7F7F7;
	padding: 10px;
	margin-top: 10px;
}
.breadcrumbs{
	display: block;
	height: 20px;
	width: auto;
	line-height: 20px;
	background-color: #F9F9F9;
	margin-bottom: 20px;
	padding: 5px;
}
.breadcrumbs a {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
.breadcrumbs a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #0174B3;
}
.breadcrumbs span {
	font-size: 10px;
	text-decoration: none;
	color: #BCBCBC;
}
.top {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	height: 20px;
}
.top a{
	text-decoration: none;
	color: #666666;
	display: block;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 3px;
	padding-bottom: 3px;

}
.top a:hover{
	color: #0174B3;

}
			
/* ------------------------------------------fonts styles---------------------------------------------*/	



									

/* ------------------------------------------main structure---------------------------------------------*/
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	text-align:left;
	width:958px;
	background-color: #FFFFFF;
	margin: 0 auto -90px;
}
#general_nav{
	background-color: #000000;
	height: 20px;
	width: auto;
}
#header{
	height: 100px;
	width: auto;
	background-color: #FFFFFF;
	background-image: url(../images/header_2.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#main_nav{
	width:958px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #5BB846;
	font-weight: normal;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
#container_content{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;


}
.key{
	height: 290px;
	width: 300px;
	background-image: url(../images/key_3.jpg);
	background-repeat: no-repeat;
	z-index: 2;
	left: 658px;
	position: absolute;
}
.slogan{
	position: absolute;
	width: 300px;
	height: 60px;
	z-index: 3;
	background-image: url(../images/slogan2.jpg);
	background-repeat: no-repeat;
	left: 480px;
	top: 20px;
}
.contact{
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	background-image: url(../images/pic_4.jpg);
	background-repeat: no-repeat;
	height: 240px;
	background-color: #FFFFFF;
	background-position: bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

#main_content{
	background-color: #FFFFFF;
	float: left;
	width: 608px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F2F2F2;
	margin-bottom: 20px;
	

}
#sub_content_master{
	float:left;
	height: auto;
	width: 280px;
	margin-bottom: 20px;
	background-color: #EBEBEB;
	margin-top: 160px;
	margin-left: 20px;

}
#sub_content_page{
	float:left;
	height: auto;
	width: 280px;
	margin-bottom: 20px;
	margin-top: 180px;
	margin-left: 20px;

}

#sub_content_page ul{
	width: 280px;
	height: auto;
	position: relative;
			
		}
		#sub_content_page ul li {
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F8F8F8;
		}
		/*--------------------Hack ie v6.0 ------------------------------------*/
		/* \*/
		* html #sub_content_page ul li {
	height: 1%;
	margin-bottom: -4px;
		}
		/* */
		#sub_content_page ul li a{
	color: #707274;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	display: block;
	outline:none /*--elimina el borde punteado--*/;
	padding-left: 15px;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}
		
		#sub_content_page ul li a:hover{
	color: #000000;
	display: block;
	font-weight: bold;
		}
		#sub_content_page ul li #current {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	display: block;
	outline:none /*--elimina el borde punteado--*/;
	background-color: #F9F9F9;
	font-weight: bold;
	    }

#botton_content{
	background-color: #FFFFFF;
	height: 120px;
	width: 918px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#botton_content img{
	height: 120px;
	width: 299px;
	float: left;
	margin: 0 10px 0px 0;
}
#botton_content img.last{
	margin:0px;
}
.footer, .push {
	height: 90px;
	width: 958px;
	margin: 0 auto;
}
.footer{
	background-color: #EBEBEB;
}

.nav_footer{
	width: 650px;
	float: left;
	display: block;
	height: 70px;
	padding-top: 10px;
	margin-left: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
	color: #CCCCCC;
	margin-top: 10px;
}.nav_footer ul {
	padding-left: 3px;

}
.nav_footer ul li{
	display: inline-block;
	position: relative;
	float: left;
	width: auto;


}
.nav_footer ul li a{
	display: inline-block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;


}
.nav_footer ul li a:hover{
	display: inline-block;
	text-decoration: underline;


}
.copyright{
	display: block;
	width: 370px;
	float: left;
	text-align: left;
	height: auto;
	margin-left: 13px;
	color: #999999;
	margin-top: 5px;
}



/* ---------- @general_nav -----------*/
#general_nav ul{
	line-height: 20px;
	padding-right: 10px;
	color: #A3A3A3;
	font-size: 10px;
	float: right;
	display: block;


}
#general_nav ul li{
	display: inline;

}
#general_nav ul li a{
	color: #FFFFFF;
	text-decoration: none;

}
#general_nav ul li a:hover{
	text-decoration: underline;


}

/* ---------- @end general_nav -----------*/

/* ---------- @suckerfish nav-----------*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 800;
}

#nav a {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #0175B2;
}

#nav li { /* all list items */
	float: left;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #349601;
	position: relative;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 250px;
	height: auto;
	z-index: 900;

}
#nav li ul li{
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0768A9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0768A9;
	display: block;

}

#nav li:hover ul {
	z-index: 1000;
	position: absolute;
	display: block;
}
#nav li ul a:hover{
	background-color: #097CCA;
	color: #FFFFFF;
	width: 230px;
	display: block;

}
#nav ul li #current1{
	background-color: #000000;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	background-color: #0873B9;
	left: auto;
}
#nav li:hover .keep_a, #nav li.sfhover .keep_a {
	background-color: #0873B9;
	color: #FFFFFF;
}
.plus{
	color: #FFFF00;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 9px;
	height: 10px;
	background-position: center;
}
/* ---------- @end suckerfish nav-----------*/

/* ---------- @ table -----------*/
.table_504{
	width: 595px;
	border: 4px solid #F5F3F4;


}

.table_504 th{
	height: 20px;
	line-height: 20px;
	text-align: left;
	background-color: #3DA512;
	color: #FFFFFF;
	padding-left: 5px;
	

}
th.main{
	background-color: #000000;
	text-align: center;




}
.table_504 td{
	text-align: left;
	height: 20px;
	line-height: 20px;
	background-color: #EDFDE3;
	padding-left: 5px;
	

}
/* ---------- @content list-----------*/

ul.content_list{
	display: block;
	margin-bottom: 16px;
	margin-top: 16px;
}
ul.content_list li{
	display: block;
	line-height: 16px;
	margin-bottom: 3px;
	margin-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 2px;
}

/* ---------- @end content list-----------*/
/* ---------- col-----------*/

.col_1{
	height: auto;
	width: 255px;
	background-color: #F7F7F7;
	float: left;
	padding: 20px;
}
.col_2{
	height: auto;
	width: 255px;
	background-color: #F7F7F7;
	float: right;
	padding: 20px;
	text-align: left;
}

/* ---------- @end col-----------*/
/* ---------- contact form-----------*/
.col_1 form{



}
.col_1 form label{
	display: block;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;

}
.col_1 form textarea{
	display: block;
	display: block;
	width: 245px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 16px;
}
.col_1 form .input1{
	display: block;
	width: 245px;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;

} 
.col_1 form .button1{
	float: right;

}
/* ---------- @end contact form----------*/
