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

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

img {
	border: 0px;	
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #f3e6aa;
}

#wrapper {
	width: 960px;
}

#top-border, #top-border-support {
	height: 158px;
	background: url(../background-images/top-border.jpg) no-repeat;
	position: relative;
}

#top-border-support {
	background: url(../background-images/top-border-support.jpg) no-repeat;
}

#phone {
	position: absolute;
	right: 98px;
	top: 8px;
}

#home {
	position: absolute;
	right: 97px;
	top: 45px;
}

#schedule {
	position: absolute;
	right: 95px;
	top: 63px;
}

#grow {
	min-height: 435px;
	background: url(../background-images/page-grow.jpg) repeat-y;
}

#page-bottom {
	height: 4px;
	background: url(../background-images/page-bottom.jpg) no-repeat;
}

#main, #main-support {
	min-height: 435px;
	background: url(../background-images/background-main.jpg) no-repeat;
	position: relative;
}

#main-support {
	background: url(../background-images/background-main-support.jpg) no-repeat;	
}

/** HOME PAGE **/

#people {
	position: absolute;
	right: 24px;
	bottom: 2px;
	height: 413px;
	width: 569px;
	background: url(../background-images/people.png) no-repeat;
}

#homenav {
	position: absolute;
	top: 100px;
	left: 150px;
}

#homenav li {
	list-style-type: none;
	height: 20px;
	vertical-align: middle;
	display: block;
}

#supportnav {
	position: absolute;
	top: 100px;
	left: 5px;
	height: 270px;
}

#supportnav li {
	list-style-type: none;
	height: 20px;
	vertical-align: middle;
	display: block;
	text-align: right;
}

#content-support {
	position: relative;
	top: 15px;
	left: 200px;
	width: 675px;
	min-height: 420px;
}

#content-support h1 {
	padding-bottom: 12px;	
}

#content-support h2 {
	font-size: 16px;
	padding-bottom: 12px;
	color: #0a381f;
}

#content-support a {
	color: #0a381f;	
}

#content-support p {
	padding-bottom: 12px;
	line-height: 18px;
}

#content-support li {
	margin-left: 35px;	
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.center {
	text-align: center;
	margin: 0px auto;
}

.offcenter {
	text-align: center;
	margin: 0px auto;
	position: relative;
	right: 120px;
	width: 300px;
}

.offcenter2 {
	text-align: center;
	margin: 0px auto;
	position: relative;
	right: 5px;
	width: 550px;
}

.schedule {
	margin-left: 80px;
}



.clear {
	clear: both;	
}
