/* CSS Document */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:14px;
	color:black;
	background:url(pic/bg.gif) top repeat-x white;
	font-family:Arial, Helvetica, sans-serif;
}
.container{
	width:900px;
	margin:0 auto;
}
.header{
	background:url(pic/header.jpg);
	height:132px;
}
.header_bttm{
	background:url(pic/head_bttm.jpg);
	height:197px;
}
.center{
	background:url(pic/center_bg.gif) top repeat-x;
	padding:5px 10px;
	clear:both;
}
.footer{
	font-size:10px;
	line-height:23px;
	clear:both;
	padding:0 10px;
	text-align:center;
	background:#30951f;
}
.corner{
	float:right;
}
.center .corner{
	margin:-5px -10px 0 0;
}
img.gmc{
	padding-right:30px;
}
.center li{
	list-style-image:url(pic/li.gif);
}
/* Structure End */

/* Main styles */
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
	color:#1d5b13;
}
p{
	margin:10px 0;
	padding:0;
}

a{
	color:#1d5b13;
	text-decoration:underline;
}
a:hover{
	color:black;
}
/* Main styles End */


/* Menu */
.menu{
	background:url(pic/menu.gif) repeat-x;
	height:35px;
}
.menu ul{
	padding:0 20px;
	margin:0;
}
.menu li{
	text-align:center;
	list-style-type:none;
	float:left;
	
	width:140px;
	line-height:35px;
}
.menu li a{
	text-decoration:none;
	font-weight:bold;
	color:white;
	
	display:block;
}
.menu li a:hover{
	background:url(pic/menu_sel.gif) repeat-x;
	
	display:block;
}
/* Menu End */


/* BIA Standard */
.big{
	font-size:22px;
}
.small{
	font-size:10px;
}
.impact{
	color:#1d5b13;
	font-size:18px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
img.fl, img.fr{
	margin:5px 10px;
}
.cl{
	clear:all;
}
.centered{
	text-align:center;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
/* BIA Standard end */

/* additional */
p.response{
	margin:10px 0 0;
	font-style:italic;
}
p.subscription{
	margin:0 0 10px;
	text-align:right;
}
.red{
	color:red;
}
/* additional end */

/* gallery */
.gallery{
	text-align:left;
}
a.thickbox img{
	border:1px solid black;
}
a.thickbox:hover img{
	border:1px solid red;
}
/* 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 #000066;
}
/* 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 */
