/*------------------------------------------------
Global page formatting
------------------------------------------------*/
body {
	background-image: url(../images/design/page_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container {
	background-image: url(../images/design/container_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
}
#header {
	width: 900px;
}
#header_left {
	width: 175px;
	float: left;
}
#header_right {
	width: 725px;
	float: right;
}
#content_main {
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
	clear: both;
}
#content_main_left {
	width: 540px;
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
#content_main_right {
	width: 300px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content_contact_left {
	width: 210px;
	float: left;
}
#content_contact_right {
	width: 270px;
	float: left;
	padding-top: 50px;
	padding-left: 30px;
}
#content_contact_form {
	border-width: 1px;
	border-style: solid;
	border-color: #437F58;
	background-color: #FFFFE1;
	background-image: url(../images/design/contact_form_bg.png);
	background-repeat: repeat-x;
	padding: 7px;
	margin-right: 10px;
}
#footer {
	clear: both;
	background-image: url(../images/design/footer_bg.png);
	background-repeat: no-repeat;
}

/*------------------------------------------------
Text Formatting
------------------------------------------------*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #3152A3;
}
h2 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 1.2em;	
	color: #437F58;
}
h3 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 1.0em;
	color: #437F58;	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
}
p.main_nav {
	padding-left: 23px;
	margin-top: 5px;
}
p.sidebar_caption {
	font-family: Georgia, Times, Times New Roman;
	font-size: 1.0em;
	color: #437F58;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 2px;
	width: 270px;
}
p.contact {
	padding-top: 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #3152A3;
}
p.index_sidebar {
	padding-top: 330px;
	padding-left: 5px;
	padding-right: 5px;
	width: 290px;
	font-size: 1.0em;
	font-weight: bold;
	color: #3152A3;
}
p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 15px;
	padding-right: 25px;
	line-height: 20px;
	text-align: right;
	color: #999999;
}
p.contact_form {
	margin-top: 0px;
	font-size: 0.8em;
}
p.contact_form_error {
	margin-top: 0px;
	font-size: 0.8em;
	color: #FF0000;
	font-weight: bold;
}
p.contact_form_success {
	margin-top: 0px;
	font-size: 0.8em;
	color: #338800;
	font-weight: bold;
}

/*------------------------------------------------
Image Formatting
------------------------------------------------*/
#image_logo {
	border-width: 0px;
	margin-left: 25px;
}
.image_sidebar {
	padding-left: 6px;
}

/*------------------------------------------------
Link Formatting
------------------------------------------------*/
a.link_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #3152A3;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 5px;
}
a.link_menu:hover {
	color: #FFFFFF;
	background-color: #3152A3;
}
a.link_contact {
	color: #3152A3;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
a.link_contact:hover {
	color: #FFFFFF;
	background-color: #3152A3;
}
a.link_copy {
	color: #0000FF;
	text-decoration: none;
}
a.link_copy:hover {
	text-decoration: underline;
}
a.link_copy:visited {
	color: #3152A3;
}
a.link_footer {
	text-decoration: none;
	color: #999999;
}
a.link_footer:hover {
	text-decoration: underline;
}

/*------------------------------------------------
Table Formatting
------------------------------------------------*/
table#table_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 290px;
}
table#table_contact strong {
	font-family: Georgia, Times, Times New Roman;
	color: #437F58;
}

/*------------------------------------------------
Form Formatting
------------------------------------------------*/
input {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-bottom: 2px;
}
input.submit {
	border-width: 0px;
	background-color: #3152A3;
	color: #FFFFFF;
	font-weight: bold;
	width: 60px;
	margin-top: 5px;
}
input[type="checkbox"] {
	border-width: 0px;
}