
/************* framework **********/

body {
	background-image: url('../images/bk.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Verdana","Sans-Serif";
	font-size: 12px;
	color: #887f74;
	text-align: center;
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background-color: #fff;
	border-left: 30px solid #fff;
	border-right: 30px solid #fff;
}


.spacer{
	clear:  both;
	line-height: 0;
	font-size:  0;
	height:  0px;
	background-color:none;
	border:0px solid black;
}


#homeBanner {
	width: 950px;
	margin: 0px;
	border-bottom: 5px solid #f2ac57;
}

#banner {
	width: 950px;
	margin: 0px;
	border:0px solid black;
}

.bannerImage {
	border-bottom: 0px solid #7c7062;
}

#topNav {
	width: 950px;
	height: 91px;
	border:0px solid red;

}

#topLogo {
	float:left;
	background-image: url('../images/logo.jpg');
	width: 364px;
	height: 91px;
	border:0px solid black;
}

#footer {
	width: 950px;
	height: 27px;
	background-color:#f2ac57;
	color: #ffffff;
	font-size: 11px;
	border:0px solid black;
}


#pageContent {
	margin: 0px;
	width: 950px;
	border:0px solid red;
}

.boxSubnav {
	width: 218px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 0px solid orange;
	float: left;
}


.boxContent {
	width: 732px;
	background-color:#fff;
	margin-left: 0px;
	border: 0px solid orange;
	float: left;
}

a {
	color: #d66339;
	text-decoration:none;
}


/************* navigation **********/

#topLinksHolder {
	float:right;
	margin-top: 18px;
	text-align:right;
	width: 586px;
	border:0px solid black;
}

a.topLinks {
	font-size: 11px;
	font-weight: regular;
	color: #999;
	text-decoration: none;
	margin-right: 0px;
}

a.topLinks:hover {
	text-decoration:none;
	color: #ffcc00;
}

#navHolder {
	float:right;
	margin-top: 24px;
	text-align:right;
	width: 580px;
	border:0px solid red;
}

a.nav {
	font-size: 14px;
	font-weight: regular;
	color: #da7f00;
	text-decoration: none;
	margin-right: 0px;
}

a.nav:hover {
	text-decoration:none;
	color: #ffcc00;
}


/************* footer **********/

#legal {
	margin-top: 5px;
	float:left;
	margin-left: 10px;
}

#credits {
	margin-top: 5px;
	float:right;
	margin-right: 10px;
}

/************* contact form, error text in red **********/

#error_list {
	color: red;
}

