/* CSS Document */

body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	min-height:600px;
}

#content{
	background-color:#ffffff;
}

#header{
	background-color:#FFFFFF;
	width:906px;
	height:25px;
}

#menuDiv{
	text-align:left;
}

#mainContent {
	text-align:left;
	margin:0px auto;
	clear:both;
}

#trim{
	background-color:#FFFFFF;
	width:906px;
	height:20px;
}

#wrapper{
	background-color:#FFFFFF;
	height:600px;
}

#leftContent{
	float:left;
	width:906;
	background-color:#ffffff;
}

#rightContent{
	float:right;
	width:0;
	background-color:#FFFFFF;
}

#footer{
	clear:both;
	height:90px;
	background-color:#FFFFFF;
}

#footerAds{
	width:40%;
	float:left;
}

#footerBrandInfo{
	width:60%;
	float:left;
	text-align:right;
}


/**********  Form Styles **********/

#contentDiv{
	background-color:#E6EDFD;
}

.formSection{
	margin-top:5px;
	margin-bottom:5px;
}

.formSection .header{
	background-color:#A9C1FB;
	color:#ffffff;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:3px;
}


.formSection .sectionContent{
	height:22px;
	background-color:#E6EDFD;
	margin-top:1px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:1px;
	vertical-align:middle;
}

.formSection .sectionContent .label{
	width:200px;
	float:left;
}

.formSection .sectionContent .labelElement{
	width:170px;
	float:left;
}


/********** Text Styles **********/

.footerText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.footerText2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.terms{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

.terms2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	font-style:italic;
}

.error{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}

.errorSendToPhone{
	color:#0b5ede;
	font-size:12px;
	font-weight:bold;
}

/********** Button Styles **********/

.funcButton:link, .funcButton:visited {
  display: block;
  width: 126px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  text-align:left;
  text-indent:40px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}

.funcButton:hover{
	width: 126px;
  	height: 38px;
	background:url(../../../../images/button-over.gif);
	color:#000;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

