* {
margin: 0;
padding: 0;
}

body {
background: #fffdd8 url(../../../images/bg-main.gif) repeat-y;
font: 85% Arial, Helvetica, 'Sans Serif';
color: #342722;
text-align: center;
}

img {
display: block;
border: 0px;
}

a { color: #667e20; }

a:hover { color: #093e87; }

#header {
width: 770px;
margin: auto;
}

#mainNav {
list-style-type: none;
width: 624px;
height: 23px;
padding-top: 7px;
margin: auto;
margin-top: 11px;
background: #0d4189 url(../../../images/bg-nav.gif) no-repeat;
}

#mainNav li {
display: inline;
}

#mainNav li a {
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 110%;
padding: 0px 20px;
}

#mainNav li a:hover {
color: #e75d41;
}

#container {
width: 770px;
margin: auto;
background: #ffffec url(../../../images/bg-contentarea.gif) repeat-y;
}

#contentArea {
text-align: left;
width: 718px;
margin: auto;
padding-bottom: 20px;
}

#contentArea h2 {
padding-top: 27px;
color: #093e87;
font-size: 130%;
font-weight: bold;
}

#contentArea h3 {
color: #093e87;
font-size: 110%;
font-weight: bold;
}

#contentArea h3 a {
text-decoration: none;
}

#contentArea p, #contentArea ul, #contentArea h2 {
margin-bottom: 20px;
line-height: 1.4;
}

#contentArea ul {
margin-left: 35px;
}

#contentArea ul.features {
width: 400px;
margin-bottom: 0px;
}
ul.features li {
float: left;
width: 200px;
}

div.newsItem {
font-size: 85%;
width: 142px;
padding-right: 12px;
margin-right: 12px;
border-right: 1px solid #d3d2b9;
float: left;
height: 150px;
}
small {
color: #908e74;
font-size: 90%;
display: block;
margin-bottom: 8px;
}
#contentArea div.newsItem p {
margin-bottom: 8px;
}
#contentArea div.nomargin {
border-right: 0px;
margin-right: 0px;
padding-right: 0px;
}

#links img {
float: left;
margin-right: 15px;
}

#footer {
background: url(../../../images/bg-footer.gif) no-repeat top center;
padding-top: 25px;
clear: both;
width: 770px;
margin: auto;
}

#footer ul {
list-style-type: none;
margin-bottom: 10px;
font-size: 80%;
}
#footer ul li {
display: inline;
}

#footer ul li a {
color: #342722;
font-weight: bold;
text-decoration: none;
padding: 0px 10px;
}
#footer ul li a:hover {
text-decoration: underline;
}
#footer p {
font-size: 75%;
line-height: 1.4;
}
#footer p a {
color: #342722;
text-decoration: none;
}

.clearfix:after 
{
    content: "."; 
    display: block;
    height: 0; 
    clear: left; 
    visibility: hidden;
}


.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.imgRight {
float: right;
margin-left: 15px;
margin-top: 27px;
}
.imgLeft {
float: left;
margin-right: 15px;
padding: 2px;
border: 1px solid #a8a687;
}

#sidebar {
float: right;
border: 1px solid #a8a687;
background-color: #e1e1bb;
padding: 10px 10px 10px 10px;
width: 180px;
margin-top: 27px;
margin-left: 15px;
}

#sidebar h2 {
margin-bottom: 10px;
padding-top: 0px;
}

#sidebar p {
font-size: 90%;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #a8a687;
}

#sidebar ul li {
float: none;
}

/* ----- Contact Us ----- */

#contactForm {
	width: 400px;
	display: block;
}


#contactForm label {	
	width: 65px;
	float: left;	
	display: inline;
	clear: left;
	text-align: right;
	margin-right: 5px;
margin-left: 50px;
} 

#contactForm fieldset { 
	margin-top: 10px;
	border: 0; 
} 
#contactForm fieldset input {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 148px;
	border: 1px solid #d0d0d0;
	font: 90% Arial,Helvetica,sans-serif;
	color: #626262;
} 

#contactForm fieldset legend {
	display: none;
}
#contactForm textarea {
	float: left;	
	display: inline;
	margin-bottom: 5px;
	padding: 2px;
	width: 178px;
	border: 1px solid #d0d0d0;	
	overflow: auto;
	font: 90% Arial,Helvetica,sans-serif;
	color: #626262;
}


#submitButton {	
	display: block;
	margin-left: 120px;
	background-color: #093e87;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 8px;
	margin-right: auto;
}

#errorText {
	padding: 10px;
	background-color: #ec6e6e;
	margin-bottom: 15px;
	color: #fff;
	width: 270px;
}
#errorText p {
	margin-bottom: 5px;
	font-weight: bold;
}
#errorText ul {
	margin-left: 30px;
}

.successText {
	padding: 10px;
	background-color: #c5f9be;
	text-align: center;
	width: 450px;
	font-weight: bold;
color: #093e87;
}

#content div.successText p {

	margin-bottom: 0;
}


/* ----- Gallery -------------

Page Navigation
------------------------------ */
#contentArea ul.pagelist {
	clear: both;
	padding-top: 10px;
	list-style-type: none;
text-align: center;
}
#contentArea ul.pagelist li {
	display: inline;
text-align: center;
float: none;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}


/* Individual Image
------------------------------ */

#image {
clear: both;
margin-top: 10px;
padding-bottom: 20px;
background: url(../../../images/bg-image.gif) no-repeat bottom;
}
#image img {
margin: auto;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 15px;
	margin-right: 15px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}

#outer {
background: url(../../../images/bg-gallery-main.gif) repeat-y;
width: 650px;
margin: auto;
margin-top: 10px;
}

#main {
background: url(../../../images/bg-gallery.gif) no-repeat top;
}

#main h2 {
font-size: 100%;
text-align: center;
}
