/* Structure CSS Document */

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

#Center {
	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; 
}

.adbanner {
	padding: 5px 0 15px 0;
	text-align: center;
}

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


/* Content Areas */

#TopBanner {
	height: 77px;
}

#Logo {
	padding: 10px 0 0 0;
	float: left;
}

#UtilityLinks {
	float: right;
	width: 291px;
	height: 27px;
	margin: 50px 0 0 0;
	background: url(../images/utilitynav-bg.gif) no-repeat bottom right;
}

#SocialLinks {
	float: right;
	padding: 40px 15px 0 0;
}

#TopNav {
	height: 32px;
}

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

/* Index Specific */

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

#IndexLeft {
	width: 610px;
	padding: 0 10px 0 0;
	float: left;
}

#IndexFull {
	width: 900px;
	padding: 0 10px 0 0;
	float: left;
}

#IndexRight {
	width: 300px;
	padding: 0 10px 0 10px;
	float: left;
}

#IndexClear {
	clear: left;
}

/* 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;
}

/* Footer Area */

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