@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 30px;
	background: #82A5C9 url(images/body_bg.jpg) repeat-x left top;
}

hr {
	height: 0px;
	width: 0px;
	border-style: none;
	text-indent: -9999px;
	overflow: hidden;
}

ul {
	list-style: none inside;
	color: #F96129;
}

p {
	font: 0.7em/1.3em Arial, Helvetica, sans-serif;
	padding-bottom: 9px;
	color: #6a6868;
}

a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3E6EB9;
	text-decoration: none;
}

a:hover {
	color: #FC4400;
}

#wrapper {
	margin: 0px auto;
	background: #FFFFFF url(images/wrapper_bg.gif) repeat-x left top;
	width: 844px;
	height: auto;
	padding-top: 22px;
}

#head {
	float: left;
	padding-left: 33px;
	width: 620px;
}
#head img {
	border-width: 0px;
}

#head h1 {
	height: 75px;
	display: block;
	width: 580px;
	float: left;
	padding-left: 33px;
	overflow: hidden;
	border-width: 0px;
	border-style: none;
}

#head .top_nav {
	float: left;
	width: 195px;
	list-style: none inside;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 78px;
}

#head .top_nav li {
	display: inline;
}

#head .top_nav a {
	color: #FC4400;
	font-size: 11px;
}

#wrapper #head .top_nav a:hover {
	color: #3A65A9;
}

#wrapper .nav {
	clear: both;
	list-style: none inside;
	padding-left: 69px;
}

#wrapper .nav li {
	display: inline;
}

#wrapper .nav li a {
	margin-right: 1.6em;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3366CC;
}

#wrapper .nav li a:hover {
	color: #3A65A9;
	text-decoration: underline;
}


#home_content {
	float: left;
	width: 625px;
	color: #6a6868;
	padding-top: 4px;
}

#home_content img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}


#home_content h1 {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #517DD3;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#home_content h2 {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #517DD3;
}

#home_content .welcome li {
	font: 11px/1.4em Arial, Helvetica, sans-serif;
	list-style: disc inside;
	color: #6a6868;
}

#home_content .welcome a {
	font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
}

#home_content a {
	color: #FC4400;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}

#home_content a:hover {
	color: #3A65A9;
}


#wrapper #highlights {
	float: left;
	width: 170px;
	height: auto;
	padding-left: 20px;
	padding-top: 20px;
}

#highlights .highlights_box h2 {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #61AAF2;
	padding-bottom: 0px;
}

#highlights .highlights_box p {
	font-size: 10px;
	line-height: 10px;
	width: 157px;
	font-weight: bold;
}

#highlights .highlights_box {
	background: url(images/home-page_06_07.jpg) no-repeat left top;
	height: 79px;
	width: 165px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#highlights .highlights_box a {
	font-size: 10px;
	font-weight: bold;
	color: #FF3F00;
	line-height: 16px;
	padding-left: 83px;
}

#highlights .highlights_box a:hover {
	color: #527ED4;
}

#home_content .welcome {
	float: left;
	width: 185px;
	padding-left: 20px;
}

.link_pad {
	padding-left: 23px;
}


#footer {
	clear: both;
	text-align: center;
	height: 50px;
	padding-top: 8px;
	background: #4cb7cb;
	color: #FFFFFF;
	font-size: 11px;
	width: 100%;
}

#wrapper #footer p {
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 11px;
	padding-bottom: 0px;
}

#wrapper #footer li {
	display: inline;
	color: #FFFFFF;
}

#wrapper #footer a {
	color: #FFFFFF;
	font-size: 11px;
}

#wrapper #footer a:hover {
	color: #D1E5F6;
}

