/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 2.00;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }



/* Las Brisas Styling  */



body {
	background-color: #252722;
	color: #252722;
}

a, a:visited {
	color: #009fe0;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline
	}

#container {
	background-image: url(/images/topbg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 1020px;
	background-color: #ffffff;
}

#content {
	background-color: #ffffff;
}

#main {
	width: 680px;
	float: left;
	padding: 40px;
	padding-top: 30px;
}

#sidebar {
	background-repeat: repeat-y;
	background-image: url(images/sidebar_bg.gif);
	width: 180px;
	height: 100%;
	float: right;
	padding: 40px 60px 0 20px;
}

#sidebarmain {
	background-repeat: repeat-y;
	background-image: url(images/sidebar_bg.gif);
	width: 180px;
	height: 100%;
	float: right;
	padding: 40px 60px 0px 20px;
}

#sidebarmain h3 {
	margin-bottom: 25px;
	padding-left: 20px;
	margin-left: -20px;
	background-image: url(images/underline_gray.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 60px;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #252722;
}

#sidebarmain img {
	float:left;
	margin-right: 10px;
	border: 0px solid #00a2e3;
	margin-bottom: 30px;
}

#sidebarmain h4 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 6px;
}

#sidebarmain p {
 	font-size: 10px;
 	line-height: 12px;
}

#subsidebar {
	width: 180px;
	float: right;
	padding: 230px 60px 0 0;
}

#subsidebar img {
	margin-left: -20px;
	margin-bottom: 20px;
	float: left;
	border: 1px #252722 solid;
}

#subsidebar img.noborder {
	border: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a9355;
}

#header {
	background-color: #252722;
}

#header h1 a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 119px;
	width: 252px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#header ul {
	margin-top: 80px;
	float: right;
	margin-right: 40px;
}

#header ul li {
	display: inline;
	text-align: right;
	letter-spacing: .5px;
}

#header ul li a, #header ul li a:visited {
	padding: 15px 15px 40px 15px;
	text-decoration: none;
	color: #ffffff;
	height: 100%;

}

#header ul li a:hover, #header ul li a.current {
	background-color: #009fe0;
}

#footer {
	text-align: center;
	color: #d3d4d3;
	font-size: 10px;
	letter-spacing: .5px;
	background-image: url(/images/topbg.jpg);
}

#footer a, #footer a:visited {
	color: #d3d4d3;
	text-decoration: underline;
}

#footer ul {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
}

#footer ul li {
	display: inline;
}

#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #d3d4d3;
	padding-left: 10px;
	padding-right: 12px;
}

#footer ul li a:hover {
	color: #ffffff;
}

#main h1 {
	margin-bottom: 20px;
	padding-left: 40px;
	margin-left: -40px;
	height: 70px;
	display: block;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/underline_blue.jpg);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a9355;
}

#main h2 {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 15px;
	color: #009fe0;
}

#main h3 {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #252722;
}

#main img {
	float: left;
	border: 1px #252722 solid;
	margin-bottom: 20px;
	}

#main img.noborder {
	border: none;
}

#main #logos a img {
	border: none;
	float: left;
	}

#main p {
	margin-bottom: 20px;
	}

#main hr {
    height:4px;
    width:680px;
    background-image:url(images/main_hr.jpg);
    border: none;
    margin-top: 40px;
    margin-bottom: 40px;
    }
    
#main ul {
    margin-left:50px;
    list-style: circle;
    margin-bottom: 20px;
	margin-top: -10px;
    }
    
#main strong {
	font-weight: bold;
	}

#main strong span {
	color: #ed1b2e;
	}
    
#sidebar h3 {
	margin-bottom: 25px;
	padding-left: 20px;
	margin-left: -20px;
	background-image: url(images/underline_gray.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 60px;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #252722;
}

h3 {
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #252722;
}

#sidebar li {
	padding-left: 15px;
	background-image: url(images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	line-height: 13px;
	font-size: 12px;
}

#slideshow {
	height: 300px;
	background-color: gray;
	border-top: #009fe0 5px solid;
	border-bottom: #009fe0 5px solid;
}

#subpagephoto {
	height: 205px;
	background-image: url(images/beach2.jpg);
	border-top: #009fe0 2px solid;
	border-bottom: #009fe0 2px solid;
}

#submenu ul {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(images/underline_submenu.jpg);
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}

#submenu ul li {
	display: inline;
	}

#submenu ul li a, #submenu ul li a:visited {
	text-decoration: none;
	color: #252722;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 15px;
	margin-left: 15px; 
}

#submenu ul li a:hover{
	color: #009fe0; 
}

#left15 {
	margin-left: -15px;
	}

strong {
	font-weight: bold,
	}

.underline {
	text-decoration: underline;
	}
	
#spacer {
	margin-bottom:-35px;
	color:#FFFFFF;
	}