﻿html, body {
	height: 100%;
	text-align: center;
}

html {
	background: #f4f4f4 url('../img/bg_body.png') repeat-y top center;
}

body {
	background: url('../img/bg_top.jpg') repeat-x top center;
}

#container {
	width:960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -304px; /* ADJUST FOR FOOTER */
}

#header {
	padding: 0;
	margin: 0;
	width:970px;
	height: 139px;
	text-align:center;
	float: left;
}

	#panelLogin {
		height: 36px;
		width: 970px;
		position: relative;
	}
	
	.panelLoginPlain {
		background: url('../img/bg_login.png') no-repeat 0px 0px;		
	}

	.panelLoginError {
		background: url('../img/bg_login.png') no-repeat 0px -36px;		
	}

	#panelLogin input.box {
		width: 98px;
		height: 13px;
		font-size: 11px;
		color: #5e4c24;
		border: none;
		float: left;
		background-color: transparent;
	}

	.loginU, .loginP {
		position:absolute;
		top: 10px;
		width: 98px;
		height: 13px;
	}

	.loginU {
		left: 617px;
	}

	.loginP {
		left: 783px;
	}

	.loginS {
		position:absolute;
		top: 8px;
		left: 891px;	
		width: 62px;
		height: 23px;
	}

#contentContainer {
	display: inline;
	float: left;
	margin:0;
	width: 970px;
}

#mainHomePhoto {
	height: 276px;
	background: transparent url('../img/bg_mainPhoto1.jpg') no-repeat 5px 0px;
	position: relative;
}

	#mainHomePhotoEmail {
		width: 318px
		height: 49px;
		top: 218px;
		right: 25px;
		position: absolute;
	}

#contentLeftColumn {
	/* Total Width: 732px */
	float:left;
	display:inline;
	width:702px;
	padding: 0;
	margin: 5px 0 20px 30px;
	text-align: left;
}

#contentLeftColumnContactForm {
	/* Total Width: 732px */
	float:left;
	display:inline;
	width:702px;
	padding: 0;
	margin: 5px 0 20px 30px;
	text-align: left;
	background: #fff url('../img/bg-contact-box.png') no-repeat -20px 210px;		
}

#contentRightColumn {
	/* Total Width: 238px */
	float:left;
	display:inline;
	width:238px;
	min-height:590px;
	height:auto !important;
	height:590px;	
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
	background: url('../img/bg_rightColumn.png') no-repeat -5px 0;	
}

#wideLeftColumn {
	/* Total Width: 402px */
	float:left;
	display:inline;
	width:368px;
	/*min-height:858px;
	height:auto !important;
	height:858px;*/
	padding: 0;
	margin: 10px 7px 20px 27px;
	text-align: left;
	background: url('../img/bg_homepageColumnSeparator.png') no-repeat right top;
}

#wideRightColumn {
	/* Total Width: 568px */
	float:left;
	display:inline;
	width:535px;
	padding: 0;
	margin: 10px 33px 20px 0;
	text-align: left;
}
	
.push {
	clear: both;
    height: 304px; /* ADJUST FOR FOOTER */
}

/******************************************************************/
/* FOOTER */
/******************************************************************/

#footerContainer {
	clear:both;
    height: 304px; /* ADJUST FOR FOOTER */
	background: #e7e8ec url('../img/bg_bottom.jpg') repeat-x;
	text-align: center;
	padding-left: 11px;
}

	#footerContent {
		height: 304px; /* ADJUST FOR FOOTER */
		width: 960px;
		margin: 0 auto;
		text-align: left;
		background: transparent url('../img/bg_footer.png') repeat-x 0px 3px;
		position: relative;
		font-size: 11px;
		color: #fff;
	}
	
	#footerContent H4 {	
		color: #92b0c5;
		text-transform: uppercase;
		font-weight: 900;	
		margin: 0;
		padding: 0;
		background-color: transparent;		
	}		

	#footerContent a {
		color: #fff;		
	}		

	#footerContent a:hover {
		text-decoration: underline;
	}		

	#footerCol1, #footerCol2, #footerCol3, #footerCol4 {
		position: absolute;
		top: 15px;
		height: 190px;
		padding: 0 10px 0 0;	
		border-right: 1px #475965 solid;		
	}
	
	#footerCol1 {
		width: 124px;
		left: 24px;
	}
	
	#footerCol2 {
		width: 270px;
		left: 171px;
	}
	
	#footerCol3 {
		width: 300px;
		left: 462px;
	}
	
	#footerCol4 {
		width: 150px;
		left: 783px;
		border-right: none;					
	}
	
	#footerStatement {
		position: absolute;
		top: 220px;
		left: 10px;
		height: 50px;
		width: 920px;
		padding: 0 10px;
	}	

	#footerColText {
		position: absolute;
		top: 284px;
		left: 0px;
		height: 19px;
		width: 925px;
		padding: 0 25px 0 20px;
	}