body {
	background:url(../images/mainbg.gif) repeat-x #FFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
.nostyler {
	text-decoration:none;
	color:#cc1d22;
}
.nostyleb {
	text-decoration:none;
	color:#087dc2;
}
.nostyle {
	text-decoration:none;
	color:#fff;
}
/*@font-face { font-family: Avant; font-weight:bold; src: url('../images/AVANTGB.TTF');
} 
@font-face { font-family: Avant; font-weight:normal; src: url('../images/AVANTGN.TTF');
}*/
.orange {
	color:#f68920;
}
.red {
	color:#cc1d22;
}
.blue {
	color:#087dc2;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #999;
}
h1 {
	font-size:30px;
	font-weight:bold;
	margin: 0;
}
h3.left {
	font-size:18px;
	margin:0;
}
h3 {
	font-size:20px;
	margin: 35px 0 -10px 0;
	font-weight: bold;
	padding: 0;
}
h2 {
	font-size:24px;
	padding: 0;
	font-weight: bold;
	color: #087dc2;
	margin-top: 0px;
}
h4 {
	font-size:18px;
	margin-top: 27px;
	font-weight: bold;
}
h5 {
	font-size:30px;
	margin: 0 0 2px 0;
}
.clear {
	clear:both;
}
.clear20 {
	clear:both;
	height:20px;
}
.space40 {
	clear:both;
	background:url(../images/space40.gif) no-repeat;
	height: 40px;
}
#top {
	width:940px;
	margin:0px auto;
	padding:0;
	height: 129px;
}
.logo {
	width:139px;
	float:left;
}
.banner {
	float:left;
	width:801px;
	height:83px;
}
.topr {
	float:left;
	width:801px;
	height: 129px;
}
/* For Template */

#right_column {
	width:200px;
	float:left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
.footer {
	background:#115075;
	height: 257px;
}
.footer h5 {
	text-align:center;
	padding-top: 10px;
}
.webtn {
	width:940px;
	margin:0px auto;
}
a.spcbtn {
	display:block;
	background:url(../images/spc_btn.jpg) no-repeat left top;
	height:208px;
	text-indent:-9999px;
}
a.spcbtn:hover {
	display:block;
	background-position:-300px top;
	height:208px;
}
a.swfbtn {
	display:block;
	background:url(../images/swf_btn.jpg) no-repeat left top;
	height:208px;
	text-indent:-9999px;
}
a.swfbtn:hover {
	display:block;
	background-position:-300px top;
	height:208px;
}
a.stblbtn {
	display:block;
	background:url(../images/stbl_btn.jpg) no-repeat left top;
	height:208px;
	text-indent:-9999px;
}
a.stblbtn:hover {
	display:block;
	background-position:-300px top;
	height:208p;
}
.white {
	color:#fff;
}
.a300 {
	width:300px;
	float:left;
}
.a20 {
	width:20px;
	float:left;
}
#foot {
	height:20px;
	background:#f2f2f2;
}
#foot p {
	color:#202020;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	margin:0;
	text-align:center;
	padding:0;
}
/* Contact Form */
#content {
	background:#fff;
	width: 940px;
	margin: 0px auto;
}
.container {
	width:940px;
	height: 1050px;
}
.right_col {
	width:940px;
}
#container {
	width:844px;
	margin:0px auto;
	padding-top: 20px;
}
.sep {
	width:20px;
	float:left;
}
#contact-form {
	background-color:#2d2d2d;
	width:360px;
	padding:20px;
	border: 6px solid #999;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	float: left;
}

#contact-form h1 {
	font-size:42px;
	padding-top:0;
	margin-top:0;
}

#contact-form h2 {
	margin-bottom:15px;
	font-weight:normal;
	color: #999;
	font-size: 15px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
	font-size:15px;
	margin-bottom:2px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
	width:360px;
	border: 1px solid #bfbfbf;
	margin-bottom:20px;
	padding:4px;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
	border: 1px solid #AFCDD8;
	background-color: #bfbfbf;
}

#contact-form textarea {
	height:150px;
	resize: none;
}

#contact-form label {
	display:block;
	color: #f2f2f2;
}

#contact-form .required {
	font-weight:bold;
	color:#F00;	
}

#contact-form #submit-button {
	width: 100px;
	background-color:#333;
	color:#FFF;
	border:none;
	display:block;
	float:right;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:6px;
	background-color:#999;
	-moz-border-radius:8px;
}

#contact-form #submit-button:hover {
	background-color: #222222;
}

#contact-form #submit-button:active {
	position:relative;
	top:1px;
}

#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(../img/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}
.error {
	color:#F00;
}
#errors {
	border:solid 1px #E58E8E;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

#success {
	border:solid 1px #83D186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-style:italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color:#CCC;
	font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#CCC;
	font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color:#CCC;
	font-style:italic;
}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
