@charset "utf-8";
/* CSS Document */

body, #header, #content, #footer, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, ol li, blockquote, a, div {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(/images/top_background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #FFF;
}
#header, #content, #content_break, #footer {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 100%;
}
#header {
	background-image: url(/images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 106px;
}
body.meet-juan-carlos #header {
	background-image: url(/images/header_background_meet-juan-carlos.jpg);
}
body.photos #header {
	background-image: url(/images/header_background_photos.jpg);
}
#header a.home {
	display: block;
	clear: none;
	float: left;
	height: 106px;
	width: 330px;
}
#header h1 {
	display: block;
	clear: right;
	float: right;
	font-size: 24px;
	font-weight: normal;
	height: 37px;
	margin-top: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#header h1 a {
	color: #000;
	text-decoration: none;
}
#header ul {
	display: block;
	clear: right;
	float: right;
	background-image: url(/images/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
	margin-right: 62px;
	white-space: nowrap;
}
#header ul li {
	list-style-type: none;
	float: left;
	white-space: nowrap;
	padding-top: 6px;
}
#header ul li a {
	white-space: nowrap;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
}
#header ul li a:hover {
}
#content {
	background-image: url(/images/content_background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#content #sidebar {
	float: left;
	width: 335px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
#content #sidebar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #page {
	width: 566px;
	float: left;
}
#content #page div {
	margin-right: 30px;
	margin-left: 30px;
}
#content #page div p#breadcrumb {
	margin-bottom: 6px;
	font-size: 10px;
	color: #B5A490;
}
#content #page div p#breadcrumb a {
	color: #B5A490;
	text-decoration: underline;
}
#content #page div p#breadcrumb a:hover {
	color: #766961;
	text-decoration: underline;
}
#content #page div h1 {
	color: #54787A;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
}
#content #page div h2, #content #page div h3, #content #page div h6 {
	font-size: 14px;
	font-weight: normal;
	color: #54787A;
	margin-bottom: 12px;
}
#content #page div h4 {
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
#content #page div h5 {
}
#content #page div h6 a {
	color: #54787A;
	text-decoration: underline;
}
#content #page div h6 a:hover {
	color: #000;
	text-decoration: underline;
}
#content #page div a {
	color: #54787A;
	text-decoration: underline;
}
#content #page div a:hover {
	color: #000;
	text-decoration: underline;
}
#content #page div p {
	margin-bottom: 20px;
}

#content #page div ul, #content #page div ol, #content #page div blockquote {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
}
#content #page div ul li, #content #page div ol li {
}
#content #page div ul.welcome {
	font-size: 14px;
	line-height: 22px;
	margin: 15px;
}
#content #page div ul.welcome li {
	margin-bottom: 10px;
}

#content #page form.contact {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #page form.contact fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #page form.contact p {
	display: block;
	clear: both;
	float: none;
}
#content #page form.contact p label {
	display: block;
	float: left;
	width: 160px;
}
#content #page form.contact p label span {
	color: #B5A490;
	font-size: 10px;
	clear: left;
	display: block;
}

#content #page form.contact p input {
	display: block;
	float: left;
	width: 320px;
	margin-bottom: 20px;
}
#content #page form.contact p textarea {
	width: 320px;
	margin-bottom: 20px;
	height: 80px;
}
#content #page form.contact .clear {
	display: block;
	clear: both;
	width: 400px;
	font-size: 10px;
	color: #B5A490;
}
#content #page form.contact p input.security_code {
	display: block;
	clear: both;
	margin-top: 12px;
	float: none;
}
#content #page form.contact .align_buttons {
	display: block;
	clear: both;
	float: none;
	text-align: center;
}
#content #page form.contact .align_buttons input {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}






#content_break {
	height: 40px;
	background-image: url(/images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 30px;
}
#footer {
	background-color: #000;
	width: 100%;
	color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#footer ul {
	margin-bottom: 8px;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}
#footer a {
	color: #AA9780;
	text-decoration: underline;
}
#footer a:hover {
	color: #766961;
	text-decoration: underline;
}
#footer #site_by a {
	color: #FFF;
	text-decoration: none;
}
#footer #site_by a:hover {
	color: #FFF;
	text-decoration: none;
}

