@charset "UTF-8";
/* CSS Document */

/*

Organized by:

Typography
Layout
Navigation
Forms and Tables
Sidebar Modules
Misc.

*/



/* Typography
------------------------------------------------------------------------------ */

body {
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;  
	}
	
a, a:visited { text-decoration: underline; }
	
a:hover { text-decoration: none; }	

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
	line-height: 1em;
	}

h1 { 
	color: #000;
	font-size: 1.9em; 
	}
	
h2 { font-size: 1.5em; }
h3 { 
	color: #546D7C;
	font-size: 1.125em; 
	}
h4 { font-size: 1em; }
h5 { font-size: 0.875em; }
h6 { font-size: 0.75em; }

#body { color: #3F7B88; }

#body a, #body a:visited { 
	color: #3F7B88;
	text-decoration: none; 
	}

#body a:hover { text-decoration: underline; }
	
#body p, #body ul { font-size: 0.6875em; }

#body .body-drill-copy p { color: #838282; }

#landing p, #landing ul { 
	color: #636363;
	font-size: 0.6875em; 
	}
	
#landing a {
	color: #5A909B;
	text-decoration: none;
	}
	
#landing a:hover { text-decoration: underline; }

.map-legend h5 { 
	color: #FFF; 
	font-weight: bold;
	text-align: center; 
	}
	
#sidebar a, #sidebar a:visited { 
	color: #3F7B88;
	text-decoration: none; 
	}

#sidebar a:hover { text-decoration: underline; }
	
#sidebar p {
	color: #3F7B88;
	font-size: 0.6875em;
	}

#sidebar h5 { font-weight: bold; }

#sidebar input, .contact label, .contact input, .contact textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	}

.contact label { font-weight: bold; }

.email label, .email input, .email textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	}

.email label { font-weight: bold; }

#footer a { 
	color: #A1937B; 
	text-decoration: none;
	}
	
#footer a:hover { text-decoration: underline; }
	
#footer p {
	color: #A1937B;
	font-size: 0.6em; 
	}

.body-nav h6 { color: #FFF; }
	
.bold { font-weight: bold; }

.italic { font-style: italic; }

.gray { color: #676767; }

.orange { color: #FFAE02; }

.blue { color: #368AA6; }

.dk-blue { color: #2E717F; }



/* Layout
------------------------------------------------------------------------------ */

html {
	height: 100%;
	overflow: auto;
	}

body {
	margin: 0;
	background: #493A31 url(/img/bg_bar.gif) repeat-x top left;
	}
	
#wrapper {
	width: 100%;
	margin: 0 auto; 
	background: url(/img/bg.jpg) no-repeat top center;
	}
	
#flashcontent {
	width: 950px;
	height: 840px;
	margin: 0 auto;
	padding-bottom: 50px;
	}

#container { 
	width: 935px;
	margin: 0 auto;
	}

#header {
	width: 606px;
	height: 68px;
	}
	
#nav { 
	width: 935px; 
	height: 55px;
	}

#content { width: 935px; }

#body {
	float: left;
	display: inline; /* Fixes the 'double-margin bug' on floated elements in IE6 and older */
	width: 697px;
	margin-bottom: 15px;
	background-color: #EAF4F6;
	}
	
#sidebar {
	float: right;
	display: inline; /* Fixes the 'double-margin bug' on floated elements in IE6 and older */
	width: 221px;
	height: 670px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #EAF4F6;
	}

#footer {
	clear: both;
	width: 915px;
	height: 54px;
	padding: 10px;
	background: url(/img/bg_footer.gif) repeat-y top left;
	}
	
#landing { padding-bottom: 20px; }

/*-----------------------------------------------*/
	
h1, h2, h3, h4, h5, h6 { margin: 0;	}
	
#header a {
	display: block;
	width: 606px;
	height: 68px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/img/bg_header.gif) no-repeat top left;
	}
	
.body-copy { margin:  20px; }

.body-drill-copy { 
	width: 500px; 
	padding: 10px;
	background-color: #FFF;
	}
	
.page-title {
	height: 25px;
	margin-top: 10px;
	padding: 0 14px 0 20px;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	background: #C9E1E6 url(/img/gradient_org.gif) no-repeat top left;
	}
	
.page-title img { 
	float: left;
	padding-top: 6px; 
	}
	
.gallery-listing { 
	height: 141px; 
	margin-bottom: 20px;
	}
	
.gallery-footer {
	clear: both;
	width: 637px; 
	padding: 20px 10px 5px;
	background-color: #D9E5E7;
	border-top: 20px solid #EAF4F6;
	}
	
.gallery-listing p { margin: 5px 0; }

.listing-links { margin: 60px 0 0; }

.listing-links h6 { margin-top: 10px; }

.gallery-results p, .gallery-footer p { margin: 0; }

.gallery-footer p {
	padding-left: 5px;
	padding-right: 5px;
	}
	
.community-map {
	width: 224px;
	height: 158px;
	padding: 10px;
	background: url(/img/bg_community_map.gif) no-repeat top left;
	}
	
.community-featured {
	width: 393px;
	height: 158px;
	padding: 10px;
	background: url(/img/bg_community_featured.gif) no-repeat top left;
	}
	
.community-map h5, .community-featured h5 { margin-bottom: 5px; }

.community-map p, .community-featured p { margin: 10px 0; }
	
.flash-map { width: 489px; }

.map-legend { width: 150px; }

.map-legend h5 { 
	height: 19px;
	padding: 10px 0;
	background: url(/img/bg_blue_gradient.gif) repeat-x top left; 
	}

.map-legend ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	}
	
.map-legend li { margin: 10px 0; }

.map-legend img { margin-right: 10px; }

#sidebar img { margin-bottom: 20px; }

#sidebar p { margin: 0; }
	
#sidebar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul li {
	float: left;
	width: 100px;
	margin-right: 29px;
	margin-bottom: 5px;
	}
	
#sidebar .mod-gradient img { margin-bottom: 6px; }

#sidebar .highlights h5.dk-blue { margin-bottom: 0; }

#sidebar .highlights p { margin-bottom: 12px; }

#footer p {
	margin: 0;
	padding: 20px;
	}
	
.splash-sub-nav { 
	margin: 0;
	padding: 0;
	list-style: none; 
	}

.splash-sub-nav li { margin-bottom: 5px; }



/* Navigation
------------------------------------------------------------------------------ */

#nav a { 
	padding: 5px;
	color: #FFF;
	font-size: 1.15em;
	text-decoration: none;
	letter-spacing: 1px; 
	}
	
#nav a:hover, #nav a.selected { 
	color: #FFF;
	background-color: #DA7F15;
	}

#nav ul {
	float: left;
	width: 600px;
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	}

#nav li { 
	display: inline; 
	padding-right: 15px;
	}

#nav .subnav { 
	float: right; 
	width: 335px;
	text-align: right;
	}
	
#nav .subnav li { padding-right: 5px; }

#nav ul.subnav a {
	padding: 0; 
	color: #79C1D0;
	font-size: 0.75em;
	letter-spacing: normal; 
	}
	
#nav ul.subnav a:hover, #nav ul.subnav a.selected {
	color: #79C1D0;
	text-decoration: underline;
	background-color: transparent;
	}

#nav ul.subnav li { color: #FF9B00; }

.page-nav { margin: 0; }

.page-nav a {
	display: block;
	float: right;
	height: 19px;
	padding: 6px 10px 0 10px;
	background-color: #B1D5DC;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	}

#body .page-nav a:hover, #body .page-nav a.golden-selected {
	color: #FFF;
	text-decoration: none;
	background: url(/img/gradient_org.gif) repeat-x top left;
	}

.page-nav-simple {
	float: right;
	height: 19px;
	margin: 0;
	padding: 6px 10px 0 10px;
	background-color: #B1D5DC;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	}

.page-nav-transparent {
	padding-top: 10px;
	text-align: right;
	}

.body-nav { 
	width: 125px; 
	margin-bottom: 20px;
	}

.body-nav h6, .body-nav p, .body-nav ul { 
	margin: 0;
	padding: 5px;
	background-color: #B6B6B6; 
	}

.body-nav p { background-color: #62B4C4; }
	
.body-nav ul {
	padding-left: 0;
	list-style: none;
	background-color: #B8DFE7;
	}
	
.body-nav li { padding-bottom: 5px; }
	
.body-nav li a {
	width: 100%;
	padding-left: 10px;
	}

.bullet, .body-nav li a:hover { background: url(/img/bullet.gif) no-repeat center left; }

#body .body-nav p { color: #FFF; }

#body .body-nav ul { color: #406377; }

.active h6 { 
	padding-left: 10px;
	background: url(/img/gradient_lt_org.gif) repeat-x top left; 
	}
	
.active p, .active ul { border-left: 4px solid #FFAF02; }

.secondary-nav {
	height: 23px; 
	padding-right: 20px;
	background-color: #DEEEF1; 
	}
	
.secondary-nav p { margin: 4px 0 0 10px; }

.thumbnails {
	width: 632px;
	height: 184px;
	margin: 0;
	margin-left: 21px;
	padding: 0;
	list-style: none;
	}
	
.thumbnails li { 
	float: left;
	width: 190px;
	height: 184px;
	margin-right: 21px;
	}
	
.thumbnails a {
	display: block;
	height: 184px;
	text-indent: -9000px;
	overflow: hidden;
	}

.emerald-bay, .emerald-bay a { background: url(/img/nav_emerald_bay.jpg) no-repeat top left; }
.irvine-cove, .irvine-cove a { background: url(/img/nav_irvine_cove.jpg) no-repeat top left; }
.newport-laguna, .newport-laguna a { background: url(/img/nav_newport_laguna.jpg) no-repeat top left; }
	
.thumbnails a:hover { background-position: top right; }



/* Forms and Tables 
------------------------------------------------------------------------------ */

.email {
	width: 337px;
	margin-top: 20px;
	}

.contact { border-right: 1px solid #A1C0C7; }

.contact label, .email label { 
	float: left;
	width: 100px;
	}
	
.email label { width: 125px; }
	
.contact input, .contact textarea, .email input, .email textarea {
	width: 350px;
	margin: 0 0 10px;
	padding: 0.25em;
	border: 1px solid #A1A1A1;
	}
	
.email input, .email textarea { width: 200px; }
	
.contact textarea, .email textarea { height: 125px; }
	
.contact input.phone { width: 50px; }

.radio { display: inline; }

.radio label {
	float: left;
	width: auto;
	margin: 0 20px 0 10px;
	}

.radio input {
	float: left;
	width: auto;
	border: none;
	}
	
#sidebar input { border: 1px solid #A1A1A1; }

.landing-email {
	width: 200px;
	height: 32px;
	margin-top: 10px;
	padding: 22px 10px 0;
	background: url(/img/bg_landing_form.gif) no-repeat top left;
	}

#landing input { border: 1px solid #C2C2C2; }



/* Sidebar Modules
------------------------------------------------------------------------------ */

.mod-grn, .mod-red, .mod-org, .mod-gradient { 
	margin-bottom: 5px;
	padding: 8px 10px 10px; 
	}
	
.mod-gradient { padding-top: 12px; }

.mod-grn { background: #B8DFE7 url(/img/bg_mod_grn.gif) no-repeat top left; }

.mod-red { background: #B8DFE7 url(/img/bg_mod_red.gif) no-repeat top left; }

.mod-org { background: #B8DFE7 url(/img/bg_mod_org.gif) no-repeat top left; }

.mod-gradient { background: #D77412 url(/img/bg_mod_gradient.gif) no-repeat top left; }

.rod-daley { height: 162px; }

.featured { height: 272px; }

.recent-two { height: 134px; }

.recent-four, .highlights { height: 245px; }

.daley-news { height: 110px; }

.contact-mod { height: 59px; }

.daley_para { height:50px; }



/* Misc.
------------------------------------------------------------------------------ */

a img { border: none; }

.left { float: left; }

.right { float: right; }

.first { 
	margin-left: 0;
	padding-left: 0;
	}

.last { 
	margin-right: 0;
	padding-right: 0; 
	}
	
.inline { display: inline; }

.fixed-height { height: 680px; }
	
.bullet-square { 
	padding-left: 10px;
	background: url(/img/bullet_square.gif) no-repeat center left; 
	}
.bullet-square-blue { 
	padding-left: 10px;
	background: url(/img/bullet_square_blue.gif) no-repeat center left; 
	}
	
/* Clearing floats with the P.I.E. method, from:
http://www.positioniseverything.net/
------------------------------------------------------------------------------ */	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	