/**
* BIA Web site template ver 5.0.0
* GPLv3 Licence
*/

/* Global Default */
a img{
	border:0;
}
/* Global Default End */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg2.png) top repeat-x fixed #fff;
}
.container{
	width:750px;
	margin:0 auto;
}
.header{
	background:url(pic/header.png) top center no-repeat;
	height:88px;
}
/* Menu */
.menu{
	background:url(pic/menu.png) top center no-repeat;
	height:50px;
	padding-left:50px;
}
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:10pt;
	text-transform:uppercase;
}
.menu li{
	float:left;
	text-align:center;
	
	line-height:50px;
	padding-left:2px;
	background:url(pic/menu-sep.gif) center left no-repeat;
}
/* for double backdround menus 
.menu b, .menu a:hover b{
	padding-left:20px;
	display:block;
}
.menu a:hover b, .menu a.current b{
	background:url(pic/menu-start.gif) top left no-repeat;
}
*/
.menu a, .menu a:hover{
	text-decoration:none;
	color:#fff;
	padding:0 20px;
	
	display:block;
}
.menu a:hover, .menu a.current{
	background:url(pic/menu-sel.png) bottom repeat-x;
}
/* Menu End */
.banner{
	background:url(pic/banner.jpg) top center no-repeat;
	height:100px;
	clear:both;
}
.flash{
	background:url(pic/fla.jpg) top center no-repeat;
	height:235px;
}
.center_bg{
	background:url(pic/center-bg.png) bottom center no-repeat #22798f;
}
.center{
	padding:15px 10px;
	margin:23px 25px 125px;
	border:1px solid #d2dfe1;
	
	background:#111;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.special{
	float:right;
	width:200px;
	padding:15px 0;
}
.footer{
	background:url(pic/footer.gif) top repeat-x;
	height:30px;
	line-height:30px;
	font-size:8pt;
	padding:0 20px;
	text-transform:uppercase;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#999;
	text-decoration:none;
}
.footer a:hover, .footer a.current{
	text-decoration:underline;
}
.webbuilt4u{
	float:right;
	margin-top:1px;
}
.sep{
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
}
/* Structure End */

/* Main styles */
.center ul, .center strong, a, a:hover, .impact, h1, h2, h3, h4, h5{
	color:#fff;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
h1{
	padding-top:0;
	font-size:16pt;
}
.impact{
	font-size:12pt;
}
p{
	margin:10px 0;
	padding:0;
}
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* Main styles End */

/* BIA Standard */
.big{
	font-size:16pt;
}
.small{
	font-size:8pt;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
img.fr{
	margin:5px 0 5px 10px;
}
img.fl{
	margin:5px 10px 5px 0;
}
.cl{
	clear:both;
}
.centered{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
.inblock{
	display:inline-block;
}
ul.none{
	list-style-type:none;
}
/* BIA Standard end */

/* additional */
p.response{
	margin:30px 0 0;
	font-style:italic;
}
p.subscription{
	margin:0 0 10px;
	text-align:right;
}
p.question{
	font-weight:bold;
}
p.answer{
	font-style:italic;
}
/* additional end */

/* Enquiry */
form{
	padding-left:5%;
}
form p{
	font-weight: bold;
}
form label{
	float: left;
	width: 130px;
	text-align:right;
	padding-right:10px;
}
form input, form textarea{
	margin-bottom: 5px;
}
form select{
	margin-bottom: 5px;
}
form textarea{
	width: 250px;
	height: 50px;
}
form .short{
	width:80px;
}
form .long{
	width:180px;
}
form input[type="radio"], form input[type="checkbox"]{
	width:1em;
}
form #Submit{
	margin-left: 138px;
	margin-top: 5px;
	width: 90px;
}
.red{
	color:#f00;
}
button.calendarStyle{ /* pop-up calendar */
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(calendar/calendar.png);
	cursor: pointer;
	cursor: hand;
}
/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Enquiry End */

/* gallery */
.gallery{
	text-align:center;
}
.gallery a img{
	border:2px solid #ccc;
	margin:5px;
}
.gallery a:hover img{
	border:2px solid #09416d;
}
/* gallery end */

/* Tables */
table.none{
	border:0;
}
table td{
	padding:2px 5px;
}
table.tiny td{
	border:1px solid #ccc;
}
/* Tables End */

/* Border Box */
.border_top, .border_box, .border_end{
	width:812px;
	margin:0 auto;
}
.border_top{
	background:url(pic/border-top.png) bottom center no-repeat;
	height:9px;
}
.border_box{
	background:url(pic/border.png) center repeat-y;
}
.border_end{
	background:url(pic/border-end.png) top center no-repeat;
	height:26px;
}
/* Border Box End */