@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-image: url(/images/main/main_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.facebook{
	margin-top: -15px;
	padding:0 .1em 0 .1em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #005185;
	padding-top: 0px;
	margin: 0 auto;
	padding-bottom: 0px;
}

#main_container {
	width: 800px;
	background-image: url(/images/main/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #005185;
	border-left: 2px solid #007da8;
	border-right: 2px solid #007da8;	
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 804px;
	height: 80px;
	margin: 0 auto;
}

#logo_box {
	width: 474px;
	height: 80px;
	float: right;
	margin-right: 10px;
}

#tool_container {
	width: 300px;
	height: 80px;
	float: left;
	padding-left: 19px;
}

#tool_container a:link, #tool_container a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#tool_container a:hover {
	text-decoration: underline;
}

#tool_box {
	width: 300px;
	height: 50px;
	float: left;
	background-image: url(/images/main/tool_box_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	color: #fdf5db;
	font-size: 9px;
}

#tool_nav {
	width: 300px;
	height: 20px;
	float: right;
	background: url(/images/main/tool_nav_rs.jpg) no-repeat right;
	text-align: center;
	padding: 0;
	margin: 0;
}

#tool_nav ul {
	list-style: none;
	margin: 0;
	padding: 2px 0;
}

#tool_nav li {
	padding: 0;
	margin: 0;
	border-right: 2px solid #eb2a2e;
	display: inline;
}

#tool_nav a {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fdf5db;
	text-decoration: none;
	padding: 0 5px 0px 7px;
	font-weight: normal !important;
}

#top_nav {
	margin: 0 auto;
	height: 25px;
	clear: both;
	margin-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

#top_nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#top_nav li {
	float: left;
	background: url(/images/main/top_nav_btn_rs.jpg) right top no-repeat;
	padding: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#top_nav #current {
	background: url(/images/main/top_nav_btn_current_rs.jpg) right top no-repeat;
}

#top_nav #current a {
	background: url(/images/main/top_nav_btn_current_ls.jpg) left top no-repeat;
	color: #eb2a2e;
	font-size: 13px;
	font-weight: bold;
}

#top_nav a {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fdf5db;
	text-decoration: none;
	background: url(/images/main/top_nav_btn_ls.jpg) left top no-repeat;
	padding: 5px 15px 4px;
	display: block;
}

#top_nav_btn {
	height: 30px;
	background-image: url(/images/main/top_nav_btn_bg.jpg);
	margin-left: 10px;
	float: left;
}

#top_nav_btn a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

#top_nav #donate_btn {
	background: url(/images/main/donate_btn_rs.jpg) right top no-repeat;
	float: right;
}

#top_nav #donate_btn a {
	background: url(/images/main/donate_btn_ls.jpg) left top no-repeat;
	color: #fdf5db;
	font-size: 13px;
	font-weight: bold;
}

#top_nav #tools_btn {
	background: url(/images/main/yellow_btn_rs.jpg) right top no-repeat;
}

#top_nav #tools_btn a {
	background: url(/images/main/yellow_btn_ls.jpg) left top no-repeat;
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}

#subnav {
	background: url(/images/main/subnav_bg.jpg) repeat-x;
	margin: 0;
	background-color: #fffefa;
	padding: 0;
	padding-bottom: 8px;
	padding-left: 16px;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	line-height: 20px;
}

#subnav li {
	float: left;
	padding: 0;
	border-right: 2px solid #eb2a2e;
	white-space: pre;
}

#subnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005185;
	text-decoration: none;
	padding: 0 16px 0;
}	

#body {
	width: 800px;
	clear: both;
}

#content_container {
	width: 762px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

#content_mid {
	background: url(/images/main/content_bg.jpg) repeat-x top #fff;
	/*height: 563px;*/
	width: 756px;
	border-left: 3px solid #faf7ed;
	border-right: 3px solid #faf7ed;
	margin: 0;
}

#content_heading {
	margin-left: 23px;
	margin-right: 23px;
	padding-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #eb2a2e;
	font-size: 28px;
	background: url(/images/main/header_line.gif) repeat-x bottom;
}

#content_mid p {
	padding: 0;
	margin-top: 5px;
}

#content_mid ul {
	padding-left: 0;
	list-style-image: url(/images/main/bullet.gif);
	margin-left: 3em;
	line-height: 20px;
}

#content_mid li {
}

#left_column {
	float: left;
	width: 230px;
	margin-left: 20px;
}

#right_column {
	float: left;
	width: 466px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-size: 12px;
	color: #005185;
}

#footer {
	width: 804px;
	margin: 0 auto;
	clear: both;
	height: 102px;
}

#footer_top {
	height: 20px;
	background-color: #005185;
	color: #fdf5db;
	font-size: 11px;
	margin: 0;
	padding-top: 5px;
	border-left: 2px solid #007da8;
	border-right: 2px solid #007da8;
}

#footer_top .s {
	color: #ffd100;
	font-weight: bold;
}

#footer_mid {
	height: 25px;
	background-color: #007da8;
	color: #fdf5db;
	font-size: 11px;
	margin: 0 auto;
}

#footer_mid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border-left: 2px solid #007da8;
	border-right: 2px solid #007da8;
}

#footer_mid li {
	padding: 0;
	border-right: 2px solid #eb2a2e;
	display: inline;
}

#footer_mid a {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fdf5db;
	text-decoration: none;
	padding: 0 15px 0px 15px;
}

#footer_btm {
	height: 57px;
	color: #005985;
	font-size: 9px;
}