/* put your main css here */
*, p, a
{
	font-family: "Trebuchet MS", Helvetica, serif;
	font-size: 12px;
	line-height: 1.75em;
	/*color: #5F685B;*/
}
a img
{
	border: 0px none;
}
a
{
	color: #6AAC9f;
}
#menu a
{
	color: #9E9E9E;
	text-decoration: none;
	font-weight:bold;
}
#menu a.on
{
	color: #739838;
}
body
{
	background: #F0FCFF;
	margin: 0px !important;
}
#page_wrapper, #page_curl_wrapper, #footer_wrapper
{
	width: 952px;
	margin: 0px auto;
}
#page_wrapper
{
	background: url('/images/application/lowerpagebg.png') repeat-y;
}
#page_curl_wrapper
{
	background: url('/images/application/pagebg.png') no-repeat;
	min-height: 420px;
}
#footer_wrapper
{
	background: url('/images/application/pagebottombg.png') no-repeat;
}
#page
{
	padding: 40px 0px;
	width: 900px;
	margin: 0px auto;
	background: white;
}
#footer
{
	width: 900px;
	margin: 0px auto;
	padding: 24px 0px;
}
#footer *
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#header
{
	position: relative;
	height: 80px;
}
#header h1
{
	position: absolute;
	left: 24px;
	margin: 0px;
}
#header #menu
{
	position: absolute;
	right: 24px;
}

#header #menu li
{
	list-style: none;
	float: left;
	border-right: 1px solid #9E9E9E;
	margin-right: 6px;
	padding-right: 6px;
}

#header #menu li.last
{
	border-right: 0px none;
	margin-right: 0px;
	padding-right: 0px;
}

#header #menu li.selected a
{
	color: #799a61;
}

#footer
{
	text-align: left;
	font-size: 10px;
}
#footer #footer_text
{
    float: left;
}
#footer #footer_logo
{
    float: right;
}
h1,h2,h3
{
	font-weight: normal;
	line-height: 1.1em;
	font-family: Georgia, Helvetica, serif;
}
h1
{
	color: #e8b141;
	font-size: 20px;
}
h2
{
	color: #799a61;
	font-size: 17px;
}
h3
{
	font-family: "Trebuchet MS", Helvetica, serif;
	font-weight: bold;
}
a.button_style
{
	color: white;
	background: #8CC4B9;
	text-decoration: none;
}

/* Default error colouring */

div.fieldWithErrors {
    display: inline;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

#main_section
{
	border-top: 1px solid #D3DAF4;
	margin: 0px;
	padding: 0px;
	background: repeat-x url('/images/application/right_gradient.png');
}
#body #body_content
{
	float: none !important;
	width: auto !important;
}
#body_content h1
{
    margin-top: 60px;
    margin-left: 189px;
}
#body_content_left
{
    width: 142px;
    float: left;
    margin: 0px 20px 0px 27px;
}
#body_content_middle
{
	width: 456px;
	float: left;
}
#body_content_middle p
{
	margin-top: 0px;
}
#body_content_right
{
	float: left;
	width: 187px;
	margin-left: 25px;
	padding: 6px 27px 6px 13px;
	border-left: 3px solid #E8F5FA;
}

#submenu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#submenu li.selected a
{
    background: #8CC4B9;
    color: white;
}

#submenu li a
{
    padding: 0px 0px 0px 6px;
    width: 100%;
    color: #6AAC9F;
    text-decoration: none;
    width: 100%;
    display: block;
}

.news_hr
{
    background-color: #D3DAF4;
    width: 464px;
    height: 1px;
    margin: 24px auto;
}

.news_item h3
{
    margin-bottom: 6px;
}

.caps
{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

.image_wrap
{
    float: left;
    margin-right: 6px;
}

#random_fact h2
{
    margin-bottom: 0px;
}
#random_fact p
{
    margin-top: 0px;
}

.story h2
{
    margin-top: 0px;
}

#home_footer {
  border-top: 1px solid #D3DAF4;
}

#footer_text {
  float: right;
  padding-top: 13px;
  padding-right: 15px;
}

#footer_text, #footer_text * {
    font-size: 10px;
}

/* Browser Hacks */

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */