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

/* defaults */
body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Arial, Verdana, sans-serif;
	}

html {
	text-align:center;
	margin:0;
	padding:0;
	}
p {
	font-size:12px;
	line-height:135%;
	}
img {
	border:none;
	}
a {
	color:#af723b;
	text-decoration:underline;
	font-size:11px;
	}
a:focus, a:hover, a:active {
	outline:none;
	}
h1 {
	font-size:32px;
	margin-top:30px;
	}
h2 {
	font-size:25px;
	}
h3 {
	font-size:15px;
	margin-top:20px;
	margin-bottom:15px;
	}
h4 {
	font-size:13px;
	margin:5px 0 5px 0;
	}
ul {
	list-style-type:none;
	font-size:12px;
	pading:0;
	margin:0;
	}
li {
	margin:5px 0 5px 5px;
	padding:0;
	text-align:left;
	}

/* CLASSES */
.clear {
	clear:both;
	}
.testimonial {
	font-size:11px;
	}
.indent {
	text-indent:5px;
	}
.italic {
	font-style:italic;
	font-size:14px;
	}
.caption {
	font-size:10px;
	color:#1d1d1d;
	margin:5px 0 0 0;
	}
.biggerP {
	font-size:20px;
	font-weight:bold;
	margin-left:10px;
	}
.footerAddress {
	font-size:13px;
	display:inline;
	margin-left:8px;
	margin-right:10px;
	padding:0 0 10px 0;
	}
.footerHR {
	color:#000;
	background-color:#000;
	border:0;
	height:1px;
	width:98%;
	}
div.section {
	width:100%;
	margin-bottom:30px;
	border-bottom:1px solid #cccccc;
	padding-bottom:15px;
	height:auto;
	}
div.imageLeft {
	float:left;
	width:auto;
	padding:0 15px 10px 0;
	height:auto;
	}
div.imageRight {
	float:right;
	padding:0 0 10px 15px;
	width:auto;
	height:auto;
	}
.leftFloat {
	float:left;
	padding-right:15px;
	}
.rightFloat {
	float:right;
	padding-left:15px;
	}

/* divs */
#bgWrap{
	width:808px;
	margin:0 auto;
	background-image:url(../images/bgShadow.jpg);
	background-repeat:repeat-y;
	text-align:center;
	}
#wrap {
	margin:0 auto 0 auto;
	width:781px;
	height:auto;
	background-color:#fff;
	text-align:left;
	padding-bottom:10px;
	}
	
#header {
	width:781px;
	height:147px;
	background-image:url(../images/header.jpg);
	}
	
#headerLinks {
	width:781px;
	height:40px;
	}
#headerLinks img {
	float:left;
	border:none;
	}
	
#topNav {
	width:781px;
	height:41px;
	margin-bottom:20px;
	}
#topNav img {
	border:none;
	float:left;
	}

#content {
	width:720px;
	padding: 0px 30px 0px 30px;
	height:auto;
	}
#building {
	width:100%;
	height:auto;
	margin-top:30px;
	}
	#building img {
		float:left;
		padding-right:15px;
		margin:0;
		}
#footer {
	width:100%;
	height:auto;
	margin:80px 0 0 0;
	}
	#footer p {
		font-size:11px;
		text-align:center;
		}
	#footer a {
		margin:0 12px 0 12px;
		}