/**
* 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:#333;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.gif) top repeat-x #fff;
}
.container{
	width:862px;
	margin:0 auto;
}
.header{
	background:url(pic/header.jpg) top center no-repeat;
	height:101px;
}
/* Menu */
.menu{
	height:49px;
}
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:10pt;
}
.menu li{
	float:left;
	text-align:center;
	
	line-height:49px;
	padding-left:2px;
	background:url(pic/menu-sep.gif) center left no-repeat;
}
.menu a, .menu a:hover{
	text-decoration:none;
	color:#fff;
	padding:0 70px;
	
	display:block;
}
.menu a:hover, .menu a.current{
	color:#ccc;
}
/* Menu End */
.banner{
	background:url(pic/fla-bg.jpg) top center no-repeat;
	height:262px;
	clear:both;
}
.flash{
	float:right;
	margin-right:49px;
	height:262px;
}
.center{
	text-align:justify;
	padding:15px 10px;
}
.special{
	text-align:center;
	height:142px;
}
.foot_bg{
	background:url(pic/footer.gif) top repeat-x;
	height:210px;
}
.footer{
	margin-top:31px;
	height:37px;
	line-height:37px;
	font-size:8pt;
	padding:0 10px;
	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:5px;
}
.sep{
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
}
/* Structure End */

/* Main styles */
.center strong, a, a:hover, .impact, h1, h2, h3, h4, h5{
	color:#17316b;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
h1{
	font-size:16pt;
}
.impact{
	font-size:12pt;
}
.center ul{
	font-weight:bold;
}
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:10px 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 #17316b;
}
/* 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 */
