/* BEGIN 960.gs imports */
@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");
/* END 960.gs imports */
/* BEGIN other imports */
@import url("header.css");
/* END other imports */

body {
	font-family: 'Georgia', serif;
	font-size: 12px;
	color: #64503d;
	background-color: #e9e5d9;
	background-image: url("../images/mainBgRepeat.jpg");
	background-repeat: repeat-x;
	text-align: justify;
	}

body.alternate {
	background-image: url("../images/altBgRepeat.jpg");
	}


h1 {
	font-size: 18px;
	color: #0e2960;
	font-weight: normal;
	letter-spacing: .1em;
	margin: 15px 0 5px 0; 
	}

h2 {
	font-size: 14px;
	color: #2a4273;
	font-weight: normal;
	margin: 5px 0 5px 0;
	}
	
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;	
	}
	
h4 {
	color: #585652;
	font-size: 12px;
	font-weight: bold;
	}
	
a {
	color: #2a4273;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
li {
	list-style: disc;
	margin-left: 25px;
	}
	
hr {
	border-bottom: solid 1px #cdcabf;
	border-top: none;
}

/* Global */

.center {text-align: center;}

.border {
	border: solid 1px #b9b6ac;
	padding: 6px;
	background-color: white;
	}
	
.darkTextContainer {
	background-color: #d3cfc5;
	border: solid 1px #b7b4ab;
	text-align: center;
	margin: 10px 0;
	width: 200px;
	padding: 5px;
	}
	
.darkTextSmall {
	background-color: #d3cfc5;
	border: solid 1px #b7b4ab;
	text-align: center;
	margin-left: 16px;
	margin-top: -10px;
	width: 280px;
}
	
.fontMed {font-size: 14px;}

/* Padding */
.margin10px {margin: 10px;}

.padding10px {padding: 10px;}

.paddingRight {padding-right: 10px;}

.paddingLeft {padding-left: 10px;}

.paddingBottom {padding-bottom: 20px;}

.marginTop {margin-top: 10px;}

.marginTop30px {margin-top: 30px;}

/* COLORS */

.blue {color: #0e2960;}
.brown {color: #e9e5d9;}
.red {color: #ff3333;}
.orange {color: #ed8121;}

/* Main Content */

.contentContainer {
	display: block;
	min-height: 280px;
	margin-top: 28px;
	width: 640px;
	background-image: url(../images/containerImage.png);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding-left: 10px;
	padding-top: 10px;
	}
	
.contentContainerLarge {
	display: block;
	min-height: 280px;
	margin-top: 28px;
	margin-left: -10px;
	width: 960px;
	background-image: url(../images/containerImageLarge.png);
	background-repeat: no-repeat;
	}
	
.content {
	margin: 8px 0 0 0;
	}
	
/* Contact */

.contactForm {
	background-image: url("../images/contactForms.png");
	background-repeat: no-repeat;
	background-position: 10px 115px;
	}
	
.contactAddress {
	margin: 60px 0 0 -15px;
	width: 210px;
	}
	
.contactAddress li {
	list-style: none;
	margin: 0;
	text-align: left;
	}

	/* Contact Form Styles */
	
	.contactName {
	width: 133px;
	margin-top: -15px;
	}
	
	.contactPhone {
	width: 133px;
	margin-top: -15px;
	}
	
	.contactEmail {
	width: 283px;
	margin-top: -15px;
	}
	
	.contactMessage {
	margin-top: -15px;
	width: 387px;
	height: 78px;
	}
	
.contactEmailFix {margin-top: 12px;}
.contactMessageFix {margin-top: -45px;}

/* SideBar */

.lineheight {
	line-height: 1em;
	font-size: 500px;
	}

#moreInfo {
	display: block;
	height: 178px;
	margin-top: 22px;
	background-image: url("../images/moreInfoBg.png");
	}
	
	/* More Info Form */
	.basicForm {
		font-family: "Georgia";
		font-size: 12px;
		color: #959595;
		padding: 3px 0 0 3px;
		border: none;
		background-color: transparent;
		}
		
	.infoName {
		width: 124px;
		height: 21px;
		float: left;
		margin: 52px 0 0 11px;
		}
		
	.infoPhone {
		width: 124px;
		height: 21px;
		float: left;
		margin: 52px 0 0 22px;
		}
		
	.infoEmail {
		width: 268px;
		height: 21px;
		float: left;
		margin: 26px 0 0 12px;
		}
		
	.infoSubmit {
		margin: 10px 0 0 215px;
		}
		
.sideMap a{
	display: block;
	width: 300px;
	height: 107px;
	background-image: url("../images/mapSidebar.jpg");
	background-position: 0 -107px;
	}

.sideMap a:hover{
	background-position: 0 -214px;
	}
	
.unitPadding {
	padding-left: 10px;
	text-align: left;
	}
	
label.error {
	color: #FF0000;
}

#sidebarForm input.error {
	background-color:#FFFFD5;
	border:3px solid red;
	color:red;
	margin-top: 23px;
	margin-left:12px
}
	
/* footer */
#footer {
	height: 85px;
	padding-top: 25px;
	background-color: #b2afa6;
}
	
.footerLink {
	color: #64503d;
}

.footerImg {
	float: right;
	margin-top: -35px;
}

.footerContent {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 920px;
}



/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 85px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -85px; /* negative value of footer height */
	height: 85px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
