body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:0px; margin:0px; background-color:#FFFFFF; background:url(../images/main.jpg) repeat-x; width:100%; color:#333333;}
img{ border:0px;}
h1{ font-size:13px; color:#6791b1; margin-top:0px; margin-bottom:10px; font-weight:bold; text-transform:uppercase;}
h2{ font-size:12px; font-weight:bold;  margin-bottom:10px; margin-top:0px;}
p{ margin:0px; padding:0px;}
.backtotop{ color:#f48321;margin-top:10px; text-align:right; font-weight:bold;}
	.backtotop a{ color:#f48321; text-decoration:none;}
	.backtotop a:hover{ color:#f48321; text-decoration:underline;}
.divider{border-bottom:1px solid #CCCCCC; margin-top:15px; margin-bottom:15px;}
.main_holder{ width:950px; margin: 0 auto;}
.top_holder{ width:950px; height:148px; margin:0 auto; background:url(../images/pattern.jpg) no-repeat; font-size:12px; float:left;}
	.top_holder_menu{float:right; margin-top:122px; color:#FFFFFF; font-weight:bold; margin-right:30px;}
		.top_holder_menu ul{margin:0px; padding:0px;}
		.top_holder_menu li{display:inline; margin-left:10px; margin-right:10px;}
		.top_holder_menu a{ color:#FFFFFF; text-decoration:none;}
		.top_holder_menu a:hover{ color:#f48321; text-decoration:none;}
.content_holder{width:930px; padding:10px; margin-top:10px; background:#FFFFFF; float:left; margin-bottom:80px;}
	.content_holder ul{}
	.content_holder li{ list-style:none; margin-top:5px;}
	.content_holder_radio{ font-weight:bold;}
.contact_holder{}
	.contact_holder input{ width:300px;}
	.contact_holder_name{ font-weight:bold;}
.banner_holder{ width:930px; height:327px; float:left; background:url(../images/banner.jpg) no-repeat; margin-bottom:10px;}
.text_holder{ width:930px; margin:0 auto; float:left;}

	

	
/*FOR STICKY FOOTER*/	
.footer_container{
	/*The main footer div witch will hold the bar*/
	bottom: 0px;
	font-size: 11px; /*Font size used within the footer unless specifeied elsewhere*/
	padding: 0px;	/*0 Padding for the footer container*/
	position: fixed;/*Fixe the containter at bottom*/
	right: 0px;
	width: 100%;/*This is not the footer width: goto -> .footer_bar->margin-(left/right)*/
}

.footer_container .footer_bar{
	background:#0068ad;
	/*Border for the outline effect, note.. DONT add border bottem*/
	border-right:1px solid #b5b5b5;
	border-top:1px solid #b5b5b5;
	border-left:1px solid #b5b5b5;
	/*How big do you want the bar*/
	height:40px;
	/*Visibility general*/
	overflow: visible !important;
	position: relative;
	display:block;
}
.footer_text{ width:950px; text-align:center; margin:0 auto; color:#FFFFFF; font-size:25px; margin-top:5px; font-family:Arial, Helvetica, sans-serif;}