@charset "utf-8";
/* CSS Document */


body  {
	font: 1em "Helvetica", sans-serif;
	line-height: 1.5em;
	background-image: url(img/bg/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
a{
	color: #336699;
	text-decoration:none;
}	
a:hover{
	color: #66CC00;
}
h1{
	font-family:"Helvetica", sans-serif;
	font-weight: 400;
	font-size: 25px;
	font-weight: bold;	
	color: #333333;
}
ol {
	color: #336600;
}
	
.twoCol #container { 
	width: 904px;
	background-image: url(img/bg/content.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 
.twoCol #container h1{
	margin-top:-15px;
	color: #85AD4E;
}
.twoCol #container h1 span a{
	color: #85AD4E;
	text-decoration: underline;
	padding: 30px 0 0 60px;
}
.twoCol #header {
	height: 408px;
	background-image:url(img/bg/header.jpg);
	background-repeat:no-repeat;
	 
} 
#nav {
	margin:0 auto;
	width: 900px;
	height: 340px;
	padding: 300px 0 0 0px;	
	color:#FFFFFF;
}
#main_nav ul li{
	color:#FFFFFF;
	list-style:none;
	text-decoration:none;
	display:inline;
	font-family:"Helvetica", sans-serif;
	font-weight:bold;
	font-size: 15px;	
	padding: 0 10px 0 0;
}
#main_nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
#main_nav ul li a:hover{
	color: #85AD4E;
}
.twoCol #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoCol #sidebar1 {
	float: right;
	width: 250px; 
	background: #fff; 
	padding: 15px 10px;
	margin: 0 50px 0 0;
}
#contact {
	float: right;
	width: 225px;
	height: 525px;
	background-image: url(img/contact_box.jpg);
	background-repeat:no-repeat;
	margin: 40px 20px 0 0;	
}
#contact h2{
	font-size:14px;
	padding: 0 0px 0 5px;
}
.twoCol #mainContent { 
	margin: 0 350px 0 0; 
	padding: 0 0 0 60px; 
} 
.twoCol #mainContent strong{
	color: #000000;
	font-size: 14px;
} 
.twoCol #mainContent2{ 
	margin: 0 75px 0 0; 
	padding: 0 0 0 60px; 
} 
.twoCol #mainContent2 p{
	font-size:12px;
} 
.twoCol #footer { 
	padding: 0 0px 0 100px;
	height: 141px;
	background-image:url(img/bg/footer.jpg);
	background-repeat:no-repeat;	
} 
.twoCol #footer p {
	margin: 0 0 0 -56px; 
	padding: 100px 0 0 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.testi {
	font-size:12px;
	font-weight:bold;
}
.testi em{
	color:#663300;
}
#logos a{
	color: transparent;
}
#credit {
position:absolute;
padding: 10px 0 0 740px;
}
#credit a{
	font-size:10px;
	color: #000;
}
#credit a:hover{
	color: #66CC33;
}

#footer #scroller {
	margin-left: 100px;
	margin-top: -10px;
}
.license {
	color: #FFFFFF;
	position: absolute;
	margin-top: 50px;
	padding: 100px 0 0 44px;
	font-size:12px;
}
.license2 {
	color: #FFFFFF;
	position: absolute;
	margin-top: -50px;
	padding: 0px 0 0 44px;
	font-size:12px;
}
/*********** CONTACT FORM ************/

.message {
	width: 150px;
	height: 70px;
}
#contact_form { 
	width: 190px;
	padding: 20px 0 0 40px;
}

.main{ 
 	background: transparent !important; 
	
}
.left{
  
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
  
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://www.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float:left;
    margin-bottom:15px;
    padding-right:5px;
}
div.backButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://www.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://www.jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
    height:16px;
    width:53px;
    float: left;
    margin-bottom:15px;
    padding-right:5px;
}
div.nextButton:hover{
    background: transparent url("http://www.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://www.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
 .cat_textbox {
	margin-bottom: 2px;
	float: left;
	width: 350px;
	height: 20px;
	border: 2px solid #000000;
	font-size:12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
.cat_listbox {
	margin-bottom: 2px;
	float: left;
	width: 450px;
	height: 50px;
	border: 2px solid #000000;
	font-size:12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}

