@font-face {
    font-family: mySecondFont;
    src: url(CFCrayons-Regular.ttf);
}

@font-face {
    font-family: myFirstFont;
    src: url(JandaAppleCobblerSolid.ttf);
}
html { min-height:100%; }
body {
	margin: 0px;
	padding: 0px;
	color: #7f7467;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #0510FF;
	background-image: url(images/mainBack3.jpg);

	background-repeat: no-repeat;
	background-position: top center
	
}
a, a:link, a:visited { color: #550077; text-decoration: none; }
a:hover { text-decoration: underline; }

p { color: #333; margin: 0 0 15px 0; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #000066; font-family: Garamond, Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 34px; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0; }
h2 { font-size: 30px; font-weight: normal; margin: 0 0 30px 0; font-weight: normal;  line-height: 100%; }
h3 { font-size: 16px; margin: 0 0 15px 0; padding: 0; padding: 0; font-weight: normal;  }
h4 { font-size: 14px; margin: 0 0 5px 0; padding: 0; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l { float: left; }
.float_r { float: right; }

.header_list {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.red_text { 
	color: red;
}

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #000000; 
	background: #252120; 
	padding: 4px; 
	margin-bottom: 10px; 
}

.image_wrapper_profile { 
	display: inline-block; 
	border: 1px solid #000000; 
	background: #252120; 
	padding: 4px; 
	margin-bottom: 10px; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; font-size: 11px; color:#000066; }
cite span { color: #000066; }
em { color: #000066; }

.center_text {
	 text-align: center; 
}

.btn_more a {
	display: inline-block;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	padding: 2px 15px 2px 0;
	text-decoration: none;
}

.btn_more a:hover {
	padding-right: 20px;
	text-decoration: none;
}

.col_650 { width: 650px; } 
.col_380 { width: 380px; } 
.col_320 { width: 320px; }
.col_270 { width: 270px; }

.service_list { 
	margin: 30px 0 0 -10px; 
	padding: 0; 
	list-style: none; 
}

.service_list li { 
	margin: 0;
	padding: 0;
}

.service_list li a { 
	color: #333;
	font-size: 16px; 
	display: block; 
	height: 24px; 
	margin-bottom: 20px; 
	padding-left: 40px; 
	text-decoration: none; 
}

.service_list li .service_one { 
	background: url(images/bullet1.png) center left no-repeat; 
}
.service_list li .service_two { 
	background: url(images/bullet1.png) center left no-repeat; 
}

.service_list li .service_three { 
	background: url(images/bullet1.png) top left no-repeat; 
}

.service_list li .service_four { 
	background: url(images/bullet1.png) top left no-repeat; 
}

.service_list li .service_five { 
	background: url(images/bullet1.png) center left no-repeat; 
}

#last_service_list {
    height: 70px;
}

#policies_service_list {
    margin: 0px 0 0 -13px; 
}

#policies_service_list_item {
    height: 65px;
}

#less_spacing_above {
	margin: 0 100 0 110px; 
}

#contact_form {  
	padding: 0; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 300px; 
	padding: 5px; 
	background: #1b1a1a; 
	border: 1px solid #3b3a3a; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #aaa;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 14px; 
	color: #000000;
}

#contact_form form textarea { 
	width: 368px;  
	height: 100px; 
	padding: 5px; 
	background: #1b1a1a; 
	border: 1px solid #3b3a3a; 
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #aaa;
	margin-top: 5px; 
    resize: none; 
}

#contact_form form .submit_btn  {
	padding: 5px 10px;
	background: #1b1a1a; 
	border: 1px solid #3b3a3a; 
	color: #aaa;
	font-size: 14px;
}

#contact_form form .reset_btn  {
	padding: 5px 10px;
	background: #1b1a1a; 
	border: 1px solid #3b3a3a; 
	color: #aaa;
	font-size: 14px;
}


.antispam { display:none;}
