/* CSS Document */
body {
	margin: 0px;
}

div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

p {
	margin: 0px 0px 15px 0px;
}

.spaced li {
	margin-bottom: 15px;
}

h1 {
	font-family: times new roman, times, serif;
	font-size: 24px;
	color: #003366;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-family: times new roman, times, serif;
	font-size: 18px;
	color: #003366;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: times new roman, times, serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

td.sidebox {
  background-image: url(/images/bg_sidebox.gif);
  background-repeat: no-repeat;
  width: 194px;
  height: 307px;
  padding-top: 50px;
}

.sidebox p {
	 margin: 0px 20px 15px 20px;
	 color: #92673f;
}

td.content {
	padding: 20px 40px 20px 40px;
}

td.content_1c {
	padding: 20px 20px 20px 10px;
}

div.main_wrapper {
	background-image:url(/images/bg_homepage_new.jpg);
	width: 833px;
	height: 709px;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
}

div.home_sidebar {
	font-family: times new roman, times, serif;
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin-top: 45px;
	padding-left: 54px;
	width:165px;
	height: 185px;
}

div.home_content {
	width:480px;
	height: 135px;
	float: right;
	margin-top: 210px;
	padding-right: 50px;
}

div.home_footer {
	text-align: center;
	width:825px;
	height: 30px;
	margin: 28px 0px 0px 1px;
}

.white9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.times26 {
	font-family: times new roman, times, serif;
	font-size: 26px;
}
.times18 {
	font-family: times new roman, times, serif;
	font-size: 18px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

a.main_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none;
}
a.main_nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #c2d6eb;
	text-decoration: none;
}

a.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}
a.topnav:hover {
	text-decoration: underline;
}

a.white9_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

/* --------------------Suckerfish Menu styles------------------- */

#top_nav a {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#top_nav a:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #6393c4;
}
#nav a {
	display: block;
	/*width: 12em;*/
}
#nav li {
	float: left;
	padding: 2px 0px 2px 0px;
	border-right: 1px solid #ffffff;
	/*border-left: 1px solid #6699cc;
	width: 12em;*/
}
#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	border-right: 1px solid #6393c4;
	border-bottom: 1px solid #6393c4;
	border-left: 4px solid #6393c4;
	padding: 0px 4px 0px 4px;
}
#nav li ul li {
	float: none;
	border: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li:hover {
	background-color: #6393c4;
}