/**
* 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:#444;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.png) top repeat-x #fff;
}
.container{
	width:782px;
	margin:0 auto;
	background:#fff;
}
.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:121px;
}
/* Menu */
.menu{
	background:url(pic/menu.gif) top repeat-x;
	height:33px;
}
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:10pt;
	text-transform:uppercase;
}
.menu li{
	float:left;
	text-align:center;
	
	line-height:33px;
}
.menu a, .menu a:hover{
	text-decoration:none;
	color:#fff;
	margin:0 25px;
	
	display:block;
}
.menu a:hover, .menu a.current{
	background:url(pic/menu-sel.gif) bottom repeat-x;
}
/* Menu End */
.banner{
	background:url(pic/banner.jpg) top center no-repeat;
	height:100px;
	clear:both;
}
.flash{
	height:292px;
	width:533px;
	margin-right:249px;
}
.special{
	float:right;
	width:249px;
}
.center{
	padding:15px 10px;
}
.footer{
	background:#007;
	height:46px;
	line-height:23px;
	font-size:8pt;
	padding:6px 10px 5px;
	text-transform:uppercase;
	text-align:right;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#fff;
	text-decoration:none;
}
.footer a:hover, .footer a.current{
	text-decoration:underline;
}
.webbuilt4u{
	float:left;
	margin-top:10px;
	padding-bottom:25px;
}
.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:#007;
}
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: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 #007;
}
/* 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:790px;
	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:24px;
}
/* Border Box End */

.topText {
	display: block;
	height: 15px;
	background-image: url(../images/back.gif);
	text-align: center;
	text-transform: uppercase;
	font-size:8pt;
	color:#007;
	margin:0;
	padding: 15px 0 0 0; }

.topText a {
	color:#007;
	text-decoration: underline;
 }
 
 .topText a:hover {
	color:#0066cc;
	text-decoration: none;
 }

.btmText {
	text-transform: uppercase;
	font-size: 8pt;
	text-align: center;
	color: #007;
	margin: 10px -10px;
 }
	
.btmText a {
	color: #007;
	text-decoration: underline;
 }
 
.btmText a:hover {
	color: #0066cc;
	text-decoration: none;
 }
 
 .btmList {
	text-transform: uppercase;
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding: 20px 0 0 0;
	color: #007;
}

.btmList a {
	color: #0066cc;
	text-decoration: underline;
 }
 
.btmList a:hover {
	color: #007;
	text-decoration: none;
 }
 
 .footer #sectionSiteContent {
		background-color:#fff;
 		clear: both;
 		overflow: auto;
 		height: 100px;
 		color:#333;
 		text-transform: none;
 		text-align:left;
 		line-height: 14px;
 		font-size: 8pt;
 		margin: 10px -10px 0 -10px;
 		padding: 10px 0 15px 0; }
 		
.footer #sectionSiteContent p{
 		color:#333;
 		}
 		

 .footer #sectionSiteContent h3 {
 		text-transform: uppercase;
 		font-size: 10px;
 		padding: 0 0 5px 0;
 		color:#007;
 		}
 		
 		 .footer #sectionSiteContent a {
 		 	color:#777;
 		 	text-decoration: underline;
 		  }
 		  
 		  .footer #sectionSiteContent a:hover {
 		 	color:#0066cc;
 		  }

 .footer #sectionSiteContent h4, h3 {
 		
 		padding: 0;
 		margin: 0; 
		color:#007;
}

		.footer #sectionSiteContent h4 a {
			margin: 0;
		 }

 .footer #sectionSiteContent p {
 	margin: 0 0 10px 0;
 	color: #666;
 	padding: 0;
 }
 