/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../imgs/BodyBG02.gif) repeat-x;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #270102;
}

/************** Layout Elements *******************/

#wrapper {
	width: 750px;
	margin: 0 auto;
	font-size: 80%;
	position: relative;/*restrains the AP leftcol div to the boundaries set by the wrapper*/
}

#content {
	padding: 80px 0 0;
	margin: 8px 0 25px 216px;
	min-height: 250px;
	background: url(../imgs/atsunset.jpg) no-repeat;
}
#content ul {
	margin-left: 70px;
	margin-top: 5px;
	font-size: 130%;
	margin-right: 25px;
}
#content ul li {
	line-height: 130%;
}

#header {
	background: url(../imgs/header.jpg) no-repeat;
	min-height: 207px;
	margin-left: 205px;
}

#leftcol {
	width: 215px;
	position: absolute;
	top: 30px;
	left: 0;
	background: url(../imgs/navBG.jpg) repeat-y;/*Sets the center of the leftcol decorative edging*/
}

#leftcol #footer {
	background: url(../imgs/navBottom.jpg) no-repeat bottom;/*Sets the bottom of the leftcol decorative edging*/
	height: 30px;
}

#leftcol ul {
	margin-left: 35px;
	margin-bottom: 15px;
	list-style-type: none;
}

#leftcol ul li {
	color: #C7A661;/*sets the colour of the link headings*/
}

#leftcol ul ul li a {
	color: #8f9867;/*sets the colour of the links*/
}

#leftcol ul ul li a:hover {
	color: #c4d6a4;
	text-decoration: none;
}

#leftcol ul ul {
	list-style-type: square;
}
#leftcol p {
	color: #8f9867;
	text-align: center;
	font-size: 90%;
}

#foot {
	padding-left: 216px;
}
#foot p {
	font-size: 85%;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 25px;
	padding: 0 0 0 0;/*pre included to allow easy setting of padding to your headings*/
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 20px 5px 30px;
}
blockquote {
	margin: 10px 30px 5px;
	padding: 5px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

blockquote h2 {
	margin: 5px;
	color: #430103;
}

blockquote h3 {
	color: #ABB88F;
	margin: 5px;
	line-height: 140%;
}

blockquote h4 {
	color: #430103;
	border: 2px solid #430103;
}

blockquote h5 {
	border: 2px solid #8F9867;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 6px 2px 0;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}

.facts {
	font-size: 120%;
	margin-left: 50px;
	line-height: 130%;
}
.testimonials {
	font-size: 105%;
	font-weight: bold;
}


/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #AAB08C;
}

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

/*Fixes for IE5 mac*/

 /*\*//*/
 #header {
 	height: 207px;
}

#leftcol #footer {
  margin-bottom: -30px;
} 
/**/
#cmxMap {
	margin-left: 55px;
}
