/*div{border:solid 1px black;}span{border:solid 1px red;}img{border:solid 1px green;}*/
/*div{background-color:blue;}span{background-color:red;}img{background-color:green;}ul{background-color:yellow;}*/
body
{
	background: #cde2f5 url(../img/bg.png) repeat-x;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
	line-height: 1.6em;
	letter-spacing: 0.1px;
}
a
{
	text-decoration: none;
	color: #025193;
}
h1
{
	font-size: 14pt;
	font-weight: bold;
	font-family: "Century Gothic", Tahoma, Sans-Serif;
	margin-bottom: 0.5em;
}
h2
{
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.3em;
}
p
{
	margin-bottom: 1.5em;
}
ul
{
	list-style-type: disc;
	margin-left: 2em;
}
ol
{
	list-style-type: decimal;
	margin-left: 2em;
}
a:hover
{
	text-decoration: underline;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
.allcaps
{
	text-transform: uppercase;
}
span.seperator
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 9pt;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#topbar
{
	width: 100%;
	height: 5px;
	background-color: #282425;
}
#container
{
	width: 960px;
	margin: auto;
}
#header
{
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
}
#headerlogo
{
	margin-top: 25px;
	margin-bottom: 15px;
	float: left;
}
#headeractions
{
	float: right;
	font-weight: bold;
	background-color: #282425;
	color: #ffffff;
	width: 320px;
}
#headeractions a
{
	color: #78aadb;
}
#headeractionsleft
{
	margin-left: 7px;
	margin-top: 5px;
	width: 79px;
	float: left;
	font-size: 8pt;
	text-align: left;
	border-right: dotted 1px #918d8e;
	line-height: 1.1em;
}
#headeractionsright
{
	margin-left: 9px;
	margin-top: 5px;
	float: left;
	font-size: 14pt;
	font-family: "Century Gothic", Arial, Sans-Serif;
}
#headeractionsbottomborder
{
	clear: both;
	width: 320px;
	height: 10px;
	background: #ffffff url(../img/headeractionsbottomborder.gif) left top no-repeat;
}
#headermenu
{
	height: 40px;
	clear: both;
	font-size: 12pt;
}
#headermenu, #headermenu *
{
	list-style: none;
	margin-left: 0;
	color: #ffffff;
	z-index: 99;
}
#headermenu #menucurrent
{
	background: url(../img/headermenubgcurrentds.gif) left bottom no-repeat;
}
#headermenu #menucurrent a, #headermenu #menucurrent span
{
	color: #000000;
}
#headermenu #menucurrent li a, #headermenu #menucurrent li span
{
	color: #ffffff;
}
#headermenu #menulogin
{
	background: url(../img/headermenubgblack.gif) left bottom no-repeat;
}
#headermenu .toplevel
{
	float: left;
	position: relative;
	width: 150px;
	line-height: 40px;
	font-family: "Century Gothic", Arial, Sans-Serif;
	font-weight: bold;
	background: url(../img/headermenubgds.gif) left bottom no-repeat;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}
#headermenu li li
{
	float: left;
	position: relative;
	font-family: Tahoma, Sans-Serif;
	font-weight: normal;
	width: 190px;
	text-align: left;
	line-height: 1.0em;
}
#headermenu li ul span
{
	float: left;
}
#headermenu > li:hover, #headermenu > li.sfHover
{
	background: url(../img/headermenubgblack.gif) left bottom no-repeat;
}
#headermenu ul
{
	position: absolute;
	top: -999em;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
	background-color: #282425
}
#headermenu ul li
{
	border-bottom: 1px dotted #918d8e;
	padding: 10px 0;
}
#headermenu li:hover
{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#headermenu a
{
	display: block;
	position: relative;
}
#headermenu li:hover ul, #headermenu li.sfHover ul
{
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
}
#headermenu li:hover li ul, #headermenu li.sfHover li ul
{
	top: -999em;
}
#headermenu li li:hover ul, #headermenu li li.sfHover ul
{
	left: 200px;
	top: 0px;
}
#headermenu li li:hover li ul, #headermenu li li.sfHover li ul
{
	top: -999em;
}
#headermenu li li li:hover ul, #headermenu li li li.sfHover ul
{
	left: 200px;
	top: 0px;
}
/* arrows */
.menuarrow
{
	float: right;
	margin: 0;
	margin-right: 10px;
	vertical-align: middle;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul
{
	background:	url(../js/superfish/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off
{
	background: transparent;
}
#banner
{
	height: 320px;
	width: 960px;
	background-color: #ffffff;
	text-align: center;
}
#banner img
{
	height: 320px;
	width: 940px;
}
#contentcontainer
{
	background-color: #ffffff;
	border-top: solid 1px #ffffff;
}
#contentcontainer2
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#contentbottomborder
{
	height: 30px;
	background: url(../img/contentbottomborder.gif) left top no-repeat;
}
#seofooterbox
{
	background-color: #282425;
	color: #ffffff;
}
#seofooterbox ul
{
	margin-left: 15px;
	list-style-position: outside;
}
#seofooterbox a
{
	color: #ffffff;
}
#seofooterbox h1
{
	color: #ffffff;
	margin-left: 20px;
}
#seofooterbox h2
{
	color: #ffffff;
	font-size: 10pt;
}
#seofooterbox1
{
	width: 310px;
	margin-left: 30px;
	float: left;
}
#seofooterbox ul ul
{
	list-style-type: circle;
}
#seofooterbox ul ul li
{
	line-height: 1.1em;
}
#seofooterbox2
{
	width: 330px;
	margin-left: 15px;
	float: left;
}
#seofooterbox3
{
	float: left;
	margin-left: 15px;
}
#seofooterbox3a
{
	margin-bottom: 25px;
}
#seofooterfooter
{
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	color: #888888;
	text-align: center;
}
#seofooterfooter a
{
	color: #888888;
}
#seofooterfooter img
{
	padding-left: 10px;
	padding-right: 10px;
}
#seofooterbottomborder
{
	height: 15px;
	background: url(../img/seofooterbottomborder.gif) left top no-repeat;
	margin-bottom: 10px;
}
#footertopborder
{
	height: 15px;
	background: url(../img/footertopborder.gif) left top no-repeat;
}
#footer
{
	background-color: #ffffff;
}
#footer p
{
	margin: 0;
	padding: 0;
	float: left;
}
#footer label
{
	margin-left: 20px;
	margin-right: 40px;
	font-family: "Century Gothic", Tahoma, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #282425;
}
#footer .htmEmail
{
	width: 250px;
	height: 25px;
	background: url(../img/inputborder.gif) #ffffff left top no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	border: 0;
	line-height: 25px;
	font-size: 8pt;
	font-family: Tahoma, Sans-Serif;
	color: #888888;
}
#footer #registerbutton
{
	width: 140px;
	height: 25px;
	background: url(../img/buttonregister.jpg) #ffffff left top no-repeat;
	float: left;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Tahoma, Sans-Serif;
	border: 0;
}
#footer .htmPostBackFail
{
	float: left;
	line-height: 25px;
	color: #ff0000;
	margin-left: 10px;
	background-color: #ffeeee;
	border: 1px solid #ff0000;
	padding-left: 10px;
	padding-right: 10px;
}
#footer .htmPostBackSuccess
{
	float: left;
	line-height: 25px;
	color: #00bb00;
	margin-left: 10px;
	background-color: #eeffee;
	border: 1px solid #00bb00;
	padding-left: 10px;
	padding-right: 10px;
}
#footerbottomborder
{
	height: 15px;
	background: url(../img/footerbottomborder.gif) left top no-repeat;
	margin-bottom: 30px;
}