﻿@charset "utf-8";
/* CSS Document */

body{
	background: #000000;
	margin: 0px;
}

.bottom {
	background: #5e5e5e url(../images/bottom_bg.jpg) repeat-x top;
	height:52px;
}
.headings {
	font: bold normal 24px Arial, Helvetica, sans-serif;
	color: #cc6600;
	text-decoration: none;
	line-height:35px;
}
.sub_headings {
	font: 600 normal 12px Arial, Helvetica, sans-serif;
	color: #010101;
	text-decoration: none;
}
.paragraph {
	font: 400 normal 11px/normal Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.paragraph a
{
color:#336600;
font-weight:600;
text-decoration:underline;
}
.paragraph a:hover
{
color:#000000;
text-decoration:none;
}
.heading2 {
	font: bold normal 18px/25px Arial, Helvetica, sans-serif;
	color: #cc6600;
	text-decoration: none;
	line-height:30px;
}
.heading3 {
	font: bold normal 18px/25px Arial, Helvetica, sans-serif;
	color: #cc6600;
	text-decoration: none;
	text-align:center;
	line-height:35px;
}
.text_form
{background:url(../images/form_bg.gif) repeat-x;
height:20;
text-align:left;
font-family:Verdana;
font-size:11px;
font-weight:400;
border:1px #000000 solid;
padding-left:3px;
}
.sub_headings2 {
	font: 600 normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	line-height:22px;
}
.form
{background:url(../images/email_textarea.jpg) no-repeat;
width:218px;
height:26px;
}
.textarea
{
background:#cccccc;
border:0;
left:0;
vertical-align:middle;
font: 400 normal 11px/normal Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
text-align:left;
}
.bottom_link{
font: normal 11px Arial, Helvetica, sans-serif;
text-transform: none;
color: #cccccc;
text-decoration: none;
text-align: left;
vertical-align: middle;
}
.bottom_link a
{
text-decoration:underline;
color:#cccccc;
}
.bottom_link a:hover
{
text-decoration:none;
color:#FFFFFF;
}
.contact_form
{
	font: 400 normal 11px/normal Arial, Helvetica, sans-serif;
	color: #752100;
	text-decoration: none;
	text-align: left;
	padding-left:3px;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}
.contact_form:hover
{
border:#e27b02 1px solid;
}
.contact_form:focus
{
border:#e27b02 1px solid;
}
.contact_btn
{
background:url(../images/btn.gif) repeat-x;
font: 400 normal 11px/normal Arial, Helvetica, sans-serif;
border:#a43400 1px solid;
height:25px;
color:#FFFFFF;
}
.contact_btn:hover
{
cursor:pointer;
background:url(../images/btn_h.gif) repeat-x;
border:#ffa92f 1px solid;
}