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

body, h1, h2, h3, h4, h5, h6, p, div, li, ul, form, table, td, tr {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg-header.jpg) repeat-x;
	background-color: #f0f2dc;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: underline;
	color: #C7371F;
}
a:active {
	text-decoration: none;
	color: #2F6E65;
}
input {
	border: 1px solid #2c6f65;
}
#header {
	width: 888px;
	height: 75px;
	margin: 0 auto;
}
#logo {
	width: 360px;
	height: 27px;
	display: block;
	margin-top: 25px;
	float: left;
}
#logoLINK {
	width: 360px;
	height: 27px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#logo p {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#nav {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	display: block;
	width: 450px;
	float: right;
	color: #222222;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: block;
	float: right;
	margin-left: 20px;
}
#featured {
	width: 838px;
	background-color: #306d63;
	margin: 0 auto;
	color: #fff99b;
	padding: 25px;
	border-bottom: solid 5px #c7371f;
}
#rotating_images {
	border: solid #284a44 7px;
	width: 478px;
	height: 180px;
	margin-left: 3px;
	display: block
}
#featured_text {
	float: right;
	width: 320px;
	text-align: center;
	margin-top: 40px;
}
#featured_text h2 {
	font-size: 30px;
	font-weight: normal;
}
#featured_text p {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px;
	border-top: solid 1px #4ca99a;
	border-bottom: solid 1px #4ca99a;
}
#wrapper {
	margin: 0 auto;
	width: 888px;
	clear: both;
}
#main {
	width: 480px;
	margin: 0;
	padding: 20px 25px 15px 15px;
	float: left;
	background-color: #FFFFFF;
}
#sidebar_wrapper {
	width: 368px;
	float: right;
}
#sidebar {
	width: 328px;
	padding: 20px 15px 15px 25px;
	margin: 0;
	background: url(../images/bg-sidebar.jpg) repeat-y;
}
#main p, #sidebar p {
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
#quote {
	width: 436px;
	background-image: url(../images/bg-quote.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #eaf0f0;
	border: solid 3px #2c6f65;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 30px;
}
#quote td {
	padding: 3px;
}
#driving_mexico {
	width: 368px;
	height: 141px;
	text-indent: -9999px;
	background-image: url(../images/driving-mexico.jpg);
	margin: 0;
	background-repeat: no-repeat;
}
#driving_mexico_LINK {
	width: 368px;
	height: 141px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#driving_mexico p {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#resources {
	width: 328px;
	padding: 20px 15px 15px 25px;
	margin: 0;
	background: url(../images/bg-sidebar.jpg) repeat-y;
}
#resources h2, #sidebar h2 {
	color: #c7371f;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
#resources ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 10px;
}
#resources li {
	margin-bottom: 10px;
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 10px;
}
#footer {
	width: 500px;
	margin: 0;
	padding: 10px;
	float: left;
	background-color: #606060;
	clear: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff99b;
	text-decoration: none;
}
#main h2 {
	color: #c7371f;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 5px;
}
#main li {
	line-height: 40px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: dotted 1px #CCCCCC;
	list-style-type: none;
}
.on, a.on:link, a.on:active, a.on:visited {
	background-color: #C7371F;
	padding: 10px;
	color: #FFFFFF;
}
#resources a:hover {
	background-color: #C7371F;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
