/*---------------------------------------------------------------------------------
GLOBAL RESET - don't edit these top ones!!!
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:100%;  
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:100%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0 0 0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:none;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:left;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a:link		{ color: #000000; text-decoration: none;}
a:visited	{ color: #000000; text-decoration: none;}
a:hover		{ color: #888888; text-decoration: none;}
a:active	{ color: #000000; text-decoration: none;}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family:  Verdana, Arial, Lucida Grande, sans-serif;
    background-color: #C0C0C0;
	font-size:100%
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}

table
{
	font-size:0.7em;
}

.widercolumn
{
	width:200px;
}

.darker
{
	background:#E3E1CB;
}
/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}


/*---------------------------------------------------------------------------------
Layout Styles for the web site
---------------------------------------------------------------------------------*/
#mainpage
{
	width:960px;
	margin:0 auto;
	background-color: #ffffff;
}
#mainpage p 
{
	font-size:0.75em;
}

#mainpage ul
{
	font-size:0.825em;
}

#mainpage #centrecolumn ul
{
	font-size:0.8em;
}

#mainpage #centrecolumn ul li
{
	/*list-style:none;*/
}

#mainpage #centrecolumn ul li a:link	{ color: #FF4900; text-decoration: none;}
#mainpage #centrecolumn ul li a:visited	{ color: #FF4900; text-decoration: none;}
#mainpage #centrecolumn ul li a:hover		{ color: #311F13; text-decoration: none;}
#mainpage #centrecolumn ul li a:active	{ color: #FF4900; text-decoration: none;}

#header 
{

}

#header h1
{
	background:url(../images/header.jpg) no-repeat top left;
	width:960px;
	height:187px;
	text-indent:-9000px;
	margin:0;
	padding:0;
}

/*-----------------------------------------------------------------*/
/*home page content*/
/*-----------------------------------------------------------------*/

#leftcolumn
{
	margin-left:33px;
	float:left;
	width:162px;
	background-color:#C4BD6F;
	padding-bottom:1em;
}

#leftcolumn img
{
	margin-left:10px;
}

#centrecolumn
{
	margin-left:24px;
	float:left;
	width:521px;
	padding-bottom:25px;
}

#centrecolumn p, #centrecolumn h2, #centrecolumn h3, #centrecolumn ul li
{
	color:#311F13;
}

#centrecolumn p a:link	{ color: #FF4900; text-decoration: none;}
#centrecolumn p a:visited	{ color: #FF4900; text-decoration: none;}
#centrecolumn p a:hover		{ color: #311F13; text-decoration: none;}
#centrecolumn p a:active	{ color: #FF4900; text-decoration: none;}

#centrecolumn h2
{
	font-size:0.8em;
	margin-bottom:1em;
	margin-top:2em;
}

#centrecolumn h2.topheader
{
	margin-top:0;
}

#centrecolumn h3
{
	font-size:0.7em;
	margin-bottom:1em;
}

#rightcolumn
{
	margin-left:24px;
	float:left;
	width:162px;
	background-color:#C4BD6F;
	margin-bottom:20px;
	padding-bottom:1em;
}

#headerNav
{
	position:relative;
	left:0;
	top:0;

}
#header ul
{
	position:absolute;
	z-index:300;
	margin-top:-180px;
	margin-left:36px;
	padding:0;
}

#header ul li
{
	list-style:none;
	display:inline;
	color:#ffffff;
}

#header ul li a:link		{ color: #ffffff; text-decoration: none;}
#header ul li a:visited	{ color: #ffffff; text-decoration: none;}
#header ul li a:hover		{ color: #FF4900; text-decoration: none;}
#header ul li a:active	{ color: #ffffff; text-decoration: none;}

#mainNav
{
	background:#311F13;
}
#mainNav ul
{
	margin:0 5px 0 34px;
	padding:8px 0;
	text-transform:uppercase;
	font-size:0.7em;
}

#mainNav ul li
{
	list-style:none;
	display:inline;
	color:#ffffff;
}

#mainNav ul li a
{
	padding:0 2px 0 2px;
}
#mainNav ul li a:link		{ color: #ffffff; text-decoration: none;}
#mainNav ul li a:visited	{ color: #ffffff; text-decoration: none;}
#mainNav ul li a:hover		{ color: #FF4900; text-decoration: none;}
#mainNav ul li a:active	{ color: #ffffff; text-decoration: none;}

#mainNav ul li.selected a
{
color: #FF4900;
}

#centrecolumn .navstrip
{
	background:#311F13;
	margin-bottom:1em;
	text-align:center;
		font-size:0.825em;
}
#centrecolumn .navstrip ul
{
	margin:0 12px 0 12px;
	padding:8px 0;
	text-transform:uppercase;
}

#centrecolumn .navstrip ul li
{
	list-style:none;
	display:inline;
	color:#ffffff;
}

#centrecolumn .navstrip ul li a
{
	padding:0 2px 0 2px;
}
#mainpage #centrecolumn .navstrip ul li a:link		{ color: #ffffff; text-decoration: none;}
#mainpage #centrecolumn .navstrip ul li a:visited	{ color: #ffffff; text-decoration: none;}
#mainpage #centrecolumn .navstrip ul li a:hover		{ color: #FF4900; text-decoration: none;}
#mainpage #centrecolumn .navstrip ul li a:active	{ color: #ffffff; text-decoration: none;}

#centrecolumn .bottom
{
	font-size:0.7em;
}

#centrecolumn .bottom ul
{
	margin:0 6px 0 6px;

}

#leftcolumn h3, #rightcolumn h3
{
	font-size:0.8em;
	margin-bottom:1em;
	margin-top:1em;
	margin-left:16px;
	color:#311F13;
}

.sidenav ul
{
	background:#A29B4D;
	margin:5px;
	padding:10px 5px;
}

.sidenav ul li
{
	list-style:none;
	border-bottom:1px solid #C4BD6F;
}

.sidenav ul li a
{
	padding:5px 0 5px 5px;
	display:block;
}
.sidenav ul li a:link	{ color: #ffffff; text-decoration: none; border-left:#A29B4D 1px solid;}
.sidenav ul li a:visited{ color: #ffffff; text-decoration: none;  border-left:#A29B4D 1px solid;}
.sidenav ul li a:hover		{ color: #311F13; text-decoration: none; border-left:#FF4900 1px solid;}
.sidenav ul li a:active	{ color: #ffffff; text-decoration: none;  border-left:#A29B4D 1px solid;}

.sidenav img
{
	padding-left:10px;
}
/*--------------------------------------------------------------*/
/*fading images on home page*/
/*----------------------------------------------------------------*/
ul#imagestrip
{
	margin:0 0 20px 0;
	padding:0;
}

ul#imagestrip  li
{
	margin:0;
	padding:0;
	list-style:none;
}

/*-------------------------------------------------------------------*/
.imageholder
{
	margin-bottom:1em;
}

.imageholder img
{
	margin-right:25px;
}

.imageholder img.nomargin
{
	margin:0;
}

.googlemap
{
	margin-bottom:1em;
}

/* jQuery lightBox plugin - Gallery style */
#gallery, #gallery2 {
	width: 520px;
}

#gallery ul, #gallery2 ul 
{ 
	list-style: none; 
	margin:0;
}

#gallery ul li, #gallery2 ul li  
{ display: inline; }
	
#gallery ul img, #gallery2 ul img {
	border: 1px solid #ccc;
}

#gallery ul a:hover img, #gallery2 ul a:hover img {
	border: 1px solid #C4BD6F;
	color: #fff;
}

#gallery ul a:hover, #gallery2 ul a:hover
{ 
	color: #fff; 
}
	

