@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #330000;
	background-image: url(../images/body-bkgd.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #4682B4;
}
p {
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 18px;
}
#header {
	width: 760px;
	height: 120px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(../images/header-bkgd.gif);
	background-repeat: no-repeat;
}
#nav {
	width: 760px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #900;
	background-image: url(../images/nav-bkgd.gif);
}
#nav ul {
	clear: both;
	float: left;
	list-style-type: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFBE60;
	padding-top: 18px;
}
#nav ul a {
	color: #FFBE60;
	text-decoration: none;
}
#nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#banner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #efeede;
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 500px;
}
#content h1 {
	color: #900;
	font-size: 20px;
	margin-bottom: 10px;
}
#promos {
	clear: left;
}
.programs {
	width: 30%;
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999;
	background-color: #C8C8AF;
	margin-bottom: 20px;
	margin-left: 19px;
	display: inline;
}
.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.programs p, .programs h1  {
	margin: 15px;
}
#col1 {
	float: right;
	width: 180px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline;
}
#col1 h2 {
	background-color: #800000;
	color: #FFBE60;
	padding: 5px;
	font-variant: normal;
	font-size: 14px;
}
#col1  ul {
	color: #4682B4;
	font-weight: normal;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 0px;
	list-style-type: none;
}
#col1 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#col2 {
	float: left;
	width: 480px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 40px;
	display: inline;
}

#col3 {
	width: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #efeede;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 30px;
	clear:both;

}

#disclaimer {
	font-style:italic;
	color:#666666;
	border: 2px solid #800000;
	border-color: #800000;
	border-style:solid;
	border-width: 2px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
}

#footer {
	color: #998888;
	text-align: center;
	clear: both;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

/* Jose Alvarado Code */

#col-left {
	width: 48%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#col-right {
	width: 48%;
	margin: 0px;
	padding: 0px;
	float: right;
}
#about_you_form li {
	list-style-type: none;
	padding: 4px;
	clear: both;
}


#about_you_form label {
	margin: 5px 5px 5px 0;
}

#col-left input {
	border: 1px solid #999;
	margin: 5px 5px 5px 0;

}


.field-right {
	float: right;
	clear:both;
}

#about_you_form textarea {
	display:block;
	clear: both;
	width: 90%;
	border: 1px solid #999;
}

#form-submit {
	clear:both;
	text-align:center;
}

.div-left {
	display:block;
	float: left;
	width: 48%;
}

.div-right {
	display: block;
	float: right;
	width: 48%;
}

.list li {
	list-style-type: none;
	padding-bottom: 10px;
}

.content-list li {
	margin-left: 20px;

}
/* end Jose Alarado code */
