/* Basics and Browser Resets */
* { 
	margin:0; padding:0; 
}
html { 
	height: 100%;
}
body {
	color: #968B87;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
	line-height: 1em;
	background:#1E1614 url(../img/bg.png) repeat-y right top;
	text-align:left;
}
p, div {
	margin: 0;
	text-align:left;
}
ul {
	margin: 0;
	list-style-type:none;
}
li {
	list-style-position: inside;
}
a {
	color: #968B87;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color: #1E1614;
}
a img { border:0; }

/* Text Styles */
h1 {
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:1.25em;
	line-height:1.25em;
	color:#4B3932;
}
h2, h2 a {
	font-size:1.00em;
	font-weight: normal;
	margin-bottom:0.81em;
	color:#4B3932;
	text-decoration:none;
}
h2 a {
	font-size:1em;
	font-weight: normal;
	margin-bottom:1em;
	color:#4B3932;
	text-decoration:none;
}
h2 a:hover {
	color: #968B87;
}
h3 {
	font-size:0.81em;
	font-weight:normal;
	margin-bottom:0.81em;
	color:#968B87;
}
.spacer {
	width:100%;
	height:2em;
}
#details a {
	color:#fff;
	text-decoration:none;
}
#details a:hover {
	color:#968B87;
}
#page-body p {
	font-size:0.81em;
	margin-bottom: 0.81em;
	color:#968B87;
}
#footer a{
	color:#fff;
}
#footer a:hover {
	color:#1E1614;
}
/* Top Logo Bar */
#logo-bar {
	width:100%;
	height:54px;
	overflow:hidden;

}
#logo-bar-left {
	width:50%;
	height:54px;
	background:url(../img/logo_bar_l.png) repeat-x top;
	float:left;
}
#logo-bar-right {
	width:49.9%;
	height:54px;
	background:url(../img/logo_bar_r.png) repeat-x top;
	float:left;
}
#logo-bar-lcontent {
	width:100%;
	height:54px;
	background:url(../img/lcurve.png) no-repeat top right;
	float:left;
}
#logo-bar-rcontent {
	width:100%;
	height:54px;
	background:url(../img/rcurve.png) no-repeat top left;
	float:left;
	min-width:460px;
}
#logo-bar-rcontent img{
	margin:0 -28px 0 28px;
	padding:0;
}

/* Main Content Containers */

#container {
	width:930px;
	margin: 0 auto;
	clear:left;
}
#logo {
	float:left;
	margin-left:15px;
}
#details {
	float:right;
	text-align:right;
	margin:26px 15px 0 0;
	font-size:0.75em;
	color:#fff;
}
#nav {
	clear:both;
	width:100%;
	height:54px;
	background:url(../img/nav_bg.png) no-repeat ;
	overflow: visible;
	font-size:0.81em;
}
#sub-nav {
	clear:both;
	height:23px;
	font-size:0.75em;
	color:#E5E5E5;
	background:url(../img/subnav_bg.png) no-repeat ;
}
#page-body {
	clear:both;
	background:url(../img/body_bg.png) repeat-y;
}
#body-content {
	background:url(../img/body_top.png) no-repeat;
	padding:0 15px 0 45px;
	min-height:51px;
}
* html #body-content {
	height:51px;
}
#body-foot {
	height:10px;
	background:url(../img/body_foot.png) no-repeat;
	clear:left;
	margin-top:-25px;
	font-size:0.01em;
}
#footer {
	clear:both;
	height:50px;
	padding:0 45px;
	line-height:35px;
	background:url(../img/footer_bg.png) no-repeat ;
	overflow: visible;
	font-size:0.81em;
	color:#fff;
	text-align:center;
}

/* Main Nav */
#nav ul {
	margin:0 27px;
	padding-top:8px;
}
#nav ul li {
	float:left;
	padding-top:13px;
	margin:0 5px;
	text-align:center;
}
#nav ul li a {
	height:24px;
	line-height:24px;
	padding:0 0 0 10px;
	color:#fff;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li.selected a {
	color:#968B87;
}

#nav ul li a span {
	padding:0 15px 0 5px;
}
#nav ul li a:hover span, #nav ul li.selected span {
}


/*
Cols (not including 20px left and right margin):
t1. 1/3
t2. 2/3
t3. 1/2
t4. 1/1
-- g denotes gallery (extra width for pics)
-- h denotes header (extra width for fade into margins)
-- note: padding not used with width to cut down on IE6 hacks
-- could be improved with col and col-content container to keep g & h cols generic
Current layout: 
Outer	optional margin 	col1	gutter	col2	gutter	col3	optional margin 	outer
30px		  20px 			250px	20px	260px	20px	250px		  20px			30px
-- when optional margin not required add to col1 or col3 as appropriate
*/

.col-t1 {
	width:240px;
	margin:30px 0 0 0;
	float:left;
}
.col-t1h {
	width:280px;
	margin:30px 0 0 0;
	float:left;
}
.col-t2 {
	width:550px;
	margin:30px 0 0 0;
	float:left;
}
.col-t3 {
	width:400px;
	margin:30px 0 0 0;
	float:left;
}
.col-t3g {
	width:410px;
	margin:30px 20px 0 0;
	float:left;
}
.col-t4 {
	width:800px;
	margin:30px 0 0 0;
	float:left;
}
.col-t4h {
	width:840px;
	margin:30px 0 0 0;
	float:left;
}
.half-margin {
	margin-left:20px;
	display:inline;
}
.full-margin {
	margin-left:40px;
	display:inline;
}
.inner-extra {
	padding:20px 20px;
}

/*
Gallery Styles
*/
.gallery-image {
	
}
ul.gallery-info-list, ul.gallery-info-list li {
	margin:0;
	padding:0;
	width:100%;
}
ul.gallery-info-list li {
	font-size:0.81em;
	color:#968B87;
	display:inline;
	float:left;
	clear:left;
}
.showcase h2 {
	margin-bottom:0;
}
.quater-margin { /*rename for showcase*/
	margin-left:5px;
	margin-top:5px;
}

/*
Home Styles
*/
.header-box {
	background:url(../img/full-width-fadebox.png) no-repeat left top;
	height:224px;
}
.super-header-box {
	background:url(../img/full-width-titlebox.png) no-repeat left top;
	height:224px;
}
.sub-header-box {
	background:url(../img/third-width-fadebox.gif) no-repeat left top;
	height:400
px;
}
.tag-line-image {
	/*background:url(../img/tag-line-image-placeholder.png) no-repeat 37px 19px;
		height:188px;
		width:269px;
		float:left;*/
}
.tag-line {
	/*background:url(../img/tag-line-placeholder.png) no-repeat left 47px;
		float:left;
		width:531px;
		height:188px;
		margin-left:0;*/
}
.tag-line p {
	text-indent:-9999px;
}
.icon-wrapper {
	text-align:right;
}
/*Contact*/
.map {
	margin-top:68px;
}
.contact h2 {
	margin-bottom:0;
}

/*Media*/
.media-info {
	width:100%;
	font-size:0.81em;
	margin:0 auto;
}
table a {
	text-decoration: none;
}