/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.gif) #344a7f repeat-x top fixed;
	color: #d8d2b0;
	font: 12px Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 20px 0;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: 1px solid #4e4e4e;
	font-size: 11px;
	padding: 2px;
	background-color: #4e4e4e;
	margin-left: 0px;
	color: white;
}

input:hover, select:hover ,textarea:hover {
	border: #c9c9c9 1px solid;
	background-color: #2c2c2d;
	color: white;
}

input:focus, select:focus ,textarea:focus {
	border: #c9c9c9 1px solid;
	background-color: #2c2c2d;
	color: white;
}

select{
	padding: 0px;
	background-color: #4e4e4e;
	margin-left: 25px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page, #header, #footer{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	width: 901px;
}
/*=== Header ===*/
#header{
	background: url(../images/page-top.gif) no-repeat top;
	height: 54px;
}
/*- Logo -*/
#header h1{
	float: left;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 54px;
	padding: 0 0 0 35px;
	width: 553px;
}
#header h1 a{
	color: #dad9df;
}
#header h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font-size: 9px;
	height: 53px;
	padding: 0 20px 0 0;
	text-transform: uppercase;
	width: 275px;
	
}
#nav1 ul{
	clear: both;
	float: right;
	border: 0px solid white;
}
#nav1 li{
	float: left;
	line-height: 19px;
	margin: 0 0 0 5px;
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 5px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: #ffffff;
	color: #1c395f;
	text-decoration: none;
}
/*- Language -*/
.esp, .eng{
	margin: 7px 0 0;
}
.esp a{
	background: url(../images/ico-esp.gif) no-repeat right;
	color: #ad4932;
	display: block;
	line-height: 19px;
	padding: 0 25px 0 0;
	text-align: right;
}

.eng a{
	background: url(../images/ico-eng.gif) no-repeat right;
	color: #ad4932;
	display: block;
	line-height: 19px;
	padding: 0 25px 0 0;
	text-align: right;
}

.esp a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/*=== Title ===*/
#title{
	background: url(../images/title.jpg) no-repeat top;
	clear: both;
	height: 208px;
	margin: 0  auto;
	width: 877px;
	
}
#title p, #title_es p {
	display: none;
}
#title_es{
	background: url(../images/title_es.jpg) no-repeat top;
	clear: both;
	height: 208px;
	margin: 0 auto;
	width: 877px;
}

/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	padding: 0 25px 10px 35px;
}
#columns h2, #columns h3{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 13px;
}
#columns p{
	padding: 0 0 13px;
}



/*=== Center Column ===*/
#centercol{
	;
	margin: 23px 0 0;
	float: left;
	width: 560px;
}

#centercol ul{
	padding: 0px 0 13px 0px;
	border: 0px solid red;
}

#centercol li{
	margin: 0px 0 5px 25px;
	list-style: disc outside;
	border: 0px solid white;
}

#centercol p.frm{
	padding: 5px 0 5px 25px;
}

/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 23px 0 0;
	width: 252px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 15px;
}
.list1 li{
	margin: 0 0 13px;
}
/*=== Styling Buttons ===*/
.btn{
	margin: 0 0 15px;
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.png) no-repeat top;
	clear: both;
	font-size: 11px;
	height: 120px;
	text-align: center;
	border: 0px solid white;
}
#footer p{
	padding: 25px 0 0px 0;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

	/*locations*/
	
.map {
	width: 160px;
	float: left;
	margin-right: 10px;
	border: 0px solid white;
	padding: 8px;
	font-size: 11px;
	background: url(../images/locations.jpg);
}	

FORM DT {
   clear:both;
   width:150px;
   float:left;
   text-align:right;
	border: 0px solid white;
}

FORM DD {
   float:left;
   width:300px;
   margin:0 0 8px 2px;
	border: 0px solid white;
}