#content-wrapper {
color:#515151;
font-size:11px;
margin:0 auto;
overflow:hidden;
width:800px;
}

#banner_nav a {
font-family: verdana; 
font-size: 11px; 
font-weight: bold; 
color:#ffffff; 
text-decoration: none;
}

#banner_nav a:hover {
text-decoration: underline; color: #F1C698;
}

#content-wrapper h1{
	color: #407269; 
}

#content-wrapper h2 {
	color: #CD6214;
}

#content-wrapper p {
font-size: 11px;
color: #515151;
}
#video {
padding-left:26px;
padding-top:13px;

}

/* Left-Hand Column */
#left-column {
position: relative;
float: left;
width: 360px;
padding: 10px;

}


/* Right-Hand Column */
#right-column {
width: 360px;
position: relative;
float: right;
padding: 10px;
}

#contact_div {
	width: 805px;
	margin: 0px auto;
	text-align: center;
 background: url('/images/accion_box.gif') no-repeat;
}

.basic-form fieldset div { padding: 3px 0px; clear: both; }
.basic-form div.controlset div {
	clear: none;
	margin-left:170px;
	//margin-left: 173px;
}

.basic-form label, .basic-form span.label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
}

.basic-form label.inline { 
	display: inline; 
	float: none;
	padding-right: 5px;
	margin-left: 10px;
}

.basic-form input.normal { width: 188px; }

.basic-form .buttonrow {
	border-top: solid 1px #ccc;
	text-align: center;
	padding-top: 10px;
}

.basic-form .buttonrow input { cursor:pointer; }

.basic-form p.note {
	font-size: 80%;
	margin: 0px 0px 0px 170px;
}

.basic-form ul {
	margin-top: 0px;
}

.basic-form ul li {
	list-style-type:square;
}

.asterisk {
	color: red;
	font-weight: bold;
}

div.formnotes {
	margin-bottom: 10px;
	font-size: 80%;
}

input:focus,
input.error:focus, 
.basic-form textarea:focus {	background-color: #FFC; border-color: #FC6; }


/* Used by form validation scripts */
.inputNormal { background-color: white; }
.inputError { background-color: #ffddee; }

