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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	text-decoration: none;
	background-color: #EEE;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
#headwrap {
	display: block;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#headerblk {
	display: block;
	background-color: #000;
	margin: 0px;
	height: 130px;
}
#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}
#headwrap #menu {
	background-color: #CF1F25;
	display: block;
	margin: 0px;
	height: 10px;
	width: 100%;
	-webkit-box-shadow: rgb(90, 90, 90) 0px 4px 5px;
	-moz-box-shadow: rgb(90, 90, 90) 0px 4px 5px;
}
#header #logo {
	height: 64px;
	width: 238px;
	position: relative;
	top: 30px;
	left: 12px;
}
#header #contact {
	height: 75px;
	width: 278px;
	position: relative;
	top: -19px;
	left: 630px;
}
#wrapper #content-icons {
	display: block;
	height: 285px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content-icons #icon-border {
	height: 277px;
	width: 202px;
	border: 4px solid #000;
	float: left;
	background-color: #000;
	cursor: pointer;
}
.rounded-border {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#wrapper #content-icons #icon-border #icon {
	display: block;
	height: 202px;
	width: 202px;
}
#wrapper #content-icons #icon-border #icon-link {
	display: block;
	font-family: Bradley, Impact, "Arial Black", sans-serif;
	font-weight: normal;
	color: #FFF;
	height: 77px;
	width: 202px;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 76px;
	font-size: 36px;
	text-decoration: none;
}
#wrapper #content-icons-slim {
	display: block;
	height: 285px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content-icons-slim #icon-border {
	height: 277px;
	width: 163px;
	border: 4px solid #000;
	float: left;
	background-color: #000;
	cursor: pointer;
}
#wrapper #content-icons-slim #icon-border #icon {
	display: block;
	height: 202px;
	width: 163px;
}
#wrapper #content-icons-slim #icon-border #icon-link {
	display: block;
	font-family: Bradley, Impact, "Arial Black", sans-serif;
	font-weight: normal;
	color: #FFF;
	height: 77px;
	width: 163px;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 76px;
	font-size: 36px;
	text-decoration: none;
}
#wrapper #content-body {
	background-color: #FFF;
	display: block;
	height: 300px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer #footer-address {
	background-color: #CF1E25;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	color: #FFF;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#wrapper #footer #footer-address a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #333;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
}
#wrapper #bodycontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	text-align: justify;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	width: 878px;
	line-height: 1.4em;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	padding: 10px;
}
#wrapper #bodycontent p, #wrapper #quarters p {
	margin: 0px;
	padding: 0px;
}
#wrapper #bodycontent h1 {
	font-size: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.floatrightimg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#wrapper #bodycontent h3, #wrapper #quarters h3{
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #quarters {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	text-align: justify;
	margin-top: 10px;
	border: 1px solid #999;
	width: 422px;
	height: 240px;
	line-height: 1.4em;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	padding: 10px;
}