@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 125%;
}

table#chart {
	width: 100%;
}

table#chart tr#chartHeader {
	background-color: #dddddd;
	font-size: 12px;
}

table#chart td {
	border: 1px solid #dddddd;
}

a.quick-start {
	background: url(images/quick-start.gif) top left no-repeat;
	display: block;
	height: 62px;
	width: 235px;
}

a.quick-start:hover {
	background: url(images/quick-start.gif) 0 100% no-repeat;
	display: block;
	height: 62px;
	width: 235px;
}
.best-div {
float: left; 
padding-bottom: 10px; 
margin-bottom: 10px; 
border-bottom: 1px solid #cccccc;
}

hr {
width: 100%;
color: #cccccc;
height: 1px;
clear: left;
margin-top: 10px;
}

h1 {
	line-height: 125%;
}

h2 {
	color: #006699;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 125%;
}

h4 {
	margin: 10px 0 10px 0;
	padding: 0;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #996633;
}

a.button {
	border: 1px solid #003366;
	background-color: #006699;
	padding: 5px;
	color: #fff;
	width: 150px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

a:hover.button {
	border: 1px solid #000033;
	background-color: #003366;
	color: #fff;
}

.clear {
	clear: both;
}

#top {
	height: 110px;
	width: 100%;
	background: url(images/bg-top.jpg) top left repeat-x;
}

.holder {
	width: 890px;
	margin: 0 auto;
}

.logo {
	width: 197px;
	height: 72px;
	margin: 10px 0 0 0;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logo.png');
}

.logo[class] {
	background: url(images/logo.png) top left no-repeat;
}

#search { 
	width: 300px; 
	height: 20px;
	float: right; 
	padding: 0px; 
	margin: 10px -20px 0 0; 
	list-style-type: none;
}

#not-member {
	position: absolute;
	left: 50%;
	margin-left: -145px;
	margin-top: 15px;
	top: 0;
	color: gold;
}

#not-member a {
	color: #fff;
	text-decoration: underline;
}


#content {
	width: 100%;
	background: url(images/bg-content.gif) top left repeat-y;
	float: left;
	padding-bottom: 20px;
}


/* left column */
#left-col {
	width: 270px;
	float: left;
}

#left-col h1 {
	background-color: #ccc;
	font-size: 14px;
	color: #006699;
	width: 260px;
	margin: 0 0 5px 0;
	padding: 10px 0 10px 10px;
}

#left-col .inner {
	margin: 0 auto;
	width: 250px;	
}

#left-col #testimony {
	width: 230px;
	background-color: #fff;
	padding: 10px;
}

#left-col #testimony-bottom {
	background: url(images/bottom-arrow.gif) 10% 0 no-repeat;
	height: 15px;
	width: 100%;
	margin: -2px 0 10px 0;
	padding-top: 20px;
	color: #666666;
	font-style: italic;
	font-size: 10px;
}

#right-col {
	float: right;
	width: 593px;
	margin: 20px 0 0 0;
}

#slideshow {
	border-top: 5px solid #dddddd;
	border-bottom: 5px solid #dddddd;
	width: 590px;
}

#welcome {
	float: left;
	width: 320px;
	border: 0px solid #000;
}

#footer {
	background-color: #006699;
	padding: 10px;
	width: 880px;
	float: left;
	
}

#logo2 {
	width: 109px;
	height: 40px;
	background:url(images/logo2.png) top left no-repeat;
	float: left;
}

#footer-nav {
	width: 500px;
	float: right;
	text-align: right;
	color: white;
}

#footer-nav a {
	color: white;
}



/* left column */


/* main nav */

#nav-menu {
	margin-right: 10px;
}

.nav-selected {
	background-color: #fff;
	color: #006699;
	text-align: center;
	font-size: 10px;
}

#nav { 
	width: 593px; 
	float: right; 
	padding: 0px; 
	margin: 33px 0 0 0; 
	list-style-type: none;
}

/*#nav ul { 
	width: 593px; 
	float: right; 
	padding: 0px; 
	margin: 34px 0 0 0; 
	list-style-type: none;
}*/

#nav li { 
	float: left; 
	padding: 0px; 
	margin: 0 4px 0 0; 
	display: inline;
}

#nav li a { 
	DISPLAY: block; 
	HEIGHT: 36px;
	background-color: #006699;
	padding: 10px 11px 0 11px;
	text-decoration: none;
	color: #fff;
}

#nav li a:hover {
	background-color: #fff;
	color: #006699;
}

#nav li#no-margin {
	margin: 0;
}
/* end main nav */


.subsub {
	background-color: #999966;
}







