/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:10px 0 20px 0;
	padding:0;
	height:100%;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -260px;
	text-align: center;
	min-width: 760px; 
}
#wrapper {
	background-color: #fff;
	text-align: left;
	width: 760px;
	margin: 0px auto;
	}

/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container {
	width: 760px;
	height: 461px;
	border:1px solid #999999;
	padding:0 0px 0px 0px;

}

div#container2 {
	position:relative;
	width:760px;
	margin:auto;
	border:1px solid #999999;
	background:url(../images/panel_right_bottom2.jpg) bottom right no-repeat;
	

/*	min-height:100%;*/
}
div#container3 {
	position:relative;
	width:760px;
	height:20px;
	border:0px solid #999999;
	

/*	min-height:100%;*/
}
#shadow {
	margin: 5px auto;
	border: 4px solid #f4f4f4;
	width: 762px;
}

#header {
	width:760px;
	height:95px;
	padding:0px 0 0 0px;
	background-color:#FFFFFF;
}



div#panel_left {
	width:160px;
	float:left;
	margin-top:39px;
	padding:0 0px 0px 24px;
	}
	
div#panel_full {
	width:410px;
	float:left;
	margin:39px 0 0 10px;
}

div#panel_middle {
	width:410px;
	float:left;
	margin:39px 0 0 10px;
}

div#panel_right {
	width:147px;
	height:116px;
	float:right;
	margin:0px 0 0 0px;
	}

div#panel_right3 {
	width:147px;
	height:106px;
	float:right;
	margin:0px 0 0 0px;
	padding:300px 0px 0px 0px;

	}

.half_col {
	width:180px;
	float:left;
}
.half_cola {
	width:220px;
	float:left;
}
.half_col2 {
	width:60px;
	float:left;
}
.half_col3 {
	width:120px;
	float:left;
}
.half_col4 {
	width:120px;
	float:left;
	padding:10px 0px 0px 121px;

}

/* Footer */
div#footer {
	width:760px;
	height:47px;
	padding:0px 0px 0px 0px;

}


/* Generic Links */

a:link, a:visited, a:active {
	color: #2A7D84 ;
	text-decoration: none;
}
a:hover {
	color: #DBD7C9;
	text-decoration: none;
}	

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	font-size:18px;
	color:#338086;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
h2 {
	font-size:12px;
	color:#205d11;
	margin:0px;
	padding:0px;
}
h3 {
}
h4 {
}
/* Type */
p {
	color:#A59C87;
	line-height:18px;
	margin:0px 0 0px 0;
}

li {
}
hr {
	color: #205d11;
	width: 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-bottom-style: none;
}


.lati_form1 {
	background-color: #FFFFFF;
	color: #2A7D84;
	border: 1px solid #2A7D84;
	font-size: 11px;
	height: 14px;
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}

.lati_form2 {
	background-color: #FFFFFF;
	color: #2A7D84;
	border: 1px solid #2A7D84;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: middle;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}
.lati_form3 {
	background-color: #FFFFFF;
	color: #2A7D84;
	border: 1px solid #2A7D84;
	font-size: 11px;
	height: 19px;
	text-align: left;
	vertical-align: middle;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}