/** author: Chris Whiteford **/
/** style for the site the nav, layout and the fonts **/

/* GLOBAL
----------------------------------------------- */
html,body {
	background: #ffffff;	
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contentClick{
	width:417px;
	float: right;
	height: 36px;
	padding-top: 18px;
}
.contentClick2{
	width:480px;
	float: right;
	height: 36px;
	padding-top: 18px;
}
#container{
	width:100%;
}

#main{
	width:839px;
	margin:0px auto;

}


a{
	color:#000;
}

img{
	border:0px;

}

form{
	padding:0px;
	margin:0px;

}

#header{
	float:left;
	width:100%;
}

#logoleft{
	float:left;
}

#logoright{
	float:right;
}


#content{
	float:left;
	width:839px;
	background: url(../images/bg_shade.gif) 0 0 repeat-y;
		
	
}

#contenttop{
	float:left;
	height:10px;
	width:100%;
	background: url(../images/top_shade.gif) no-repeat;
}

#contentmid{
	float:left;
	width:715px;
	padding:35px 62px 0 62px;
	

}

#contentwell{
	float:left;
	width:100%;
	padding-top:34px;
}

#contentwell h2{
	color:#808080;
	padding:0px 0px 14px 0;
	margin:0px;
	font-size:19px;
}

#contentwell table{
	width:100%;
	font-size:12px;
	border:1px solid #333333;
}

#contentwell table td.nopad{
	margin:0px;
	padding:0px;
}

#contentwell table td.nopad table{
	border:0px;
}

#contentwell table td.nopad table td{
	height:34px;
}


#contentwell td{
	padding-left:34px;
	line-height:24px;

}
#contentwell td label{
	float:left;
	padding-right:6px;
	text-align:right;
}

#contentwell td label.double{
	width:50px;
	line-height:14px;
}

#contentwell td input{
	float:left;
	width:230px;
	padding:8px 0 0 4px;
}
#contentwell td.double{
	line-height:12px;
}

#contentwell table td.tabletop{
	background:#808080;
	height:35px;
	color:#fff;
	line-height:35px;
}

#contentwell table td.disclaimer {
	text-align:right;
	padding-right:10px;
}

#contentwell table td.tabletop h4{
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	height:35px;
	padding:0px;
	color:#fff;
	margin:0px;
}

input.formtext{
	border:1px solid #898989;
	background:#ffffff;
	height:24px;
	line-height:30px;
	width:250px;
	float:left;
	margin-right:15px;
	
}

#contentwell table td.colhead{
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	height:30px;
	line-height:30px;

}

#contentwell table td.question{
	font-size:10px;

}

#contentpad{
	float:left;
	padding:0 10px 0 10px;
}

#padcolor{
	background:#353535;
	height:40px;
	width:819px;

}

#contentbot{
	float:left;
	height:10px;
	width:100%;
	background: url(../images/bot_shade.gif) no-repeat;

}


#footer{
	font-size:10px;
	padding-left:20px;
	height:12px;

}

.pad10top{
	padding-top:10px;

}

.pad6left{
	padding-left:6px;

}

td.arrow{
	background:url(../images/arrow.gif) no-repeat;
	background-position: 20px 4px;
}
td.arrow2{
	background:url(../images/arrow.gif) no-repeat;
	background-position: 20px 16px;
}

td.register img{
	float:right;
	padding:18px 36px 0 0;

}

/* popup
----------------------------------------------- */

.popupcont{
	width:100px;
	background:#000000;
	border-right:14px solid #ffffff;
	border-left:14px solid #ffffff;
	border-bottom:14px solid #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-align:center;

}

.popup #sub h5{
	width:220px;;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #7c7c7c;
	margin:0px auto;
	padding-top:20px;
	text-transform:uppercase;

}

.popup #reg h5{
	width:280px;;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #7c7c7c;
	margin:0px auto;
	padding-top:20px;
	text-transform:uppercase;

}

.close{
	height:14px;
	background:#ffffff;
	
}

.close a{
	float:right;
	color:#8da7bc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}

.close p{
	padding:0 14px 0 0;
	margin:0px;
}


.close img{
	float:right;
	padding:2px;

}

div.vidpopup {
  width: 480px;
  background:#ffffff;
  position: absolute;
  font-size:11px;
  font-family: verdana, arial, helvetica, sans-serif;
}

div.popup {
  background:#ffffff;
  position: absolute;
  font-size:11px;
  font-family: verdana, arial, helvetica, sans-serif;
}

div.popup_preview {
  width: 525px;
  height:auto;
  background:#e1e1e1;
  position: absolute;
  font-size:11px;
  font-family: verdana, arial, helvetica, sans-serif;
}

#popup_overlay {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
}

span.popup_preview_link, a.popup_preview_link {
  cursor: pointer;
}

.popup_draghandle {
  cursor: move;
}

#sub{
	width:360px;
	height:220px;
	border:10px solid #000000;
	background:#fff;
	padding:5px;

}

#subcont, #regcont{
	width:100%;

}


#urlcont{
	width:264px;
	height:40px;
	padding-top:20px;
	margin:0px auto;
	font-weight:bold;
}

.urlleft{
	width:100px;
	float:left;
	color:#797979;
	text-align:right;
	padding-right:4px;
}


.urlright{
	height:20px;
	width:160px;
	float:right;
	clear:right;
}

#subcont td.greyleft{
	#color:#7c7c7c;
}

#reg{
	width:360px;
	height:180px;
	border:10px solid #000000;
	background:#fff;
	padding:5px;

}

#subquestion{
	
	margin:0px auto;
	text-align:center;
	font-weight:bold;
	color:#7c7c7c;
	padding-top:35px;
}

#question{
	width:200px;
	margin:0px auto;
	text-align:center;
	font-weight:bold;
	color:#7c7c7c;
	padding-top:15px;
}

#answer{
	width:100px;
	margin:0px auto;
	padding-top:20px;

}

#answerleft{
	width:40px;
	float:left;
	text-align:left;
	background:url(../images/arrow.gif) no-repeat;
	padding-left:10px;
	
}
#answerright{
	width:40px;
	float:right;
	text-align:left;
	background:url(../images/arrow.gif) no-repeat;
	padding-left:10px;
}

.answercont{
	
}