@charset "UTF-8";
/* CSS Document */





/* Begin Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#ffffff;
	text-align: center;}
	
#page{
	margin-left:auto;
	margin-right:auto;
	width:1066px;
	height:100%;
	top:0px;
	text-align:center;
	}
	 
#header {
	background-color:#ffffff;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	height: 255px;
	width: 1066px;
	text-align: center;
	}

#footer {
	width: 1066px;
	background:#ffffff url('images/footerline.jpg') repeat-x top center;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	bottom:0px;
	position:fixed;
	text-align:center;
	}

#footer p {
	text-align: center;
	}
	
#maincontent{
	width:1066;
	position:relative;
	background-color:#ffffff;
	text-align:center;
	}

#maincolumn1{
	margin-left:50px;
	width: 275px;
	top:0px;
	position:absolute;
	background: transparent;
	text-align:left;
	}
	
#maincolumn2{
	left:372px;
	width:351px;
	position:absolute;
	background: transparent;
	text-align:left;
	padding-bottom:100px;
	top: 1px;
	}
	
#maincolumn3{
	left:770px;
	width:275px;
	top:0px;
	position:absolute;
	background: transparent;
	text-align:left;
	padding-bottom:60px;
	}
	
/* End Structure */





/* Begin Typography & Colors */

h1{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #aa8bae;
	font-size: 2em;
	text-align: left;
	}

h1.center{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #aa8bae;
	font-size: 2em;
	text-align: center;
	}

h2{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #85913a;
	font-size: 1.5em;
	text-align: left;
	}
	
h2.testimonials{
	margin-left:5px;
	margin-top:30px;
	margin-bottom:0px;
	}

p.copy{
	text-align:left;
	font-size: 1.2em;
	}
	
p.testimonial{
	text-align:left;
	font-size:1.2em;
	color: #85913a;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:25px;
	font-style:italic;
	}
	
p.caption{
	font-size: 1.2em;
	text-align:center;
	font-style:italic;
	margin-top:5px;
	color: #aa8bae;
	}

.contacttitle{
	text-align:left;
	background-color:#aa8bae;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1.2em;
	}
	
.contacttable{
	padding-top:3px;
	padding-bottom:3px;
	}
	
	
.highlight{
	font-weight: bold;
	color: #aa8bae;
	}
	
.subhead{
	font-weight: bold;
	color: #aa8bae;
	padding-left:30px;
	}

.contactinfo {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color:#000;
	text-align:right;
	}
	
.tagline {
	font-size: 1.5em;
	font-weight:bold;
	color:#aa8bae;
	}

a {
	color: #85913a;
	text-decoration: none;
	}

a:hover {
	color: #85913a;
	text-decoration: underline;
	}
	
a.captions{
	color:#aa8bae;
	}

#maincontent ul { 
	padding-left: 30px; 
	font-size: 1.2em;
	font-style:italic;
	list-style-type: none; 
	list-style-image: none; 
	}
	
ul.weblist{
	font-style:normal;
	}

/* End Typography & Colors */	





/* Begin Header */
	
#headerlogo {
	text-align:left;
    margin: 5px 0px 10px 0px;
    top:0px;
	right:0px;
	background: transparent;
	height: 214px;
	width: 371px;
	z-index:100;
	position:relative;
    }
	
#headerbuttons {
	position:absolute;
	height:30px;
	width:1066px;
	margin-top:-2px;
	top:0px;
	text-align:right;
	z-index:80;
	}
	
.buttonimage {
	padding-right:10px;
	}
	
#contactbox {
	float:right;
	width:1066px;
	text-align:right;
	top:60px;
	position:absolute;
	z-index:70;
	}
	
#navmenu {
	width:1041px;
	margin-left:25px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	top:230px;
	position:absolute;
	padding-bottom:8px;
	background:url('images/navline.jpg') repeat-x bottom center;
	}
	
#navmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}
	
#navmenu li {
	display: inline;
	padding-left:10px;}

#navmenu ul li a {
	text-decoration:none; 
	padding: 8px 3px 5px 3px; 
	color: #000000;
	}
	
#navmenu ul li a:hover {
	color: #9e739f;
	background: url('images/navbackground.jpg') no-repeat bottom center;
	}

/* End Header */

