@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background: #5b4f47 url(/wp-content/themes/miravilla/images/bg.gif) top center no-repeat;
}
a {
	color: #eaab00;
	text-decoration: underline;
}
a:hover {
	color: #ffc424;
}
.canvas {
	width: 850px;
}
.canvas_cal {
	width: 850px;
}
.header {
	background: #000000;
	height: 80px;
	border-bottom: 7px solid #cc202c;
}

#headershadow {
	height:15px;
	width:732px;
	z-index: 999999;
	background: url(/wp-content/themes/miravilla/images/shadow.png) top left no-repeat;	
	position: absolute;
}

.nav {
	margin: 0;
	padding: 0;
}
.nav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	text-transform: uppercase;
}
.nav li a {
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
}
#subnav{
	color: #ffffff;
	padding: 0;
	margin: 0;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#subnav a {
	display: block;
	padding: 6px;
	width: 160px;
	padding-left: 7px;
	color: #eaab00;
	text-decoration: none;
}
#subnav a:hover {
	background-color: #cc202c;
	color: #fff;
}
#subnav li ul li li a {
	font-size: 0.7em;
	border-bottom: 1px dotted #999999;
	color: #ffffff;
	padding-left: 20px;
}
#subnav li ul li li a:hover {
	background: #000000;
}
.header, #fembot {
	width: 650px;
}
#fembot_cal {
	width:100%;	
}
#main_cal {
	width:100%;	
}
#fembot table {
	width: 100%;
}
#featured {
	height: 400px;
}
.content_area {
	background: #ffffff url(/wp-content/themes/miravilla/images/flourish-content-bg.gif) bottom right no-repeat;
	color: #333333;
	padding: 25px;
	line-height: 1.7em;
}
.content_area_cal {
	background: #ffffff url(/wp-content/themes/miravilla/images/flourish-content-bg.gif) bottom right no-repeat;
	color: #333333;
	padding: 25px;
	line-height: 16px;
}
.left_col {
	width: 200px;
	padding: 15px;
}
.left_col #welcome {
	width: 100%;
	color: #ffffff;
	/*text-align: justify;*/
	font-size: 0.8em;
}
#interest_list {
	background: #cc202c;
	height: 40px;
	padding: 7px;
	color: #ffffff;
}
.footer {
	width: 100%;
	height: 90px;
	border-top: 7px solid #cc202c;
	background: #000000;
}
.footer .disclaimer {
	width: 850px;
	font-size: 0.7em;
	color: #ffffff;
}
.footer .disclaimer .disclaimer_text {
	padding: 0 20px;
}
.footer_contact {
	color: #ffffff;
}
input {
	border: 1px solid #8d8783;
	background:url(/wp-content/themes/miravilla/images/input.gif) top repeat-x;
}
#submit {
	background: #c21925;
	color: #ffffff;
}
