/* Designed by Visionary Marketing - www.ThinkVisionary.com */

/* ----------Overall---------- */

body {
	background-color: #7E7E7E;
}

img, div { 
	behavior: url(iepngfix.htc) 
}

.containter {
	position: relative;
	width: 900px;
	height: auto;
	background-color: #ffffff;
	margin: 0px auto;
}

#right {
	position: absolute;
	left: 500px;
	top: 0px;
}

#floatright {
	float: right;
}

/* ----------Header---------- */

.header {
	position: relative;
	width: 900px;
	height: 144px;
	z-index: 100;
}

#menu {
	position: relative;
	height: 28px;
	background-color: #2C5463;
	width: 900px;
}

/* ----------Fonts---------- */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	color: #2C5463;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	color: #ffffff;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

.bodycontent a:link, .bodycontent a:visited {
	color: #2C5463;
}

/* ----------Body---------- */

.topimage {
	position: relative;
	width: 240px; 
	height: 141px;
	border-bottom: 7px solid #2C5463;
	padding-left: 640px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	color: #ffffff;
	line-height: 15px;
}

.topimage a{
	padding-left: 20px;
	text-decoration: none;
	color: #ffffff;
}

.topimage a:hover{
	text-decoration: underline;
	color: #ffffff;
}

.topimage#default {
	background-image:url(images/about.jpg);
	z-index: 1;
}

.bodycontent {
	width: 590px; 
	margin-left: 20px;
	margin-top: 20px;
}

.rightimg {
	float: right;
	margin: 20px;
	margin-bottom: 0px;
}

/* ----------Links---------- */

.header ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header ul li {
	display: block;
	position: relative;
	float: left;
	border-right: 1px solid #FFFFFF;
}

.header ul li ul li {
	border-right: 0 none;
	display: block;
	_margin-top: -1px;
	left: 1px;
	float: left;
}

.header li ul { 
	display: none;
	position: absolute;
	top: 28px;
	margin-left: -1px;
	#margin-left: 0px;
	_margin-left: 0px;
}

.header ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	background: #2C5463;
	margin-left: 0px;
	white-space: nowrap;
}

.header ul li a:hover { 
	background: #617F8A; 
}

.header li:hover ul, li.sfhover ul { 
	display: block; 
	position: absolute;
}

.header li:hover li { 
	float: none;
	font-size: 11px;
}
.header li:hover a { 
	background: #617F8A; 
}

.header li:hover li a:hover { 
	background: #95A9B1; 
}

