@charset "UTF-8";



body  {
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size:62.5%;
	background: #888d89;
	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 */
}
h1, h2, h3, h4, h5, h6, h7, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

p {
	/*padding: 15px 0 0;*/
	font-size: 1em;
	line-height: 1.4em;
}
a {color: #888d89; text-decoration:none;}
a:hover {text-decoration:none; color: #a9afac;}

.highlight {
	color: #a9afac;
}

img {
	border:0;
	border-style: none;
	}
	
/* Accessibility */
.hide {font-size:1px; height:1px; line-height:0px; overflow:hidden; position:absolute; left:-9999px; top:-9999px;}


#header { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	background: none; 
	margin: 30px auto 0; /* the auto margins (in conjunction with a width) center the page */
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right; /* this overrides the text-align: center on the body element. */
}
#header p {
	font-size: 1.2em;
	color: #a9afac;
	margin: 0;
}
.highlight {
	color: #e9eced;
	display: inline;
}
#headerleft {
	float: left;
	height: 20px;
	width:  320px;
	text-align: left;
	padding: 0px 0 0 10px;
	margin: 0;
}
#nav {
	float: right;
	padding-top: 0px;
	height: 20px;
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav li {
	display: inline;
	padding-right: 10px;
	margin-left: 2px;
}
#nav a {
	color: #a9afac;
	text-decoration:none;
	font-size: 1.2em;
}
#nav a:hover {
	color: #d3d7d6;
	text-decoration:none;
}
#nav a#current {
	color: #e9eced;
	text-decoration:none;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 2px solid white;
}
#homeContent {
	float: left;
	width: 780px;
	height: 451px;
	padding: 0px;
	background-color: white;
} 
#mainContent {
	float: left;
	width: 780px;
	/*height: 450px;*/
	background-image: url(../images/mainContent_grey.png);
	padding: 0px;
}
#mainText {
	float: right; /* since this element is floated, a width must be given */
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further*/ 
	/*padding: 15px 10px 15px 20px;*/
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
} 
#mainLeft {
	float: left;
	width: 265px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#galleryImage.right {
	float: right;
	width: 360px;
	margin: 20px;
	text-align: center;
}
#galleryImage.left {
	float: right;
	width: 360px;
	margin: 20px 0 20px 20px;
	text-align: center;
}
#galleryImage {
	float: right;
	width: 530px;
	margin: 20px 0 20px 20px;
	text-align: center;
}
#galleryImage img{
	margin-left: 0;
	margin-bottom: 0;
	border: thin solid white;
}
#galleryRight {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	text-align: left;
	margin: 20px;
}
#galleryRight h3 {
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1em;
	color: #a9afac;
	text-transform: uppercase;
	margin-left: 3px;
}
#galleryRight p {
	font-weight: 300;
	/*margin-bottom: 10px;*/
	font-size: 1em;
	color: #968d86;
	/*line-height: 140%;*/
}
#galleryImage p.caption {
	font-style: italic;
	color: #888d89;
	margin: 30px 0 0;
	text-align: left;
	border-top: 1px solid #d3d7d6;
	padding-top: 5px;
}
#galleryImage p.description {
	font-style: italic;
	color: #a9afac;
	margin: 0;
	text-align: left;
}
.thumbnails {
	margin-bottom: 10px;
}

.thumbnails ul {
}

.thumbnails li { /* adds the shadowed background behind each image in the list */
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	padding: 3px;
	margin: 0;
}
#mainContent p {
	font-size: 1.1em;
	margin: 0;
	color: #888d89;
	margin: 0 0 .5em;
}
#mainContent p.name {
	font-size: 1.3em;
	margin: 1em 0 0;	
}
#mainContent p.small {
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	}
#mainContent p.italic {
	font-style: italic;
	color: #a9afac;
	margin: 1.5em 0 0;
}	
#mainContent h1 {
	font-size: 1.5em;
	color: #888d89;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0 .5em;
}
#mainContent h2 {
	font-size: 1.2em;
	color: #a9afac;
	margin: 1em 0 .3em;
}
#mainContent h4 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	color: #a9afac;
	margin: 20px 0 .5em;
}
.photo {
	border: thin solid white;
}
.thumbs img {
	float:left;
	margin: 0 5px 0 0;
} 
#footer { 
	/*padding: 0 10px 0 20px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer_grey.png) no-repeat 0 center;
	height: 80px;
	text-align: right;
	border-top: 2px solid white;
} 
#footerHome { 
	/*padding: 0 10px 0 20px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer_grey.png) no-repeat 0 center;
	height: 80px;
	text-align: right;
	border-top: 1px solid white;
}
#footerleft { 
	float: left;
	margin-left: 25px;
}
#footerright { 
	float: right; /* since this element is floated, a width must be given */
	width: 550px;
	margin: 15px 20px 0 0;
}
#footer p {
	font-size: 1.2em;
	color: #a9afac;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerHome p {
	font-size: 1.2em;
	color: #a9afac;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}