@charset "utf-8";
/* CSS Document */

body{
	background:#f8bb49;
	padding:0;
	margin:0;
	background:url(../images/bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616161;
}

/* - - Styles - - */

hr{
	height:0px;
	border-top:1px solid #066dab;
}

ul li{
	list-style-image:url(../images/bullet.gif);
	color:#066dab;
	font-weight:bold;
}

h1{
	color:#FFFFFF;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	text-align:right;
}

h2{
	color:#9d5600;
	font-size:16px;
	margin:0;
}

h3{
	color:#9d5600;
	font-size:14px;
	margin:0;
	text-align:center;
	font-weight:normal;
}

/* - - Main Objects - - */

#container{
	margin-left:auto;
	margin-right:auto;
	width:758px;
}

#header{
	width:758px;
	height:40px;
	background:url(../images/headerTop.png) no-repeat;
}

#content{ /* White section below the header */
	padding:0 5px 20px 6px;
	background:#FFFFFF;
	margin-bottom:10px;
	float:left;
}

#sub{ /* The White box with the main content */
	width:444px;
	background:url(../images/subMid.png) repeat-y;
	top:-70px;
	position:relative;
	padding:20px 20px 0 20px;
	z-index:10;
	float:right;
}

#subFoot{
	width:484px;
	background:#FFFFFF;
	position:relative;
	top:-70px;
	float:right;
}

#left{ /* Panel on the left containing images */
	width:238px;
	position:relative;
	float:left;
	margin-top:-50px;
	margin-left:8px;
	color:#9d5600;
}

#left img{
	border:1px solid #9d5600;
}

#contact{
	width:218px;
	padding:16px;
	background:#9d5600;
	color:#FFFFFF;
}

.phone{
	font-size:14px;
}

.right{
	float:right;
	margin-left:8px;
	margin-bottom:8px;
	}
	
#botBox{
		width:204px;
		height:95px;
		background:url(../images/somerville.jpg) no-repeat;
		padding:80px 235px 15px 15px;
		margin-bottom:10px;
		color:#FFF;
	}


/* - - Links - - */

a{
	color:#9d5600;
	text-decoration:none;
}

a:hover{
	color:#9d5600;
	text-decoration:underline;
}

#contact a{
	color:#FFFFFF;
	text-decoration:none;
}

#contact a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#botBox a{
	color:#FFFFFF;
	text-decoration:none;
}

#botBox a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}