/**************** reset stylesheet ****************/
/* http://meyerweb.com/eric/tools/css/reset/ */
body { line-height: 1em; }
p, blockquote { margin: 1.12em 0; }
ol, dl, dir, menu { margin: 1.12em 0 }
li { margin-left: 20px; line-height: 1.5em;  }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/**************** end reset stylesheet ****************/

body {
	margin: 5px 0px;
	background-color: #ffffff;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}


a:focus, a:hover, a:active { outline:none }

a {
	color: #83923F;
}
a:hover {
	color: #000000;
}





form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 2px;
}

select option {
	padding: 2px 6px;
}

/*********** START BUTTON STYLES ***************/
button, input[type="button"], input[type="reset"], input[type="submit"], a.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px/100%;
	line-height: 1.0em;

	/** IE button width fix **/
	width: 0;
	overflow: visible;
	width: auto;
	/************/

	padding: .3em 1em .35em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);

	color: #FFFFFF;
	border: solid 1px #7F7F7F;
	background: #BFB277;
	background: -webkit-gradient(linear, left top, left bottom, from(#BFB277), to(#8F8559));
	background: -moz-linear-gradient(top,  #BFB277,  #8F8559);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFB277', endColorstr='#8F8559');
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {
	text-decoration: none;

	color: #ffffff;
	background: #CFC181;
	background: -webkit-gradient(linear, left top, left bottom, from(#CFC181), to(#AFA36D));
	background: -moz-linear-gradient(top,  #CFC181,  #AFA36D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFC181', endColorstr='#AFA36D');
}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, a.button:active {
	position: relative;
	top: 1px;

	color: #ffffff;
	background: #BFBFBF;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFA36D), to(#CFC181));
	background: -moz-linear-gradient(top,  #AFA36D,  #CFC181);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFA36D', endColorstr='#CFC181');

}
button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], a.button[disabled] {
	color: #9F9F9F;
	background: #CFCFCF;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF', endColorstr='#CFCFCF');
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
input.button-dark, a.button-dark, button.button-dark {
	background: #85263E;
	background: -webkit-gradient(linear, left top, left bottom, from(#AF7E6D), to(#85263E));
	background: -moz-linear-gradient(top,  #AF7E6D,  #85263E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF7E6D', endColorstr='#85263E');
}


input.button-small, a.button-small, button.button-small {
	font-size:11px;
	padding: .1em 5px .20em 5px;
}

/*** this removes the annyong inner dotted border on focus state in firefox ***/
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }


/*********** END BUTTON STYLES ***************/

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: wrap;
	width: 30%;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 15px;
	color: #555555;
	
}

div#breadcrumbs a {
	color: #ACACAB;
}

div#breadcrumbs a:hover {
	color: #555555;
}


h1, h2, h3, h4, h5, h6 { }
h1, h4 { font-size: 18px; margin: .67em 0; }
h2, h5 { font-size: 16px; margin: .75em 0; }
h3, h6 { font-size: 14px; margin: .83em 0; }

h1, h2, h3 { color: #83923F; }
h4, h5, h6 { color: #555555; }


hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}


/*******************************************************/

div#main {
	width: 838px;
	margin: 0px auto;
}

.text, .text table {
	color: #2D2D2D;
	line-height: 20px;
}



input.form-error {
	border: dashed red 1px;
}

div.form-error-message {
	color: red;
	font-size: 11px;
	font-style: italic;
}




#innermenu {
	font-weight: bold;
	text-align: right;
	color: #83923F;
}

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

div#innermenu > div div {
	padding: 2px 0px;
}


div#innermenu a { color: #565546; }

div#innermenu > div, div#innermenu > div a { font-size: 14px; }
div#innermenu > div > div, div#innermenu > div > div a { font-size: 12px; }
div#innermenu > div > div > div, div#innermenu > div > div > div a {
	font-size: 11px;
	font-weight: normal;
}
div#innermenu > div > div > div > div, div#innermenu > div > div > div > div a { font-size: 10px; }


div#header {
	margin-bottom: 4px;
	color: #989897;
}

div#header #topbar a {
	text-decoration: none;
	color: #989897;
}
div#header #topbar a:hover {
	color: #555555;
}


div#footer {
	width: 879px;
	margin: 0px auto;
}
div#footer div#footer-guts {
	background: url(../images/footer-bg.png) repeat-y;
	padding: 8px 30px;
}

div#footer div#footer-guts > table > tbody > tr > td {
	padding: 2px 10px;
	line-height: 1.5em;
	color: #454442;
	font-size: 11px;
}

div#footer div#footer-guts tr.headings td {
	color: #A19A62;
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}

div#footer div#footer-guts a {
	color: #454442;
}
div#footer div#footer-guts a:hover {
	color: #000;
}

/***************** mainmenu styles *********************/

#mainmenu {
	background: #A89D62;
	width:100%;
	border-collapse: collapse;
	height: 26px;
}

#mainmenu td {
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px;
	text-transform: uppercase;
}

#mainmenu a {
	text-decoration: none;
	color: #ffffff;
}
#mainmenu a:hover {
	color: #29251D;
}

div.submenu {
	padding: 3px;
	position: absolute;
	display: none;
	background: #AA9E74;
	border: none;
	z-index: 90;
	min-width: 100px;

	opacity: 0.90;
	filter: alpha(opacity = 90);

}
div.submenu table {
	border-collapse: collapse;

}

div.submenu td {
	padding: 3px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;
	white-space:nowrap;
}

div.submenu td a {
	color: #29251D;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #AA9E74;
	color: #000000;
}

div.submenu td.hover a {

	color: #ffffff;

}

img.imageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-left: -20px;
	margin-top: 10px;
}

img.imageFloatRight {

	float: right;
	margin-left: 10px;
	margin-right: -20px;
	margin-top: 10px;
}

/****************************************/




/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}




/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#7F7F7F;
	border-bottom: dotted #7F7F7F 1px;
}

div.blog-post div.post-title {
	color: #7C7164;
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #CFCFCF 2px 3px 2px;
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}

/******** nav links ********/

div.navlinkbox, div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #7c7164 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover, div.navlinkboxon {
	color: #ffffff;
	background: #7c7164;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}



table.invoicetable {
	border-collapse: collapse;
}
table.invoicetable > tbody > tr > th, .invoicetable > tbody > tr > td.dark, .altdark {
	background: #A89D62;
	color: white;

}

table.invoicetable > tbody > tr > td, .invoicetable > tbody > tr > th {
	border: solid #A0815F 1px;
	padding: 1px 5px;
}


.highlight {
	background: #FFF9CF;
}
.alt1 {
	background: #FBF9EB;
}
.alt2 {
	background: #ffffff;
}


div.SocialShare {
	position: absolute; 
	z-index:99; 
	background: white; 
	border:solid #A89D62 1px;
	top: 0px;
}

div.SocialShare div {
	padding: 2px;
	margin: 2px 3px;
	color: #83923F;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	
}
div.SocialShare div img {
	display: block;
	float: left;
	margin-right: 4px;
}
div.SocialShare div.hover {
	color: black;
	background: #ECE8CF;
	color: #000000;
}
