﻿.menufont
{
	font-size: 14px;
	cursor: pointer;
}
.contenthieght
{
	height: 427px;
}
#contentwrapper
{
	position: relative;
	color: #FFFFFF !important;
}
#contentleft
{
	left: 37px;
	position: absolute;
	top: 52px;
	width: 430px;
}
#contentright
{
	left: 483px;
	position: absolute;
	top: 68px;
}
.site
{
	font-size: 42px;
	padding-right: 8px;
}
.siteCommunity
{
	font-size: 24px;
}
p.siteSubHeading
{
	color: #E2CEAA;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.09em;
	margin: 0;
	padding-top: 1px;
	font-family: georgia;
}
p.siteContent
{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.5em;
	margin: 18px 0 0;
	padding-bottom: 17px;
	border-bottom: solid 1px #C5AD80;
}
ul#siteTopMenu li
{
	float: left;
	margin-right: 96px;
	padding-bottom: 9px;
}
ul#siteBottomMenu li
{
	float: left;
	margin-right: 73px;
}
.learnmore
{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.14em;
	padding-left: 2px;
	padding-top: 12px;
}
ul#siteTopMenu
{
	margin-left: 18px;
	margin-top: -9px;
}

ul#siteTopMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

ul#siteBottomMenu
{
	margin-left: 18px;
}

ul#siteBottomMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}
ul.menu li
{
	height: 35px;
}
#picContent
{
	height: 427px;
}
ul.menu li span
{
	background: transparent none repeat scroll 0 0;
	font-size: 17px;
	padding-top: 5px;
	cursor: pointer;
	text-align: center;
}


#contentimage
{
	background: transparent url(../../assets/images/2010/neigh_mont_pic.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

#contentimage-Carmel
{
	background: transparent url(../../assets/images/2010/Carmel-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

#contentimage-Coronado
{
	background: transparent url(../../assets/images/2010/Coronado-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}
#contentimage-LaCasella
{
	background: transparent url(../../assets/images/2010/LaCasella-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

#contentimage-Montecito
{
	background: transparent url(../../assets/images/2010/Montecito-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

#contentimage-Monterey
{
	background: transparent url(../../assets/images/2010/Monterey-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

#contentimage-SantaCruz
{
	background: transparent url(../../assets/images/2010/SantaCruz-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

#contentimage-SantaRosa
{
	background: transparent url(../../assets/images/2010/SantaRosa-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

#contentimage-Sonoma
{
	background: transparent url(../../assets/images/2010/Sonoma-content.jpg) no-repeat;
	width: 466px;
	height: 300px;
}

.modalWindow
{
	position: fixed;
	display: none;
	top: 25%;
	left: 47%;
	margin-left: -300px;
	width: 750px;
	height: 300px;
	background-color: #FDFDFD;
	color: #333;
	border: 1px solid black;
	padding: 12px;
	z-index: 5000;
}

#modalWrapper
{
	position: relative;
}

#modalWrapper a
{
	color: #513521;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.modalWindow p
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
}

p#modalTitle
{
	font-size: 24px;
	height: 51px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 300px;
	font-family: Georgia;
}

p#modalBody
{
	left: 10px;
	position: absolute;
	top: 55px;
	width: 530px;
	font-family: Arial;
	font-size: 11px;
}

p#modalImage
{
	position: absolute;
	right: 8px;
	top: 36px;
}
p#modalLogo
{
	height: 53px;
	position: absolute;
	right: 8px;
	top: 75px;
}

.modalClose
{
	border: 1px solid black;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.modalOverlay
{
	background-color: #000;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .modalWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


#simplemodal-overlay
{
	background-color: #000000;
	cursor: wait;
}

.pageLinks
{
	width: 475px;
	border-spacing: 8px;
	position: relative;
	top: -14px;
	left: -4px;
}


.pageLinks a
{
	text-decoration: none;
	color: #FFF;
}

.pageLinks a:hover
{
	text-decoration: underline;
}

