/* CSS Document */

/* Global Default */
a img{
	border:0;
}
/* Global Default End */
.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;
}

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.png) top repeat-x #b1c7fb;
}
.container{
	width:838px;
	margin:0 auto;
}
.head{
	height:30px;
	line-height:30px;
	padding-left:20px;
}
.head, .head a, .head a:hover{
	color:#fff;
}
.header{
	background:url(pic/header.jpg) top center no-repeat;
	height:120px;
}
/* Menu */
.menu{
	background:url(pic/menu.jpg) top center no-repeat;
	height:50px;
	padding-left:18px;
}
.menu ul{
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:10pt;
}
.menu li{
	float:left;
	text-align:center;
	list-style-type:none;

	line-height:50px;
}
.menu a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	
	padding:0 5px;
	display:block;
}
.menu a:hover, .menu a.current{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#fff;
	
	display:block;
}
/* Menu End */
/* Left Menu */
.left_menu{
	float:left;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.left_menu ul{
	padding:15px 0 15px 7px;
	margin:0;
}
.left_menu li{
	width:210px;
	line-height:28px;
	list-style-type:none;
	border-bottom:1px solid #dcdcdc;
}
.left_menu a{
	text-decoration:none;
	color:#2c8dd7;
	padding-left:15px;
	display:block;
}
.left_menu a:hover, .left_menu a.current{
	color:#173b70;
	display:block;
}
/* Left Menu End */
.center_inside{
	background:url(pic/center_bg.gif) top repeat-x #fcfeff;
	width:802px;
	margin:0 auto;
}
.flash{
	height:230px;
	padding-left:217px;
}
.special{
	background:url(pic/spec.png) top center no-repeat;
	height:239px;
	width:237px;
	padding:0;
	position:absolute;
	margin-left:-20px;
	padding:4px 0 0 32px;
}
.center{
	padding:5px 10px;
	margin:5px 0 20px 250px;
}
.footer{
	line-height:18px;
	font-size:8pt;
	padding:12px 10px 5px;
	text-transform:uppercase;
	clear:both;
	text-align:right;
}
.footer, .footer a, .footer a:hover{
	color:#000000;
}
.webbuilt4u{
}
.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:#173b70;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
h1{
	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:7pt;
}
.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{
	width: 180px;
	margin-bottom: 5px;
}
form select{
	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:#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;
}
a.thickbox img{
	border:2px solid #ccc;
	margin:5px;
}
a.thickbox:hover img{
	border:2px solid #173b70;
}
/* gallery 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) top center no-repeat;
	height:120px;
}
/* Border Box End */