body {
	margin: 0;
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #524117;
}
div.header {
	background: url(../img/header.png) no-repeat left top;
	height: 52px;
}
div.content {
	background: #fefefe url(../img/content_bg.jpg) repeat-x left top;	
	margin-bottom: 30px;
}
div.rightcontent {
	margin-top: 50px;	
}
div.footer {
	background: url(../img/footer.png) repeat-x left top;
	height: 285px;
	position: relative;
}
div.footermain {
	margin-left: auto;
	margin-right: auto;
	background: url(../img/footermain.png) no-repeat left top;
	width: 940px;
	height: 285px;
}
div.left_side {
	margin-top: -30px;
}
div.spacer {
	height: 20px;
}
h1 {
	color: #538f99;
	font-size: 1.1em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.1em;
	color: #538f99;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	color: #538f99;
	text-transform: uppercase;
}
p {
	color: #38301d;
	font-size: .9em;
	text-align: justify;
	margin: 0 0 10px 0;
}
a {
	color: #327f8f;
	text-decoration: underline;
}
ul {
    line-height: 30px;
    padding-left: 0px;	
    color: #38301d;
    font-size: .9em;
    margin: 10px 0;
}
li {
    background:transparent url(../img/bullet.png) no-repeat left center;
    list-style-type:none;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 0;
}
.center {
	text-align: center;
}
.eupdates {
	color: #38301d;
	font-size: .9em;
	text-align: justify;
	margin: 0 0 10px 0;
}
#eupdate_form p {
	margin: 0;
}
#leftphotos {
	width: 300px;
}
.leftphotos_icons {
}
div.fresh_top {
	background: url(../img/fresh_top.png) no-repeat left top;
	height: 25px;
	margin: 0;
	padding: 0;
}
div.fresh_middle {
	background: url(../img/fresh_middle.png) repeat-y left top;
	margin: 0;
	padding: 0;
}
div.fresh_bottom {
	background: url(../img/fresh_bottom.png) no-repeat left top;
	height: 25px;
	margin: 0;
	padding: 0;
}
div.fresh_content {
	padding: 0 20px 0 20px;
}
.fresh_text {
	margin: 5px 5px 0 5px;
}
.icons {
	float: right;
	margin-top: 60px;
}
.icons a {
	display: block;
}
.whoweare_img {
	margin-right: 15px;
}
#error{background-color:#eee;color:#6C8BA9;border:1px solid #6C8BA9;padding:0 0 1em 0;margin: 15px auto;width:940px;}
#error span{background-color:#408998;color:#a3bd80;display:block;margin:0 0 1em 0;padding:1em;}
#error ul{display:block;list-style-type:disc;margin:0;padding:0;}
#error ul li{display:list-item;list-style-type: none;margin:0 0 0 2em;}

/* Error Messages */
div.flashMessage {
	font-size: 1em;
	color: #a3bd80;
	text-align: left;
	margin: 15px auto;
	width: 940px;
	border: 1px solid #6C8BA9;
	background: #408998;
}
div.flashMessage h1 {
	color: #a3bd80;
	font-size: 1em;
	margin: 10px 0 10px 10px;
	padding: 0 2.5px;
	text-align: left;
}
div#authMessage {
	font-size: 1em;
	color: #a3bd80;
	text-align: left;
	margin: 15px auto;
	width: 940px;
	border: 1px solid #6C8BA9;
	background: #408998;
}
.disclaimer {
	font-size: .7em;
	margin-bottom: 3px;
	font-style: italic;
}
