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

body {
	padding:0;
	margin:0;
	background:#B0D5EA url(../img/back_slice.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
}

p { font-size:13px; line-height:20px; color:#333; margin:10px 0px; }
p a {
	color:#0079bc;
	text-decoration:none;
}
p a:hover { color:#333; text-decoration:underline;}

h1 { font-size:18px; margin:0 0 8px; color:#0079bc}
h2 { font-size:15px; margin:20px 0 8px; color:#0079bc}

.clear {clear:both; height:0; overflow:hidden;}
img {border:0 }

/* -------------- */
/*  PAGE CONTENT  */
/* -------------- */

#wrapper {
	background:#fff url(../img/250_building_v2.png) no-repeat left bottom;
	margin: 40px auto 0;
	padding:35px 35px 165px;
	text-align:left;
	width:965px;
	border-bottom: 12px solid #0079bc;
}


/* ------ HEADER -------- */

#logo {
	float:left;
	height:80px;
	width:350px;
	background: url(../img/logo.png) no-repeat;
}
#contact {
	float:right;
	height:80px;
	width:600px;
	font-size: 12px;
	text-align: right;
}


/* ------ HORIZ NAV --------- */

#horiznav {
	background-color:#eeefed;
	float:left;
	height:28px;
	margin-top:20px;
	width:965px;
	font-size: 14px;
	margin-bottom: 20px;
}
#horiznav ul {
	list-style: none;
}
#horiznav li {
	float:left;
}
#horiznav li a {
	display:block;
	padding:5px 25px 3px;
	color: #999;
	text-decoration: none;
}
#horiznav li a:hover {
	color: #0079bc;
	text-decoration: none;
}

#mainnav {
	float: left;
	width: 280px;
	margin-right: 35px;
}
#content {
	float: left;
	min-height: 400px;
	width: 650px;
}
#content p {
	margin-left:12px;
	margin-right: 30px;
}
	#content ul {
	font-size:13px;
	line-height:20px;
	color:#333;
	margin-left:12px;
	padding: 0px;
	list-style: disc inside;
	margin-bottom: 15px;
}
	#content li {
	list-style-type: disc;
}
	
#signoff {
	font-size: 10px;
	width:965px;
	text-align:center;
	margin: 20px auto 0 auto;
	color:#666
}
#signoff a {
	color:#666;
	text-decoration:none;
}
#signoff a:hover {
	color:#F90;
}
#address {
	float: right;
	width: 650px;
	margin-top: 95px;
}
#address p {
	color:#999;
}
#map {
	height: 240px;
	width: 650px;
	margin-bottom: 30px;
}
#brochure { display:block; height:100px; width: 280px; background-image:url(../img/overview_brochure.png); }
		#brochure:hover { background-image:url(../img/overview_brochure.png); background-position: 0 -100px;}
		#brochure span { display:none; }

/*---------------			QUOTES			---------------*/

.quote {
	background:#C0DDEE url(../img/quote_start.gif) no-repeat 5px 5px;
	padding:15px;
	margin:15px;
}
.quote blockquote { background:url(../img/quote_end.gif) no-repeat right bottom; font-style:italic; padding:0 12px 0 0; font-size:13px;}

