@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 50 0 0 0;
	line-height: 125%;
	background-color: #DED6B4;
}

img {
border: 0;

}
#container  {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 990px;
	background-color: #FFFFFF;
} 
#header  {
	width: 990px;
	padding: 0;
	height: 135px;
	float: left;
} 
#sidebar1
  {
	float: right; /* since this element is floated, a width must be given */
	width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px;
}
#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 85%;
	line-height: 120%;
}
#mainContent
  {
	left: 0px;
	top: 325px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	margin: 0;
} 
#mainContentLeft {
	float: left;
	width: 274px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A14D42;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#mainContentLeft   img  a:link{
border:0;
}
#mainContentRight {
	float: left;
	width: 625px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0;
}

#footer  {
	width: 1055px;
	margin: 0px;
	padding: 0;
} 
#footerContent    {
	margin: 0;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-top-width: 1px;
	font-family: "Times New Roman", Times, serif;
}
#footerContent a {
	display: inline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
.bold {
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
}
h1 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5E768F;
	line-height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	}

h2 {
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #871F11;
	line-height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #871F11;
	line-height: 21px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
h3 a {
	text-decoration: none;
	color: #871F11;
}

h4 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5E768F;
	line-height: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* top nav */

#navcontainer {
	width: 990px;
	z-index: 500;
	padding: 0px;
	height: 25px;
	font-size: 95%;
	background-image: url(images/navbkggradiant.jpg);
	background-repeat: repeat-x;
	border-top-width: 04px;
}

#nav, #nav ul {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	list-style-type: none;
}

#nav a {
	display: block;
	color: #E6E2D8;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 90%;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DED6B4;
}
#nav a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/black50p.png);
}

#nav a.daddy {
	padding-top: 10px;
	border-top-width: 0px;
	text-transform: capitalize;
	font-size: 85%;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: none;
}

#nav li {
	float: left;
	padding-top: 0px;
	text-decoration: none;
}

#nav li:hover, #nav li.sfhover {
	color: #FFFFFF;
	background-image: none;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	margin: 0;
	background-image: url(images/black50p.png);
	width: 15em;
	text-decoration: none;
}

#nav li li {
	padding-right: .2em;
	width: 15em
}

#nav li ul a {
	width: 15em;
	
}

#nav li ul ul {
	margin: -1.75em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	margin: 0px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* left nav */


#leftnav a:link,a:visited       {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #5B5C5E;
	font-size: 85%;
}

#leftnav a:hover {
	text-decoration: none;
	list-style-type: none;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #A14D42;
}
#leftnav ul li {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7B4C2;
}
#leftsubnav a:link, a:visited {
	text-decoration: none;
	list-style-type: none;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #5B5C5E;
	border-bottom-width: 0px;
}
.skipLinks {display: none;}
.gallery   li  {
	list-style: none;
	color:#CCCCCC;
	width: 135px;
	min-height: 135px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 5;
	height: 20px;
	background-color: #333333;
	}
.gallery li a {
	list-style: none;
	color:#FFFFFF;
	text-decoration: none;
}
.gallery li a:hover {
	list-style: none;
	color:#DED6B4;
	text-decoration: none;
}
.galleryCaption {
	font-size: 10px;
	width: 130px;
	background-color: #333333;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}
.galleryCaption  a:visited {
	font-size: 11px;
	line-height: 125%;
}
.gallery2 li {
	list-style: none;
	color:#CCCCCC;
	width: 195px;
	min-height: 135px;
	float: left;
	margin: 0;
}
#container  #mainContentRight  a  {
	display: inline;
	color: #0000CC;
	text-decoration: underline;
	font-size: 11px;
}
#container #mainContentRight .gallery .galleryCaption a {
	text-decoration: none;
	color: #CCCCCC;
}
#mainContentRight ul {
	font-size: 11px;
}
#mainContentRight ol {
	font-size: 11px;
}
/* end of lightbox */
#lightboxContainer {
	width: 575px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 15;
	margin-right: 15;
	margin-bottom: 15;
	margin-left: 50;
	float: left;
	background-image: url(images/beige.gif);
	background-repeat: repeat;
}
/* lightbox */
table {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 10px;
}
.ital {
	font-style: italic;
}
.leftnavhilite {
	color: #A14D42;
	font-size: 85%;
}
.photocontain{
	padding-bottom:5px;
	float:left;
	padding-right: 5px;
	padding-top: 5px;
	width: 325px;
}
.photo{
}
.photocaption{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 300px;
}
#mainContentRight a:visited {
	font-size: 11px;
}
#indexContentRight {
	float: left;
	width: 625px;
	padding-top: 0px;
	margin: 0;
}
#indexContentRight2 {
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #5E768F;
	padding-left: 15px;
	width: 625px;
	padding-top: 0px;
	padding-right: 25px;
	margin-top: 15px;
}
#mainContentLeftHome {
	float: left;
	width: 270px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
}
