
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-size: 62.5%;
	background: url(images/bg.png) repeat-x top #fbeca4;
	font-family: Arial, verdana, sans-serif;
}
p
{
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0.8em;
}
li
{
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0em;
}
a
{
	color: #bf1e2e;
	text-decoration: none;
}
a:hover, a:active
{
	color: #3a4b44;
	text-decoration: none;
}
h1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.9em;
	margin-bottom: 0.8em;
	font-weight: bold;
	color: #bf1e2e;
}
h2
{
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	color: #D49746;
	margin-bottom: 0.2em;
}
h3
{
	font-size: 1.8em;
	text-transform: none;
	font-style: bold;
	color: #bf1e2e;
	margin-bottom: 0.2em;
}
h5
{
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h6 
{
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #395687;
	margin-bottom: 0.2em;
}

h7 {
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
}

a img
{
	border: none;
}

ul#list
{
	list-style-type: none;
	list-style-image: url(images/cyan_bullet.png);
	padding-left: 15px;
	margin-left: 20px;
}
ul#list li a
{
	display: block;
	text-decoration: none;
}

ul#list2
{
	list-style-type: none;
	padding-left: 15px;
	margin-left: 20px;
}
ul#list2 li a
{
	display: block;
	text-decoration: none;
}

ul#list3
{
	list-style-type: none;
	padding-left: 15px;
	margin-left: 20px;
	font-size: 65%;
}
ul#list3 li a
{
	display: block;
	text-decoration: none;
}
img.floatLeft
{
	float: left;
	margin: 0px 5px 5px 0px;
}
img.floatRight
{
	float: right;
	margin: 0px 10px 2px 2px;
}
img.ideal
{
	float: left;
	margin: 0px 35px 15px 5px;
}
img.circleimage
{
	margin: -45px 5px 0px 15px;
	float: left;
}
.toplinks
{
	font-size: 35%;
	font-weight: normal;
}
.navlink a, a:hover, a:active
{
	font-weight: bold;
}

/**************************** NAVIGATION AND HEADER ***************************/
div#page-wrap
{
	margin: 0 auto;
	width: 1024px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;
}
div#navcontainer
{
	height: 125px;
	width: 1024px;
	background: url(images/header.png) no-repeat;
}
div#topright
{
	height: 40px;
	width: 650px;
	text-align: right;
	position: absolute;
	float: right;
	left: 535px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 40%;
}
div#menu
{
	float: right;
	margin-right: -29px;
	height: 25px;
	display: block;
	margin-top: 59px;
	width: 691px;
	font-weight: bold;
}
div#menu a
{
	width: 100px;
	text-align: center;
	float: left;
}
/**************************** PAGE CONTENT ***************************/
div#main-content
{
	width: 1024px;
	height: auto;
}
div#left
{
	width: 323px;
	height: 492px;
	background: url(images/house_left.jpg) no-repeat;
	float: left;
	margin-top: 20px;
}
div#page-content
{
	width: 680px;
	height: auto;
	margin-top: 20px;
	float: left;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 20px;
	background: #fbf6dd;
	display: inline-block;
}
div#page-content2
{
	width: 559px;
	min-height: 492px;
	height:auto !important;
	height: 492px;
	margin-top: 20px;
	float: left;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 20px;
	background: #fbf6dd;
	display: inline-block;
}
div#vert
{
	width: 128px;
	height: auto;
	background: #FBF6DD;
	float: left;
	display: inline-block;
	margin-top: 20px;
}
div#spots
{
	width: 693px;
	height: 131px;
	float: right;
	margin-right: 9px;
	margin-top: 5px;
}
div.imageBox {
  float: left;
  margin-right: 8px;
  }


div#footer
{
	width: 1024px;
	margin-top: 10px;
	border-top: 2px dotted #bf1e2e;
	padding: 5px 0px 0px;
	float: left;
	text-transform: capitalize;
	text-align: right;
	font-size: 60%;
}

