@charset "UTF-8";
body {
	background-image: url(../images/gradient-page.jpg);
	background-repeat: repeat-x;
	background-color: #189BCF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Styles for Page Layout */
#page_container {
	width: 760px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5EA8D0;
	border-left-color: #5EA8D0;
}
#header {
	height: 125px;
	width: 760px;
	clear: right;
	background-color: #FFFFFF;
	background-image: url(../images/gradient-header.jpg);
	background-repeat: repeat-x;
}
#navigation_container {
	float: left;
	height: 312px;
	width: 225px;
	background-color: #212345;
}
#find_out_now {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 5px;
	width: 250px;
}
#logo_container {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#slideshow_container {
	float: left;
	height: 312px;
	width: 535px;
	padding: 0px;
	background-color: #212345;
	clear: right;
}
#slideshow {
	float: left;
}
#content {
	width: 705px;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/gradient-content.jpg);
	background-repeat: repeat-x;
	min-height:200px;
	height: auto !important;
	height: 200px;
}
#footer {
	width: 705px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
	color: #666666;
	height: 35px;
}
.ad_highlight {
	font-size: 22px;
	font-weight: bold;
}
/* Styles for Content */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #505494;
}
/* Styles for Content Positioning */
#introduction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.statistic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 200px;
	float: right;
	margin-left: 10px;
	margin-top: 15px;
	color: #666666;
}
.statistic_highlight {
	font-weight: bold;
	color: #179DD0;
}
.statistic_highlight-large {
	font-weight: bold;
	color: #179DD0;
	font-size: 22px;
}
.ad {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ACD3E7;
	border: 2px solid #999999;
	float: right;
	width: 200px;
	clear: right;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 0px;
}
.statistic_source {
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
.fon_highlight {
	font-weight: bold;
	color: #179DD0;
	font-size: 18px;
}
/* Styles for Navigation */
ul#navigation {
	list-style-type: none;
	margin-top: 35px;
}
ul#navigation li {
	padding-bottom: 5px;
}
#horizontal_rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-right: 15px;
	padding-left: 35px;
	margin-top: 5px;
}
#footer #copyright {
	float: left;
}
#footer #contact_information {
	float: left;
}
ul#navigation li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation li a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation li a:hover {
	color: #179DD0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation li a:active {
	color: #179DD0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul#navigation li#current_page {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #179DD0;
	list-style-image: url(../images/arrow-navigation.gif);
}
ul#navigation li.last_item {
	margin-top: 20px;
}