/* CSS Document */

/* 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:810px;
	margin:0 auto;
	background:url(pic/center_bg.gif) center repeat-y;
}
.mainsection{
 padding-left: 0px;
 padding-right: 0px;
 width: 800px;
}
#ImportantSiteContent {
	font-size:10px;
	color: #000;
	height: 58px;
	overflow: scroll;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
}

.header{
	background:url(pic/header.jpg) top center no-repeat;
	height:100px;
}
.menu{
	padding-top:2px;
	padding-left:5px;
}
.banner{
	background:url(pic/fla_bg.jpg) top center no-repeat;
	height:301px;
	clear:both;
}
.flash{
	float:right;
	height:201px;
	width:599px;
	margin-right:5px;
}
.center{
	padding:5px 10px;
	margin:20px 5px 20px 206px;
	border-left:1px solid #eee;
}
.special{
	float:left;
	width:200px;
	padding:25px 0;
	margin:30px 0 20px 5px;
	text-align:center;
}
.special a img{
	border:0;
}
.footer{
	font-size:8pt;
	line-height:14px;
	clear:both;
	padding:5px 10px;
	text-align:right;
	height:100px;
	background:url(pic/footer.gif) bottom center no-repeat;
}
.footer, .footer a, .footer a:hover{
	color:#999;
}
.webbuilt4u{
	float:right;
}
.webbuilt4u a img{
	border:0;
}
.sep{
	clear:both;
	border-bottom:1px solid #eee;
	margin:0 5px;
}
.spacer{
	height:300px;
}
/* Structure End */

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


/* Menu */
.menu ul{
	padding:0;
	margin:0;
}
.menu li{
	list-style-type:none;
	
	width:201px;
	line-height:26px;
	padding-bottom:1px;
	cursor:pointer;
}
.menu li a{
	text-decoration:none;
	color:#adaeb0;
	padding-left:20px;
	
	display:block;
}
.menu li a:hover, .menu li a.current{
	text-decoration:none;
	color:#fff;
	background:#c33d3d;
	
	display:block;
}
/* Menu 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;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
.inblock{
	display:inline-block;
}
.noborder{
	border:0;
}
/* 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: 180px;
	text-align:right;
	padding-right:10px;
}
form input, form textarea{
	width: 180px;
	margin-bottom: 5px;
}
form textarea{
	width: 250px;
	height: 50px;
}
form .short{
	width:80px;
}
form input[type="radio"], form input[type="checkbox"]{
	width:1em;
}
form #Submit{
	margin-left: 138px;
	margin-top: 5px;
	width: 90px;
}
/* for me causing only problems so far
 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 #000;
}
a.thickbox:hover img{
	border:1px solid #c33d3d;
}
/* 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 #c33d3d;
}
/* 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 */