/********* Reset Broswer CSS ************************/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
}

a img { border: none; }
img {
	border: 1px solid #701400;
}

/********* Standard styles CSS ************************/

body {
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color:#701400;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
}

p, table, li { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 1em;  /* do not change this value! */ }

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: 100;
	padding-top: 1em;
	padding-bottom: .5em;
	color: #701400;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #701400;
}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold; }

h4 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;  font-weight: bolder; }

a {	text-decoration: underline; color: #701400; }
a:hover {
	color: #000000;
}

hr { border: 0; width:100%; color: #766200; background-color: #766200; height: 0.95px; }

.formfield { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #555; background-color: #fff; border: 1px solid #d1c4a2; padding-left: 2px; }

.button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-transform: uppercase; background-color: #fff; border: 2px outset #ccc; }

.clear { clear:both; }

.padding {
	padding: 15px 15px 0 15px;
}

.logo {
	position: absolute;
	height: 80px;
	width: 241px;
	left: 17px;
	top: 11px;
}

/******************* ID's specific to the site **********************/

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5eed5;
	margin-top: 15px;
}


#header {
	height: 100px;
	position: relative;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
	left: 781px;
	top: 65px;
}

#header a { font-weight: normal; color: #b4b4b4; text-decoration: none; }

#header a:hover { text-decoration: underline; }

#nav {
	height: 41px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-color: #701800;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#nav ul {
	margin-right: auto;
	margin-left: auto;
	width:850px;
}

#nav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #f5eed5;
}

	
#nav #dropDownMenu a {
	display: block;
	margin: 0px;
	padding: 10px 32px;
	text-decoration: none;
}

#nav #dropDownMenu a:hover {
	background-image: url(../images/nav-hover-bg.jpg);
	background-repeat: repeat-x;
	color: #701400;
}


#content {
	padding:15px;
}

#contentMain {
	width: 650px;
	float: left;
	padding: 0 25px 0 25px;
}

#contentMain p {
	padding-top: 12px;
	padding-bottom: 8px;
}

#contentMain a { text-decoration: underline; color: ##701400; }

#contentRight {
	float: left;
	width: 205px;
	padding-left: 23px;
	padding-top: 15px;
}

#contentRight a { text-decoration: underline; color: #701400; }

#contact {
	padding: 0 50px 0 25px;
}

#contact p {
	padding-bottom: 8px;
}

#contact a { text-decoration: underline; color: #B4B4B4; }

#photogallery {
	padding: 0 25px 0 25px;
}

#photogallery a { text-decoration: underline; color: #B4B4B4; }

.photogallery {
	margin-top: 60px;
	height: 91px;
	width: 186px;
	list-style-type: none;
}

html>/**/body  .photogallery {
	margin-top: 40px;
	height: 91px;
	width: 186px;
	list-style-type: none;
}

.photogallery a {
	display:block;
	font-size: 0.1em;
	color: #0C1A3F;
	border: 1px solid #4c587d;
	height: 91px;
	width: 186px;
	background-image: url(../images/btn-photo-gallery.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.photogallery a:hover {
	border: 1px solid #CCCCCC;
	background-image: url(../images/btn-photo-gallery.jpg);
	background-repeat: no-repeat;
	background-position: -186px top;
}



#content p {
	padding-top: 11px;
	line-height: 1.6em;
}


#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 11px;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer a {
	text-decoration:underline;
	color: #701400;
}

#footer a:hover { color:#000000; }
	

