@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_flat_bg.jpg) top left repeat-x;
}

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

#header {
	height:70px;
	background: url(../images/header_2014.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;
}


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

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

#contact{
	padding-top:5px;
}

/*------------------ home page content ------------------*/
#home_page{
	padding-top:20px;
}

#left{
	width:400px;
	float:left;
}

#right{
	width:400px;
	float:right;
}


/*------------------ photo main page columns ------------------*/

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

#center_col{
	width: 254px;
	float:left;
	margin-left: 69px
}

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

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

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

a:hover{
	color: #b9c49a;
	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-family: Times New Roman, Georgia, serif;
	font-size: 1.6em;
	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;
}

.ital {
	font-style: italic;
}
	
	



/*------------------ 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:#504f44;
}

/* 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: #504f44;/*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: 180px;
	visibility: hidden;
	position: absolute; top: 100%; left: 0;
}

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

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

