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

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E4D4A4;
	font: 13pt "Palatino Linotype", times, serif;
	color: #573E17;
}

.wrap {
	width: 980px;
	margin: 0 auto;
}

.container {
	width: 980px;
	min-height: 10px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: left;

}

.header {
	width: 980px;
	height: 140px;
	float: left;
	position: relative;
	text-align: center;
	
}

#header {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
 
}
 
#header a {
    display: block;
    width: 420px;
    height: 120px;
 
}

.nav {
	width: 980px;
	height: 30px;
	text-align: center;
	float: left;
	padding-top: 7px;
	position: relative;
	z-index: 999;

}

h1 {
	font-family: "Palatino Linotype", times, serif;
	color: #573E17;
	margin: 0 auto;
	font-size: 20pt;
}

h2 {
	font-family: "Palatino Linotype", times, serif;
	color: #573E17;
	font-size: 14pt;
}

#faceBook {
	float: right;
	text-align: center;	
}

#faceBook img {
	border: none;	
}

.photo {
	width: 740px;
	height: 296px;
	background-image: url(images/main-photo.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 10px 10px 10px 0px;
}

.photoTwo {
	width: 628px;
	height: 396px;
	background-image: url(images/old-new.jpg);
	background-repeat: no-repeat;
	float: right;
}

.contentMain {
	width: 980px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	float: left;
	text-align: center;
	background-color: #FFF;
	margin-top: 20px;
}

#textIndex {
	font-size: 10pt;
}

.contentBottom {
	width: 940px;
	min-height: 325px;
	height: auto !important;
	height: 300px;
	float: left;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/bg-border.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	font-size: 13pt;
	margin-top: 20px;
	margin-bottom: 13px;
	padding: 20px;
}

.boxAddress {
	width: 196px;
	min-height: 283px;
	float: left;
	text-align: center;
	margin: 10px 5px 0px 10px;
	padding: 6px;
	font-size: 10pt;
	border: #C3AA82 1px solid;
}

.boxAddress p {
	margin: 1.25em auto;
}

.footer {
	width: 980px;
	height: auto;
	float: left;
	text-align: center;
	font: bold 11pt "Palatino Linotype", times, serif;
	color: #573E17;
	line-height: 1.75em;
}

.footer a {
	color: #573E17;
	text-decoration: none;
	margin: 8px;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

a {
	color: #573E17;
	text-decoration: underline
}

a:hover {  
	color: #E4D4A4; 
	text-decoration: none
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	text-decoration: none; 
	background-color: #E8E8E6;
	color: #666666;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	background-color: #666666;
	color: #E8E8E6;
}

.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}
