/* site.css */

/* 
repeat-x = horizontal
repeat-y = vertical 
*/

	ul, li, p, body {
		margin: 0;
		padding: 0;
	}
	
	a.inline {
		color: #9e3514;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.inline:hover {
		text-decoration: underline;
	}
	
	#address {
		width: 590px;
		height: 100px;
		font-family: Verdana, Geneva, sans-serif;
		text-align: right;
		float: left;
	}

	#address p {
		font-size: 11px;
		text-align: right;
		padding-top: 10px;
		color: #636770;
	}

	.blue14bold {
		font-size: 14px;
		font-weight: bold;
		color: #42aeb2;
		font-family: Verdana, Geneva, sans-serif;
	}	
	
	body {
		color: #333;
		background: url(images/mexi_green_ornament_bg.gif) repeat;
		font-family: font-family: 'Quicksand', Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
	}
	
	.boldContent12 {
		font-size: 12px;
		font-weight: bold;
	}
	
	.boldContent14 {
		font-size: 14px;
		font-weight: bold;
	}
	
	#bottomContent {
		width: 960px;
		margin: 0 auto;
	}
	
	#bottomContentLeft {
		width: 310px;
		background-color: #2892a9;
		float: left;
		margin-bottom: 20px;
	}

	#bottomContentLeft p {
		width: 270px;
		margin: 17px 20px 20px;
		color: #fff;
		font-size: 12px;
		font-family: Verdana, Geneva, sans-serif;
	}

	#bottomContentRight {
		width: 630px;
		margin: 0 0 20px 20px;
		float: left;
	}

	.clearBoth {
		clear: both;
	}

	#container {
		width: 960px; 
		height: 900px; 
		margin: 0 auto;
	}
	
	#content {
		width: 960px;
	}
	
	#contentLeft {
		width: 640px;
		float: left;
	}
	
	#contentLeft p {
		color: #4d4c4c;
		font-size: 14px;
		line-height: 18px;
	}
	
	#contentRight {
		width: 275px;
		float: left;		
		margin-left: 45px;
	}
	
	.error_strings { 
		font-size: 12px; 
		color: #900;
		margin: 2px 0px 12px;
	}

	#footer {
		width: 960px;
		height: 40px;
		margin: 0 auto 50px;
	}

	#footer p {
		color: #000;
		text-align: center; 
		font-size: 11px; 
		line-height: 16px; 
		font-family: Verdana, Geneva, sans-serif;
	}

	#footer p a {
		font-family: Verdana, Geneva, sans-serif;
		color: #000;
		font-size: 11px;
		text-decoration: none;
	}

	#footer p a:hover {
		text-decoration: underline;
	}

	.footerDivider {
		width: 960px;
		height: 20px;
		background-color: #171c25;
	}	
	
	.formLeft {
		width: 80px;
		font-size: 12px;
		font-weight: bold;
		margin-top: 6px;
		float: left;
	}
	
	.formRight {
		width: 335px;
		font-size: 12px;
		margin-top: 3px;
		float: left;
	}

	h1 {
		text-transform: uppercase;
		font-family: 'Quicksand', Arial, Helvetica, Verdana, sans-serif;
		font-size: 18px;
		margin: 0 0 10px;
		color: #2892a9;
	}
	
	h2 {
		font-size: 20px;
		font-weight: normal;
		color: #9e3514;
		margin: 0 0 10px;
	}
	
	#header {
		width: 960px;
		height: 150px;
		margin: 0 auto;
	}
	
	#headerContainer {
		width: 960px;
		height: 185px;
		margin: 0 auto;
	}
	
	html {
		overflow-y: scroll;
	}

	img {
		border: 0;
	}
	
	.italic12 {
		font-size: 12px; 
		font-style: italic;
	}
	
	#logo {
		width: 360px;
		height: 100px;
		float: left;
	}

	#nav {
		height: 40px;
		width: 960px;
		float: left;
		background-color: #eaeff0;
	}

	#nav ul {
		 padding: 0 0 0 118px;
	}
	
	#nav ul li {
		display: inline;
		float: left;
		line-height: 40px;
		font-size: 18px;
		padding: 0px 2px;
		color: #636770;
	}
	
	#nav ul li a  {
		color: #636770;
		font-size: 11px;
		font-family: Verdana, Geneva, sans-serif;
		text-decoration: none;
	}
	
	#nav ul li a:hover {
		color: #2892a9;
	}

	p {
		font-size: 12px;
		color: #4d4c4c;
	}
	
	.redBold {
		color: #790000;
		font-weight: bold;
	}
	
	small a {
		text-decoration: none; 
		display: block; 
		text-align: center; 
		padding-top: 5px;
	}
	
	small a:hover {
		text-decoration: underline;
	}
	
	.smIcons {
		height: 17px; 
		margin-top: 8px; 
		color: #f2eee7;
	}
	
	.standard12 {
		font-size: 12px;
	}
	
	#topContent {
		width: 960px;
		height: 400px;
		margin: 0 auto;
		background-color: #fff;
	}
	
	#topContentRight {
		width: 310px;
		height: 380px;
		background: url(images/waves.gif) no-repeat #171c25;
		float: left;
	}
	
	#topContentRightText {
		width: 270px;
		height: 260px;
		margin: 94px 20px 20px;
	}

	#topText {
		width: 960px;
		height: 50px;
		margin: 0 auto;
		background-color: #636770;
		text-align: center;
		border-top: 10px solid #373d49;
	}
	
	#topText p {
		color: #fff;
		width: 960px;
		line-height: 50px;
		font-size: 18px;
		font-weight: normal;
		background-color: #636770;
		text-transform: uppercase;
		font-family: 'Quicksand', Arial, Helvetica, Verdana, sans-serif;
	}
	
	.white24 {
		font-size: 24px;
		color: #fff;
		font-family: Verdana, Geneva, sans-serif;
	}