@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	background-image: url(images/bkgTile.jpg);
	background-repeat: repeat;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-image: url(images/colTile.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #headerContainer {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/headerTile.jpg);
	background-repeat: repeat-x;
	height: 275px;
	padding: 0px;
}

.twoColFixLtHdr #header {
	background-repeat: none;
	width: 900px;
	text-align: center;
	margin: 0 auto;
	height: 275px;

}
#photoBar {
	background-color: #F3DFBF;
	height: 225px;
	padding: 10px 0 0 0;
	margin: 0px;
	width: 900px;
	text-align: left;
}
#photoBar #leftPhoto {
	float: left;
	margin: 0 0 0 10px;
}
#sectionTitle {
	float: right;
	padding: 0px;
	margin: 0px;
	height: 225px;

}
#sectionTitle h1 {
	background-color: #3C73AB;
	height: 31px;
	margin: 0px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px 20px 15px 20px;
	width: 550px;
}
#sectionTitle p {
	margin: 0px;
}



#photoBar img {
	border: 5px solid #FFFFFF;
	margin: 0 10px 0 0;
}
#photoBar #sectionTitle  img  {
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: none;
	border-left: 5px solid #FFFFFF;
	margin: 0 10px 0 0;
}





.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 25px 40px 40px 330px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	text-align: left;
} 

#mainContent p, #photoGallery p {
	line-height: 21px;
	margin: 0 0 15px 0;
}
#mainContent h1, #photoGallery h1 {
	line-height: 21px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #854C14;
	font-weight: bold;
	margin: 0 0 6px 0;
}
#mainContent h2, #photoGallery h2 {
	line-height: 21px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #854C14;
	font-weight: bold;
	margin: 0px;
}

#photoGallery h2 {
	border-bottom: solid 1px #854C14;
	padding: 0 0 2px 0;
	margin: 0 0 6px 0;

}
#photoGallery table {
	text-align: center;
	margin: 0 auto;
}


.twoColFixLtHdr #footerContainer {
	padding: 30px 0 50px 0;
	background-image: url(images/footerTile.jpg);
	background-repeat: repeat;
	border-top: solid 10px #000000;
} 
.twoColFixLtHdr #footerContainer p {
	color: #FFFFFF;
	font-size: 11px;
}

.twoColFixLtHdr #footer {
	background-color:#FFFFFF;
	height: 65px;
	width: 880px;
	border: solid 10px #844B14;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
} 
#footerPhoto {
	float: right;
}

.twoColFixLtHdr #footer p {
	margin: 20px 0 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	color: #000000;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#container #photoGallery {
	background-color: #FFFFFF;
	text-align: left;
	padding: 40px;
}
#photoGallery .largePhoto {
	padding: 0px;
	margin: 0 0 10px 0;
	width: auto;
}
.largePhoto img {
	border: 1px solid #683707;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px 0 0 0;
}

#photoGallery table img {
	margin: 10px 0 0 0;
	border: solid 5px #854C14;
}

#photoGallery table table {
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
}




#mainNav {
	margin: 175px 0 0 20px;
	width: 610px;
	height: 30px;
	padding: 0px;
	display: block;
	float: left;
}

#mainNav ul {
	list-style:none;		/* set list style as none to remove bullets */
	list-style-image:none;
	margin: 0px;
	display: inline;
	text-align: center;
	}
#mainNav ul li {
	display:block;
	float:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
#mainNav ul li a {
	display:block;
}
.twoColFixLtHdr #footer a, #photoGallery a {
	color: #3C73AB;

}
.twoColFixLtHdr #footer a:hover, #photoGallery a:hover {
	color: #844B14;
}
.twoColFixLtHdr #footer a:visited, #photoGallery a:visited {
	color: #000000;
}
.twoColFixLtHdr #footer a:active, #photoGallery a:active {
	color: #844B14;
}
#mainContent h3, #photoGallery h3 {

	line-height: 21px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #854C14;
	font-weight: normal;
	margin: 0px;
}
#mainContent h4, #photoGallery h4 {


	line-height: 21px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #854C14;
	font-weight: normal;
	margin: 0px;
}
.phoneNumber {
	padding: 5px 0 0 0;
	font-size: 16px;
	font-weight: normal;
}
