@charset "utf-8";
/* CSS Document */


#wrapper {
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#header {
	float: left;
	width: 702px;
}
#header h1 {
	float: left;
	margin: 0px;
}
#header h1 a {
	background: url(../img/logo.gif) no-repeat;
	width: 204px;
	height: 62px;
	text-indent: -10000px;
	display: block;
}
#header #navigation {
	float: right;
	margin: 48px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#header #navigation li {
	float: left;
	margin-left: 25px;
}
#header #navigation li a {
	color: #4c4d4f;
	text-decoration: none;
}
#header #navigation li a:hover {
	text-decoration: underline;
}
#main_content {
	float: left;
	width: 702px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252525;
}
#main_content a {
	color: #252525;
}
#main_content a:hover {
	text-decoration: none;
	color:#666666;
}
#main_content a:visited {
	color:#666666;
}
#main_content h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16px;
	color: #2b637f;
}
#main_content h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	color: #2b637f;
	margin-top: 5px;
}
#main_content p {
	margin-top: 14px;
	margin-bottom: 14px;
}
#main_content ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: disc;
}
#main_content #large_picture {
	width: 702px;
	height: 279px;
	background:url(../img/bg-header-large.gif) no-repeat;
	margin-bottom: 15px;
	padding-left: 11px;
	padding-top: 10px;
}
/*#main_content #large_picture img {
	margin-left: 11px;
	margin-top: 10px;
}*/
#main_content #content_left {
	width: 200px;
	float: left;
	margin-left: 11px;
	font-size: .8em;
}
#main_content #page_title {
	background: url(../img/bg-page-title.gif) top repeat-x;
}
#main_content #page_title h2 {
	background: url(../img/bg-page-title.gif) bottom repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color:#000000;
	font-size:14px;
}
#main_content #content_right {
	width: 455px;
	float: left;
	margin-left: 25px;
}
#main_content #content_home {
	margin-left: 10px;
}
#main_content #content_home ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main_content #content_home ul li {
	float: left;
	width: 220px;
	margin-right: 10px;
}
#main_content #content_home .section {
	background: url(../img/bg-page-title.gif) top repeat-x;
	float: left;
	width: 100%;
}
#main_content #content_home .section h2 {
	background: url(../img/bg-page-title.gif) bottom repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	color: #000;
	font-size: 14px;
}
#main_content #content_home p {
	font-size: 12px;
	float: left;
	width: 100%;	
}
#main_content #content_home p.description {
	text-align: justify;
	height: 75px;	
}
#main_content #content_home p.read_more {
	font-size: 11px;
	margin-top: 0px;
	text-align: right;
	font-weight: bold;
}
#main_content #content_home p.read_more a {
	color: #000;
	text-decoration: none;
}
#main_content #content_home p.read_more a:hover {
	text-decoration: underline;
}
#footer {
	background: url(../img/bg-footer.gif) no-repeat;
	width: 702px;
	height: 55px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4d4f;
	margin-top: 45px;
}
#footer a {
	color: #4c4d4f;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 10px;
	margin-top: 5px;
}
#footer ul li {
	float: left;
	padding-right: 11px;
	margin-left: 11px;
	border-right: solid 1px #4c4d4f;
}
#footer p.copyright {
	font-size: 10px;
	color: #acacac;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#footer p.copyright a {
	color: #acacac;
}
.no-top-margin {
	margin-top: 0px;
}
#main_content h3.h3-top-margin {
	margin-top: 60px;
}