html,body {
	background-color: #fff;
	font-family:arial;
	font-size:12px;
}

a{color:#9d9d9d; text-decoration:none;}
a:hover{color:#ccc}

a.nav{color:#939394; font-size:14px; text-decoration:none; display:block; float:left; text-align:center;}
a.nav:hover{color:#ff9933;}
a.navon{color:#663333; font-size:14px; text-decoration:none; font-weight:bold; display:block; text-align:center; float:left;}
.dots{}

span.orange{color:#d57545;}

p{margin:8px 0 8px 0;}

#maincontain{
	margin:auto;
	width:960px;
	height:670px;
	padding:10px;
	position:relative;
}

#logo{position:absolute; top:15px; left:15px;}

#nav{
	position:absolute;
	top:50px;
	right:5px;	
	width:510px;
	height:30px;
	text-align:right;
	border:solid 0px;
}

#content{
	border-left: solid 1px #727272;
	border-right: solid 1px #727272;
	width:931px;
	height:515px;
	position:absolute;
	top:105px; 
	left:15px;
	padding:0 8px 0 8px;
}

#footer{
	position:absolute;
	top:645px;
	left:15px;
	color:#939394;
	font-size:10px;
	width:945px;
}

.header{
	font-size:15px; 
	color:#5c5c5d; 
	width:650px; 
	line-height:24px; 
	margin:-5px 0 0 10px;
}
.headerwhat{
	font-size:20px; 
	color:#5c5c5d; 
	width:650px; 
	line-height:29px; 
	margin:-5px 0 0 10px;
}
.whatlist{
	float:left; width:240px; border-left:solid 1px #727272; color:#000; font-size:15px; font-weight:bold; line-height:23px; margin-left:5px; padding:5px 5px 5px 10px;
	}
.whatlist span{
	color:#999;
}


/* -- Fancybox Popup -- */
	#fancy_popup {
		display: block;
		width: 525px; height: 310px;
	}
	
	#fancy_popup h2 {
		margin: 0 0 16px; padding: 0;
	}
	
	#fancy_popup input[type="text"] {
		border: 1px solid #999a9a;
		height: 18px;
		padding: 2px;
		line-height: 18px;
		font-size: 14px;
	}
	#fancy_popup input.single { width: 250px; }
	#fancy_popup input.double { width: 510px; }
	#fancy_popup .submit_button {
		color: #ef811f;
		padding: 3px;
		border: 1px solid #999a9a;
		background: #fff;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
	}
	
	#fancy_popup label {
		color: #4c4d4d;
		font-size: 15px;
		font-weight: bold;
		margin-top: 4px;
	}
	#fancy_popup p {
		margin: 0 0 6px; padding: 0;
		font-size: 13px;
		color: #4c4d4d;
	}
	
	#fancy_popup .req {
		color: #e12024;
	}
	
	#fancy_popup td.submit {
		text-align: right;
		vertical-align: bottom;
	}	
	
	#fancy_popup .disclaimer {
		color: #a79b97;
		font-size: 11px;
		margin-top: 6px;
	}
	
	#thank_you {
		display: block;
		width: 200px; height: 75px;
		text-align: center;
		line-height: 75px;
		font-size: 18px;
		color: #ef811f;
	}
	#thank_you p { margin: 0; padding: 0; }

