@charset "utf-8";
/* CSS Document by Dieter Schneider | CssTemplateHeaven.com */

/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

html {
		background: #31302f url(../images/body_bg_coolgray.jpg) top left repeat-x;
	font-size: 100%
	}

/*------------------ Site Structure ------------------*/
/**New sticky footer**/
html, body {height: 100%;}

#wrapper {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 100px;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/**END STICKY**/


body {
	margin: auto;
	font-family: Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	font-size: .75em;
	background:url(../images/header_coolgray_bg.jpg) top left repeat-x;
}

#wrapper{
 width: 900px;
 margin: 0 auto;
}

#header {
	height:70px;
	background: url(../images/header_coolgray.jpg) top left no-repeat;
}

.headerlink a{
	display:block;
	position: relative;
	width:65px;
	height:60px;
	top: 5px;
	background: transparent;
}

#slider{
	width: 880px;
	height: 350px;
	margin: 0 auto;
	border:1px solid #82806f;
}

#box_left {
	background:none; 
	width: 280px;
	float: left;
	text-align: left;
}

#box_left img{
	float: right;
}

#box_right {
	background: none;
	width: 280px;
	float: right;
	text-align: left;
}

#box_middle {
	background: none;
	margin-left: 310px;
	margin-right: 310px;
	text-align: left
}

#footer {
	clear: both;
	width:100%;
	height:100px;
	background:url(../images/footer_coolgray_bg.jpg) top left;
}

.footercontent{
	width:900px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size: .9em;
	color: #585645;
}

#contact{
	padding-top:5px;
}

/*------------------ featured content and images ------------------*/
#featured{
	padding-top:40px;
}

#left_col{
	width: 600px;
	float:left;
}

#right_col{
	width: 300px;
	float:right;
}

/*------------------ typography and images ------------------*/

/* global links */ 
/*this affects links in the slider too*/

p {
	color: #dddcd5;
}

a {
	text-decoration: none;
	color: #585645;
}

a:hover{
	color: #c6b316;
	text-decoration:none;
}

/*------------------ text styles ------------------*/

h1 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 10px;
	color:#dddcd5;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 6px;
	color:#dddcd5;
}

h3, h4 {
	font-size: 1.4em;
	font-weight: normal;
	color:#dddcd5;
	padding-bottom: 10px;
}

h5, h6  {
	font-size: .9em;
	font-weight:bold;
	color:#dddcd5;
	margin: 2px 0 2px 0;
	padding:0;
}

p {
	line-height: 1.6em;
	padding-bottom: 20px;
}

.list{
	font-weight:bold;
	color: #dddcd5;
	line-height:150%;
	margin:0;
	padding:0;
}

.list p{
	font-weight:normal;
}
	

/*------------------ image replacement (IR) for h3 headers ------------------*/

#box_left h3{
	width:200px;
	height:20px;
	background:url(../images/about.png) top left no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
}

#box_middle h3{
	width:200px;
	height:20px;
	background:url(../images/do.png) top left no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
}

#box_right h3{
	width:200px;
	height:20px;
	background:url(../images/featured.png) top left no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
}

/*------------------ gallery ------------------*/

#gallery ul li a:hover{
	color:#c6b316;
}

#gallery {
	overflow: auto;
	padding-top: 20px;
	margin-left: -44px;
	position:static;
}

#gallery ul li {
	width: 254px;
	height: 325px;
	padding: 7px;
	float: left;
	margin-left: 44px;
	padding-bottom: 20px;
}

#gallery h6, a{
	color:#e3e3e3;
}

#gallery h6{
	margin: 10px 0;
}

.center {margin: auto;}

/*---------------    Dropdown Menu    ---------------*/

#menu{
	width:100%;
	height:34px;
	margin-bottom:32px;
}

#current{
	height:12px;
	color:#fff;
	background-color:#585645;
}

/* LEVEL ONE */

ul.dropdown{
	font-weight:normal;
	position: relative;
	z-index:100;
	margin: 0 auto 0 0;
	height:36px;
	background:transparent;
}
									  
ul.dropdown li{
	float: left; zoom: 1;
}

ul.dropdown li a{
	display: block;
	padding: 9px 20px;
	color: #dddcd5;/*menu link color*/
}

ul.dropdown li.hover a{
	height:12px;
	background-color: #585645;/*menu background-color hover color*/
}

ul.dropdown li:last-child a{
	border-right: none;
} /* Doesn't work in IE */

ul.dropdown li.hover,ul.dropdown li:hover{
	position: relative;
}

ul.dropdown li.hover a{
	color: #dddcd5;/*menu link hover color*/
}

/* LEVEL TWO */
ul.dropdown ul{
	width: 220px;
	visibility: hidden;
	position: absolute; top: 100%; left: 0;
	background: #eaeaea;
    border-left: 0px solid #dbdbdb;
    border-right: 0px solid #dbdbdb;
    border-bottom: 0px solid #dbdbdb;
}

ul.dropdown ul li{
	font-weight: bold;
	border-bottom: 1px solid #dbdbdb;
	float: none;
}

ul.dropdown ul li a{
	border-right: none;
	background: none;
	padding: 9px 8px;
	width: 100%;
	display: inline-block; /* IE 6 & 7 Needs Inline Block */
}
 
ul.dropdown ul li a:hover{
	color: #363636;/* sub-menu hover color*/
}		

/* LEVEL THREE */
ul.dropdown ul ul{
	left: 100%;
	top: 0;
	z-index:300;
	border-top: 1px solid #dbdbdb
}

ul.dropdown li:hover > ul{
	visibility: visible;
}

