
/* Global styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(/images/background_scanline.gif);
	margin:0;
	padding:0;
}

p {
	margin:1em 0;
}

h1 {
	font-size:24px;
	margin-top:0;
	padding-bottom:10px;
	font-family:trebuchet ms, arial;
	color:#115c32;
	background:url(/images/title_bg.gif) bottom left no-repeat;
}

h2 {
	font-size:11pt;
	color:#00843a;
}

h3 {
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}

h2, h3 {
	margin-top:1em;
	margin-bottom:1em;
}

li {
	padding-bottom:5px;
}

.border {
	border:1px solid #115c32;
}

.padded-border {
	border:1px solid #00843a;
	padding:5px;
}

a:link, a:visited {color:#e58c32; text-decoration:none;}
a:hover {color:#e58c32; text-decoration:underline;}

.red {color:#cc0000;}

#sub_heading {
	padding-right:10px;
	text-align:right;
	height:25px;
	color:#d7f2e4;
	font-style:italic;
}


/* Header details */

#header {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:29px;
}

#header_menu {
	height:55px;
	padding-left:15px;
	background:url(/images/banner_top_bg.jpg) bottom left no-repeat;
}

#header_menu_links {
	background:url(/images/banner_top_menu_bg.jpg);
}

#header_menu_links table {
	height:30px;
	border-left:1px solid #00843a;
}

#header_menu_links table td {
	font-family:trebuchet ms, arial;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	background:url(/images/banner_top_menu_divider.jpg) top right no-repeat;
}

#header_menu_links table td a:link, #header_menu_links table td a:visited {
	color:#ffffff;
	background:url(/images/banner_top_menu_links_bg.jpg);
	text-decoration:none;
	display:block;
	padding:7px;
	margin-right:1px;
}

#header_menu_links table td a:hover {
	color:#f78c21;
	background:url(/images/banner_top_menu_links_hover.jpg) #00843a;
	text-decoration:underline;
	display:block;
	padding:7px;
	margin-right:1px;
}


/* Main content region and footer styles */

#content_header {
	background:url(/images/content_top.gif) top no-repeat;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:10px;
}

#content_footer {
	background:url(/images/content_bottom.gif) bottom no-repeat;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-bottom:10px;
}

#content {
	background:url(/images/content_bg.gif);
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

#content_menu {
	width:150px;
	padding:15px;
	padding-top:0;
	font-family:trebuchet ms, arial;
	font-weight:bold;
	color:#115c32;
	background:url(/images/menu_bottom.jpg) bottom left no-repeat;
}

#content_menu_links {
	width:140px;
	margin-top:10px;
}

#content_menu_links th {
	border-bottom:1px solid #555555;
	text-align:left;
	padding-bottom:5px;
	font-size:12px;
}

#content_menu_links th a:link, #content_menu_links th a:visited {color:#115c32; text-decoration:none;}
#content_menu_links th a:hover {color:#115c32; text-decoration:underline;}

#content_menu_links td {
	border-bottom:1px solid #d7f2e4;
	padding:5px;
	background-color:#e58c32;
}

#content_menu_links td a:link, #content_menu_links td a:visited {
	color:#744619;
	text-decoration:none;
}

#content_menu_links td a:hover {
	color:#744619;
	text-decoration:underline;
}

#content_area {
	padding:10px;
	padding-right:20px;
}

#footer_links {
	text-align:center;
}

#footer_links a:link, #footer_links a:visited {
	color:#115c32;
	text-decoration:none;
}

#footer_links a:hover {
	color:#115c32;
	text-decoration:underline;
}

#footer {
	font-family:trebuchet ms, arial;
	font=size:12px;
	color:white;
	text-align:center;
	width:100%;
	background:url(/images/footer_bg.jpg);
	padding:8px;
}


/* Table styles */

table.table-with-border {
	border-top:1px solid #115c32;
	border-left:1px solid #115c32;
	background-color:#d7f2e4;
	margin-top:10px;
	margin-bottom:10px;
}

table.table-with-border td, table.table-with-border th {
	padding:5px;
	border-right:1px solid #115c32;
	border-bottom:1px solid #115c32;
}

table.table-with-border th {
	text-align:left;
	background-color:#6acc95;
	color:#115c32;
}

table.contact-form td {
	border-bottom:1px solid #ebfff4;
	background-color:#d7f2e4;
	padding:5px;
}

table.contact-form th {
	color:#5e5e5e;
	border-bottom:1px solid #ebfff4;
	padding:5px;
	text-align:left;
}

table.contact-form h4 {
	color:#00843a;
}
