/* Huntingdon Grange CSS */

* 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#052465;
	font-size:12px;
	}
	
.boldtext{font-weight:bold;}

body{background-color:#042366;}
	
#container{
	border:medium solid #FFFFFF;
	width:674px;
	}
	
#content{
	background-color:#eaddb5;
	text-align:left;
	padding:20px;
	}
	
#header{border-bottom:medium solid #c99a33;}

#navigation{background-color:#004588;}
	
#text_block{
	width:435px;
	position:relative;
	float:right;
	left:-10px;
	}
	
.large_img{
	display:block;
	margin-bottom:15px;
	}
	
.headers{margin-bottom:5px;}
	
img{border:none;}
	
.map{display:block;}
	
#maptxt{
	position:relative;
	top:-5px;
	}
	
a:hover.contact{color:#006699;}

.divider{
	border-bottom:#069 1px dotted;
	height:3px;
	}