/* set baseline styles (overwrite browser defaults) */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 12px/16px arial, verdana, helvetica, sans-serif;
}

table, label, input, select, textarea, form p {
	font: 12px/16px arial, verdana, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

p, form {
	margin-bottom: 1.5em;
}

ul, ol, dl {
	margin: 0 0 1em 1em;
}

li, dd {
	margin-left: 1em;
	margin-bottom: .2em;
}

blockquote {
	margin: .5em 1em 1em 1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	border: 0;
}
/* end baseline styles */

/* general styles */
body {
	margin: 20px 0;
	background-color: #5b5243;
	color: #5b5243;	
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 955px;
	text-align: left;
}

.FIRText {
	display: none;
}

.clear {
	clear: both;
}

*html .IEFloat3pxGapHack {
	height: 1%;
 }

h1 {
	margin-bottom: .7em;
	color: #bec0ab;
	font-size: 18px;
}

h2 {
	font-size: 14px;
	margin-bottom: 1em;
} 

h2.noMargin {
	margin-bottom: 0;
}

ul.noIndent {
	margin-left: 2px;
}

ul.spacedItems li {
	margin-bottom: 10px;
}

ul.sitemap {
	margin: 5px 0 20px 0;
	list-style-type: none;
}

ul li ul, ol li ul {
	margin-bottom: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dt {	
	float: left;
	width: 200px;
}

dd {
	margin-left: 220px;
}

hr {
	margin: 10px 0px 10px 0px;
	border: none;
	height: 1px;
	color: #96886e;
	background-color: #a49f82;
}

a {
	color: #63b2ea;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

div.hr {
	margin: 6px 0 8px 0;
	height: 0px;
	border-bottom: 1px solid #96886e;
	overflow: hidden;
}

.button {
	border: 1px solid #000000;
	padding: 2px 8px;
	font-weight: bold;
	color: #ffffff;
	background-color: #b6aa9a;
	text-decoration: none;
	text-align: center;
}

.noDisplay {
	display: none;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight {
	float: right;
}

.alignRight {
	text-align: right;
}

.smallText {
	font-size: 11px;
}

.blackText {
	color: #000000;
}

.success {
	color: green;
}

.error {
	color: red;
}

.footnote {
	font-size: 10px;
}

.userFeedback {
	margin: 10px 0;	
}

/* page content styles */
#curveMaskLeft {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background: url("../images/curve_mask_left.png") no-repeat;	
}

#curveMaskLeft img {
	visibility: hidden;
}

#curveMaskRight {
	position: absolute;
	z-index: 20;
	left: 926px;
	top: 0;
	background: url("../images/curve_mask_right.png") no-repeat;
}

#curveMaskRight img {
	visibility: hidden;
}

#contentPageContainerWhite {
	background-color: #ffffff;
}

#contentPageContainerWhite .contentPageContainer {	
	background: url('../images/container_bg_white.gif') repeat-y;
}

#contentPageContainerBrown {	
	position: relative;
	background-color: #96886e;	
}

#contentPageContainerBrown .contentPageContainer {	
	background: url('../images/container_bg_brown.gif') repeat-y;
}

#topSloganTextL {
	position: absolute;	
	left: 164px;
	top: 40px;	
	font-family: Palatino Linotype;
	font-size: 16px;
	font-weight: bold;
	color: #5b5243;
	z-index: 50;
}

#topSloganTextR {
	position: absolute;	
	left: 599px;
	top: 40px;
	font-family: Palatino Linotype;
	font-size: 16px;
	font-weight: bold;
	color: #5b5243;
	z-index: 50;
}

#linvilleLogoHeader {
	margin-bottom: 20px;
	text-align: center;
}

#contentPageHeaderImg {
	margin-bottom: 10px;
}

#contentPageBody {
	position: relative;	
	padding: 0 0 20px 180px;
	width: 533px;
}

#contentPageContainerBrown #contentPageBody {
	padding-left: 175px;
	width: 780px;
}

.contentPageContainer {
	min-height: 625px; 
	height: auto;	
	border-bottom: 2px solid #ffffff;	
}
* html .contentPageContainer { 
	height: 625px;
}

/* right sidebar styles */
#rightSidebar {	
	position: absolute;
	right: 32px;
	top: 119px;
	padding-right: 15px;
	width: 180px;
	color: #ffffff;
	background: url('../images/right_sidebar_curve.gif') #ac9f8e right top no-repeat;
}

#rightSidebar a {
	color: #ffffff;
}

#rightSidebar h2 {
	margin-bottom: 0;
	padding: 10px 10px 0 10px;
	height: 26px;
	font-size: 13px;
	background-color: #b7ab9b;
	text-transform: uppercase;
}

#rightSidebar p {
	margin-bottom: 10px;
}

#rightSidebarContent {
	border-top: 1px solid #ffffff;
	padding: 10px 5px 10px 15px;
}

#rightSidebarContent { 
	min-height: 200px; 
	height: auto;
}
* html  #rightSidebarContent { 
	height: 200px;
}

/* tool tip styles */
.tooltipBox {
	position: relative;
	left: 0;
	top: 0;
	z-index: 20;
}

.tooltipContent {
	display: none;
	position: absolute;
	left: 32px;
	top: 1px;
	border: 1px solid #96886e;
	padding: 5px 10px;
	width: 280px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #5b5243;
	z-index: 20;
}

/* form field styles */
.required {
	color: red;
}

.formEntry {
	clear: left;
	padding-bottom: 2px;
}

.formLabel {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 3px 0 0;
}

.formEntry .noLabel {
	margin-left: 103px;
}

.formError {	
	margin-left: 103px;
}

.formButtons {
	clear: left;
	margin-left: 103px;
	padding-top: 5px;
}

/* main page styles */
.featuredProperty {
	position: absolute;
	left: 14px;
	top: 352px;
	text-align: center;	
	font-size: 12px;	
	color: #000000;
	z-index: 50;	
}

.featuredProperty input {
	margin: 5px 0;
}

#mainPageFlash {
	border: 2px solid #ffffff;
	border-top: none;
	height: 125px;
}

/* section landing page styles */
#landingPageContent {
	border: 2px solid #ffffff;
	padding: 20px;
	_width: 911px; /* IE6 hack */
	font-weight: bold;	
	color: #ffffff;
}

.landingPageContentCol {
	margin: 0 35px 0 0;
	width: 278px;
}

#landingPageContentColLast {
	margin: 0 0 0 630px;
}

/* popup calendar styles */
#calendarContainer {
	margin: 0 auto;
	padding: 5px;
	width: 750px;
	background-color: #b6aa9a;
}

#calendarHeader img {
	border: 2px solid #ffffff;
}

#calendarLogo {
	margin-left: 3px;
}

ul#calendarTabs {
	margin: 0;	
	text-align: center;
	list-style-type: none;		
	background-color: #b6aa9a;	
	_height: 100%; /* IE 6 hack */
	_margin-bottom: 6px; /* IE 6 hack */
}

ul#calendarTabs li {
	float: left;
	padding: 0;
	margin: 0 6px 6px 0;
	_width: 1%; /* IE 6 hack */
	_white-space: nowrap;	 /* IE 6 hack */
}

ul#calendarTabs li.lastTab {
	margin-right: 0;
}

ul#calendarTabs li a {
	display: block;
	padding: 3px 11px 0 11px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #aba08c;
	text-decoration: none;	
}

ul#calendarTabs li a:hover, ul#calendarTabs li a:active, ul#calendarTabs li a.selected {
	color: #44443c;
	background-color: #b6aa9a;
}

#googleCalendarBox {
	margin: 1px 1px 1px 2px;
	border: 2px solid #ffffff;	
	padding: 10px;
}

#googleCalendarBox iframe {
	border: none;
}

/* footer styles */
#footer {
	margin-top: 10px;
	color: #9F9687;
	font-size: 11px;
	text-align: center;
}

#footer a {
	margin: 0 5px;
	color: #9F9687;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}