/* Layout Stylesheet */ 

body {
 margin:0 0 0 0;
 background:#008000;
 
 color: #333333;
 text-align:center;
 padding:0;
 font-family: tahoma,arial,helvetica;
 font-size:10pt;
 }
 
h1 {
 font-family: tahoma,arial,helvetica;
 font-size: 24pt;
 color:orange;
}

h2 {
	font-family: tahoma,arial,helvetica;
	font-size: 14pt;
	color:#000;		
}

h3 {
	font-family: tahoma,arial,helvetica;
	font-size: 11pt;
	color:#000;		
}

a {
 	text-decoration: none;
 	color: #087da4;
}

a:hover {
	text-decoration: underline;
 	color: orange;
}

#footer a {
 	color: #CCC;
	text-decoration: underline; 	 	
}

#footer a:hover {
 	color: #CCC;
	text-decoration: none; 	 	
}

.after_footer{
 text-align: center;
 font-size: 8pt;
}

.after_footer a {
 color:white;
 text-decoration: none;
}

.after_footer a:hover {
 color:white;
 text-decoration: none;
}
 
#container {
 text-align:left;
 width:960px;
 margin:auto;

}

#header {
 color: #333333;
 padding:4px; 
 padding-left:5px;
 height:55px;
 margin-bottom:10px;
 }

#content {
 background:#FFF;
 padding:4px;
 margin:0px;
 
}

#content_terms {
 background:#FFF;
 padding:4px;
 margin:0px;
 text-align:left;
 width:460px;
 
}

#shadowbox {
 background-color: #FFF;
  border: solid 1px #AAA;
}

#footer {
 background:#087da4;
 color: #CCC;
 font-size:8pt; 
 padding:10px;
 clear:both
 }

#footer_column1 {
 float:left;
 width:220px;
 clear:left;
} 

#footer_column2 {
 float:left;
 width:220px;
}

#footer_column3 {
 float:left;
 width:220px;
}  

#footer_column4 {
	float:left;
 width:220px;
}  

#banner{
 text-align:center;
}

.error {
	border: solid 1px red;
	padding: 5px;
	color: red;
	background-color:#FFF0F2;
	margin-bottom: 10px;
	font-size: 8pt;
}

.form_txt{
 font-size:10pt;
}

p {
  font-size:8pt;
}
 table {
  font-size:8pt;
}

li {
  font-size:8pt;
}

#form {
	border: solid 1px #FFF;
	width:380px;	
	padding: 5px;
	margin-right:140px;
	margin-bottom:30px;	
	text-align:left;
}

#form label {
	display:block;		
	width:145px;
} 

.button{
 text-align:right;
}


input {
  margin-bottom: 5px;
  color:#333333;
}

input[type=text], select{
	color:#333;
	font-size:11pt;
	width:250px;
	background-color: #FFF;
	border: solid 1px #000;
	margin-bottom: 5px; 
}

input[type=text]:focus{
	border: solid 1px orange;
}

input[type=checkbox]{
	vertical-align: baseline;
}
 
#leftcolumn {
	clear:left;	
	float:left;
	width:45%;	
	padding:4px;
	margin:0px;
	margin-left:22px;
	margin-right:24px;
 }
 
#rightcolumn {
	float:left;
	width:45%;	
	padding:4px;
	margin:0px;
 } 

.onecolumn {
	width:100%;	
	padding:4px;
	margin:0px;
	margin-left:22px;
	margin-right:22px;	
	width:95%;
	clear:both;
 }
 
.social img{
 border:none;
 margin-right:6px;
 vertical-align: baseline;
}

.social a{
 margin-right:10px;
}
 
.aff_banner {
	clear:both;
 	border: solid 1pt #EEE;
 	height: 64px;
 	font-size:8pt;
 	font-family: verdana, arial;
 	padding: 4px;
}

.aff_banner img {
	margin: 0 15px 15px 0;
	padding: 2px;
	float: left; 	
}

.aff_banner a {
	color: #4B4B4B;
}

.aff_banner a:hover {
	text-decoration: none;
}

#terms {
	font-size:8pt;
}
	