* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	background-image: url(../images/body_bg_1.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}



#wrapper {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0;
	margin-bottom: 0px;
 }


#header{
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


#banner {
	margin: 0px;
	padding: 0px;
	height: 135px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
	color: #5583BE;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin-bottom: 5px;
	font-size: 170%;
	margin-top: 20px;
}


h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 150%;
}

h3 {
	margin-top: 25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 110%;
}

p, ol, ul, blockquote {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

p {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #000000;
}

ol, ul {
	line-height: 25px;
	margin-bottom: 5px;
	font-size: 90%;
}



.featuretext {
	color: #007900;
	line-height: 130%;
	font-weight: bold;
}



a {	
	color: #391A08;	
	text-decoration: underline}

a:hover {
	text-decoration: none;
	color: #990000;
	}


img {
	border: none;
}


.leftimg {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}


.rightimg {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
}





.separator {
	clear:both;
	height: -10px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

#menu {
	background-color: #FFFF33;
	width: 950px;
	height: 29px;
	margin-bottom: 5px;
}



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #000066;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	background-color: #FFFF33;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}

#menu a:hover {
	background: #5580C0;
	color: #FFFFFF;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #000066;
	background-color: #FFFFFF;
}


#navHorizontal {
	width:880px;
	height: 55px;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#navHorizontal ul {
	list-style:none;
	font-size: 110%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: right;
	margin: 0px;
}

#navHorizontal ul li {
	list-style:none;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	padding-right: 0;
	padding-left: 0px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navHorizontal ul li.last {
	border-right-style:none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#navHorizontal ul li.current {
	color:#EFECCA;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#navHorizontal ul li.currentlast {
	color:#FFFFFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Content */

#content {
	padding-top: 5px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 0px;
}




/* Footer */

#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #990000;
	width: 100%;
	background-image: url(../images/footer_bg_1.jpg);
	background-repeat: repeat-x;
	height: 150px;
	margin-bottom: 0px;
	background-color: #FFFF33;
	padding-top: 150px;
}

#footer p {
	text-align: center;
	color: #000066;
	line-height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#footer a {
	color: #5D5D5D;
}

.footerbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150em;
	color: #FF0000;
}


/* index layout */






.contentleft {
	float: left;
	width: 550px;
}



.contentright{
	float: right;
	margin-right: 10px;
	width: 320px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #979272;
	padding-left: 20px;
}

.indexcontentleft {
	float: left;
	width: 500px;
	background-image: url(../images/index-welcome-3.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

.indexcontentleft p {
	margin-top: 230px;
	font-size: 95%;
	font-weight: bold;
	color: #000033;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
}


.indexcontentright{
	float: right;
	width: 425px;
	padding-left: 5px;
}

.indexfeature{
	background-color: #F6F4E1;
	border: 1px solid #EFECCA;
	padding: 5px;
	width: 190px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}



.indexfeature h2 {
	font-size: 105%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #5580C4;
}


.indexfeature h2  a{

	color: #5580C4;
}

.indexfeature h2  a:hover{

	color: #000033;
}


.indexfeature p {
	margin-bottom: 3px;
	margin-top: 3px;
}


.indexfeature a , .indexfeature a:visited {
	text-decoration: none;
}


.introtext {
	font-size: 95%;
	line-height: 25px;
	font-weight: bold;
}


.homescontentleft {
	float: left;
	width: 425px;
	background-repeat: no-repeat;
}


.homescontentright{
	float: right;
	width: 500px;
	padding-left: 5px;
}

.homesfeature{
	background-color: #F6F4E1;
	border: 1px solid #EFECCA;
	padding: 5px;
	width: 285px;
	float: left;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
	margin-top: 25px;
}



.homesfeature h2 {
	font-size: 105%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #5580C4;
}


.homesfeature h2  a{

	color: #5580C4;
}

.homesfeature h2  a:hover{

	color: #000033;
}


.homesfeature p {
	margin-bottom: 10px;
	margin-top: 10px;
}


.homesfeature a , .homesfeature a:visited {
	text-decoration: none;
}


.calltoaction {
	background-color: #5E85A1;
}














.rightbox{
	background-color: #F6F4E1;
	border: 1px solid #EFECCA;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 200px;
	margin-top: 5px;
}


.contacttel{
	margin-left: 125px;
	font-size: 125%;
	color: #979272;
	line-height: 28px;
	font-weight: bold;
}





.gallerytext {
	float: left;
	width: 340px;
	margin-right: 20px;
}


.galleryimage {
	float: left;
	width: 260px;
}



.galleryimage img {
	margin-bottom: 5px;
}



blockquote {
	padding-left: 20px;
	font-style: italic;
	color: #6E5B45;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E8E1DB;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 140%;
}

blockquote * {
	line-height: normal;
}

blockquote p {
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	font-size: 85%;
	padding-bottom: 5px;
}
th {
	background-color: #0A70F0;
	color: #FFFFFF;
}
td {
	background-color: #CDE8FB;
}
table {
	border: 1px solid #335EA8;
}

