@charset "UTF-8";
/* CSS Document */
/*reset*/
h1, h2, h3, p, IMG, ul, li{
	margin: 0;
	padding: 0;
	border:0;
}
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #22b14c;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
}
#container {
	border: 1px solid #404040;
	padding: 25px;
	margin: 10px;
	width: 900px;;
}
#address {
	border-left: 1px solid #808080;
	float:left;	
	padding-left: 7px;
	width: 196px;
	margin: 20px 20px 0 0;
	font-size: 0.7em;
}
#address p {
	margin-bottom: 1em;
}
.address_highlight {
	color: #22b14c;
}
.address_tagline {
	text-align: center;
	color: #ed1c24;
}
#header {
	float: left;	
}
h1 {
	color: #22b14c;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ef383f;
	font-size: 1em;
	margin-top:0.5em;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.4em;
	color: #a13129;
	margin-bottom: .4em;
}
#content {
	float: right;
	background-color: #dcddde;
	padding: 20px;
	margin: 20px 0 0 0;
	width: 620px;
}
#content p {
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 0.8em;
}
#navigation {
	float:right;
	margin-top: 8px;
}
#navigation ul {
	list-style-type: none;
	display:block;
}
#navigation ul li {
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 30px;
	font-size: 0.8em;
}
.current {
	color: #22b14c;
	font-weight:bold;
}
.clear {
	height: 1px;
	clear:both;
}

