@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0;
	height: 100%;
}
body{
	background: #05577c url(/images/bg-attic-main.gif) center top repeat-x;	
}
/*------------------------------------------------------------------------------------platform*/
.platform{
	width: 700px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	margin-left:-500px; /* set back to -500px*/
}
.atticGuy{
	width: 311px;
	height: 337px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 469px;
	margin-left:200px; /* set back to -500px*/
}
/*------------------------------------------------------------------------------------header*/
.header{
	height: 170px;
}
	.header img{
		margin: 13px;
	}
/*------------------------------------------------------------------------------------platform*/
.container{
	width: 660px;
	height: 700px;
	padding: 20px;
	background: white url(/images/bg-content.gif) right 300px no-repeat;
	color: #4b4b4b;
	font: 13px trebuchet ms;
	line-height: 1.5em;
	text-align: justify;
}
	.featured{
		width: 660px;
		height: 300px;
		margin-bottom: 40px;
	}
	.content{
		width: 660px;
	}
	.body{
		text-align: justify;
		padding: 0 20px 0 10px;
	}
	.sidePanel{
		width: 230px;
		text-align: justify;
		padding-left: 20px;
		background: url(/images/bg-sidepanel.gif) left top no-repeat;
	}
	
	IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

	
	.gallery a{
		padding: 2px;
		border: 1px solid #999999;
		margin: 8px;
		float: left;
	}
	.gallery a:hover{
		opacity:.50; 
		filter: alpha(opacity=50); 
		-moz-opacity: 0.5;
	}


	.service-gallery img{
		padding: 2px;
		border: 1px solid #999999;
		margin: 8px;
		float: left;
	}
	.service-gallery a:hover{
		opacity:.50; 
		filter: alpha(opacity=50); 
		-moz-opacity: 0.5;
	}

/*------------------------------------------------------------------------------------footer*/
.footer{
	height: 70px;
	padding: 40px 0 20px 0;
	color: #5c92aa;
	font: bold 12px trebuchet ms;
	line-height: 1.2em;
}
	.footer a{
		color: #5c92aa;
		text-decoration: none;
	}
	.footer a:hover{
		color: white;
	}
.BBB{
	display: block;
	float: right;
	margin-right: 30px;
	width: 100px;
	height: 46px;
	background: url(/images/bbb-logo.gif) left top no-repeat;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
}
.BBB:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
/*------------------------------------------------------------------------------------text*/
.textHeading{
	width: 350px;
	font: 32px Arial, Helvetica, sans-serif;
	color: #05577c;
	line-height: 1.2em;
}
.textHeading-Sub{
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 1em;
}
.textHeading-Red{
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #F00;
	line-height: 1em;
}
.textGreen{
	font: bold 13px trebuchet ms;
	color: #3f7320;
	line-height: 2em;
}
a{
	font: 12px trebuchet ms;
	color: #333333;
	line-height: 1em;
	text-decoration: none;
}
a:hover{
	color: #3f7320;
}
a.links1{
	font: bold 13px trebuchet ms;
	color: #3f7320;
	line-height: 1.5em;
	text-decoration: underline;
}
a.links1:hover{
	color: #999999;
}
a.links2{
	font: bold 15px trebuchet ms;
	color: #3f7320;
	line-height: 2.3em;
}
a.links2:hover{
	color: #999999;
}
/*-----form------*/
.textField1{
	width: 279px;
	font: 12px Arial;
	color: #666666;
	text-indent: 3px;
}
.textArea1{
	width: 279px;
	height: 60px;
	font: 12px Arial;
	color: #666666;
	text-indent: 3px;
}
.btn1{
	display: block;
	width: 93px;
	height: 26px;
	font: bold 12px trebuchet ms;
	color: white;
	background: url(/images/btn1.gif) center center no-repeat;
	border: none;
}