﻿body{
	padding:0px;
	margin:0px;
	background:#1250a6 url('../images/bg01.gif') top repeat-x;
	color:#ffffff;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
#wrapper{
	min-height:1000px;/*need to sort out IE*/
	height:auto;
	_height:1000px;
	background-image:url('../images/widestarz.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

#contentWrapper{
	width:790px;
	margin:0 auto;
	overflow:auto;
	_overflow:none;/*need to sort out IE*/
}
#navigation{
	width:790px;
	height:375px;
}

#rightCol{
	margin:0 auto;
	width:530px;
	font-size:1.1em;
}
#footer{
	width:790px;
	margin:0 auto;
	padding:20px 0 20px 0;
	text-align:center;
}
#footer a{text-decoration:none; color:#ffffff;}
#terms{width:500px; height:auto; margin:0 auto; padding:0px 0px 10px 0px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:1.1em;}
#terms h1{font-weight:bold; font-size:1.1em;}
#terms h2{font-weight:bold; font-size:2em;}
#terms a:link{text-decoration:none; color:#ffffff; font-size:1.1em; font-weight:bold; padding:0px 5px 0px 5px;}
#terms a:active{text-decoration:none; color:#ffffff;}
#terms a:visited{text-decoration:none; color:#ffffff;}
#terms a:hover{text-decoration:underline; color:#ffffff;}
/*form*/
form.cmxform fieldset {
  margin-bottom: 10px;
   border:0;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  border:0;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform input,select {
	font-size:1.1em;
}
form.cmxform input.fields{
	font-size:1.1em;
	width:150px;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;

}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px 0;
  font-weight: normal;
  margin:0 0 0 -7px;
  
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}

/*SIFR*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
	the negative-letter spacing in this case is used to make the browser text metrics 
	match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
	your own settings may vary... any weird sizing issues you may run into are usually fixed by 
	tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility:hidden;
	font-size:10pt;
	height:40px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
}
.sIFR-hasFlash h2 {
	visibility:hidden;
	font-size:10pt;
	height:30px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
}

.sIFR-hasFlash h3{
	visibility:hidden;
	font-size:10pt;
	height:20px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
}

