@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* stops shorter pages from jumping due to default scrollbar */
html { min-height:100%; margin-bottom:1px; }

html>body {
font-size: 12px; // IE cant read this
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#666;
	margin:0;
	padding:0;
	text-align: center;
	background-repeat:repeat-x;
	background-image:url(../images/site_backing.jpg);
}



#shadow {
	width: 1000px;
		margin: 20px auto 0 auto;
	background-image: url(../images/alpha_shadow.png);

}



#header {
	width: 960px;
	height:116px;
	margin: 0 20px;
	background-color:#FFF;
}

#headerleftarea {
	width: 626px;
	margin: 0 0 0 44px;
	float:left;
	height:116px;
}

#icons {
	width: 626px;
	height:62px;
	margin: 10px 0 0 0;
	text-align:left;
}

#menu {
	height:35px;
	background-image:url(../images/menu_backing.jpg);
	line-height:35px;
	margin-top: 9px;
	width: 616px;
	float:left;
	font-size:10px;
	font-weight:bold;
}



#menuleft {
	background-image:url(../images/menu_left_cap.jpg);
	width:10px;
	height:35px;
	float:left;
}

#menuright {
	background-image:url(../images/menu_right_cap.jpg);
	width:10px;
	height:35px;
	margin-top: 9px;
	float:left;
}

#logo {
	width: 290px;
	height:116px;
	background-image:url(../images/logo.jpg);
	float:left;
}

#splash {
	width: 960px;
	height:320px;
	margin: 0 20px;
	vertical-align:top;
	text-align:left;
}

#splashsmall {
	width: 960px;
	height:260px;
	margin: 0 20px;
}

#pagebacking {
	background-image: url(../images/page_backing.jpg);
	background-repeat:repeat-y;
	width: 960px;
	margin: 0 20px;
	text-align:left;
}

#buffer {
	width: 960px;
	height:17px;
	margin: 0 20px;
	background-image:url(../images/footer_buffer.jpg);
}

#footerleft {
	width: 20px;
	height:86px;
	float:left;
	background-image:url(../images/footer_left_cap.jpg);
}

#footerright {
	width: 20px;
	height:86px;
	float:left;
	background-image:url(../images/footer_right_cap.jpg);
}

#footer {
	width: 960px;
	height:86px;
	float:left;
	background-image:url(../images/footer.jpg);
	text-align:left;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #866D40;
	margin-bottom:12px;
	}

h1 a{
	color:#866D40;
	text-decoration:none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#2A323B;
	margin-bottom:6px;
}

h2 a{
	color:#2A323B;
	text-decoration:none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7D6D4F;
}

h3 a{
	color:#7D6D4F;
	text-decoration:none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4B5E5A;
}

h4 a{
	color:#4B5E5A;
	text-decoration:none;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#866D40;
}

h5 a{
	color:#866D40;
	text-decoration:none;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2A323B;
}

h6 a{
	color:#2A323B;
	text-decoration:none;
}

h1 a:hover, h2 a:hover , h3 a:hover, h4 a:hover, h5 a:hover, #breadcrumbs li a:hover, #menu li a:hover{
	text-decoration:underline;
}


.thumb {
	margin-right:15px;
	margin-bottom:30px;
	float:left;
}

.thumbtext {
	margin-bottom:30px;
	float:left;
	width:184px;
}

p {margin-bottom:15px;}



#menu ul{
	height:35px;
	
}
#menu li{
	float:left;
	list-style:none;
	margin-right:10px;

}
#menu li a{
	color:#fff;
line-height:35px;
text-decoration:none;
}

#menu li a:hover{
	text-decoration:underline;
}

#breadcrumbs {
	height: 15px;
	width: 620px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	
}

#breadcrumbs ul{
	height:36px;
	
}
#breadcrumbs li{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	list-style:none;
	font-size:10px;
	padding:0 5px 0 5px;
	line-height:36px;
		color:#000;

}
#breadcrumbs li a{
	text-decoration:none;
	color:#630;


}


.floatclear {
	clear: both;
}






.processimage {
		padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	height:116px;
	width:116px;
	float:left;
}


.iconlink {
	vertical-align: middle;
	font-size:0.8em;
	padding:10px;

	
}

.iconlink img{
	vertical-align: middle;

}

.gallerycontainer{
	width:415px;
}
	
	
.gallerycell {
	padding: 5px;
	float: left;
	width: 120px;
	height:190px;
	text-align:center;

}
#printbox {
	color: #FFF;
	width: 400px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding:5px;
	background-color:#7E918D;
}

#printbox p{
	color: #000;

}



#printbox a {
	color: #666;
	text-decoration:none;
}

#printbox a:hover{
	color: #666;
	text-decoration:underline;
}


.col1 {
	float: left;
	width: 299px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-bottom:15px;
}

.col2 {
	float: left;
	width: 299px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-bottom:15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: 12px;
	padding-left: 12px;
}

.submenupanel {
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-bottom:15px;
}

.subpagecontent {
	float: left;
	width: 425px;
	margin-top: 0px;
	margin-bottom:15px;
	margin-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left:12px;
}

.col1 ul, .col2 ul, .submenupanel ul, .subpagecontent ul{
	margin-left:30px;
	margin-bottom:15px;
}

.col1 a, .col2 a, .submenupanel a, .subpagecontent a, .seocolumn a{
	color: #866D40;
	font-weight:bold;
}

#innerpage {
	float: left;
	width: 623px;
	margin-right: 16px;
	margin-left: 25px;
}

#innerpage td{
	text-align:left;
	vertical-align:top;
}
#panel {
	float: left;
	width: 270px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.seocolumn {
	float: left;
	width: 184px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.seocolumn ul{
	margin-left: 10px;
}

.panelheader {
	height:35px;
	background-image:url(../images/panel_backing.jpg);
	line-height:35px;
	margin-top: 9px;
	width: 260px;
	float:left;
	color:#FFF;
}

.panelheaderleft {
	background-image:url(../images/panel_left_cap.jpg);
	width:10px;
	height:35px;
	float:left;
}

.panelheaderright {
	background-image:url(../images/panel_right_cap.jpg);
	width:10px;
	height:35px;
	margin-top: 9px;
	float:left;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/





.gallerycell a .preview
{
	display: none;
}

.gallerycell a:hover .preview
{
	display: block;
	position:relative;
	top: -120px;
	left: -60px;
	z-index: 1;
}

.gallerycell img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	
}



.gallerycell .preview
{
	border-color: #000;}
	
#footertextholder {
	margin: 10px 15px;
	width: 930px;
}
#copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	font-size:10px;
}

#legaltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	font-size:10px;
	text-align:right;
}

#legaltext a{
	color: #FFF;
}
