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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
	background: #fff url(images/background.gif) repeat-x;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}


#wrapper {
	margin: 0 auto;
	position: relative;
	width: 850px;
}

#header {
	width: 850px;
	height: 117px;
	float: left;
	display: inline;
}

#logo { 
	width: 263px; 
	height: 106px; 
	background: url(images/logo.jpg) no-repeat; 
	background-position: 0 -106px;
	position: absolute;
	top:5px;
	left: 2px;
	text-indent: -9999px;
	
}

#logo:hover { 
	background-position: 0 0;
	
}


#contact {
	float: right;
	background: url(images/contact.gif) no-repeat;
	width: 437px;
	height: 105px;
	padding-top: 5px;
}

.contactInfo {
	text-align: center;
}

.contactInfo p {
	font-family: Georgia, Times New-Roman,sans-serif;
	font-size: 12px;
	color: #000;
}

.contactInfo a{
text-decoration: none;
color: #000;
border-bottom: 1px dotted #000;
}

.contactInfo a:hover{
text-decoration: none;
color: #000;
border-bottom: 1px solid #000;
}

#billboard {
	clear: both;
	float: left;
	width: 850px;
	margin-bottom: 10px;
	
}

#nav {
		clear:left;
		float:left;
		width:850px;
		font-family:Georgia, Times New-Roman, sans-serif;
		font-size: 16px;
		font-style: italic;
		letter-spacing: -.3px;
		overflow:hidden;
		height: 52px;
		margin-bottom: 25px;
		background: url(images/nav-background.gif)0 25% repeat;

		
	}
#nav ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
		
	}
#nav ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
#nav ul li.first {
		border-left:1px solid #b28d06;
	}
#nav ul li.last {
		border-right:1px solid #C8C8C8;
	}
#nav ul li a {
		display:block;
		margin:0;
		padding:16px 18px 15px 18px;
		color:#000;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #b28d06;
		line-height:1.3em;
	}
#nav ul li a span {
		display:block;
	}
#nav ul li.active a {
		background:#fff 0 75% repeat;

	}
#nav ul li a:hover {
		background:url(images/nav-hover.gif) 0 75% repeat;
		color: #fff;
	}
	
#contentWrapper {
	width: 850px
	margin: 0 auto;
	position: relative;
	clear:both;
}

.mainContainer {
	width: 850px;
	padding: 15px 0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear:both;
	margin-bottom: 25px;
}

.mainContent {
	border-left: 60px solid #7f0119;
	padding-left: 25px;
}

.mainContent p {
	font-family: Georgia, Times New-Roman, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: justify;
}

.mainContent h1 {
	font-family: Georgia, Times New-Roman, sans-serif;
	font-size: 22px;
	color: #7f0119;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: normal;
}

.mainContent h2 {
	font-family: Georgia, Times New-Roman, sans-serif;
	font-size: 18px;
	color: #000;
	padding-bottom: 5px;
	font-weight: normal;
}

.mainContent a{
text-decoration: none;
border-bottom: 1px dotted #7f0119;
color: #7f0119;
}

.mainContent a:hover {
text-decoration: none;
background: #f7f7ea;
color: #7f0119;
}

#footerWrap {
	width: 100%;
	height: 50px;
	background: #000;
	padding-top: 10px;
	clear: both;
	margin: 0 auto;
	position: relative;
}

#footerContent {
	clear: both;
	text-align: center;

}

#footerContent p{
	font-family: Georgia, Times New-Roman, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #fff;
}

#footerContent a{
color: #fff;
text-decoration: none;
border-bottom: 1px dotted #fff;
}

#footerContent a:hover{
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
}

img.right {
float: right;
margin: 0 0 10px 15px;
}

img.left {
float: left;
border: 6px solid #e9e9e7;
margin: 0 10px 10px 0;
}

ul#items {
font-family: Georgia, Times New-Roman, sans-serif;
font-size: 16px;
line-height: 1.3em;
list-style-position: outside;
list-style-image: url(images/bullet-yellow.gif);
margin-bottom: 15px;
margin-left: 15px;
}

ul#items a {
color: #000;
text-decoration: none;
border-bottom: 1px dotted #000;
}

ul#items a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px solid #000;
}

img.icons {
display: inline;
}

.clear {
clear: both;
}

#thumbs {
width:765px;
display: inline;
float: left;
}

.imageA img{
float: left;
border: 7px solid #e7e7e0;
margin: 0 30px 30px 0;
}

.imageA:hover img {
float: left;
border: 7px solid #ddddd5;
margin: 0 30px 30px 0;
}

.imageB img{
float: left;
border: 7px solid #e7e7e0;
margin: 0 30px 30px 0;
}

.imageB:hover img {
float: left;
border: 7px solid #ddddd5;
margin: 0 30px 30px 0;
}

.imageC img{
float: left;
border: 7px solid #e7e7e0;
margin: 0 30px 30px 0;
}

.imageC:hover img {
float: left;
border: 7px solid #ddddd5;
margin: 0 30px 30px 0;
}

.imageD img{
float: left;
border: 7px solid #e7e7e0;
}

.imageD:hover img {
float: left;
border: 7px solid #ddddd5;
}

