/* RESET */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	font-family: 'aebc';
	src: url('../fonts/aebc.eot');
	src: url('../fonts/aebc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aebc.woff') format('woff'),
         url('../fonts/aebc.svg#aebc') format('svg');
    font-weight: normal; font-style: normal;
	}

body {
	background: #fff;
	font: 12px/1.8em Arial, Helvetica, sans-serif;
	color: #555;
}

#wrapper {
	width: 870px;
	margin: 0px auto;
}

.content {
	width: 870px;
	background: transparent;
	margin: 0px 0px 50px auto;
	padding: 250px 0px 0px 0px;
	min-height: 500px;
}

#header {
	border-bottom: 1px dotted #777;
	position: fixed;
	top: 0px;
	padding: 0 0;
	background: #fff;
	width: 870px;
	height: 230px;
	text-align: left;
	z-index: 2000;
	margin-left: -45px;
	padding: 0 45px;
}

.logo {
	margin: 20px 0px 20px -25px;
}

#header #menu {
	position: absolute;
	right: 0;
	top: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	position: relative;
}

#menu ul li {
	list-style: none;
	display: inline;
}

#menu  a {
	font: 12px 'aebc', Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #444;
	text-shadow: 0px 1px 0px #fff;
	border-right: 1px dotted #555;
	padding: 2px 9px;
	text-align: center;
	text-transform: uppercase;
}

#menu .last {
	border-right: 0px;
}

#menu ul li a:hover {
	color: #777;
	text-decoration: none;
}

a {
	color: #777;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #999;
}

.opacity {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	text-decoration: none;
}

.opacity:hover {
	border-style: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
}

ul.nobullet {
	padding: 0;
	display: block;
	overflow: hidden;
	margin: 0;
}

ul.nobullet li {
	line-height: 20px;
	list-style: none;
	padding: 0px 0px 10px 0;
}

ul.star li {
	line-height: 20px;
	list-style: none;
	display: block;
	background: transparent url(../images/starlight.png) no-repeat;
	background-position: -3px 2px;
	padding: 0px 0px 10px 18px;
}

ol {
	font: 14px"OldStandardTTItalic", Arial, Helvetica, sans-serif;
	color: #777;
	padding: 0px 0px 0px 18px;
}

blockquote {
	color: #666;
	font-size: 15px;
	font-style: italic;
	margin: 20px 0px 20px 0px;
	padding: 15px;
	border-left: 5px solid #a4c856;
}

.content h1 {
	margin: 28px auto 20px auto;
	font: 36px/40px 'aebc', Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-shadow: 0px 1px 1px #fff;
	background: transparent;
	color: #a4c856;
}

.content h2 {
	margin: 15px 0px 25px 0px;
	font: 20px/30px "OldStandardTTItalic", Arial, Helvetica, sans-serif;
	color: #333;
}

h3,h4,h5,h6 {
	font-family: 'aebc', Arial, Helvetica, sans-serif;
	color: #555;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
	letter-spacing: 1px;
}

h6 {
	font-size: 14px;
	letter-spacing: 1px;
}

.col2 {
	float: left;
	position: relative;
	width: 420px;
	margin: 0px 30px 25px 0px;
}

.col3 {
	float: left;
	position: relative;
	width: 270px;
	margin: 0px 30px 25px 0px;
}

.col4 {
	float: left;
	position: relative;
	width: 195px;
	margin: 0px 30px 25px 0px;
}

.last {
	margin-right: 0px;
	padding-right: 0px;
}

#map {
	float: left;
	margin: 5px 0px 22px 0px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
	border: 3px solid #fff;
	width: 425px;
	height: 350px;
}

.links {
	font-size: 1em;
	color: #555;
}

.links a {
	font-size: 1em;
	color: #888;
}

.links   a:hover {
	color: #a4c856;
}

.clear {
	clear: both;
}

.content br {
	clear: both;
}