/* 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;
}
.head{
	height:28px;
	line-height:28px;
	padding-left:25px;
	background:url(pic/head.gif) top center no-repeat;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.head, .head a, .head a:hover{
	color:#fff;
}
.header{
	background:url(pic/header.jpg) top center no-repeat;
	height:319px;
}
.menu{
	height:41px;
	background:url(pic/menu.jpg) top center no-repeat;
}
.banner{
	background:url(pic/banner.jpg) top center no-repeat;
	height:100px;
	clear:both;
}
.flash{
	clear:both;
	height:205px;
	width:770px;
	border:5px solid #cfe4e4;
	margin:10px auto;
	background:url(pic/fla.jpg) top center no-repeat;
}
.center{
	padding:5px 10px;
	margin:20px 196px 20px 5px;
	border-right:1px solid #ccc;
}
.special{
	float:right;
	width:176px;
	padding:25px 5px;
	margin:30px 5px 20px 5px;
}
.special a img{
	border:0;
}
.footer{
	font-size:8pt;
	line-height:23px;
	clear:both;
	padding:5px 15px 15px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	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 #ccc;
	margin:0 15px;
}
/* Structure End */

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


/* Menu */
.menu ul{
	padding:0;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu li{
	text-align:center;
	list-style-type:none;
	float:left;
	
	width:160px;
	line-height:41px;
}
.menu li a{
	text-decoration:none;
	color:#35383c;
	
	display:block;
}
.menu li a:hover, .menu li a.current{
	text-decoration:none;
	color:#377d39;
	
	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: 230px;
	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 #377d39;
}
/* 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 #377d39;
}
/* 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 */

#sectionSiteContent {
	font-size:10px;
	height:80px;
	margin:10px 0 0;
	overflow:auto;
	padding:5px 10px;
}