/* @override 
	http://ronvil.s457.sureserver.com/assets/templates/ronvil/css/styles.css
	http://ronvil.com/assets/templates/ronvil/css/styles.css
	http://www.ronvil.com/assets/templates/ronvil/css/styles.css
*/

/* GLOBALS */
body {
	font: small Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.png);
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: black;
}

a:hover {
	color: white;
}

form, input {
	margin: 0;
	padding: 0;
	
}

/* LAYOUT */

#wrapper {
	position: relative;
	width: 986px;
	margin: 0 auto;
	background: url(images/main_bg.png) repeat-y;
}

#header {
	background: url(images/header.png) no-repeat center top;
	padding: 38px 0;
}

#site-name {
	position: absolute;
	display: block;
	width: 150px;
	height: 60px;
	left: 20px;
	top: 10px;
}

#maincontent {
	position: relative;
	clear: both;
}

ul#dropMenu {
	width: 185px;
	position: absolute;
	visibility: hidden;
	top: 102px;
	margin-left: -480px;
	z-index: 1000;
}

#leftcol {
	width: 250px;
	float: left;
	padding-left: 25px;
	display: inline;
}

#maincol {
	float: right;
	width: 690px;
}

#centercol {
	float: left;
	width: 430px;
	padding-right: 10px;
	display: inline;
}

#singlecol {
	float: right;
	margin-right: 40px;
	display: inline;
}

#rightcol {
	float: right;
	width: 240px;
	margin-right: -2px;
	display: inline;
	margin-top: 30px;
}

#footer {
	clear: both;
	background:url(images/footer.png) no-repeat center top;
	height: 43px;
}

#footer_content {
	margin: 0 auto;
	width: 900px;
}

#footer_content ul{
	text-align: center;
	font-size: 120%;
}

/* LISTS */
/* MAIN MENU */
#mainmenu {
	float: left;
	width: 950px;
	margin-left: 18px;
	margin-top: 38px;
	background-color: #fcd300;
	display: inline;
}

#mainmenu ul {
	padding-left: 10px;
}

#mainmenu ul li {
	float: left;
	margin-right: 30px;
}

#mainmenu ul li a, #mainmenu ul li.active span, #mainmenu ul li	 {
	display: block;
	line-height: 200%;
}

#mainmenu ul li#al {
	color: black;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 80px;
}

/* AREAS */
#areasmenu {
	width: 200px;
	margin: 0;
	padding: 0;
}

#areasmenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#areasmenu ul li a,  #areasmenu ul li.active a, #areasmenu ul li span{
	display: block;
	padding: 5px 3px;
	font-size: 100%;
	margin: 4px 0;
	background-image: url(images/menubg.png);
}

#areasmenu ul li a:hover, #areasmenu ul li.active{
	background: none;
	color: maroon;
}

#areasmenu ul li.active a, #areasmenu ul li span {
	background-color: #949494;
}

/* RIGHT COL */
#rightcol ul li {
	margin: 8px 0;
	font-size: 110%;
	padding-right: 20px;
}

/* DROP MENU */
ul#dropMenu {
	background: url(images/dropBottomBG.png) no-repeat 0 bottom;
	padding-bottom: 10px;
	width: 195px;
}

ul li ul#dropMenu li a{
	display: block;
	width: 185px;
	padding-left: 20px;
	margin-left: -10px;
}

#dropMenu li a:hover {
	color: gray;
}

ul li ul#dropMenu li a {
		background: url(images/dropBG.png) repeat-y left center;
}

ul li ul#dropMenu li.active span {
	display: block;
	width: 185px;
	margin-left: -10px;
	background-color: maroon;
	background: url(images/dropBG.png) repeat-y left center;
	padding-left: 10px;
}
#dropMenu li.active {
	color: gray;
}

#dropMenu li.active a {
	margin-left: -20px;
	background: none;
}

/* FOOTER MENU */
#footer_content ul li {
	display: inline;
	padding: 3px 10px;
}

/* LINKS & TYPE */
#centercol h1, #centercol h3.title, #maincol h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 300%;
	margin-bottom: 5px;
	margin-top: 10px;
}

#centercol h6, #maincol h3, #leftcol h4 {
	font-size: 130%;
	margin: 3px 0;
}

#centercol h1, #centercol h6, #centercol h3, #centercol a, #maincol h1, #maincol h3, #leftcol h4 {
	color: maroon;
}

#leftcol h4 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#centercol p, #singlecol p {
	line-height: 140%;
	font-size: 105%;
	margin-bottom: 20px;
}

#centercol a {
	font-weight: bold;
}

#centercol a:hover, #rightcol a:hover {
	color: gray;
}

#centercol ul li {
	padding-left: 20px;
	line-height: 180%;
	list-style-type: disc;
	list-style-position: inside;
	opacity: 1;
	color: #646464;
}

#rightcol h5 {
	color: maroon;
	border-bottom: 1px solid gray;
	margin-bottom: 4px;
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	width: 220px;
}


#espaniol {
	color: maroon;
	display: block;
	font-size: 100%;
	margin: 10px 0;
}

#leftcol #espaniol {
	color: maroon;
}

#llp {
	font-size: 50%;
}

#al {
	font-variant: small-caps;
	color: maroon;
}

/* FORMS */

#sideform {
	margin-top: 40px;
}

#leftcol input[type="text"], #leftcol textarea{
	width: 200px;
	font: normal 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 4px;
}

#contactform label {
	display: block;
	font-size: 130%;
}

#contactform input[type="text"], #contactform textarea, #contactform select {
	width: 300px;
	font-size: 150%;
	color: maroon;
}

.error {
	color: red;
	display: block;
	font-size: 130%;
}