/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* OK NOW STYLE */

body {
	background: #7FA095;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #292B37;
}
body#Home {
	background: #E8DDAF;
}
#Wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
}
#Header {
	padding: 0 0 30px 0;
}
#Header img {
	display: block;
}
#Header h1 {
	width: 530px;
	float: left;
}
#Navigation {
	width: 205px;
	float: right;
	padding: 42px 0 0 0;
}
#MainNav li {
	display: block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #64CD66;
}
#MainNav li.Last {
	padding: 0 0 0 10px !important;
	border: none;
}
#MainNav h2 {
	text-transform: uppercase;
	font-size: 85%;
}
#MainNav a {
	text-decoration: none;
	color: #292B3A;
}
body#Home ul#MainNav a {
	color: #5B5A7C;
}
#MainNav a.Active {
	color: #E4DEAE;
}
body#Home ul#MainNav a.Active {
	color: #282B3C;
}
#MainNav a:hover {
	color: #64CD66;
}
body#Home ul#MainNav a:hover {
	color: #7FA095;
}
#HomeImages {
	width: 760px;
	padding: 0 0 20px 0;
}
#HomeImages img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#HomeImages img.Last {
	margin: 0;
}
#HomeText {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #5A7D5C;
}
#LeftColumn {
	float: left;
	width: 150px;
	float: left;
	min-height: 300px;
	_height: 300px;
	padding: 15px 0 0 0;
}
#LeftColumn a {
	font-size: 95%;
	text-decoration: none;
	color: #E7DCAF;
	display: block;
	padding: 0 0 0 12px;
	background: url(../images_gen/subnav_bullet.gif) no-repeat left 3px;
}
#LeftColumn a.Active {
	color: #282B3C;
	background: url(../images_gen/subnav_bullet_down.gif) no-repeat left 4px;
}
#LeftColumn span {
	display: block;
	font-size: 75%;
	font-weight: normal;
	padding: 10px 0;
}
#LeftColumn li {
	margin: 0 0 10px 0;
}
#Content {
	padding: 0 0 40px 0;
	color: #E7DCAF;
}
#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content p,
#Content ul,
#Content ol,
#Content blockquote {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
#Content a {
	text-decoration: none;
	color: #E7DCAF;
}
#Content a:hover {
	text-decoration: underline;
	color: #64CD66;
}
body#Gallery div#Content {
	width: 525px;
	float: right;
}
h1#PageTitle {
	font-size: 200%;
	font-weight: normal;
	color: #E7DCAF;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
}
#GalleryTop {
	padding: 0 0 10px 0;
}
#GalleryTop a {
	font-size: 75%;
	font-weight: bold;
}
#GalleryBottom {
	height: 152px;
	width: 525px;
	overflow: auto;
	clear: both;
}
#GalleryBottom a {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
#GalleryTop blockquote {
	float: left;
	width: 270px;
	text-align: center;
}
#GalleryImageInfo {
	width: 250px;
	float: right;
	font-size: 75%;
}
#GalleryTop h3 {
	font-size: 110%;
	font-weight: normal;
	padding: 0 0 0px 20px;
	margin: 0 !important;
	color: #292B37;
}
#GalleryTop h3 span {
	font-weight: bold;
	color: #E7DCAF;
}
#GalleryTop h3.Description {
	padding: 10px 0 0px 20px;
}

#Footer {
	font-size: 80%;
}
#Footer a {
	text-decoration: none;
	color: #E7DCAF;
}
body#Home div#Footer a {
	color: #585A80;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
