@charset "UTF-8";
/* CSS Document */
/* Dom Bennett @ Betleywhitehorne.com */

@import 'leftnavigation.css';
@import 'navigation.css';
@import 'copy.css';
@import 'profiles.css';

body {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0;
	padding:0;
	background-image: url(../images/Albany_bg.jpg);
	}
	
a:link, a:visited {
color: #666666;
text-decoration:none;
}

a:hover, a:active {
color: #b01200;
}
	
#wrapper {
	width: 746px;
	padding: 4px 21px 20px 21px;
	min-height: 600px;
	height: auto;
	background-image: url(../images/Albany_page_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	position: relative;
	}
	
* html #wrapper { height: 600px; }	
	
#redTopBar {
	width: 100%;
	background-color: #cc0000;
	background-image: url(../images/Albany_house.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 88px;
	position: relative;
	margin:0;
	padding: 0;
	}	
	
	/*See topNav.css for navRowA items*/
	
#navRowA {
	width: 100%;
	height: 21px;
	padding: 0;
	margin: 0;
	background-color: #b01200;
	}	
	
#navRowB	{
	height: 8px;
	background-color: #d1cbc4;
	width: 100%;
	margin:0;
	padding:0;
	}	
	
#logo {
	z-index: 200;
	position: absolute;
	top: 40px;
	left: 20px;
	background-image: url(../images/Albany_logo.gif);
	background-repeat:no-repeat;
	}	
	
#logoprint {
	z-index: 10;
	position: absolute;
	top: 40px;
	left: 20px;
	background-image: url(../images/Albany_logo_print.gif);
	background-repeat:no-repeat;
	}	
	
	/*See topNav.css for leftNav items*/
#leftCol {
	width: 172px;
	float: left;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:32px 0 0 0;
	padding: 0;
	}		
	
#rightCol {
	width: 562px;
	margin: 12px 0 0 11px;
	float: left;
	}	
	
#content {
	width: 522px;
	padding: 20px;
	}	
	
#contentPeople {
	width: 562px;
	padding: 0;
	}	
	
#contentPeople p {
	font-size: 9px;
	margin-left:5px;
	color:#9a9a9a;
	}	
	
#contentLeft {
	width:250px;
	float: left;
	padding: 0 0 20px 0;
	}
	
#contentRight {
	width: 250px;
	float: right;
	padding: 7px 0 20px 0;
	}				

#footer {
	width: 788px;
	height:auto;
	margin: 0 auto;
	padding:0;
	clear: both;
	background-image:url(../images/Albany_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	}
	
.peopleContainer {
	width: 182px;
	height: 150px;
	float: left;
	margin: 0 0 5px 5px;
	text-align: right;
	}	
	
.peopleContainer p {
	font-size: 9px;
	color: #666666;
	margin: 4px 0 0 0;
	}
		
.peoplePicture {
	width: 100%;
	height: 124px;
	background-color: #666;
	margin:0;
	padding:0;
	}
	
.peoplePicture a:link img, 	.peoplePicture a:visited img, .peoplePicture a:active img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
.peoplePicture a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}	
	
.peopleDiv {
	width: 100%;
	height: 1px;
	background-color: #9a9a9a;
	margin: 10px 0 10px 0;
	clear:both;
	}	
		
#reginfo {
	position: absolute;
	bottom: 10px;
	left:30px;
	width: 152px;
	height: 20px;
	z-index: 100;
	font-size: 10px;
	}		
	
#reginfo a:link, #reginfo a:visited, #reginfo a:active {
	color: #666666;
	text-decoration: none;
	}
	
#reginfo a:hover {
	color: #333333;
	}
	
.redarrow {
	color: #df1a00;
	}		 	


#comContent {
	width: 265px;
	padding-left:5px;
	float: left;
	color: #666666;
	margin-bottom:10px;
	margin-left:15px;
	}
	
.comDiv {
	width: 544px;
	height: 1px;
	background-color: #9a9a9a;
	margin: 10px 0 10px 19px;
	clear:both;
	}

#comContent h2 {
	margin: 0 0 10px 0;
	}

#comContainerRight {
	width: 250px;
	min-height: 20px;
	float: right;
	margin: 0 0 5px 5px;
	text-align: right;
	}	
	
#comContainerRight p {
	font-size: 10px;
	color: #666666;
	margin: 4px 0 0 0;
	}	

.comHeader {
	clear:both;
	display:block;
}

.footerFix {
	clear:both;
	display:block;
	width:100%;
	height:25px;
}

.clearBoth {
clear:both;
}

#logo40holder {
	position: absolute;
	bottom: 45px;
	left: 30px;
}