/* CSS Document */

body{
	background-color:#ffcf00;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	margin:0;
	padding:0;
	font-size:80%;	
}
body a:link {
	color: #333366;
	text-decoration: none
}
body a:visited {
	color: #333366;
	text-decoration: none
}
body a:active {
	color: #000;
	text-decoration: underline
}
body a:hover {
	color: #645FA4;
	text-decoration: underline
}
a img{
	border-style:none;
}

div.viewport {
	background-color:#ffcf00;
	width:915px;
	padding-bottom:10px;
}


div.leftnav{	
	float:left;
	position:relative;
	width: 250px;
	padding:10px;
}


div.main{
	float:left;
	width:635px;
	padding:10px 10px 0px 0px;
	margin-left:0px;
	border-style:none;
}


#terms {
	margin-top:36px;
	width:250px;
	text-align:center;
}


/*Sign up/login form*/

.fmlogin { 
    background:#645FA4 url(../images/fmlogin_t.gif) repeat-x;
	float:left;
	width: 205px; 
}

.fmlogincontent  {
	padding: 10px 0 4px 0;
	margin: 0;
	float:left;
	width:98px;
	border-bottom: 2px solid #FFFFFF;	
}

.fmloginforgotton {
	background-color:#FFFFFF;
	float:left;
	height: 21px;
	padding-bottom:1px;
}



/*Main Content Area*/
.content { background-color:#fff;}

.contenttop { background: url(../images/content_t.gif) repeat-x; }
.contenttop div  {background: url(../images/content_tl.gif) no-repeat top left; }
.contenttop div div  {text-align:right;/*background: url(../images/tcblink_b.gif) no-repeat top right; */}


.contentbot { background: url(../images/content_b.gif) repeat-x #fff ; }
.contentbot div  {  background: url(../images/content_bl.gif) no-repeat top left; }
.contentbot div div { background: url(../images/content_br.gif) no-repeat top right ;  }

.contentcontentwrap { background: url(../images/content_l.gif) repeat-y; }
.contentcontent     { background: url(../images/content_r.gif) repeat-y right; }

 /* height and width details */
.contenttop div, .contenttop{
	width: 100%;
	height: 50px;
	font-size: 0.1em;
}

.contentbot div, .contentbot {
	width: 100%;
	height: 24px;
	font-size: 0.1em;
	background-color:#FFFFFF;
}

.contentcontent  {
	position:relative;
	top:-30px;
	padding: 1px 2em; 
	margin: 0; 
	min-height:300px;
}
.contentcontent img {margin: 0px;}

.sectionHeading {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:1.25em;
	text-transform: lowercase;
	padding: 0;
	margin: 1.5em 0 0 0;
}

.indexLink {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.15em;
	text-transform: lowercase;
	line-height:150%;
	padding: 0;
	margin: 0;
}
.indexLink img {vertical-align:baseline;}

.roundcont { /* Bread Crumb Box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	text-transform: lowercase;
	width: 375px;
	background-color: #938FBF;
	color:#fff;
}
.roundcontContent {
	margin: 0 16px 0 16px;
}
.roundcontContent img {vertical-align:text-bottom;}
.roundtop {
	background: url(/cbhome/images/breadBox_TR.gif) no-repeat top right;
}
.roundbottom {
	background: url(/cbhome/images/breadBox_BR.gif) no-repeat top right;
}
img.corner {
	width: 14px; 
	height: 14px; 
	border: none; 
	display: block;
}
ul#breadcrumb {
margin: 0;
padding: 0;
}
#breadcrumb li {
display: inline;
list-style-type: none;
}
#breadcrumb a { padding: 0; }
#breadcrumb a:link, #breadcrumb a:visited {
color: #333366;
text-decoration: none;
}
#breadcrumb a:hover {
color: #000;
text-decoration: none;
}
/* Bread Crumb Box END */

.content { 
	float:left;
	position:relative;
	width: 635px; 
	margin: 0 auto; 
/*	font-size:80%;*/
}

*html .contentcontent {
	height: 255px;
}

.contentleftcol{
	width: 272px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.contentrightcol{
	width: 272px;
	float:left;
	margin-top:20px;
}

.indexPageleftcol{
	width: 322px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.indexPagerightcol{
	width: 222px;
	float:left;
	margin-top:20px;
}
.centralcol{
	width: 474px;
	float:left;
	margin-top:20px;
}

.contentheader { 
	float:left;
	position:relative;
	width: 424px; 
	height:55px;
	top: 10px;
	margin: 0; 
	background-color:#fff;
}

/*Navigation*/

#nav, #nav ul {
	z-index:2000;
	padding: 0;
	margin: 0;
	list-style:none;
}

#nav a {
	display: block;
	width: 250px;
	margin:0px
}

#nav a img{
		border-style:none;
		margin:0;
		padding:0;
}

#nav li {
	float: left;
	width: 250px;
}

#nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dropMenuContainer1 {
	z-index:2000;
	position:relative;
}
.dropMenuContainer2 {
	z-index:1999;
	position:relative;
}
.dropMenuContainer3 {
	z-index:1998;
	position:relative;
}

/*Rollover states*/
.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { /*width: 100%; height: 100%;*/ border-style:none; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

/*Rollover Nav button*/
#rohome{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/homeover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}

#rohow{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/howover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}


#rosupport{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/supportover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}

#rosupportalt{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/supportoveralt.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}

#supportddtop{
	position:relative;
	top: -20px;
	left: 0px;
	width: 250px;	
	margin:0; 
	float:right;	

}

#supportddbottom{
	position:relative;
	float:right;
	top: -20px;
	left: 0px;
	width: 227px;
	margin:0; 
}

#rofaq{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;
	background-image: url(../images/faqover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#rotrouble{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;	
	background-image: url(../images/troubleshootover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;      				 /* image height */
}

#roonline{
	z-index:2000;
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;	
	background-image: url(../images/onlineover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#romanual{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;	
	background-image: url(../images/manualover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#roauto{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;	
	background-image: url(../images/autoover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#rocost{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/costover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;    
}

#rosafe{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/howsafeover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;    
}

/*signup/login form*/


#rosignup{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/signupover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}

#roLoggedSignup{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/logged_signupover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}


#rocontact{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/contactover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}

#roLoggedContact{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/logged_contactover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}

/*

#rosignup{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/signupover.gif); 
	width: 123px; 
	height: 68px; 
}


#rocontact{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/contactover.gif); 
	width: 123px;
	height: 68px; 
}
*/

#roterms{
	position:relative;
	top: 0px;
	left: 20px;
	background-image: url(../images/termsover.gif);    /* rollover state */
	width: 27px;                    /* image width */
	height: 12px; 
	float:left;
}

#rosecurity{
	position:relative;
	top: 0px;
	left: 30px;
	background-image: url(../images/securityover.gif);    /* rollover state */
	width: 94px;                    /* image width */
	height: 12px; 
	float:left;
}
#roprivacy{
	position:relative;
	top: 0px;
	left: 40px;
	background-image: url(../images/privacyover.gif);    /* rollover state */
	width: 72px;                    /* image width */
	height: 12px; 
	float:left;
}

/*Popup images*/
.tcblink {
	float:right;
}
.tcblink img{
	vertical-align:bottom;
}
a.dspimg {
text-decoration: none; /* definition for the link that will display the layer */
}
a.dspimg:hover {
background: none; /* correction for an IE bug*/
}
a.dspimg span { /* definition of <span> tag included in <a> */
display: none;
}
a.dspimg:hover span { /* definition of <span> tag when hovering */
display: inline;
position: absolute;
top: 80px; /* layer's place and dimension that you can change at will */
left: 630px;
z-index:999;
}

/*Form elements*/
form{ 
 padding:0;
 margin:0;
}

input{
	background-color:#cbc8e0;
/*	font-size:90%;*/
	border:0;
	color: #000;
	margin-bottom:4px;
}
input.textfield{
/*	font-size: 10px;*/
	border:1px #003366 solid;
	color: #009999;
	width: 300px;
}

input.submit{
	font-weight: bold;
	background-image:url(../images/register_submit.gif);
	width: 102px;
    height: 32px;      
}

input.btnLogin{
	margin-bottom:0;
}

textarea {
	height:90%;
	border:1px #938FBF solid;
	color: #938FBF;
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
}
select {
	height:90%;
	border:1px #645FA4 solid;
	color: #645FA4;
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
}

input.login {
	background-color:#cbc8e0;
	border-style:none;
	font-size:0.8em;
	color:#000;
	margin-bottom:2px;
	height:11px;
	display:block;
	width:85px;
}

input#nospaceafter {
	margin-bottom:2px;
}


*html input#nospaceafter {
	margin-bottom:-2px;
}


div.clearer{
	clear:both;
}

div.spacer{
	line-height:10px;
	margin:0;
	padding:0;
}

#floatright{
	float:right;
}

#floatleft{
	float:left;
}

.floatleft{
	float:left;
}
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	position:relative; 
	vertical-align:top;
	margin-top:20px;
	margin-left:20px;
	width:220px;
	text-align:left;
}
.credit a:link {
	color: #333333;
	text-decoration: none;	
}
.credit a:visited {
	color: #333333;
	text-decoration: none;	
}
.credit a:active {
	color: #333333;
	text-decoration: none;	
}
.credit a:hover {
	color: #333333;
	text-decoration: underline;
}