﻿/* CSS Document */

img {margin:0; padding:0; border:0}

form {margin:0; padding:0; border:0}

body {margin:0; padding:0; border:0}

html {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.85em/1.6 Verdana, Arial,sans-serif;
	color: #333;
	background: #ece5be url(../images/bgtile.jpg) repeat-x}

/* ---- Universal Properties ---- */
h3 {margin:0 10px 1em; padding:0}

h1 {margin:0 10px 1em; padding:0}

li {margin:0 10px 1em; padding:0}

ul {margin:0 10px 1em; padding:0}

p {margin:0 10px 1em; padding:0}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin:0 0 5px 15px;font-size:.9em}
ul li ul {margin-top:10px}
ol {line-height:1.7em; color:#272727; margin:10px 20px 0 35px}

/* ---- headings ---- */
h1 {
	margin:20px;
	font:1.8em Georgia,"Times New Roman",serif;
	color:#2c4096;
}

h2 {font:1.4em Georgia,"Times New Roman",serif; color:#945701; margin:20px 20px 0 20px}
h3 {margin:20px 20px 10px 20px; text-transform:uppercase; font:.9em Verdana, Arial,sans-serif; color:#606060}

/* ---- links ---- */
a:link {color:#10247d; text-decoration:underline}
a:visited {color:#3f4977; text-decoration:underline}
a:hover {color:#469000; text-decoration:none}
a:active{color:#469000; text-decoration:none}


/* Container ----------------------------------------------- */

#container {
	width:770px;
	margin:0 auto;
	padding:0;
	border:10px solid #FFF;
	border-right:10px solid #FFF;
	border-bottom:10px solid #FFF;
}

/* Wrapper ----------------------------------------------- */

#wrapper {
	width: 770px;
	margin: 0 auto;
	min-height:500px;
	height:auto !important;
	height:500px;
	background:#fff url(../images/bg_wrapper.gif) repeat-y 0 0;
}

/* Header ----------------------------------------------- */

#header {
	height:192px;
	margin:0;
	padding:0;
	background:#ebf2ea url(../images/bg_header.jpg) no-repeat;
}

#header h2{
	margin:0;
	padding:75px 10px 10px 0;
	font:1.4em Georgia,Palatino,"Palatino Linotype",serif;
	line-height:1.7em;
	text-align:right;
	color:#565656;
}

#header img {display:none}

/* Side Navigation ----------------------------------------------- */

#sidenav{
	margin: 0 auto;
	width:152px;
	float:left;
	position:relative;
}

/* ---- ADxMenu ---- */
.menu li {margin:0; padding:0; border:0; list-style:none}

.menu ul {margin:0; padding:0; border:0; list-style:none}

.menu {margin:0; padding:0; border:0; list-style:none}

.menu {width:152px; margin-top:10px; color:#113303}

.menu li {
	border-bottom:1px solid #fff;
	width:152px;
}

.menu li:hover {background:#518c18;}
.menu li.selected a {background:#518c18;color:#fff}
.menu li.selected a:active {color:#fff}

.menu ul {
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	margin:0;
	padding:0;
}

.menu ul {min-height:0} 

.menu {min-height:0} /* IE7 float clear */

.menu a {
	display:block;
	margin:0;
	padding:6px 10px;
	text-decoration:none;
	color:#113303;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
}

.menu a:hover {
	color:#fff;
}

/* Top Navigation ----------------------------------------------- */

#topnav{
	width:613px;
	height:40px;
	float:right;
	background:#ebf2ea url(../images/bg_topnav.gif) no-repeat;
}

.menu2 {
	display:block;
	height:25px;
	padding:0;
	float:left;
	position:relative;
	overflow:hidden;
	text-transform: uppercase;
}

.menu2 ul {
	margin:0;
	padding:0;
	font:bold 12px "trebuchet MS", verdana;
	list-style-type:none;
}

.menu2 li {display:inline; margin:0;}

.menu2 li a {
	float:left;
	display:block;
	text-decoration:none;
	margin:0;
	padding:7px 12px 10px 12px;
	border-right:1px solid #fff;
	color:#fff;
	text-align:center;
	background:#6eb42b; /*background of tabs (default state)*/
}


.menu2 li a:visited {color:#fff}
.menu2 li.selected a {background:#518c18}
.menu2 li a:hover {background:#518c18}

/* ---- text size ---- */
#textsize {
	position:relative;
	width:157px;
	padding-left:0px;
	height:55px;
	float:right;
	color:#fff;
}

#textsizemain{
	float:right;
	padding:0;
	margin:0;
	width:157px;
}

p#text-size {
	display:block;
	float:left;
	font-size:.8em;
	text-transform:uppercase;
	font-weight:bold;
	padding:4px 4px 0 6px;
	margin:0;
}

ul#text-size-options {
	list-style:none;
	margin:0;
	padding:0;
}

ul#text-size-options li {
	margin:0;
	padding:0;
	float:left;
}

ul#text-size-options a {
	display:block;
	width:21px;
	height:25px;
	background:#fff url(../images/textsize_buttons.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

li#text-m a {width:21px; height:25px; background-position:0 -25px;}
li#text-l a {width:21px; height:25px; background-position:-20px 0;}
li#text-xl a {width:21px; height:25px; background-position:-40px 0;}

li#text-m a:hover {background-position:0 -25px;}
li#text-l a:hover {background-position:-21px -25px;}
li#text-xl a:hover {background-position:-41px -25px;}

/* Content ----------------------------------------------- */

#content{
	margin:0;
	padding:0;
	width:613px;
	min-height:500px;
	height:auto !important;
	height:500px;
	float:right;
	text-align:left;
}

#content p{
	margin:10px 20px;
	font-size:.9em;
}

p.staff{
	margin:0;
	padding:0;
	font-size:.9em;
}


#quote{
	margin:20px 60px 10px 60px;
	padding:3px 0;
	border-left:1px dotted #bfbfbf;
	background:#fff url(../images/bg_quote.gif) no-repeat;
}

#quote2{
	margin:20px 60px 10px 60px;
	padding:3px 0;
	border-left:1px dotted #bfbfbf;
	background:#fff;
}

#staff{
	float:left;
	display:block;
}

img#staffpic {
	margin:5px 10px 5px 20px;
	padding:3px;
	border:1px solid #a8b1d8}
	
p.staff{
	float:left;
	width:100px;
	margin:0;
	padding:0;
}

img#miscpic {
	margin:10px 10px 5px 20px;
	padding:3px;
	float:right;
	border:1px solid #a8b1d8}
	
/* ---- definition list ---- */
dt {
	margin:0;
	padding:0;
	font-weight:bold}
dd {
	margin:0 0 1em;
	padding:0}


/* Highlights ----------------------------------------------- */

#homeright{
	float:right;
	width:255px;
}

img.hpict{
	margin:0 1px 5px 10px;
}

#highlights{
	float:right;
	margin:0;
	padding:0;
	width:255px;
	min-height:130px;
	height:auto !important;
	height:130px;
	background:#fff url(../images/highlights_bg.gif) repeat-y 0 0;
}

#highlightshead {
	width:255px;
	height:37px;
	margin:0;
	padding:0;
	background:#fff url(../images/highlights_header.gif) no-repeat;
}

#highlightshead h1 {
	font:1.5em Georgia,"Times New Roman",serif;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 0 40px;
	padding-top:5px;
}

#highlightscontent {
	width:235px;
	margin: 10px 100px 10px 40px;
	font:.85em Verdana, Arial,sans-serif;
}

#highlightscontent a {
	font:1em Verdana, Arial,sans-serif;
	font-weight:bold;
	clear:both;
}

#highlightsfoot {
	width:255px;
	height:8px;
	background:#fff url(../images/highlights_footer.gif) no-repeat;
}

hr.widget{
	height:0;
	width:200px;
	background:none;
	text-align:left;
	border:none;
	border-bottom:1px solid #9a9fb7
}


/* Map ----------------------------------------------- */

#map{
	float:right;
	width:300px;
	border:1px solid #bfbfbf;
	padding:5px;
}


/* Footer ----------------------------------------------- */

#footer {
	background: #2c4096;
	height:50px;
	font-size:.75em;
	color:#FFF;
}

#privacy{
	position:relative;
	float:left;
	width:130px;
	margin:18px 0 0 20px;
	border-right:1px solid #fff;
	text-transform:uppercase;
}

#copyright{
	float:left;
	margin:18px 0 0 20px;
	padding:0;
}

#copyright2{
	float:left;
	margin:8px 0 0 20px;
	padding:0;
}


#footer a {color:#fff;text-decoration:none}
#footer a:hover {color:#fff;text-decoration:underline}
#footer a:active {color:#fff;text-decoration:underline}
#footer a:visited {color:#fff}

/* ---- forms ---- */

#form{
	margin-left:10px;
}

fieldset {border:0; margin:0; padding:10px; width:90%; font-size:.95em}

fieldset span {color:#FF0000; font-weight:bold}
fieldsetdl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {cursor :pointer}
textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

input {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

textarea {
	overflow:auto;
	margin:0 0 -2px;
}

textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

input:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.radio {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:100px;
	color:#fff;
	font-weight:bold;
	background:#a6a6a6;
	display:inline;
}

input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:100px;
	color:#000;
	font-weight:bold;
	background:#e2e2e2;
	display:inline;
}

input.submit:hover {
	border:1px solid #6e6e6e;
	background:#6e6e6e;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#a6a6a6;
	color:#fff;
}

input.submit:focus {
	border:1px solid #000;
	background:#822034;
	color:#FFF;
}

input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input#city {width:230px}
input#state {width:30px}
input#zip {width:46px}

textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

input.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

.validation-advice {
	margin:-1px 0 5px 0;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}

/* ---- Calendar ---- */
table.calendar {width:550px; margin:0 auto 1.5em; background:#fff url(../images/bg_quote.gif) no-repeat;}
table.calendar td {width:50%; border:1px solid #e7e7e7; border-width:0 0}
table.calendar h3 {font-style:normal; color:#154263; margin:9px 5px 10px 5px; padding:0 10px; font-size:1em; border-bottom:1px solid #a8b1d8}
table.calendar p {margin:.5em 0 0 .5em; font-size:.95em}
table.calendar span {margin:3px; cursor:default; color:#999; font:normal .9em arial,sans-serif;}
table.calendar span.format {display:block; font-size:.9em}
table.calendar input {width:75px}
table.calendar input.submit {margin:15px 0 0}

ul#month {margin-top:1em}
ul#range {margin:0 0 1em}
ul#range li {list-style:none;background:none}

dl.calendar {width:550px; margin:0 auto; padding:0 0 7px; background:#fff url(../images/bg_quote.gif) no-repeat; font-size:.95em}
dl.calendar dt {margin-top:10px; padding:7px; background:#a8b1d8; text-transform :uppercase; color:#121f59;}
dl.calendar dd {margin:0 7px 0 20px}
dl.calendar dd.title {padding-top:5px; font-weight:bold}
dl.calendar dd.desc {padding-top:.5em; color:#333}
dl.calendar dd.desc p {margin:0 0 1em}
dl.calendar dd.more {margin-top:.5em}

.EventLabel {font-weight:bold; color: #000}

.EventLabel2 {
	font-size:1.4em;
	color:#074222;
	padding:6px 0 1px 0;
	border-bottom:1px solid #b9b18b}
	
li.news{
	margin-top:8px;
	list-style-type:none;
	font-size:.85em;
}

p.widget{
	font-size:.95em;
	line-height:1.2em;
	margin:5px 0;
}

/* ---- News Plugins ---- */

#news{
	margin:5px 20px;
	padding:0;
}

#news p{
	margin:5px 0;
	padding:5px 0;
	font-size:.95em;
}


p.date{
	font-style:italic;
	color:#555555;
}
p.short{
	margin:-25px 0 0 -1px;
	padding-top:-50px;
}

p.job{
	margin:-15px 0 0 14px;
	padding-top:0;
}

li.details{
	margin:40px 0 5px 0;	
	padding:0;
}

h2.news{
	margin:0;
	padding:0;
}

h3.details{
	margin:20px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:1.1em;
	text-transform:none;
}


