@charset "utf-8";
body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	/*background: #dbc4a6 url(../images/bkgd.jpg) repeat;*/
	background: #d3debf url(../images/background.jpg) repeat;
	text-align: center;
}
#container {
	border: 1px solid #4c2626;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px 3px #666;
	box-shadow: 3px 3px 3px 3px #666;
	text-align: left;
	width: 960px;
	vertical-align: top;
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
}

#top_text {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	color: #4b382b;
	text-align: right;
	padding: 10px 20px 20px 10px;
}

#tagline {
	color: #963;
	font-size: 1.65em;
	text-align : left;
	text-transform: lowercase;
	vertical-align: bottom;
	margin-left: 30px;
	margin-bottom: 25px;
}
#header {
	height: 125px;
	text-align: center;
}
#slides {
	float: left;
	width: 960px;
	height: 240px;
}
#slides img {
	border: none;
}
#leftslide {
	float: left;
	width: 480px;
	height: 240px;
}
#centerslide {
	float: left;
	width: 240px;
	height: 240px;
}
#rightslide {
	float: right;
	width: 240px;
	height: 240px;
}
#navMainWrapper {
	margin: 0em;
	font-weight: normal;
	color: #fff;
	background-color: #4c2626;
	height: 40px;
	width: 960px;
}
#navMain ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 130%;
}
#navMain ul li {
	display: inline;
	border-right: solid 1px #fdfde4;
}
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #fffffd;
	white-space: nowrap;
}
#navMain ul li a:hover {
	color: #fdfde4;
}
#content {
	float: left;
	width: 960px;
	background: #fff;
	border-top: #4b382b 1px solid;
}
#content img {
	border: none;
}
#left {
	float: left;
	margin: 0;
	width: 450px;
	padding: 15px 15px 5px 15px;
	text-align: left;
}
#center {
	float: left;
	width: 210px;
	padding: 5px 15px 5px 15px;
	text-align: left;
}
#right {
	float: right;
	width: 210px;
	padding: 5px 15px 5px 15px;
	text-align: left;
}
.small_text {
	font-size: 11px;
}
#content ul {
	margin: 0px;
	list-style-type: square;
	padding: 20px 0 20px 15px;
}
#content ul li a, a:visited {
	color: #4b382b;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
#content ul li a:hover {
	font-size: small;
	color: #963;
	text-decoration: underline;
}
#memberships {
	clear: both;
	text-align:center;
	margin-top:5px;
	padding-bottom: 10px;
}
#search_home {
	float: right;
	margin-right: 20px;
	padding-top: 10px;
}
.search-header-button {
	vertical-align: middle;
}
.search-header-box {
	border: 1px solid #000;
	width: 100px;
}
.back {
	float: left;
}
/*--Slides Main container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Slides Window/Masking Styles--*/
.window {
	height:240px;	width: 480px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Slides Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #996633;
	border: 1px solid #754c24;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

