body {
	background: url(../images/bg.png) repeat-x #FFF;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}

#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	width: 900px;
	height: 50px;
	padding-top: 100px;
	margin-bottom: 10px;
	background: url(../images/headerbg.png) no-repeat;
	}

#textarea {
	width: 880px;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	background: #EFEFEF;
	}

/*=====Homepage=====*/

body#home {font-size: 14px}

ul.list {
	margin: 5px 0 10px 30px;
	padding: 0;
	font-size: 15px;
	}

ul.list li {
	margin-bottom: 15px;
	padding-left: 15px;
	list-style-image: url(../images/sitephotos/list.png);
	}

.img-marg {margin-bottom: 7px;}

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

a:link, a:visited {color: #0164B2; text-decoration: none;}
a:hover, a:visited:hover {text-decoration: underline;}

#footer a, #footer a:visited {color: #777; text-decoration: underline;}
#footer a:hover, #footer a:visited:hover {text-decoration: none;}

/*=====General=====*/

#leftarea {
	width: 600px;
	float: left;
	}
	
#rightarea {
	width: 270px;
	float: right;
	}
	
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

img {border: 0;}

h1 {
	font-size: 27px;
	font-weight: normal;
	color: #0164B2;
	padding: 0;
	margin: 10px 0 20px 0;
	height: 32px;
	}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #0164B2;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #999 solid;
	height: 25px;
	}

h2.home {border: 0;}

h3 {
	font-size: 19px;
	font-weight: normal;
	color: #0164B2;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #999 solid;
	height: 22px;
	}

.readmore, .author {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-style: normal;
	}

/*=====FAQ=====*/

ul.faq {
	list-style: none outside none !important;
	margin: 0 0 15px 0!important;
	padding: 0 0 15px 0 !important;
	border-bottom: 1px #BED9E0 solid
	}

ul.faq li {
	margin-bottom: 10px !important;
	}

.q {
	font-weight: bold;
	margin: 25px 0 5px 0;
	color: #444
	}

/*=====Testimonials=====*/

blockquote, #sidetest {
	width: 559px;
	min-height: 30px;
	padding: 5px 0 10px 41px;
	margin: 0 0 30px 0;
	background: url(../images/sitephotos/quote.png) no-repeat;
	font-family: Georgia;
	font-style: italic;
	line-height: 150%
	}

#sidetest {
	width: 243px;
	height: auto;
	padding-left: 27px;
	background: url(../images/sitephotos/quote-sm.png) no-repeat;
	font-size: 12px;
	line-height: 130%;
	margin-top: 20px;
	}

.author {
	font-style: normal;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	}

/*=====Before and After=====*/

.before, .after {
	width: 225px;
	height: auto;
	margin: 0 0 15px 50px;
	float: left;
	clear: both;
	text-align: center;
	}

.after {
	float: right;
	margin: 0 50px 15px 0;
	clear: none;
	}

/*=====Contact=====*/

#form {
	width: 600px;
	height: auto;
	float: left;
	padding: 3px;
	}

#form div {
	clear: left;
	margin: 0 0 15px;
	}

label {
	clear: left;
	float: left;
	font-weight: bold;
	padding: 3px 5px 0 0;
	position: relative;
	width: 150px;
	}

label span {
	color: #FF0000;
	font-weight: bold;
	}

input.text, select {
	border: 1px #999 solid;
	margin: 0 0 5px;
	padding: 3px;
	width: 400px;
	}

textarea {
	border: 1px #999 solid;
	margin: 0 0 3px;
	padding: 3px;
	width: 400px;
	height: 100px;
	}

.submit {
	margin-left: 155px;
	border: 1px #999 solid;
	}


/*=====Footer=====*/

#footer {
	width: 900px;
	height: auto;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999;
	}
