/*base CSS*/

body {
  background: #69B0CC url(/images/bg.jpg) no-repeat 50% 0;
}

#wrapper {
  background: transparent;
}

h1, h2, h3, h4, h5, p {
  margin:0;
  padding:0;
}

h1 {
  font-size:250%;
  font-weight:bold;
  line-height:120%;
  padding-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-size:18px;
  line-height:20px;
  font-weight: bold;
}

h4 {
  font-size:14px;
  font-weight:bold;
  line-height:18px;
  margin-top:0;
}

ul{
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

p {
  font-size:16px;
  line-height:22px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main ul {
  /*font-size:150%;*/
  line-height:140%;
}

/*search box*/
.search-box .box .t {
background:transparent url(/images/bg-box-search-t.png) repeat-x scroll 0 0;
height:30px;
overflow:hidden;
width:999px;
}

.search-box .box .c {
background:transparent url(/images/bg-box-search-c.png) repeat-y scroll 0 0;
float:left;
width:999px;
}

.search-box .box .b {
background:transparent url(/images/bg-box-search-b.png) no-repeat scroll 0 0;
height:41px;
overflow:hidden;
width:999px;
}


/*topnav div for help and back link*/
.topnav-wrp {
  width:1000px;
  position:relative;
  margin-bottom: -10px;
  float: left;
}

.topnav-wrp .topnav {
  padding:0 33px 0 11px;
  position:relative;
  width:956px;
  z-index:20;
}

.topnav .help {
  color:#B0E4ED;
  float:right;
  font-size:11px;
  font-weight:bold;
  margin:13px 0 0;
}

/*main content div*/
.global-box {
  overflow:hidden;
  padding:0;
  margin: 0;
  width:1000px;
}

/*global box background */
.global-box .t {
  background:transparent url(/images/bg-box-partner-t.png) no-repeat 0 0;
  height:30px;
  margin-top:0;
  width:1000px;
}

.global-box .c {
  float:left;
  background:transparent url(/images/bg-box-partner-c.png) repeat-y 0 0;
  width:1000px;
  overflow: hidden;
}

.global-box .c-inner {
  background: #ded9ce url(/images/bg-box-partner-c-fade.png) repeat-x 0 0;
  float:left;
  margin:0 20px;
  position:relative;
  width:960px;
  min-height:100px;
  height:auto !important;
  height:100px;
  overflow: visible;
}

.white-box .c-inner {
  float:left;
  margin:0 20px;
  width:960px;
}

.global-box .b {
  background:transparent url(/images/bg-box-partner-b.png) no-repeat 0 0;
  height:32px;
  overflow:hidden;
  width:1000px;
}

/* right column wrapper */
.r-content {
  float: right;
  width:260px;
  margin:0px;
  padding:20px 30px 30px 30px;
  position: relative;
  display: inline;
}

.white-box .r-content {
  width:300px;
  padding: 20px 10px;
}

/*left column wrapper */
.l-content {
  float: left;
  width: 580px;
  margin:0px;
  padding:15px 30px 30px 30px;
  background:transparent url(/images/bg-box-tan-line.png) repeat-y right 0;
}

.white-box .l-content {
  padding: 20px;
  width: 600px;
}

/* right column text */
.r-content p {
  margin-top: 20px;
}

/* One Column */
.full-content {
  float: left;
  width: 900px;
  margin:0px;
  padding:15px 30px 30px 30px;
}

/* Two Columns  */

.global-box .column-l {
  float:left;
  padding:0;
  width:660px;
}

.global-box .column-l .t {
  width:660px;
}

.global-box .column-l .c {
  width:660px;
}

.global-box .column-r {
  float:right;
  padding:0;
  position:relative;
  width:340px;
}

.global-box .column-l .c-inner {
  background:#DED9CE url(/images/bg-box-partner-c-fade.png) repeat-x scroll 0 0;
  float:left;
  margin:0 0 0 20px;
  position:relative;
  width:640px;
}

/* Transparent Corner */

.global-box .t-r {
  background:transparent url(/images/bg-trans-box.png) no-repeat scroll right 0;
  height:235px;
  margin:0;
  width:340px;
}

.global-box .trans-item {
  float:left;
  padding:50px 0 0 25px;
}

.global-box .trans-item .heading {
  background:transparent url(/images/ico-plus.png) no-repeat scroll 0 0;
  overflow:hidden;
  padding:0 0 0 40px;
  width:230px;
}

.global-box .trans-item h3 {
  color:#FFFFFF;
  font-size:20px;
  font-weight:normal;
  line-height:20px;
  margin:0;
  padding:0;
}

.global-box .trans-item p {
  color:#FFFFFF;
  font-size:16px;
  line-height:20px;
  padding:20px 0 0 40px;
  width:230px;
}

.global-box .btn.signup {
  margin:20px 0 0;
  overflow:hidden;
  padding:0 0 0 40px;
  width:232px;
}

.global-box .btn.signup a {
  background:transparent url(/images/btn-sign.png) no-repeat scroll 0 0;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  font-size:14px;
  height:26px;
  line-height:26px;
  text-align:center;
  text-decoration:none;
  width:97px;
}

/* White Box */

.white-box {
  margin: 0;
  padding:0;
  width:1000px;
}

.white-box .t {
  background:transparent url(/images/bg-white-box-t.png) repeat-x scroll 0 0;
  height:20px;
  overflow:hidden;
  width:960px;
  margin: -20px 20px 0 20px;
  z-index: 30;
  position: relative;
}

.white-box .c {
  min-height:200px;
  height:auto !important;
  height:200px;
  background:transparent url(/images/bg-white-box.png) repeat-y scroll 0 0;
  overflow: visible;
}

.white-box.full .c {
  background:transparent url(/images/bg-white-box-full.png) repeat-y scroll 0 0;
}

.white-box .b {
  background:transparent url(/images/bg-white-box-b.png) no-repeat scroll 0 0;
  height:30px;
  overflow:hidden;
  width:1000px;
}

.white-box.full .b {
  background:transparent url(/images/bg-white-box-b-full.png) no-repeat scroll 0 0;
}

.white-box .c .content-header{
  float: left;
  clear: both;
  width: 930px;
  background:transparent url(/images/bg-content-head.png) repeat-x 0 0;
  color: #135573;
  margin: 0 20px;
  padding: 15px 0 0 30px;
  height: 30px;
}

.content-header h4 {
  font-size: 20px;
  line-height: 22px;
}

/* List Elements */

.white-box .c-inner li{
  background:url(/images/blt-blue-bg-wh.png) no-repeat scroll 0 6px transparent;
  padding-left: 10px;
  margin-left: 0;
}

.profile-top .column-r li{
  background:url(/images/blt-blue-bg-blue.png) no-repeat scroll 0 6px transparent;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
}

.footer p {
  padding: 0;
}

/* Clearing Elements */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}

* html .clearfix{height:1%}

/* Drop Shadows */

.shadow {
  float: left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

*:first-child+html .shadow {
  float: none;
}

.cast {
  background: none !important;
  padding: 0 !important;
  padding: 0 4px 4px 0;
}

.inner {
  background-color: #eee;
  border: 1px solid #ccc;
  margin: -4px 4px 4px -4px !important;
  margin: 0;
  padding: 0;
}

.fade {
  background-color: #eee;
  border: 4px solid #fff;
}


/* global form input and label wrappers*/

.entry-form {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.entry-form label {
  color:#35322C;
  display:block;
  font-size:18px;
  font-weight:bold;
  line-height:20px;
  padding:0;
  margin:0 0 6px 0;
}

.entry-form span {
  display:block;
  height: 36px;
  padding:0 0 0 0;
}

/*span to hold background input image*/

.x1 {
  background:transparent url(/images/bg-input4.gif) no-repeat scroll 0 0;
  width:580px;
}

.x1 input {
  width:550px;
}

.x2 {
  background:transparent url(/images/bg-input5.gif) no-repeat scroll 0 0;
  width:279px;
  margin-right: 26px;
}

.x2 input {
  width:249px;
}

.x3 {
  background:transparent url(/images/bg-input6.gif) no-repeat scroll 0 0;
  width:129px;
}

.x3 input {
  width:100px;
}

.x4 {
  background:transparent url(/images/bg-input7.gif) no-repeat scroll 0 0;
  width:180px;
  margin-right: 30px;
}

.x4 input {
  width:150px;
}

.x5 {
  background:transparent url(/images/bg-input3.gif) no-repeat scroll 0 0;
  width:66px;
  margin-right: 28px;
}

.x5  input {
  width:36px;
}

.x1.last, .x2.last, .x3.last, .x4.last, .x5.last  {
  margin-right: 0;
}

.entry-form .selectArea {
  height: 36px;
  float: left;
  position: relative;
  color: #000;
  font-size: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height:36px;
  margin-right: 26px;
}

.entry-form.type3 .selectArea {
  width:120px !important;
}

.entry-form.type4 .selectArea {
  width:279px !important;
}

/*input are inside spans*/

.entry-form span input {
  background:transparent none repeat scroll 0 0;
  border:none;
  color:#999;
  float:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-style:italic;
  font-weight:normal;
  height:18px;
  line-height:normal;
  margin-left: 13px;
  margin-top:10px;
}

.entry-form span textarea {
  background:transparent none repeat scroll 0 0;
  border:none;
  color:#999;
  float:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-style:italic;
  font-weight:normal;
  line-height:normal;
  margin-left: 13px;
  margin-top:2px;
  resize: none;

}

/*error messages*/

.formwrap.errorwrap, .formwrap-b.errorwrap  {
  height: 92px;
}

.errorwrap span.error, .errorwrap .entry-form span.error {
  float: left;
  color: #d0410c;
  display: inline;
  height: 20px;
  margin-top: 10px;
  padding: 5px 0 0 22px;
  background: url(/images/cancel_18.png) no-repeat 0 0;
}

.errorwrap .entry-form span input {
  color: #d0410c;
}

.errorwrap .entry-form .x5 span.error {
float: none;
position: absolute;
bottom: -30px;
left: 0;
z-index: 100;
}

/*back to home link in topnav*/
.topnav-wrp .topnav .home {
  float: left;
  padding-left: 20px;
  color:#B0E4ED;
  font-size:140%;
  font-weight:bold;
  margin:13px 0 0;
}

/* Match List */

#match-list {
  float: left;
}

.white-box .c-inner #match-list li {
  float: left;
  background-image: none;
  padding: 10px;
  width: 580px;
}

#match-list li p {
  font-size: 120%;
  padding: 0;
}

#match-list h4 {
  color: #2d9fc2;
}

#match-list li .checkbox {
  float: left;
  margin-right: 20px;
}

.match-result {
  float: left;
}

#match-list li.dark {
  background:#F6F5F3;
}

#match-list li:hover {
  background:#D3EFF9;
}

.btn-gold {
  float: right
}

.btn-gold a {
  width:140px;
  color: #fff;
  display:block;
  font-size:12px;
  height:29px;
  padding:0;
  text-align:center;
  text-decoration:none;
  background: transparent url(/images/btn-gold-lg.png) no-repeat 0 0;
  line-height: 26px;
}

.errorExplanation {
  color: red;
}

.errorExplanation ul {
  margin: 0 0 10px 10px;
}

.errorExplanation ul li {
  font-size: 12px;
}

/* Horizontal Gray Button  */

.btn-gray-h {
float:left;
background:transparent url(/images/btn-gray-r.png) no-repeat right 0;
padding:0 11px 0 0;
margin-top: 3px;
}

.btn-gray-h a.gray-a {
float: left;
background:transparent url(/images/btn-gray-l.png) no-repeat left 0;
font-size:11px;
padding:6px 5px 6px 24px;
text-decoration:none;
color: #fff;
}

/*service buttons*/
button.sub-btn {
  border:0;
  cursor:pointer;
  font-weight:bold;
  padding:0 30px 0 0;
  text-align:center;
  font-family: Helvetica, Arial, sans-serf;
  background:url(/images/btn-serv-r.png) right no-repeat;
  font-size:16px;
  margin-bottom: 10px;
}
button.sub-btn span {
  position:relative;
  display:block;
  white-space:nowrap;
  padding:0 0 0 30px;
  height:47px;
  line-height:47px;
  background:url(/images/btn-serv-l.png) left no-repeat;
  color:#fff;
}

/*IE7*/

*:first-child+html button.sub-btn {
  width:auto;
  overflow:visible;
}
*:first-child+html button.sub-btn span {
  margin-top:1px;
}


/*main content divs*/
.global-box .column-l {
  float: left;
  width: 660px;
  margin:0;
  padding:0;
}

.global-box .column-r {
  float: right;
  width:340px;
  padding:0;
  position: relative;
}

/*left column background */
.global-box .t {
  height:30px;
  margin-top:0;
  width:660px;
  background:transparent url(/images/bg-box-partner-t.png) no-repeat 0 0;
}

.global-box .c {
  background:transparent url(/images/bg-box-partner-c.png) repeat-y 0 0;
  width:660px;
  height:400px;
  float:left;
  overflow: hidden;
}

.global-box .c-inner {
  background: #ded9ce url(/images/bg-box-partner-c-fade.png) repeat-x 0 0;
  float:left;
  margin:0 20px;
  position:relative;
  width:640px;
}

.global-box .b {
  background:transparent url(/images/bg-box-partner-b.png) no-repeat 0 0;
  height:32px;
  overflow:hidden;
  width:660px;
}

/*background right column*/
.global-box .t-r {
  background:transparent url(/images/bg-trans-box.png) no-repeat right 0;
  height:235px;
  width:340px;
  margin:0;
}

.global-box .c-r {
  background:transparent url(/images/bg-box-partner-c.png) repeat-y -660px 0;
  float:left;
  width:340px;
  height:195px;
  overflow: hidden;
}

.global-box .c-inner-r {
  background: #ded9ce url(/images/bg-box-partner-c-fade.png) repeat-x 0px -215px;
  float:left;
  width:320px;
}

.global-box .b-r {
  background:transparent url(/images/bg-box-partner-b.png) no-repeat -660px 0;
  float:left;
  height:32px;
  width:340px;
}

.global-box .divider {
  background:transparent url(/images/bg-box-tan-line.png) repeat-y left 0;
  width: 2px;
  position: absolute;
  left: 0;
  bottom: 22px;
  height: 205px;
}

/*text wrapper formatting*/

.global-box .description{
  float: left;
  width: 550px;
  margin-left: 30px;
  margin-top:10px;
}

.global-box .trans-item {
  float:left;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
}

.global-box .c-inner-r .description {
  width: 270px;
  margin: 0;
  padding: 20px;
}

/*text formatting*/

/*large header*/
.global-box h1 {
  font-size:26px;
  line-height:26px;
  font-weight: bold;
  padding:0;
  margin: 0;
}

/*normal header*/
.global-box h2 {
  font-size:20px;
  line-height:24px;
  margin: 18px 0 8px 0;
  padding:0;
}

/*large text*/
.global-box p.what-is {
  font-size:17px;
  line-height:26px;
  margin: 0;
  padding:0;
}

/*normal text*/
.global-box p {
  font-size:14px;
  line-height:21px;
  margin: 0 0 0 0;
  padding:0;
}

/*bottom right h*/
.global-box .c-inner-r .description h3 {
  font-size:16px;
  line-height:18px;
  font-weight: bold;
  margin:0;
  padding: 0;
}

/*bottom right p*/
.global-box .c-inner-r .description p {
  margin-top: 10px;
}


/*signup button*/
.global-box .btn {
  overflow:hidden;
  margin:20px 0 0;
  padding:0 0 0 40px;
  width:232px;
}

.global-box .btn a {
  background:transparent url(/images/btn-sign.png) no-repeat scroll 0 0;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  font-size:14px;
  height:26px;
  line-height:26px;
  text-align:center;
  text-decoration:none;
  width:97px;
}

ul.about-list {
  font-size:15px;
  margin:0;
  padding:0;
}

.about-list li {
  background:transparent url(/images/blt-blue-bg-wh.png) no-repeat scroll 0 6px;
  margin-left:0;
  padding-left:10px;
}

.description p {
  padding-bottom: 3px;
}