@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #111111;
	background-image: url(../images/design/bkgd.png);
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 965px;
	margin: auto;
	text-align: left;
}
#wrapper {
	float: left;
	padding: 5px 0px 5px 5px;
	width: 960px;
	background-color: #111;
}
#add {
	float: left;
	margin: 0px 0px 5px;
}
#banner {
	float: left;
	height: 220px;
	width: 955px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center -25px;
	background-color: #19191B;
}
#bannerpic {
	position: absolute;
	z-index: 1;
}

#logo {
	float: left;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	border: none;
}
#addthis {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
}
#nav {
	float: left;
	width: 895px;
	background-color: #333333;
	margin: 0px 0px 5px 0px;
	height: 22px;
}
#content {
	float: left;
	width: 955px;
	margin: 0;
}
#homepics {
	width: 600px;
	float: left;
	margin: 0;
	height: 405px;
}
#homepics img {
	float: left;
	margin: 0px 5px 5px 0px;
	border: none;
	width: 295px;
	height: 195px;
}
#homepicsright {
	width: 115px;
	float: left;
}
#homepicsright img {
	margin: 0px 0px 5px 0px;
	border: none;
	float: left;
}
#pics,
.slideshow {
	float: left;
	height: 400px;
	width: 595px;
	background-repeat: no-repeat;
	margin: 0px 5px 5px 0px;
	overflow: hidden;
}
#gallery {
	position: absolute;
	z-index: 10;
	margin: 0px 0px 0px 0px;
	width: 875px;
	padding: 5px 0px 0px 0px;
	display: none;
}
#gallery img {
	border: none;
	float: right;
	border-left: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}
#pics img,
.slideshow img {
	margin: 0px 5px 5px 0px;
	float: left;
	border: none;
	height: 400px;
	width: 600px;
}

#text {
	float: left;
	width: 355px;
	height: 390px;
	background-color: #111111;
	padding: 0px 0px 10px 0px;
	overflow: auto;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	scrollbar-base-color: #19191B;
	scrollbar-track-color: #111111;
	scrollbar-border: #333;
	scrollbar-3dlight-color:#333; 
	scrollbar-arrow-color:#444; 
	scrollbar-base-color:#111111; 
	scrollbar-darkshadow-color:#000; 
	scrollbar-face-color:#19191B; 
	scrollbar-highlight-color:#19191B; 
	scrollbar-shadow-color:#19191B
}

#text h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #E74E12;
	line-height: 1em;
	padding: 5px 15px 0px 5px;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}
#text p {
	font-size: 0.75em;
	color: #CCCCCC;
	padding: 0px 15px 0px 5px;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
}

#text h2 {
	font-size: 0.75em;
	color: #E74E12;
	padding: 0px 15px 0px 5px;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
}
#text h3 {
	font-size: 0.75em;
	color: #EFA500;
	padding: 0px 15px 0px 5px;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
}
#text h4 {
	font-size: 0.75em;
	color: #E74E12;
	padding: 0px 0px 5px 0px;
	margin: -3px 15px 5px 5px;
	font-weight: normal;
	border-bottom: 1px dotted #AAA;
	line-height: 1.25em;
}

#text ul {
	margin: 0px 0px 8px 20px;
}
#text li {
	font-size: 0.75em;
	color: #333333;
}
#text a {
	color: #FFF;
	text-decoration: underline;
}
#text a:hover {
	color: #DE6111;
}
#text p strong {
	color: #FFFFFF;
}

#text p em {
	color: #EFA500;
	font-style: normal;
}
#footer {
	clear: both;
	float: left;
	width: 955px;
}
#footer #facebook {
	float: right;
	border: none;
	margin-top: 4px;
}
#footer p {
	font-size: 0.75em;
	color: #CCCCCC;
	padding: 5px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.splitter {
	color: #E74E12;
}
#credit {
	clear: both;
}

#credit p {
	font-size: 0.69em;
	color: #353535;
	padding: 0px 10px;
}
#credit a {
	color: #353535;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}

