/*** LAYOUT STYLES ***/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: trebuchet, "Trebuchet MS", arial, helvetica, sans-serif;
	background: #98aec3 url("/images/page-bg.gif");
	text-align: center;
}

/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html { min-height: 100%; margin-bottom: 1px; }

/* content width */
#container, #navigation, #header, #content, #footer {
	width: 750px;
}

#container {
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#pageBorder {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	background: url("/images/page-border.gif") repeat-y 50% 60px;
}

#headerContainer {
	padding-top: 10px;
	margin-left: -0;
	background: #98aec3 url("/images/page-bg.gif");
	width: 100%;
}

#header {
	margin: 0 auto;
	height: 50px;
	text-align: left;
}

#content {
	margin: 0 0 20px 0;
}

#page-home #content {
	margin: 0;
}

#main {
	margin: 0 200px 0 20px;
	width: 500px;
}

#main1col {
	margin: 10px 0 0 20px;
	width: 700px;
}

#sidebar {
	float: right;
	width: 220px;
	font-size: 11px;
}

.break {
	clear: both;
	height: 1px;
	line-height: 1px;
}

#main .padding, #main1col .padding {
	padding: 20px 20px 0 0;
}

#sidebar .padding {
	padding: 20px 10px 30px 10px;
	margin-right: 20px;
	background: #e9efc3 url("/images/sidebar-bg.gif") bottom left no-repeat;
}





/*** HEADER STYLES ***/

#Xheader h1 { 
	width: 500px;
	height: 40px;
	background: url("/images/logo.png") center left no-repeat;
	overflow: hidden;
}

#Xheader h1 a { 
	width: 500px;
	height: 40px !important;
	text-indent: -100em;
	float: left;
	overflow: hidden;
}

h1 {

}

h2 {
	margin: 20px 20px 0 20px;
	color: #19455e;
	font-size: 26px;
	padding-bottom: 7px;
	border-bottom: 1px solid #19455e;
}

h3 {
	color: #7d7518;
	font-size: 18px;
	margin: 30px 0 10px 0;
}

h4 {
	color: #19455e;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

.header4 {
	color: #19455e;
	font-size: 14px;
	font-weight: bold;
}

#sidebar h4 {
	margin: 0 0 5px 0;
}




/*** TEXT STYLES ***/

p, div, td, spam, li {
	font-size: 13px;
	line-height: 1.6em;
}

p {
	margin-bottom: 20px;
}

#sidebar li {
	font-size: 12px;
}

.small {
	font-size: 10px;
}

.caps {
	text-transform: uppercase;
}

ul {
	list-style-image: url("/images/arrow.gif");
	margin-left: 16px;
}

li {
	margin-left: 16px;
}

#sidebar li {
	margin-left: 0;
}

input, textarea {
	font-size: 12px;
	border: 1px solid #999;
	padding: 3px;
}

input:focus, textarea:focus {
	border: 1px solid #19455e;
}

.formButton {
	padding: 2px 5px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: transparent;
	border: none;
	background: #19455e;
	border-width: 2px;
	border-style: solid;
	border-color: #666 #000 #000 #666;
	cursor: pointer;
}

body#page-testimonials .post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
}

a {
	color: #009;
}

a:visited {
	color: #006;
}

a:hover {
	color: #788a1a;
}

.first {
	margin-top: 0;
	padding-top: 0;	
}




/*** IMAGE STYLES ***/

.imgRight {
	float: right;
	margin: 0 0 30px 30px;
}

.imgLeft {
	float: left;
	margin: 0 30px 30px 0;
}

img.imgRight, div.imgRight img, img.imgLeft, div.imgLeft img {
	border: none;
}

div.imgRight img, div.imgLeft img {
	margin-bottom: 10px;
}

#page-parts table tr td a img {
	border: 1px solid #fff;
}

#page-parts table tr td a:hover img {
	border: 1px solid #788a1a;
}




/*** HOME STYLES ***/

#homeImg {
	background: #e9efc3;
}

#homeTxt {
	background: #fff url("/images/hometxt-shadow.gif") top left repeat-x;
	padding: 20px 0;
}

#homeTxt .text {
	font-size: 12px;
	width: 400px;
	margin: 0;
	float: left;
	margin-left: 20px;
}

#homeTxt .text .caps {
	font-size: 16px;
	margin-bottom: 5px;
}

#homeTxt .links {
	width: 250px;
	float: left;
	margin-left: 30px;
}

#homeTxt .links h4 {
	margin: 0 0 5px 0;
}



/*** TABLE STYLES ***/

#page-parts table tr td {
	width: 240px;
	text-align: center;
	padding: 10px;
}

#contactForm {
	border: 0;
	padding: 0;
	margin: 0;
}

#contactForm td {
	padding: 3px;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}

#contactForm .formInput{
	width: 250px;
}

#contactForm textarea{
	width: 350px;
}





/*** FOOTER STYLES ***/

#footer {
	clear: both;
	background: #19465d;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0;
}

#footer .links {
	font-size: 11px;
	padding: 0 20px;
}

#footer .copyright {
	font-size: 11px;
	padding: 2px 20px 0 20px;
}

#footer div {
	font-size: 11px;
}

#footer a, #footer a:visited {
	color: #ccc;
}

#footer a:hover {
	color: #fff;
}





/*** OTHER STYLES ***/

.calloutBoxRight, .calloutBoxLeft {
	width: 300px;
	margin: 0 0 20px 20px;
	padding: 10px;
	border: 2px solid #666;
	background: #E9EFC2;
}

.calloutBoxRight {
	float: right;
}

.calloutBoxLeft {
	float: right;
}

.calloutBoxRight h3, .calloutBoxLeft h3 {
	margin-top: 0px;
}

.calloutBoxRight p, .calloutBoxLeft p {
	margin-bottom: 10px;
}


