body {

	margin: 0;

	padding: 0;

	color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

	background-color: #FFFFFF;

}



#wrapper {

	padding: 0;

	width: 808px;

	margin-left: auto;

	margin-right: auto;

	text-align: left;

	background-color: #fff;

}



img {

	border: none;

}



#header {

	height: 115px;

}



#header .strapline {

	font: 11px Arial, Helvetica, sans-serif;

	color: #000;

	background-color: transparent;

	float: right;

	margin-right: 10px;

	margin-top: 14px;

	text-align: right;

	width: 570px;

}



#header .tagline {

	float: left;

	font: italic normal normal 14px Arial, Helvetica, sans-serif;

	color: #308700;

	margin:0;

	padding: 0 0 0 5px;

	width: 803px;
	
	text-align: center;

}



#header .isi {

	float: left;

	font: italic normal normal 12px Arial, Helvetica, sans-serif;

	color: #1A7CC8;

	padding: 0;

	width: 198px;

	margin-left: 20px;

	margin-top: 0;

}



#header .affil {

	float: right;

	width: 560px;

	font-size: 10px;

	color: #000;

	padding: 10px 0 0 0;

	margin: 0;

}



#header .logo {

	float: left;

	margin-left: 10px;

	margin-top: 10px;

	margin-bottom: 0;

}



#mainnav {

	width: 798px;

	height: 48px;

	color: #000;

	background: transparent url(../images/navbkgd.gif) no-repeat bottom;

	margin: 0;

	padding: 0 5px 0 5px;

}



/* -------------------------- */

/* We begin by styling the main navigation on the page... */

/* -------------------------- */

/* Overall main navigation styles */

#nav, #nav ul {

	float: left;

	height: 20px;

	list-style: none;

	color: #000;

	background-color: transparent;

	margin: 0;

}

#nav {

	padding: 12px 0;
	
}

#nav ul {

	padding: 0;
	
}



/* -------------------------- */

/* The top main navigation links */

#nav a {

	display: block;

	padding: 10px 0;

	color: #000;

	background-color: transparent;

	text-decoration: none;

}



#nav a.one {

	width: 67px;

	color: #000;

	background: transparent url(../images/buttonhome.gif) no-repeat bottom;

}



#nav a.two {

	width: 152px;

	color: #000;

	background: transparent url(../images/buttonadvantage.gif) no-repeat bottom;

}



#nav a.three {
	width: 217px;

	color: #000;

	background: transparent url(../images/buttonconcierge.gif) no-repeat bottom;

}



#nav a.four {

	width: 154px;

	color: #000;

	background: transparent url(../images/buttondealer.gif) no-repeat bottom;

}



#nav a.five {

	width: 92px;

	color: #000;

	background: transparent url(../images/buttonabout.gif) no-repeat bottom;

}



#nav a.last {

	width: 116px;

	color: #000;

	background: transparent url(../images/buttoncontact-over.gif) no-repeat bottom;

}



#nav a.twoOn {

	width: 152px;

	color: #000;

	background: transparent url(../images/buttonadvantage-over.gif) no-repeat bottom;

}



#nav a.threeOn {
	width: 217px;

	color: #000;

	background: transparent url(../images/buttonconcierge-over.gif) no-repeat bottom;

}



#nav a.fourOn {

	width: 154px;

	color: #000;

	background: transparent url(../images/buttondealer-over.gif) no-repeat bottom;

}



#nav a.fiveOn {

	width: 92px;

	color: #000;

	background: transparent url(../images/buttonabout-over.gif) no-repeat bottom;

}



#nav a.lastOn {

	width: 116px;

	color: #000;

	background: transparent url(../images/buttoncontact-over.gif) no-repeat bottom;

}



#nav a.one, #nav a.two, #nav a.three, #nav a.four, #nav a.five, #nav a.last , #nav a.twoOn, #nav a.threeOn, #nav a.fourOn, #nav a.fiveOn, #nav a.lastOn {

	text-align: center;

	font-size: 12px;

}



#nav li {

	float: left;

	padding: 0;

}



/* -------------------------- */

/* The dropdown links lists */

#nav li ul {

	position: absolute;

	left: -999em;

	height: auto;

	width: 240px;

	font-weight: normal;

	background-color: #ccc;

	margin: 0;

}



#nav li li {

	padding: 0;

	width: 160px;

}



#nav li ul a {

	padding: 5px 10px;

	width: 220px;

	* html width: 200px;

	font-size: 11px;

	border-bottom: 1px solid #fff;

}



/* This controls the flyout location of the second level dropdowns */

#nav li ul ul {

	margin: -1.8em 0 0 240px;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {

	left: auto;

}



/* -------------------------- */

/* Here is the background of the main nav link while looking at the dropdown */

#nav li:hover a.one, #nav li.sfhover a.one {

	width: 67px;

	background: transparent url(../images/buttonhome-over.gif) no-repeat bottom;
	
	overflow: hidden;

}



#nav li:hover a.two, #nav li.sfhover a.two {

	width: 152px;

	background: transparent url(../images/buttonadvantage-over.gif) no-repeat bottom;
	
	overflow: hidden;

}



#nav li:hover a.three, #nav li.sfhover a.three {

	width: 217px;

	background: transparent url(../images/buttonconcierge-over.gif) no-repeat bottom;
	
	overflow: hidden;

}



#nav li:hover a.four, #nav li.sfhover a.four {

	width: 154px;

	background: transparent url(../images/buttondealer-over.gif) no-repeat bottom;
	
	overflow: hidden;

}



#nav li:hover a.five, #nav li.sfhover a.five {

	width: 92px;

	background: transparent url(../images/buttonabout-over.gif) no-repeat bottom;
	
	overflow: hidden;

}



#nav li:hover a.last, #nav li.sfhover a.last {

	width: 116px;

	background: transparent url(../images/buttoncontact.gif) no-repeat bottom;
	
	overflow: hidden;

}



/* -------------------------- */

/* The dropdown links list colors */

#nav li ul.under a {

	color: #000;

	background: #ccc;

}



#nav li ul.under a:hover {

	background: #ADCFE5;

	color: #000;

}



/* -------------------------- */

/* The background of the second level links while looking at the dropdown under it... */

#nav li ul.under li:hover, #nav li ul.under li.sfhover {

	color: #000;

	background-color: #ADCFE5;

}



/*Content Formating*/

.colmask {

	float: left;

	width: 808px;

	background: transparent url(../images/blue-bar-background.jpg) repeat-y left top;

	padding: 0;

	margin: 0;

	clear: both;

}



.col2 {

	float: left;

	padding-left: 0px;

	width: 267px;

}



.col1 {

	float: right;

	font-size: 12px;

	top: 0;

	left: 0;

	width: 530px;

}



.col1 p {

	font-size: 12px;

	margin-right: 10px;

	font-family: Arial, Helvetica, sans-serif;

}



.col1 ul {

	padding: 0 0 0 18px;

	margin: 0 0 20px 0;

}



.col1 ol li {

	padding: 0 0 0 3px;

	margin: 0 0 20px 0;

	list-style-type: decimal;

}



.col1 ul.subItem {

	padding: 18px 0 0 18px;

	margin: 0 0 20px 0;

}



.col1 ul li {

	list-style: none outside url(../images/littlearrow.gif);

	font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;

	color: #000000;

	padding: 0 0 0 10px;

	margin: 0 0 20px 0;

}



#pageTitle {

	background: transparent url(../images/pagetitle.jpg) no-repeat top;

	width: 808px;

	height: 81px;

	margin: 0;

	padding: 0;

}



#pageTitle h1 {

	color: #FFF;

	padding: 18px 0 20px 30px;

	margin: 0;

	font: normal normal 24px Arial, Helvetica, sans-serif;

}



	

/*Side Bar Menu*/ 

.sideBarContent {

	width: 242px;

	background: transparent;

	margin: 0;

	padding: 0;

	color: #FFFFFF;
	clear: both;

}



.sideBarContent ul {

	color: #FFFFFF;

	font: 12px normal normal normal Arial, Helvetica, sans-serif;

	padding: 0;

	margin: 0 0 20px 0;

	background: transparent;

	list-style: none;
	

}



.sideMenu {

	float: left;

	height: 23px;

	background: transparent url(../images/left-button-one.gif) no-repeat center top;

	width: 208px;

	padding: 12px 0 0 0;

	margin: 0 0 0 17px;

	display: block;

}



.sideMenuOne {

	float: left;

	height: 36px;

	background: transparent url(../images/left-button-single.gif) no-repeat center top;

	width: 208px;

	padding: 12px 0 0 0;

	margin: 0 0 0 17px;

	display: block;

}



.sideMenuTwo {

	float: left;

	height: 36px;

	background: transparent url(../images/left-button-one-longer.gif) no-repeat center top;

	width: 208px;

	padding: 12px 0 0 0;

	margin: 0 0 0 17px;

	display: block;

}



.sideMenuThree {

	float: left;

	height: 39px;

	background: transparent url(../images/left-button-one-longer.gif) no-repeat center top;

	width: 208px;

	padding: 12px 0 0 0;

	margin: 0 0 10px 17px;

	display: block;

}



.sideMenu a, .sideMenuOne a, .sideMenuTwo a, .sideMenuThree a {

	font: normal normal 11px/normal Arial, Helvetica, sans-serif;

	color: #000;

	text-decoration: none;

	padding: 0 0 0 31px;

	margin: 0;

	display: block;

}



.sideMenu a:hover, .sideMenuOne a:hover, .sideMenuTwo a:hover, .sideMenuThree a:hover {

	color: #1A7CC8;

}



p.testimonials {

	font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;

	padding-right: 18px;

	padding-left: 26px;

}


.error {
	color:#FF0000;
	margin:0 0 10px 0;
}
.accept {
	color:#339966;
	margin:0 0 10px 0;
}


#Footer {

	float: left;

	padding: 0;

	margin: 0;

	color: #000;

	width: 808px;

	height: 80px;

	background: #fff url(../images/bluebarfooter.gif) no-repeat top left;

}



.footerNav {

	float: left;

	padding: 28px 0 0 285px;

	margin: 0;

	color: #000;

	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;

}



.footerNav a {

	padding: 0;

	margin: 0;

	color: #000;

	text-decoration: none;

	vertical-align: super;

}



.footerNav a:hover {

	text-decoration: underline;

}



.copyright {

	float: left;

	color: #5B5B5B;

	margin: 0;

	padding: 25px 0 0 12px;

	width: 808px;

	background-color: #FFF;

}



.copyright p{

	color: #5B5B5B;

	font: normal normal normal 9px/normal Arial, Helvetica, sans-serif;

}



.copyright a{

	color: #5B5B5B;

	font: normal normal normal 9px/normal Arial, Helvetica, sans-serif;

}



/*Form Formatting*/

.textbox {

	font-size: 12px;

	color: #000000;

	font-weight: normal;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

	border: 1px solid #ADADAD;

}



.red {

	font-size: 12px;

	color: #660000;

	font-weight: normal;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

	padding-right: 2px;

}



/* text Styles */	

.bluelarger {

	font-size: 20px;

	color: #1A7CC8;

	font-weight: bold;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

}



.bluelarge {

	font-size: 16px;

	color: #1A7CC8;

	font-weight: bold;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

}



.greenHeader {

	padding-top: 20px;

	font-size: 14px;

	color: #308700;

	font-weight: bold;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

}



.greenlarge {

	font-size: 16px;

	color: #308700;

	font-weight: bold;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

}



.greenplain {

	font-size: 12px;

	color: #308700;

	font-weight: normal;

	line-height: 130%;

	font-family: Arial, Helvetica, sans-serif;

}



.blueplain {

	font-size: 12px;

	color: #1A7CC8;

	font-weight: normal;

	line-height: 130%;

	font-family: Arial, Helvetica, sans-serif;

}



.linkblue {

	font-size: 12px;

	color: #1A7CC8;

	font-weight: normal;

	line-height: 130%;

	text-decoration: none;

}



.link {

	font-size: 12px;

	color: #308700;

	font-weight: normal;

	line-height: 130%;

	text-decoration: none;

}



.member {

	font-size: 10px;

	color: #5C5C5C;

	font-weight: normal;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-repeat: no-repeat;

	color: #5B5B5B;

	padding-top: 12px;

}



.blue {

	font-size: 12px;

	color: #1A7CC8;

	font-weight: bold;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

}



.green {

	font-size: 12px;

	color: #308700;

	font-weight: bold;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

}



.memberblue {

	font-size: 10px;

	color: #5C5C5C;

	font-weight: normal;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-repeat: no-repeat;

	color: #1A7CC8;

}

.greenButton {

	padding: 7px 32px 8px 32px;

	margin: 0;

	background: transparent url(../images/green-button.gif) no-repeat top;

	text-align: center;

	line-height: 30px;

}



.greenButton a{

	font-size: 12px;

	padding: 0;

	color: #FFF;

	font-weight: bold;

	line-height: normal;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	vertical-align: text-top;

}

ol.experts li {

	margin-bottom: 5px;
	
}

.clear {
	clear: both;
}




