/* CSS Document */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.gif) top repeat-x #fff;
}
.container{
	width:800px;
	margin:0 auto;
}
.header{
	background:url(pic/header.gif) top center no-repeat;
	height:101px;
}
.menu{
	height:44px;
}
.flash{
	height:205px;
	width:769px;
	border:5px solid #cf050a;
	margin:10px auto;
	clear:both;
}
.center{
	padding:5px 10px;
	margin-right:150px;
}
.special{
	float:right;
	width:140px;
	padding:25px 0;
	margin:20px 0 20px 10px;
	border-left:1px solid #c0bebe;
	text-align:center;
}
.special a img{
	border:0;
}
.footer{
	border-top:1px solid #c0bebe;
	font-size:10px;
	line-height:23px;
	clear:both;
	padding:5px 10px;
}
.footer, .footer a, .footer a:hover{
	color:#919191;
	text-transform:uppercase;
}
.webbuilt4u{
	float:right;
}
.webbuilt4u a img{
	border:0;
}
/* Structure End */

/* Main styles */
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
	color:#082837;
	font-size:22px;
}
h2{
	color:#900002;
	font-size:16px;
}
.impact{
	color:#082837;
	font-size:18px;
}
p{
	margin:10px 0;
	padding:0;
}

a{
	color:#082837;
	text-decoration:underline;
}
a:hover{
	color:#082837;
	text-decoration:none;
}
/* Main styles End */


/* Menu */
.menu ul{
	padding:0 40px;
	margin:0;
}
.menu li{
	text-align:center;
	list-style-type:none;
	float:left;
	
	width:140px;
	line-height:44px;
}
.menu li a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	
	display:block;
}
.menu li a:hover, .menu li a.current{
	text-decoration:none;
	background:url(pic/menu_sel.jpg) bottom center no-repeat;
	
	display:block;
}
/* Menu End */


/* BIA Standard */
.big{
	font-size:22px;
}
.small{
	font-size:10px;
}
.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;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
.inblock{
	display:inline-block;
}
/* 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:10%;
}
form p{
	font-weight: bold;
}
form label{
	float: left;
	width: 210px;
	text-align:right;
	padding-right:10px;
}
form input, form textarea{
	width: 180px;
	margin-bottom: 5px;
}
form textarea{
	width: 250px;
	height: 50px;
}
form input.short{
	width:80px;
}
form input.checkbox{
	width:20px;
}
form .boxes{
	width: 1em;
}
form #Submit{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
form br{
	clear: left;
}
.red{
	color:red;
}
button.calendarStyle{ /* pop-up calendar */
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(calendar/calendar.png);
	cursor: pointer;
	cursor: hand;
}
/* Enquiry End */

/* gallery */
.gallery{
	text-align:center;
}
a.thickbox img{
	border:1px solid #082837;
}
a.thickbox:hover img{
	border:1px solid #900002;
}
.gallery img{
	margin:2px;
}
/* gallery end */

/* titles in gallery */
.thickbox{
	text-decoration:none;
}
.thickbox .pabsolute{
	position:absolute;
	margin:0 0 0 -80px;
	
	height:20px;
	width:60px;
	text-align:center;
	background:white;
	border:1px solid #082837;
}
/* titles in gallery end */

/* Show/Hide functionality */
.gallery h3{
	cursor:pointer;
}
.gallery div{
	display:none;
}
/* Show/Hide functionality End */

/* Pass form */
.pass_form{
	width:60%;
	text-align:right;
}
.pass_form p{
	text-align:right;
}
/* Pass form End */