/* resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end resets */
p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #002e5f;
}
a:hover {
	color: #222;
}
h2, h3, h4, h5 { color: #002e5f; margin: 5px 0 0;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
.clearer {
	clear: both;
}
body {
	margin: 0 auto;
	font: 100% Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, sans-serif;
	text-align: center;
	background: #002e5f;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 970px;
}
div#thought {
	padding: 10px 40px;
	color: #fff;
	font-size: .9em;
	font-style: bold;
	text-align: center;
}
#left {
	width: 164px;
	float: left;
}
#left a, 
#left a:visited {
	color: #fff;
}
#left a:hover,
#left a:focus {
	color: #ec0000;
}
#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font-size: 1em;
	border-top: 1px solid #ec0000;
	border-left: 1px solid #ec0000;
	border-bottom: 1px solid #ec0000;
	background: url(../img/navbg.gif) repeat-y;
}
#navcontainer a {
 	display: block;
}
#navcontainer a:link, 
#navcontainer a:visited {
 	color: #fff;
 	text-decoration: none;
}
#navcontainer a:hover,
#navcontainer a:focus {
	color: #ec0000;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	padding: 5px 0 5px 5px;
}	
#nav li ul { /* second-level lists */
	z-index: 100;
	position : absolute;
	left: -999em;
	margin-left : 154px;
	margin-top : -2em;
	background: #002e5f;
	border-right: 1px solid #ec0000;
}
#nav li ul ul { /* third-and-above-level lists */
	z-index: 100;
	left: -999em;
}
#nav li a {
	z-index: 100;
	width: 158px;
	display : block;
	padding : 0;
}
#nav ul li a {
 	font-size: .9em;
}
#nav li a:hover {
	color : #ec0000;
	background-color: #002e5f;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	z-index: 100;
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	z-index: 100;
	left: auto;
}
#social {
	margin: 10px 0 0;
	width: 160px;
	font-size: .9em;
	text-align: center;
	border-bottom: 1px solid #8b98b8;
	float: left;
}
#social h3 {
	color: #fff;
}
#social a {
	padding: 0 0 5px;
	text-decoration: none;
}
#newsletter {
	margin-top: 20px;
	float: left;
}
#newsletter h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#newsletter,
#search {
	background: #002e5f;
	color: #fff;
	text-align: center;
	padding: 4px; 
}
.searchbtn {
	background: #002e5f;
	color: #fff;
	font-size: 1em;
	margin: 5px;
	text-align: center;
}
.searchtext {
	width: 140px;
}	
#address {
	color: #fff;
	text-align: center;
	margin: 5px 0 0;
	font-size: .8em;
	float: left;
}
#address h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#address p {
	margin: 0 0 15px;
}
#center {
	margin: 0;
	padding: 0;
	width: 590px;
	float: left;
	text-align: left;
	background: #fff url(../img/copybg.gif) no-repeat;	
}
#pagehead {
	width: 360px;
	float: left;
	text-align: left;
	color: #fff;
	background: #ec0000;
	margin-top: 130px;
	padding: 15px 20px;
}
#pagehead h2 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
}
#pagehead h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
}
#subnav {
	width: 400px;
	float: left;
	text-align: left;	
	margin: 0;
	padding: 5px 0 0 20px;
	color: #002e5f;
	font-weight: bold;
}
#subnav a, #subnav a:visited {
	color: #000000;
	text-decoration: none;
}
#subnav a:hover {
	color: #002e5f;
	text-decoration: underline;
}
#content {
	margin-top: 20px;
	padding: 20px;
	width: auto;
	float: left;
}
#content a, #content a:visited {
	color: #000;
}
#content a:hover {
	color: #ec0000;
}
#content table { width: 75%; }
.imageright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}
#line {
	margin: 20px 0;
	border-top: 1px solid #000000;
}
#results table { width: 100%; }
#tax img {
	padding: 0;
	margin: 0;
	float: left;
}
#right {
	width: 200px;
	margin-left: 10px;
	text-align: left;
	float: left;
}
#events{
	width: 180px;
	border: 1px solid #ec0000;
	margin-top: 3px;
	padding: 0 5px 10px 5px;
	color: #fff;
	text-align: center;
	background: #002e5f url(../img/calloutbg.gif) repeat-y;
}
#events h2,
#events h4 {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
}
#events h3 {
	font-size: .9em;
	font-weight: normal;
	color: #fff;
}
div.promo,
div.hilites {
	font-size: .9em;
}
.promo h2,
.hilites h2 {
	font-size: 1.1em;
	font-weight: normal;
}
#events a, #events a:visited, #hilites a, #hilites a:visited, #promo a, #promo a:visited {
	text-decoration: none;
}
#events a, #events a:visited {
	color: #fff;
}
.promo a:link, .promo a:visited {
	color: #002e5f;
}
#events a:hover, #hilites a:hover,  #promo a:hover {
	color: #ec0000;
}
.dateEventssmall {
	font-size: .9em;	
}
#hilites, #promo,
.hilites, .promo {
	width: 180px;
	border: 1px solid #ec0000;
	margin: 15px 0;
	padding: 0 5px 10px 5px;
	color: #002e5f;
	text-align: center;
	background: #fff;
}
#eventshead, #hiliteshead, #promohead {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}	
#promohead {
	color: #ec0000;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 970px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font-size: .8em;
	color: #fff;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #fff;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #ec0000;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font-size: .8em;
	color: #222;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #222;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #EC2000;
	text-decoration: none;
}
