@charset "utf-8";/* CSS Document */
body {
	margin:0;
	padding:0;
	line-height: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background:url(../img/bg_page.png) #d5e4ed repeat-x;
}
b {
	font-size: 110%;
}
em {
color:#555;
font-style:normal;
}
.alignR {
	text-align:right;
}
.alignC {
	text-align:center;
}
.largetext{font-size:120%;
}
h2 {
	margin:2.5em 0 1em 0;
	font-size:130%;
	
	
}
h3 {
	margin:1.5em 0 1em 0;
	font-size:120%;
	clear:both;
}

hr {
	color:#cfcfcf;
}
p {
	margin:10px 0 0 0;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	color:#333
}
a:hover{
color:#fff
}
#maincontainer {
	width: 770px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	font-size:.8em;
	color:#FFFFFF;
}
#topsection {
	background: #ffffff;
	height: 90px; /*Height of top section*/
}
#contentwrapper {
	float: left;
	width: 768px;
	background:url(../img/bg_content.jpg) repeat-x #3399cc;
	border:1px solid #cecece;
	border-width:0px 1px;
	padding-bottom:4em;/*background-color:#000099;*/
}
#contentcolumn {
	MARGIN-RIGHT: 0px;	
	text-align:justify;
}

#rightcolumn {
	float: left;
	width: 220px; /*Width of right column*/
	margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
	padding-top:3.5em;
}
#topcurved {
	background:url(../img/main_top.gif) no-repeat bottom left;
	height:11px;
}
#btmcurved {
	background:url(../img/main_btm.gif) no-repeat top left;
	height:12px;
	clear:left;
}
#testimonials span {
	font-style:italic;
	padding:0px;
	font-size:90%;
}
#footer {
	clear: left;
	width: 100%;
	text-align:right;
	color: #3399cc;
	padding: 0px 0;
	font-size:85%;
}
#footer em {
	color: #999999;
}
.innertube {
	margin: 1em; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#navbar {
	border:1px solid #cecece;
	border-width:0px 1px;
	background: #fff;
	padding-bottom:1.3em;
}
#menu_1 {
	background:url(../img/menu_curve_01.gif) right no-repeat;
	padding-right:24px;
}
#menu_2 {
	background:#69b517 url(../img/menu_curve_02.gif) right no-repeat;
	padding-right:24px;
}
#menu_3 {
	background:#ff3200 url(../img/menu_curve_03.gif) right no-repeat;
	padding-right:24px;
}
#menu_4 {
	background:#73b6dc url(../img/menu_curve_04.gif) right no-repeat;
	padding-right:24px;
}
#menu_5 {
	background:#b3b3b3 url(../img/menu_curve_05.gif) right no-repeat;
	padding-right:24px;
}
.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	background: #73b6dc;
	float: left;
	line-height:1.0;
	position:relative;
	padding-left:.5em;
}
.nav ul {
	background:#73b6dc; /*IE6 needs this*/
	float: left;
	position:relative;
	margin-left:.5em;
}
.nav li {
	background:#73b6dc;
	border-right:0px solid #fff;
	float: left;
	list-style:none;
	z-index:999;
}
.nav li.current ul {
	z-index: 999;
}
.nav li.sfHover ul, ul.nav li:hover ul {
	z-index: 1000;
	color:#0000FF;
}
.nav li li {
	background:#73b6dc;
	border-right:1px solid #fff;
}
.nav a {
	color: #333;
	display:block;
	float: left;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	width:auto;
	white-space:nowrap;
	color:#000;
}

.nav li ul {
	left:0;
	top:-999em;
	position:absolute;
	width: 758px;
	padding-bottom:.5em;
	border-bottom:1px solid #cfcfcf;
}
.nav li:hover, .nav li.sfHover, .nav li.current, .nav a:focus, .nav a:hover, .nav a:active {
	color:#fff;
}
.nav a:hover {
	background:0;
}
.nav li.sfHover a, .nav li.current a, .nav a:focus, .nav a:hover, .nav a:active {

	color:#fff;
}
.nav li.sfHover a, .nav li.current a, .nav a:focus, .nav a:hover, .nav a:active {
	border-bottom: 0px;
	color:#000;
}
.nav li.sfHover a{
	color:#fff;
}


.nav li li.current a {
font-weight:bold;

	
}
.nav li li:hover, .nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	/*background:#91cef0;*/
	color:#fff;
}
.nav li:hover ul, /* pure CSS hover is removed below */ body .nav li.current ul, /* this must be more specific than the .superfish override below */ ul.nav li.sfHover ul {
	top:1.8em;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */ ul.nav li li.sfHover ul {
	top:1.8em;
}/*following rule negates pure CSS hoversso submenu remains hidden and JS controlswhen and how it appears*/
.superfish li:hover ul, .superfish li li:hover ul {
	top:-999em;
}
