/*- 0: Standard Template Elements---------------------------------- */


.body_home {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	background-color: #1a191f;
	background-repeat:repeat-x;
	background-image:url(../imgs/bg_home.jpg);
	background-position:top center;
	position: relative;
	text-align: center;
	line-height: 18px;
}

.body_sub {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	background-color: #141318;
	background-repeat:repeat-x;
	background-image:url(../imgs/bg_sub.jpg);
	background-position:top center;
	position: relative;
	text-align: center;
	line-height: 18px;
}

a:link, a:active, a:visited { 
	color: #f95c5c; 
	text-decoration: none;
}

a:hover { 
	color: #f95c5c; 
	text-decoration: underline; 
}

a.sub:link, a.sub:active, a.sub:visited { 
	color: #ffffff; 
	text-decoration: none;
}

a.sub:hover { 
	color: #ffffff; 
	text-decoration: underline; 
}

/*- : Frame Structure---------------------------------- */


.container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 930px;
}

.main{
	height:500px;
}

.content{

}

.title{
	padding:38px 0 10px 0;
	text-align:center;
}

/*- : FONTS ---------------------------------- */

.sub_title{
	font-size:18px;
	font-weight:bold;
	padding-bottom:30px;
	line-height:22px;
}


/*- : SECTIONS ---------------------------------- */

.functions{
	text-align:center;
}

.floorplan{
	text-align:center;
}

.clients{

}

.clients_left{
	float:left;
	width:400px;
	padding-left:30px;
}

.clients_right{
	float:right;
	width:400px;
	padding-right:30px;
}

.clients_logo{
	float:left;
	border:5px solid #606060;
	margin-right:15px;
}

.clients_blank{
	float:left;
	padding:5px;
	margin-right:15px;
	width:100px;
	height:20px;
}

.clients_txt{
	float:left;
	padding-top:10px;
	width:270px;
}

.policies{
	padding:0 170px 0 215px;
}


/*- : HOLDER ---------------------------------- */

.small_bar{
	padding:10px 0 10px 0;
}

.policy_title{
	padding:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
}

.faq_title{
	padding:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
}

.client_list{
	padding:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

.footer{
	padding:50px 0 40px 0;
	text-align:center;
	clear:both;
}

.menu{
	height:92px;
	text-align:center;
}

.sub_menu{
	font-size:14px;
	font-weight:bold;
	text-align: center;
	clear:both;
}

.float_left{
	float:left;
	margin-right:25px;
}

.venue_left{
	float:left;
	padding:5px;
	background-color:#FFFFFF;
}

.venue_right{
	float:right;
	width:450px;
}

.w_200{
	width:270px;
	position:absolute;
	top:130px;
	left:22px;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.theform{
	display:inline;
}

input.txtfld{
	color:#501c3e;
	width:250px;
	font-size:11px;
	padding:2px;
}

.pt_10{
	margin-top:5px;
	text-align:right;
	width:250px;
}

#clearall {clear: both; margin: 0px; height:0;}