/* Structure CSS Document */

body {
	background: url(../images/index-bg.jpg) #022a5c repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

#Page {
	margin: 0 auto;
	width: 940px;
}

/* Index Content Areas */

#IndexContent {
	width: 940px;
	margin: 0 auto;
	background: url(../images/content-bg-lines.jpg) #022a5c repeat-x top left;
}

#IndexContentLeft {
	width: 506px;
	padding: 35px 80px 0 57px;
	float: left;
}

#IndexContentRight {
	width: 264px;
	padding: 0 0 0 33px;
	float: left;
	background: url(../images/content-right-bg.jpg) no-repeat top left;
}

#IndexContentClear {
	clear: left;
}


/* Content Areas */

#FlashBanner {
	width: 940px;
	height: 270px;
}

#Logo {
	width: 200px;
	padding-top: 10px;
	float: left;
}

#Content {
	width: 940px;
	margin: 0 auto;
	background: url(../images/content-bg-lines.jpg) #022a5c repeat-x top left;
}

#ContentLeft {
	width: 516px;
	padding: 35px 70px 0 57px;
	float: left;
}

#ContentRight {
	width: 264px;
	padding: 35px 0 0 33px;
	float: left;
	background: url(../images/content-right-bg.jpg) no-repeat top left;
}

#ContentClear {
	clear: left;
}




#Contact {
	width: 600px;
	padding: 85px 0 0 0;
	float: left;
}

#Phone {
	text-align: right;
	padding: 15px 40px 0 0;
}

#Clear {
	clear: left;
}


/* Footer Area */

#Footer {
	background: url(../images/footer-bg.jpg) #021c3c repeat-x top left;
	padding: 42px 0 0 0;
}

#FooterContent {
	width: 940px;
	margin: 0 auto;
}

#FooterLeft {
	width: 120px;
	float: left;
}

#FooterCenter {
	width: 560px;
	padding: 5px 0 0 0;
	float: left;
}

#FooterRight {
	width: 200px;
	float: left;
	text-align: right;
	padding: 3px 60px 0 0;
}

#FooterClear {
	clear: left;
}
