* {
	margin: 0;
	padding: 0;
}

html, body, #page {
	height: 100%;
}

body {
	background: #bdbdbd url('/images/back') repeat-x scroll 0 233px;
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, Helvetica, sans-serif;
	font-size: 85%;
}

body > #page {
	height: auto;
	min-height: 100%;
}

#page {
	background: transparent url('/images/content') repeat-y scroll center top;
}

#header {
	background: #8d8d8d url('/images/header') no-repeat scroll 50% -40px;
	height: 233px;
}

#logo {
	background: transparent url('/images/logo') no-repeat scroll center 10px;
	border-bottom: 3px solid #171717;
	height: 230px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}

#skipnav {
	display: none;
}

#links {
	background-color: #aaa;
	font-weight: bold;
	height: 5ex;
	line-height: normal;
	margin: 0 auto;
	padding-left: 0.05em; /* Pixel bug */
	padding-top: 1.5ex;
	width: 850px;
}

#links ul {
	list-style: none;
	margin-left: 1em;
}

#links li {
	display: inline;
}

#links a {
	border-top: 0 none;
	color: #2C1C0F;
	float: left;
	margin: 0;
	padding: 3px 9px 6px;
	text-decoration: none;
}

#links a:hover {
	text-decoration: none;
}

#content {
	padding-bottom: 50px; /* footer height */
	background-color: #f5f5f5;
	margin: 0 auto;
	padding: 0 15px 65px;
	text-align: justify;
	width: 820px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 300%;
	font-weight: normal;
	padding-top: 0.75em;
	padding-bottom: 0.25em;
}

#content h3 {
	padding-top: 15px;
}

#content p {
	margin: 1em 0;
}

#content a, #content a:link, #content a:visited {
	color: #555;
}

#content a:hover {
	color: black;
}

#content ul, #content dd {
	padding-left: 40px;
}

#content dd + dt {
	padding-top: 10px;
}

#gallery {
	list-style: none;
}

#gallery li {
	float: left;
	display: block;
	width: 162px;
	margin: 6px;
}

#footer {
	position: relative;
	margin-top: -50px; /* footer height */
	height: 48px; /* 2px for border */
	border-top: 2px solid #979797;
	background-color: #bebebe;
	color: #121212;
	clear: both;
}

#copyright {
	width: 850px;
	margin: 0 auto;
}

#footer p {
	margin: 2.5ex auto 0;
	font-size: 85%;
}

#footer p a {
	color: #121212;
}

#footer p a:hover {
	text-decoration: underline;
	color: white;
}

#site-by {
	padding: 0 1em;
	float: left;
}

#site-map {
	float: right;
	padding: 0 3em;
}

/* clearfix */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #content {
	height: 1%;
}

#content {
	display: block;
}
/* End hide from IE-mac */

img {
	border: 1px solid #555;
}

a img, a img:visited {
	padding: 6px;
	border: 1px solid #a4a4a4;
	background-color: #e5e5e5;
}

a:hover img {
	border-color: black;
}

fieldset {
	position: relative;
	display: inline;
	padding: 15px;
	margin-left: 10px;
	border: 1px solid #d5d4cd;
	font-size: 13px;
}

fieldset legend {
	color: #555;
}

fieldset input, fieldset textarea, fieldset select {
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #777;
}

div.error, div.success, div.info {
	padding: 0px 10px 0px 50px;
	margin-top: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

fieldset div.error, fieldset div.success, fieldset div.info {
	padding: 10px 5px;
	width: 404px;
	margin-bottom: 10px;
}

fieldset input[type="submit"], fieldset input[type="reset"], fieldset input[type="button"] {
	width: 303px;
}

fieldset input.error, fieldset textarea.error, fieldset select.error, div.error {
	border: 1px solid red;
	background-color: #ffd5d5;
}

div.success {
	border: 1px solid green;
	background-color: #a1ffb5;
}

fieldset label {
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 8em;
	padding-right: 10px;
}

fieldset br {
	clear: left;
}

.vcard .hidden {
	text-indent: -2000px;
	position: absolute;
	height: 0;
}

.vcard .tel {
	font-size: 250%;
	white-space: nowrap;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

#content ul.testimonials {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.testimonials blockquote {
	border-left: 5px solid #979797;
	padding-left: 0.8em;
	margin-bottom: 2.5ex;
}

#content ul.testimonials blockquote p {
	margin-top: 0ex;
}

#content ul.testimonials blockquote p.text {
	margin-bottom: 1ex;
}

#slideshow {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	list-style-type: none;
}

#slideshow li {
	position: absolute;
	display: none;
	opacity: 0;
}

#loading {
	background-image: url(/images/loading);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 320px;
	font-size: 80%;
	text-align: center;
	height: 250px;
	width: 529px;
}
