@charset "ISO-8859-1";

/* --- initial centering and padding/margin removal ---- */



* {
	padding:0;
	margin: 0;
	}

body {
	background: #503E39;
	margin-top:30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#container {
	position:relative;
	width:950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
}


/* --- header styles ---- */


#cottagesLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:230px;
	height:188px;
}

#simplifyHeader {
	position:absolute;
	left:230px;
	top:0px;
	width:300px;
	height:188px;
}


/* --- image styles ---- */


#homeImage {
	position:absolute;
	left:530px;
	top:0px;
	width:420px;
	height:490px;
	background:url(../images/homeImage.jpg) no-repeat center top;
}


/* --- main navigation styles ---- */



#navigation {
	position:absolute;
	left:0px;
	top:188px;
	width:230px;
	height:302px;
	background: #fff;
}

#navigation ul {
	margin: 0px;
	list-style: none;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#navigation ul a {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	background-color: #A85231;
	text-align: center;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	height: 26px;
	width: 130px;
	text-decoration: none;
	background-position: center center;
	line-height: 26px;
}

#navigation ul a:hover,
#navigation ul a:active,
#navigation ul a.current
 {
	background-color: #91270B;
}

/*[if IE]>
li {
height: 1em;
}
html>body li {
height: auto;
}*/

/* --- content styles ---- */


#content {
	position:absolute;
	left:230px;
	top:188px;
	width:300px;
	height:302px;
	background: #fff;
}

p {
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
	color: #71695C;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}


#content a {
	font-weight: normal;
	color: #c37c13;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


/* --- footer styles ---- */


#homeFooter {
	position:absolute;
	left:0px;
	top:490px;
	width:950px;
	height:80px;
	background:url(../images/homeFooter.jpg) no-repeat center top;
}

#homeFooter p {
	font-size: 10px;
	font-weight: normal;
	padding-top: 33px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 50px;
}

#homeFooter p .bullets {
	font-size: 8px;
}


#homeFooter a {
	color: #E4B470;
	text-decoration: none;
}
#homeFooter a:hover {
	text-decoration: underline;
}

