/* Structure CSS Document */

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) #24699a repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

#Center {
	background: url(../images/page_bg.gif) repeat-y top left;
	background-color: #ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	position: relative; 
}

#Page {
	margin: 0 10px 0 10px;
	background-color: #fff;
}


/* Content Areas */

#TopBanner {
	padding: 10px;
	background: url(../images/banner-bg.gif) #ffffff no-repeat top left;
	height: 70px;
	border-bottom: 1px solid #ffffff;
}

#Logo {
	height: 70px;
	background: url(../images/logo.gif) no-repeat top left;
	float: left;
}

#UtilityLinks {
	float: right;
	width: 200px;
}

#Title {
	float: left;
	margin: 26px 0 0 5px;
}

#TopNav {
	background-color: #9fb4c4;
	height: 34px;
}

#ServicesNav {
	border-bottom: 1px solid #cecece;
	height: 34px;
}

/* Index Specific */

#IndexContent {
	margin: 1px 0 1px 0;
}

#IndexLeft {
	width: 690px;
	float: left;
	border-right: 1px solid #cecece;
}

#IndexFlash {
	height: 215px;
	border-bottom: 1px solid #cecece;
}

#IndexBoxes {
	background: url(../images/shadow.gif) repeat-x top left;
}

#IndexBox1 {
	float: left;
	width: 205px;
	margin: 10px 0 5px 0;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #cecece;
}

#IndexBox2 {
	float: left;
	width: 225px;
	margin: 10px 0 5px 0;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #cecece;
}

#IndexBox3 {
	float: left;
	width: 193px;
	margin: 10px 0 5px 0;
	padding: 10px 10px 10px 10px;
}

#IndexBoxClear {
	clear: left;
}

#IndexRight {
	width: 245px;
	float: left;
}

#IndexRightQuote {
	margin: 5px 0 5px 5px;
	padding: 10px 10px 10px 10px;
	background-color: #eaf4f8;
}

#IndexClear {
	clear: left;
}


/* Landing Specific */

#LandingContent {
	margin: 5px 0 5px 0;
	background: url(../images/landing-bg.gif) repeat-y top left;
}

#LandingLeft {
	width: 655px;
	float: left;
	padding: 15px 20px 0 15px;	
}

#LandingRight {
	width: 245px;
	float: left;
}

#LandingClear {
	clear: left;
}

#LandingRightQuote {
	margin: 5px 0 5px 5px;
	padding: 10px 10px 10px 10px;
	background-color: #eaf4f8;
}


/* Standard Page Specific */

#StandardContent {
	margin: 5px 0 5px 0;
	background: url(../images/landing-bg.gif) repeat-y top left;
}

#StandardLeft {
	width: 658px;
	float: left;
	padding: 0px 20px 0 12px;	
}

#StandardRight {
	width: 245px;
	float: left;
}

#StandardClear {
	clear: left;
}

#StandardRightQuote {
	margin: 5px 0 5px 5px;
	padding: 10px 10px 10px 10px;
	background-color: #eaf4f8;
}


/* Footer Area */

#Footer {
	border-top: 1px solid #cecece;
	margin: 0 0 0 1px;
	padding: 10px 0 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

