:link, :visited {
	text-decoration: none
}
/* No list-markers by default, since lists are used more often for semantics */
ul, ol {
	list-style:none
}
/* Avoid browser default inconsistent heading font-sizes and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:16px;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6, pre, form, body, html, table, div, p, ul, ol, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img {
	border: none;
}
address {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, pre, form, p, ul, ol, blockquote, fieldset {
	line-height:20pt;
}
h1 {
	text-align:center;
	font-size:16pt;
	font-style:italic;
	text-shadow:#999 2px 1px 2px;
	margin-bottom:10px;
	color:#333;
	border-bottom:1px solid #CCC;
	padding:10px 0 10px 10px;
	line-height:36px;
}
h2 {
	font-size:12pt;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:2pt;
	color:#666;
	text-shadow:white 0 1px 0;
}
h3 {
	text-transform:uppercase;
	font-size:10pt;
	margin-bottom:5px;
	letter-spacing:2pt;
	font-weight:bold;
}
p {
	padding-bottom:10px;
}
#content table {
	font-size:9pt;
}
#content table td {
	padding:3px;
}
#content table thead {
	font-weight:bold;
	color:#666;
}
#content table thead td {
}
#content table tbody td {
}
hr {
	clear:both;
	color:#ccc;
	background-color:#ccc;
	height:1px;
	width:100%;
	border:none;
	margin:10px 0px 10px 0;
}
a {
	color:#655D30;
	text-decoration:none;
}
a:hover {
	color:#998C4A;
}
/* Here we are going to set not only the body but the html tag to a height of 100%, without the html tag at a height of 100% this wont work */

html, body {
	height: 100%;
}
/* We want to clear the default margin the browser applies (if you do not already have a browser reset applied) */

body {
	background:url(../images/background.jpg) repeat fixed;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
}
div#wrapper {
	background:url('../images/wrapper-background.png') top center scroll no-repeat;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -240px auto;
	min-width:960px;
}
div#footer_wrapper {
	width: 100%;
	height: 240px;
}
div#content_wrapper {
	width: 100%;
	padding: 0px 0px 240px 0px;
}
div#footer_wrapper, div#content_wrapper {
	min-width: 960px;
}
div#footer_inner_wrapper, div#content_inner_wrapper {
	width: 960px;
	margin: 0px auto;
}
#header {
	width:900px;
	height:320px;
	padding:0 30px 0 30px;
}
#logo {
	width:520px;
	height:200px;
	margin:0 auto;
	padding-top:10px;
}
#navigation {
	margin-top:30px;
	width:780px;
	height:46px;
	padding:0 30px 0 30px;
	margin-left:auto;
	margin-right:auto;
	background:url('../images/navbar.png');
}
#telephone {
	display:block;
	float:right;
	margin:7px 0 0 0;
	text-align:right;
	padding-left:22px;
	height:17px;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	font-weight:bold;
	color:#666;
	background:url(../images/telephone.png) top left no-repeat;
}
#heading {
	position:absolute;
	bottom:40px;
	left:30px;
	font-size:36px;
}
#content {
	background:url('../images/content-background.png') center repeat-y;
	width:960px;
	position:relative;
	overflow:hidden;
}
#margin {
	margin:0 50px;
}
#footer {
	color:#333;
	position:relative;
	padding:0 50px 0 50px;
	width:860px;
}
#content-bottom-cap {
	width:980px;
	height:40px;
	background:url('../images/content-bottom-cap.png') center top no-repeat;
}
#navigation-links {
	list-style-type:none;
}
#navigation-links li {
	display:inline;
	float:left;
	margin-right:5px;
	height:30px;
}
#navigation-links li a {
	font-weight:normal;
	font-size:14px;
	color:black;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	background:transparent url(../images/tab-left.png) no-repeat scroll left top;
	display:block;
	line-height:normal;
	padding:7px 10px 6px 10px;
}
#navigation-links .current {
	background:#CCC;
	margin-top:-5px;
	height:31px;
}
.secondary-navigation {
	font-size:8pt;
	line-height:14pt;
	margin:0 0 10px 5px;
}
.secondary-navigation li {
}
.secondary-navigation li a {
	font-size:9pt;
}
/* Here's our form stuff */
fieldset {
	clear: both;
	padding:10px;
	margin:10px 0 10px 0;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
}
legend {
	padding:0 5px 0 5px;
	font-size: 1.167em;
	font-weight: 700;
}
fieldset fieldset legend {
	padding:0 5px 0 5px;
}
* html legend {
	margin:0 0 0 -7px;
} /* ie6 */
*+html legend {
	margin:0 0 0 -7px;
} /* ie7 */
form .field, form .buttons {
	clear: both;
	margin: 0 0 1.5em;
}
form .field label {
	display: block;
}
form ul.fields {
	margin: 0 0 1.5em;
	padding: 0;
}
form ul.fields li {
	list-style-type: none;
	margin: 0;
}
form ul.inline li, form ul.inline label {
	display: inline;
}
form ul.inline li {
	padding: 0 .75em 0 0;
}
input.radio, input.checkbox {
	vertical-align: top;
}
label, button, input.submit, input.image {
	cursor: pointer;
}
* html input.radio, * html input.checkbox {
	vertical-align: middle;
} /* ie6 */
*+html input.radio, *+html input.checkbox {
	vertical-align: middle;
} /* ie7 */
textarea {
	overflow: auto;
}
input.text, input.password, textarea, select {
	margin: 0;
	vertical-align: baseline;
}
input.text, input.password, textarea {
	border: 1px solid #444;
	padding: 2px;
}
/* horizontal layout */
form.horizontal .field {
	padding-left: 150px;
}
form.horizontal .field label {
	display: inline;
	float: left;
	width: 180px;
	margin-left: -150px;
}
.h2stylelegend {
	font-size:12pt;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:2pt;
	color:#666;
	text-shadow:white 0 1px 0;
}
.section {
	clear:both;
}
.section-image {
	border:10px solid white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display:inline;
}
.thumb-image {
	display:block;
	border:5px solid white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:160px;
	height:120px;
	position:relative;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
}
.thumb-image:hover {
	border-color:#998C4A;
}
.thumb-image img {
	width:160px;
	height:120px;
}
.thumb-image div {
	background:url('../images/enlarge.png');
	position:absolute;
	right:0;
	top:45px;
	right:-17px;
	width:30px;
	height:30px;
}
.float-left {
	float:left;
	clear:left;
	margin:0px 20px 20px 0px;
}
.float-right {
	float:right;
	clear:right;
	margin:0px 0px 20px 20px;
}
.bullets {
	margin-left:30px;
	list-style-type:square;
	padding-bottom:5px;
}
.bullets li {
}
.two-col {
	float:left;
	display:inline;
	width:410px;
}
.big-col {
	float:left;
	display:inline;
	width:650px;
}
.sidebar-col {
	width:170px;
	float:left;
	display:inline;
}
.sidebar-col h2 {
	font-size:10pt;
	color:#333;
	text-align:center;
}
.left-col {
	padding-right:19px;
	border-right:1px solid #ccc;
}
.right-col {
	padding-left:20px;
}
.footer-col {
	float:left;
	display:inline;
	width:120px;
	margin-right:20px;
}
.footer-link {
	line-height:20pt;
	color:inherit;
}
#siteinfo {
	text-align:right;
	float:right;
	display:inline;
	width:220px;
}
#actions {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto;
	width:480px;
	height:28px;
	background:white;
	padding:10px;
	font-size:16pt;
	text-align:center;
	margin-bottom:20px;
}
#actions a, #actions span {
	margin-right:10px;
	border-right:1px solid #ccc;
	padding-right:9px;
}
#actions #telephone-footer {
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	font-weight:bold;
	color:#666;
	background:url(../images/telephone.png) center left no-repeat;
	padding-left:30px;
	border-right:none;
	padding-right:0px;
}
.inline-float {
	clear:none;
}
#slideshow {
	position:relative;
	width:860px;
	height:440px;
	overflow:hidden;
}
#slideshow #previous-button, #next-button {
	display:block;
	position:absolute;
	z-index:20;
	width:40px;
	height:40px;
	top:200px;
}
#slideshow #previous-button {
	background:url('../images/previous-button.png') top left no-repeat;
	left:5px;
}
#slideshow #next-button {
	background:url('../images/next-button.png') top left no-repeat;
	right:5px;
}
#slides {
	position:absolute;
	top:10px;
	left:20px;
	right:20px;
	bottom:10px;
	background:white;
	width:820px;
	height:420px;
	z-index:20px;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#slides img {
	width:800px;
	height:400px;
	padding:10px;
}
.center {
	text-align:center;
}
.link-list {
	margin-left:40px;
}
.align-right {
	text-align:right;
}

.clear {
	clear:both;
}
