﻿ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 } a img,:link img,:visited img { border:none } address { font-style:normal }
body {
	font: .74em Arial, Sans-Serif;
	color: #333;
	line-height: 1.6em;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a { color: #009ddb; text-decoration: underline; }
a:hover { color: #8AD4EC; }
p  { margin: 5px 0 15px;}
h2 {
		font-size: 1.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
h2 a { text-decoration: underline; }
h1 { font: 2.3em Georgia; margin: 0 0 22px; }
h1 a { color: #fff; }
h1 a:hover { color: #CFA5D3; }
.clear { clear: both; }
.wrap {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#options {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}
	#options a {
	color: #FFFFFF;
	padding: 0 0 0 8px;
	margin: 0 0 0 10px;
}
	#options a:hover {
	color: #009DDB;
}

#menu {
	float: right;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 23px;
	background-image: url(images/menubg3.gif);
	background-repeat: repeat-y;
}
#menu li { display: inline; }
#menu li a {
	float: left;
	padding: 8px 30px;
	margin: 0 1px 0 0;
	background-color: #009DDB;
	color: #FFFFFF;
	background-image: url(images/menu.gif);
	text-decoration: none;
	font-weight: bold;
}
	#menu li a:hover {
	color: #fff;
	background-color: #80D9FF;
	background-image: url(images/menuhover.gif);
	font-weight: bold;
}

#content {
	float: left;
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#right {
	float: right;
	width: 270px;
	margin: 0 0 40px;
	padding: 1px;
}
.box {
	color: #231F20;
	background-color: #B3CB94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 11px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 18px;
	background-image: url(images/boxbg.gif);
	border: 6px solid #FFFFFF;
}
.box h3 { margin: 0 0 0px; }
.box p { margin: 0; }
#toplinks {
	float: right;
	height: 25px;
	width: 300px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	padding: 10px 0;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/footerbg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerlinks {
	float: left;
	width: 150px;
}
	#footer ul {
	float: left;
	width: 150px;
	list-style-type: none;
}
	#footer li { padding: 5px 8px; }
		#footer li a {
	color: #009DDB;
}
		#footer li a:hover {
	color: #8AD4EC;
}
	#footer #col {
	float: right;
	width: 420px;
}
#footerbox {
	float: right;
	width: 250px;
}
#introimg {
	height: 250px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#logo {
	float: left;
	height: 110px;
	width: 192px;
}
.style1 {
	color: #009DDB
}
.copyright {
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
.copyright A:link {
	text-decoration: none;
	color: #CCCCCC;
}
.copyright A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.copyright A:active {
	text-decoration: none;
	color: #CCCCCC;
}
.copyright A:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.footerwrap {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 45px;
	height: 125px;
}
/* -----------:: Contact Form:: ----------------*/
.contactform fieldset {
width:500px;
margin-left:0;
padding: 1em;
font-size:1em; 
background-color:#45484d;
border:0;
} 
.contactform fieldset legend {
font-weight: bold;
display:none;
} 
.contactform div {
width: 100%; 
padding: 0.25em 0 0.25em 0;
color:#fff;
} 
.contactform div label {
display: block; 
width: 10em; 
}
.contactform textarea {
width:250px;
height:150px;
}
.contactform div.required {
font-weight:bold;
} 
.contactform .fbsubmit {
margin-left:0;
}
div.captcha {
margin-left:0;
font-size:1em;
}
.error_message {
font-size:1em;
margin:0 0 10px 25px;
font-weight:bold;
}