/* CSS Document */

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

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#4a4b4b;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.gif) top repeat-x #fdfdfd;
}
.container{
	width:800px;
	margin:0 auto;
}
.company{
	position:absolute;
	height:138px;
	width:193px;
}
.section {
 padding-left: 0px;
 padding-right: 0px;
}
#sectionSiteContent {
 font-size:10px;
 color: #fff;
 height: 58px;
 overflow: scroll;
 margin: 30px 0px 0px 0px;
 padding:5px 10px;
}
/* Menu */
.menu{
	height:72px;
	padding-left:193px;
}
.menu ul{
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:12pt;
}
.menu li{
	float:left;
	text-align:center;
	list-style-type:none;
	
	line-height:72px;
}
.menu li a{
	text-decoration:none;
	color:#fff;
	padding:0 20px;
	
	display:block;
}
.menu li a:hover, .menu li a.current{
	text-decoration:underline;
	color:#feff3e;
	
	display:block;
}
/* Menu End */
.flash{
	clear:both;
	background:url(pic/fla_bg.jpg) top center no-repeat;
	height:279px;
	padding-left:15px;
}
/* Special */
.special{
	float:left;
	width:164px;
	margin:15px 0 15px 26px;
	background:url(pic/spec-bg.gif) center repeat-y;
	font-size:12pt;
}
.special *{
	padding-left:5px;
}
.special .nopad{
	padding-left:0;
}
.special a{
	line-height:47px;
	display:block;
	vertical-align:middle;
	text-decoration:none;
	color:#747578;
}
.special a img{
	float:left;
	margin-right:15px;
}
.special a:hover, .special a.current{
	color:#f3830a;
}
/* Special End */
.center{
	padding:5px 10px;
	margin:5px 25px 20px 200px;
}
.footer{
	border-top:1px solid #ccc;
	background:url(pic/footer.jpg) top center no-repeat;
	height:60px;
	line-height:14px;
	font-size:8pt;
	padding:6px 10px 5px;
	text-transform:uppercase;
	clear:both;
}
.footer, .footer a{
	color:#999;
}
.footer a:hover, .footer a.current{
	color:#f48b1a;
}
.webbuilt4u{
	float:right;
	margin-top:5px;
}
.sep{
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
}
/* Structure End */

/* Main styles */
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
	color:#13375f;
}
h1{
	font-size:15pt;
}
.impact{
	color:#13375f;
	font-size:12pt;
}
p{
	margin:10px 0;
	padding:0;
}
.center ul, .center strong{
	color:#13375f;
}
a{
	color:#13375f;
	text-decoration:underline;
}
a:hover{
	color:#13375f;
	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:10%;
}
form p{
	font-weight: bold;
}
form label{
	float: left;
	width: 130px;
	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;
}
.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;
}
/* 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;
}
a.thickbox img{
	border:1px solid #ccc;
}
a.thickbox:hover img{
	border:1px solid #13375f;
}
/* 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 #13375f;
}
/* titles in gallery end */

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

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