/* Reset to standize across all browsers */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Style Here */

*{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", "Apple Gothic", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}

body,html{
	padding: 0;
	margin: 0;
	background-color: #eee;

}

.textbox{
padding: 6px 5px;
border: 1px solid #B7D5F0;
background:url("images/textboxbg.png") repeat-x;
background-color: #FAFFFF;
font: normal 145% arial;
margin: 5px 0;
}

.textbox:focus{
background: #FFFFFF;
}

.submit{
  font: normal 125% arial;
  padding: 3px 20px;
}

.inputlabel{
  font: normal 125% arial;
  text-align: right;
}

#wrapper{
	background-color: #fff;
}

#header{
	padding: 1em 0;
	background-color: #fff;
}

#logo{
	float: left;
	padding-bottom: 1em;
}

#topnav{
	float: right;
}

#topnav ul{
	padding-top: 1em;
	list-style:none;
}

#topnav ul li{
	display: inline;
}

#topnav ul li.selected span a{
	background: url('images/topbuttonselected.gif') no-repeat center right;
}

#topnav ul li.selected span{
	background: url('images/topbuttonselected.gif') no-repeat center left;
}

#topnav ul li span{
	background: url('images/topbutton.gif') no-repeat center left;
	padding:1em 0 1em 1em;
	font-family: "Lucida Sans", Arial, Verdana, sans-serif;
}

#topnav ul li span a{
	background-position:100% 0px;
	background: url('images/topbutton.gif') no-repeat center right;
	padding: 1em 1em 1em 0;
  margin: 0;
  color: #000;
  text-decoration: none;
  height: 3em;
	line-height: 3em;
	font-family: "Lucida Sans", Arial, Verdana, sans-serif;
}

#title{
	width: 100%;
	color: #fff;
	background: #F7931D url('images/titlebar.png') bottom repeat-x;
}

.homepagetitle{
	height: 205px;
	padding: 15px 0;
	background: url('images/titlebarhome.png') bottom center no-repeat;
}

#title .textarea{
	width: 840px;
}

#title h1{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 48px;
}

#title h2{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 40px;
}

#title p{
	margin-left: 1em;
	margin-top: 0.5em;
}

#title p, #title p b{
	font-size: 17px;
}

#title .indent{
	padding-left: 1em;
}

#title .screenshotimg{
	float:right;
}

#content{
	background-color: #fff;
	padding: 1em 0;
	color: #333;
}

#content h1,#content h2,#content h3,#content h4{
	font-weight: bold;
	padding-top: 0.5em;
}
#content h1{
	font-size: 20px;
}

#content h2{
	font-size: 18px;
}

#content h3{
	font-size: 16px;
}

#content h4{
	font-size: 14px;
}

.infotable{
	margin: 1em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.infotable th{
	font-weight: bold;
	background-color: #E6E6FA;
}

.infotable td, .infotable th{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
}

.lefttext{
	float: left;
	width: 590px;
}

.lefttext ul li, .lefttext p{
  font-size: 12px;
  color: #3A3A3A;
}

.righttext{
	float: right;
	width: 240px;
	padding-left: 10px;
	padding-bottom: 1em;
	border-left: #ddd dashed 1px;
}

.righttext ul li{
  font-size: 12px;
  color: #3A3A3A;
}

#footer{
	margin-top: 100px;
}

#footer p{
	background-color: #EEE;
	font-size: 11px;
	text-align: center;
	color: #888;
	padding: 1em;
}

.clear{
	clear: both;
}

.textarea{
	width: 850px;
	margin: 0 auto;
}

.underline{
	text-decoration: underline;
}

.center{
	text-align: center;
}

ul li{
	margin-left: 1em;
}

ul li ul li{
	margin-left: 1em;
}

.error, .error p{
  color: #Fd3333;
}

.tablesmallcol{
	width: 12em;
}

.strike {
	text-decoration: line-through;
}

.red{
	color: #B22;
}

.points ul{
	margin-left: 1em;
}
.points li{
	list-style-type: disc;
}

.termsbox{
	height: 12em;
	border: solid 1px #000;
	overflow: auto;
	padding: 0.5em 1em 1em 1em;
	margin: 0 0 5px 0;
}
