/*
----------------------------
Peel Aldergate
Author: Bright Fox Solutions
----------------------------
*/

/*
-----------------
Consistent Styles
-----------------
*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #ffffff repeat top left;
	text-align: center;
}

div#container
{
	width: 702px;
	margin: 18px auto 5px auto;
	text-align: left;
	background: url(../images/container-bg.gif) repeat-y top left;
}

div#header
{
	float: left;
	display: inline;
	background:url(../images/header.jpg) no-repeat top left;
	width: 702px;
	height: 342px;
}

div#header h1
{
	float: right;
	display: inline;
	background: url(../images/logo.jpg) no-repeat top left;
	text-indent: -8000px;
	overflow: hidden;
	margin: 56px 14px 128px 0px;
}

div#header h1 a
{
	display: block;
	width: 222px;
	height: 125px;
}

div#maincontent
{
	float: left;
	display: inline;
	width: 530px;
}

div#maincontent ul
{
	width: 476px;
	margin: 8px 0px 8px 32px;
	list-style: none;
}

div#maincontent ul li
{
	font: normal 0.8em Arial;
	margin: 5px 0px;
	background: url(../images/point.gif) no-repeat 0px 4px;
	padding-left: 15px;
	width: 461px;
}

div#maincontent h2
{
	font: normal 1.25em "Times New Roman", Times, serif;
	color: #1d3018;
	margin: 27px 0px 20px 32px;
	padding-bottom: 23px;
	width: 476px;
	background: url(../images/line-horiz.gif) no-repeat bottom left;
}

div#maincontent p
{
	color: #000000;
	width: 476px;
	margin: 8px 0px 8px 32px;
	font: normal 0.8em Arial;
}

div#maincontent h3, h4
{
	color: #000000;
	width: 476px;
	margin: 8px 0px 8px 32px;
	font: bold 1em Arial;
}

div#maincontent p span
{
	width: 250px;
}

div#maincontent div#features
{
	background: url(../images/line-horiz.gif) no-repeat top left;
	width: 469px;
	margin: 15px 0px 0px 32px;
	padding-top: 10px;
}

div#maincontent table { 	margin: 8px 0px 8px 32px;	font: normal 0.8em Arial;}

div#maincontent div#features img
{
	margin: 0px 10px;
}

div#maincontent div#features img#parking
{
	margin-left: 100px;
}

div#secondarycontent
{
	float: right;
	display: inline;
	width: 172px;
	background: url(../images/line-vert.gif) no-repeat 5px 6px;
}

div#secondarycontent img
{
	float: right;
	display: inline;
	margin: 16px 14px 16px 0px;
	width: 136px;
	height: 136px;
}

div#secondarycontent img#bedroom
{
	margin-top: 13px;
	background: url(../images/bedroom.jpg) no-repeat top left;
}

div#secondarycontent img#dining
{
	margin-top: 13px;
	background: url(../images/dining.jpg) no-repeat top left;
}

div#secondarycontent img#stairs
{
	margin-top: 13px;
	background: url(../images/stairs.jpg) no-repeat top left;
}

div#footer
{
	clear: both;
	height: 45px;
	background: #ffffff url(../images/footer.gif) no-repeat top left;
	position: relative;
}

div#footer p#copyright
{
	font: normal 0.7em Arial;
	color: #000000;
	float: left;
	display: inline;
	margin: 20px 0px 0px 80px;
}

div#footer p#brightfox
{
	position: absolute;
	bottom: 6px;
	right: 75px;
}

div#footer p#brightfox a#link
{
	text-decoration: none;
	font: normal 0.6875em Verdana;
	color: #000000;
	float: left;
	display: inline;
	padding-right: 7px;
	margin-top: 8px;
}

div#footer p#brightfox a#link:hover
{
	text-decoration: underline;
}

div#footer p#brightfox a img
{
	border: none;
}

/*
---------------------
End Consistent Styles
---------------------
*/

/*
----------
Navigation
----------
*/

div#cmsnav ul
{
	float: left;
	display: inline;
	width: 702px;
	height: 33px;
	background: url(../images/nav-bg.gif) repeat-x top left;
	list-style: none;
}

div#cmsnav ul li
{
	float: left;
}

div#cmsnav ul li#navhome a
{
	margin-left: 20px;
}

div#cmsnav ul li a
{
	float: left;
	display: inline;
	font: normal 0.875em "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
	line-height: 2.4em;
	padding: 0px 17px;
	height: 29px;
}

div#cmsnav ul li a:hover
{
	background: url(../images/nav-bg.gif) repeat-x 0px -33px;
	color: #1c3018;
	line-height: 2.1em;
	padding: 0px 15px;
	border: 2px solid #000000;
}

body.homepg div#cmsnav ul li#navhome a, body.aboutpg div#cmsnav ul li#navabout a, body.menuspg div#cmsnav ul li#navmenus a, body.specialofferspg div#cmsnav ul li#navoffers a, body.visitpg div#cmsnav ul li#navvisit a, body.contactpg div#cmsnav ul li#navcontact a
{
	background: url(../images/nav-bg.gif) repeat-x 0px -33px;
	color: #1c3018;
	line-height: 2.1em;
	padding: 0px 15px;
	border: 2px solid #000000;
}

/*
--------------
End Navigation
--------------
*/