@charset "utf-8";
/* CSS Document */

/* body */
html {
	border:0px;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#F1EAE2;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
/* end body */

/* begin block display */
.ieSucks {
	display: block;
}
/* end block display */

/* begin main wrapper */
#wrapper {
	position:relative;
	margin:0 auto;
	width:900px;
}
/* end main wrapper */

/* begin header wrapper */
#headerWrapper {
	position:relative;
	float:left;
	width:900px;
}

#header {
	position:relative;
	float:left;
	width:900px;
	height:145px;
}

#navHeader {
	position:relative;
	float:left;
	width:276px;
	height:41px;
}

#contentWrapper {
	position:relative;
	float:left;
	width:900px;
	background-image:url(../images/contentBg.jpg);
	background-repeat:repeat-y;
}

#pageTitle {
	position:relative;
	float:left;
	width:624px;
	height:41px;
	background-image: url(../images/pageTitle.jpg);
	background-repeat: no-repeat;
}

.headerTitle {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left:14px;
	padding-top:6px;
}

.headerTitleLarge {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #453631;
	text-align: left;
	padding-left:10px;
	padding-top:6px;
}

.contentText {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #453631;
}

#navigation {
	position:relative;
	float:left;
	width:276px;
}
#content {
	position:relative;
	float:left;
	width:590px;
	padding-left:14px;
	padding-right:16px;
}

#nextPage {
	position:relative;
	float:left;
	width:882px;
	height:40px;
	text-align: right;
	padding-right:8px;
}

#lowerContent {
	position:relative;
	float:left;
	width:624px;
	height:35px;
	background-image: url(../images/lowerContent.jpg);
}

#footerWrapper {
	position:relative;
	float:left;
	width:900px;
}

#footer {
	position:relative;
	float:left;
	width:900px;
	height:41px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat;
}

#navigation ul li {
	font-family: Tahoma, Geneva, sans-serif;
	color: #453631;
	font-size: 12px;
	line-height:30px;
}
a:link {
	color: #453631;
	font-size: 12px;
}
a:visited {
	color: #453631;
	font-size: 12px;
}
a:hover {
	color: #453631;
	font-size: 12px;
}
a:active {
	color: #453631;
	font-size: 12px;
}

#spacer {
	position:relative;
	float:left;
	width:900px;
	height:7px;
	background-image:url(../images/spcerBg.jpg);
}

#googleWrapper {
	position:relative;
	float:left;
	width:900px;
	text-align: center;
	background-image: url(../images/googleBg.jpg);
	height: 96px;
	padding-top:1px;
	padding-bottom:1px;
}

#googleWrapperTop {
	position:relative;
	float:left;
	width:900px;
	text-align: center;
	background-image: url(../images/googleBgTop.jpg);
	height: 96px;
	padding-top:1px;
	padding-bottom:1px;
}

.footerLink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #453631;
}

.footerTxt {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-align:center;
	padding-top:10px;
}