#overlay {
	position:relative;
	display:block;
}
#overlay2 {
	position:relative;
	display:block;
}
img.overlay {
	position: absolute;
	top: 4px;
	left: 4px;
}
img.overlay2 {
	position: absolute;
	top: 4px;
	left: 360px;
}
.logo {
	position: absolute;
	background: url('../images/logo2.png') top left;
	background-repeat: no-repeat;
	top: -5px;
	left: -50px;
	width: 280px;
	height: 128px;
	z-index: 100;
}
.ContentTitleStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
 font-weight: 500  font-variant: normal;
	text-transform: uppercase;
	color: #996633;
}
.ContentSubTitleStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: capitalize;
	color: #996633;
}
.ContentBodyStyle {
	font-family: Trajan, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
.ContentCaptionStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #996633;
}
.NavCalloutTitleStyle {
	font-family:   Trajan, Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.NavCalloutContentStyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663333;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663333;
	text-decoration: underline;
}
.menu_list {
	margin-top: 95px;
	width: 145px;
}
.menu_head {
	padding: 0px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background: #AF905A url(images/background_tan) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a {
	display:block;
	color:#FFFFFF;
	background-color:#AF905A;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}
.menu_body a:hover {
	color: #6B4E1C;
	text-decoration:none;
}
.clearit {
	clear:both;
}
selector {
	min-height:600px;
	height:auto !important;
	height:1000px;
}
.home_container {
	position: relative;
	width: 811px;
	height: 540px;
	background-image: url('../images/home_background.jpg');
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.home_header {
	width:811px;
	height: 30px;
}
.home_body {
	width:811px;
	height: 408px;
	background-image: url('../images/home_background_tan.jpg');
	background-repeat: repeat;
}
.home_body_left {
	float: left;
	height: 408px;
	width: 140px;
}
.home_body_right {
	width: 656px;
	float: right;
	height:408px;
}
.home_footer {
	float: right;
	height:106px;
	width:811px;
}
.socialIcons {
	position:absolute;
	right:4px;
	top:3px;
}
.socialIcons img {
	padding:0 4px;
	float:left;
}
.socialIcons2 {
	position:absolute;
	right:4px;
	top:-12px;
}
.socialIcons2 img {
	padding:0 4px;
	float:left;
}
.relativeWrapper {
	position:relative;
}
img {
	border: none;
}
ul.thumb {
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 100%;
}
ul.thumb li {
	margin: 0;
	padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}
#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
#greyWrapper {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;	
}
#imageHolder {
	padding-top:150px;

	margin:0 auto;
	width:450px;

}

#imageHolder img {
	
}

