/* Main Structure */
a {
	text-decoration: none;
}

body {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 21px;
}

div#frame {
	width: 900px;
	margin: 20px auto 0px auto;
}

#frame.calflag {
	width: 1040px;
}

div#leftCol {
	border-right: 2px solid #CCCCCC;
	padding-right: 10px;
}

ol, div#wom ul {
	margin-left: 20px;	
}

ol li, div#wom ul li {
	margin-bottom: 6px;
}

div#top {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

span.logoName {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.9em;
	text-transform: uppercase;
}

span.address {
	line-height: 30px;
}

div#top a {
	text-transform: uppercase;
	color: #ffffff;
}

h1 {
	font-family: Arial, sans-serif;
	color: #99CC99;
	font-size: 1.2em;
	text-transform: uppercase;
}

h3 {
	color: #003333;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-size: 1.1em;
}

.orangeText {
	color: #CC6600;
}

h1.orange {
	background-color: #CC6600;
	color: #ffffff;
	padding-left: 8px;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 2px;
	height: 22px;
	padding-top: 3px;
	width: 210px;
}

h1.orange small a { color: #ffffff; text-decoration: underline; font-weight: normal; }

hr {
	background-color: #CCCCCC;
	border: 0px none;
	color: #CCCCCC;
	height: 2px;
}

div#content h2, div#content h2 a {
	font-family: georgia;
	color: #003333;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
}

.more {
	text-transform: uppercase;
	color: #CC6600;
	font-size: 0.8em;
	white-space: nowrap;
}

/* Navigation */
ul#nav {
	float: left;
	width: 100%;
	background-color: #003333;
}

ul#nav li {
	list-style-type: none;
	text-align: center;
	width: 16.65%;
	padding-top: 2px;
	height: 25px;
}

ul#nav li a {
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: underline;
}

ul#nav li span.plus {
	color: #CC3333;
}

ul#nav li ul {
	position: absolute;
	top: -999px;
	z-index: 1000;
	width: 160px;
	height: auto;
	background-color: #99CC99;
}

ul#nav li.sfHover ul {
	top: 253px;
	width: 150px;
}

ul#nav li.sfHover span.plus {
	color: #666666;
}

ul#nav li ul li a {
	display: block;
	width: 140px;
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
	text-align: left;
	font-size: 0.8em;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}

ul#nav li ul li.last a {
	border-bottom: none;
}

/* Secondary Nav */
div#secondaryNav {
	margin-left: 5px;
	clear: both;
	display: block;
}

div#secondaryNav a {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-family: Arial, sans-serif;
	margin-right: 12px;
}

/* Copyright */
div#copyright {
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	padding-top: 6px;
	display: block;
	clear: both;
	text-align: right;
}

.newsletter { margin-bottom: 15px; }

div#memberForm {
	margin: 20px;
}

div#memberForm label { float: left; display: block; width: 140px; text-align: right; margin-right: 7px; }
div#memberForm div { clear: both; }
div#memberForm div.error { color: #a90000; font-size: 12px; font-weight: bold; padding: 20px; }