@import url(_fonts.css);
@import url(_layout.css);


/*Content*/

/*Header*/
#homepageHeader {
	width: 970px; height: 102px;
	padding: 0px; margin: 0px;
	line-height: 0px; font-size: 0px;
	}
	
#homepageFeature {
	height: 314px; width: 940px;
	background-image: url(../images/homepage/homepageHeader-Background.jpg);
	background-repeat: no-repeat;
	}
	
#homepageContent {
	width: 940px;
	background-image: url(../images/homepage/homepageContent-bckTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #52575d;
	overflow: hidden;
	}
	
	#homepageContentInner {
		width: 850px;
		padding: 45px;
		background-image: url(../images/homepage/homepageContent-background.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		overflow: hidden;
		}
	
	#homepageContentServices {
		float: right;
		width: 330px;
		font-size: 10px;
		margin-left: 50px;
		}
		
		#homepageContentServices blockquote{
			padding: 0px; margin: 0px 0px 10px 10px;
			}
			
	#homepageServices { width: 100% }
		#homepageServices td { padding: 5px; text-align: left; }
		#homepageServices td { font-size: 10px; }
		#homepageServices td strong { font-size: 11px; font-style: italic; }
		#homepageServices td img { border: 1px solid #fff; }
	
/* Navigation */
#layTopNav {
	width: 875px; height: 30px;
	font-size: 11px;
	padding: 0px 0px 0px 15px; margin: 0px 0px 0px 40px;
	background-color: #000000;
	}
	
/* Footer */
#layFooterWrapper {
	width: 916px; height: 37px;
	padding: 22px 12px 0px 12px; margin: 0px;
	border-bottom: 1px solid #000000;
	background-image: url(../images/homepage/homepageFooter-Background.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	font-size: 10px;
	}
