/* CSS Document */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:14px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	
	background:black;
}
.container{
	width:800px;
	margin:0 auto;
	background:white;
}

.topText {
	display: block;
	text-align: center;
	font-size: 0.85em;
	height: 21px;
	margin:0;
	padding: 4px 0 0 5px; }

.header{
	background:url(pic/header.jpg);
	height:119px;
}

.center{
	margin-left:182px;
	padding:5px 20px;
	background:url(pic/center_bg.jpg) bottom right no-repeat;
}

.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 30px auto;
	padding: 20px 0;
}

.btmList {
	text-align: center;
	font-size: 9pt;
}

.footer #sectionSiteContent {
 		clear: both;
 		overflow: auto;
 		height: 100px;
 		text-transform: none;
 		text-align:left;
 		line-height: 14px;
 		color:#666;
 		margin: 0 -10px 15px -10px;
 		padding: 15px 10px 15px 20px; }

 .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  p {
 	text-align: left;
 	margin-top: 0; }
 	
.footer #sectionSiteContent a {
 		color:#333;}

.footer{	
	background:url(pic/footer.gif) repeat-x;
	font-size:10px;
	line-height:44px;
	clear:both;
	padding:0 10px;
	text-align:right;
}

.footer #copyright {
	float: left;
}
/* Structure End */

h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
	color:#C38800;
}
p{
	margin:10px 0;
	padding:0;
}

a{
	color:black;
	text-decoration:underline;
}
a:hover{
	color:black;
	text-decoration:none;
}


/* Menu */
.menu{
	line-height:54px;
	width:182px;
	float:left;
	font-size:20px;
}

.menu p{
	display: block;
	line-height:15px;
	font-size:13px;
	font-style: italic;
	border-right: 1px solid #C38800;
	padding: 15px;
	margin-bottom: 40px;
}

.menu ul{
	padding:0;
	margin:0 0 30px 0;
}
.menu li{
	margin:0 0 10px;
	text-align:center;
	list-style-type:none;
	
	line-height:54px;
	height:54px;
	width:100%;
	background:url(pic/menu.gif) repeat-x;
}
.menu li a{
	text-decoration:none;
	font-weight:bold;
	color:white;
	
	height:54px; /*IE*/
	width:100%; /*IE*/
	display:block;
}
.menu li a:hover{
	text-decoration:none;
	color:white;
	
	height:54px; /*IE*/
	width:100%; /*IE*/
	background:url(pic/menu_sel2.gif) repeat-x;
	display:block;
}

.menu li a.current {
	text-decoration: underline; }

/* Menu End */


/* BIA Standard */
.big{
	font-size:22px;
}
.impact{
	color:#C38800;
	font-size:18px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:all;
}
.centered{
	text-align:center;
}
.right{
	text-align:right;
}

.mb{
	margin:10px;
}

/*sometimes needed*/
p.response{
	margin:10px 0 0;
	font-style:italic;
}
p.subscription{
	margin:0 0 10px;
	text-align:right;
}
.red{
	color:red;
}
/* BIA Standard end */


/* Show/Hide functionality */
.portfolio h3{
	cursor:pointer;
}
.portfolio div{
	display:none;
}
/* Show/Hide functionality End */