/* CSS Document */

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

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:10pt;
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
	background:url(pic/bg.gif) top repeat-x #f4f2ec;
}
.container{
	width:926px;
	margin:0 auto;
}

.topText {
	display: block;
	height: 21px;
	margin:0;
	padding: 4px 0 0 5px; }

.topText a {}

.topText a:hover {}
 
.header{
	background:url(pic/header.png) top center no-repeat;
	height:83px;
}
/* Menu */
.menu{
	height:41px;
}
.menu ul{
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:12pt;
}
.menu li{
	float:left;
	text-align:center;
	list-style-type:none;
	width:130px;
	line-height:41px;
	padding-left:1px;
	background:url(pic/menu-sep.gif) left center no-repeat;
}
.menu li a{
	text-decoration:none;
	color:#fff;
	
	display:block;
}
.menu li a:hover, .menu li a.current{
	text-decoration:none;
	color:#454658;
	
	display:block;
}
/* Menu End */
.banner{
	height:242px;
	clear:both;
	padding:12px 15px 12px;
}
.center{
	margin-top:1px;
	border-top:1px solid #97c701;
	padding:15px;
}
.special{
	clear:both;
	height:272px;
	padding:26px 15px 25px;
}
.special .spacer{
	padding:0;
	margin:0;
	height:9px;
}

.btmContent {
	font-size: 0.8em;
	text-align: center;
	padding-top: 30px;
}

.btmContent img {
	margin-bottom: 20px;
}

.btmContent h4 {
	color:#333;	
}

.btmContent p {
	color:#999;
}

.freephone {
	display: block;
	margin: 0 auto 15px auto;
	padding-top: 20px;
}

.btmList {
	text-align: center;
	font-size: 9pt;
}

.footer #sectionSiteContent {
 		clear: both;
 		overflow: auto;
 		height: 100px;
 		text-transform: none;
 		line-height: 14px;
 		color:#666;
 		margin-bottom: 15px;
 		padding: 5px 0 5px 5px; }

 .footer #sectionSiteContent h3 {
 		text-transform: uppercase;
 		font-size: 10px;
 		padding: 0 0 5px 0; }
 		
 		 .footer #sectionSiteContent h3 a {
 		 	color:#1b3673;;
 		  }

 .footer #sectionSiteContent h4 {
 		font-size: 10px;
 		padding: 0;
 		margin: 0; }

		.footer #sectionSiteContent h4 a {
			color:#1b3673;
		 }

.footer #sectionSiteContent a {
 		color:#333;}

.footer{
	background: url(pic/footer.gif) top repeat-x #cdfa3d;
	line-height:50px;
	font-size:8pt;
	padding:8px 15px 5px;
	text-transform:uppercase;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#fff;
}
.webbuilt4u{
	float:right;
	margin-top:15px;
}
.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:#333;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
}
h1{
	font-size:20pt;
	line-height:30px;
	padding:0 150px 0 15px;
	margin-bottom: 15px;
}
.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:2%;
}
form p{
	font-weight: bold;
}
form label{
	float: left;
	width: 280px;
	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: 288px;
	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 #333;
	margin:5px;
}
a.thickbox:hover img{
	border:2px solid #ccc;
}
/* 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) bottom center no-repeat;
	height:18px;
}
/* Border Box End */