/* ---------- Globals ----------- */

body {
font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
word-spacing:1px;
color:#444;
margin:0;
padding: 0;
background-image:url("../images/bkgd.gif");
background-position: 0 0%;
background-repeat: repeat-x;
}


* {
margin:0;
padding:0;
}

#wrapper {
width: 965px;
width:expression(this.width > 320 ? "320px" : this.width);
margin:0 auto;
}

#innerwrapper {
margin: 0;
padding:0;
}

#innerwrapper_color { /* For index template */
margin: 45px 0 0 0;
padding: 0;
background: rgb(245,245,227);
}

#innerwrapper_colorpage { /* For primary, secondary, tertiary templates */
margin: 0;
padding: 0;
background: rgb(245,245,227);
}

span.floatright {
	float: right;
}

a {
font-size: 100%;
/*color: rgb(118,54,7);*/
color: rgb(84,117,145);
text-decoration: none;
border-bottom: 1px dashed rgb(84,117,145);
padding: 0 2px 0 2px;
}

a:hover {
text-decoration: none;
color: white;
border-bottom: none;
background-color: rgb(84,117,145);
}

a.bluebtn {
text-decoration: none;
color: white;
font-size: 100%;
font-weight: normal;
background-color: rgb(84,117,145);
padding: 3px 7px 3px 7px;
border-style: outset;
border-left-color: white;
border-top-color: white;
border-right-color: gray;
border-bottom-color: gray;
border-width: 1px;
}

a.bluebtn:hover {
color: white;
text-decoration: none;
background-color: rgb(9,38,67);
}
 
a.nohover {
text-decoration: none;
border: none;
}

a.nohover:hover{
text-decoration: none;
border: none;
background-color: white;
}

a.topbanner {
font-size: 85%;
color: #CCCCCC;
text-decoration: none;
border-bottom: 1px dashed rgb(84,117,145);
padding: 0;
margin: 0 15px 0 5px;
}

a.topbanner:hover {
color: white;
border-bottom: none;
text-decoration: none;
}

a.isolated {
border: none;
text-decoration: none;
}

a.isolated:hover {
border: none;
text-decoration: none;
background: none;
}

img.isolated {
border: none;
padding: 13px 0 13px 13px;
}





#form_generic {
margin: 0 0 0 25px;
padding: 0;
background-color: rgb(245,245,227);
border: none;
}

#form_generic input,
#form_generic form table td input {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color: #333333;
font-size: 100%;
margin: 0 3px 0 3px;
}

#form_generic select,
#form_generic form table td select {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color: #333333;
margin: 0 3px 0 3px;
}

#form_generic textarea,
#form_generic form table td textarea {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color: #333333;
font-size: 100%;
margin: 0 3px 0 3px;
}

#form_generic form table {
margin: 0;
padding: 0;
border: none;
background-color: rgb(245,245,227);
}

#form_generic form table td {
background-color: rgb(245,245,227);
margin: 0;
padding: 5px 0 5px 0;
border: none;
}

#form_generic form table td h5 {
font-size: 100%;
font-weight: bold;
border: none;
color: #333333;
padding: 7px 0 0 5px;
}

#form_generic form table td h5.noreq {
font-size: 100%;
font-weight: normal;
border: none;
color: #333333;
padding: 7px 0 0 5px;
}

/* ------ end globals -------- */




/* ------- Global top banner -------- */

#topbanner {
margin: 8px 0 10px 0;
padding: 0 0 0 5px;
color: white;
}

#topbanner ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#topbanner ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topbanner ul li p,
#topbanner ul li label {
display: inline;
font-size: 90%;
margin: 0;
padding: 8px 0 8px 0;
}

#topbanner ul li form {
display: inline;
}

#topbanner ul li select {
font-size: 90%;
padding: 0;
margin: 0;
background: white;
color: black;
}

#topbanner ul li input {
font-size: 90%;
width: 150px;
padding: 0;
margin: 0 0 0 10px;
color: black;
}

#topbanner ul li input.topbannerfloat_submitbtn {
width: 75px;
font-size: 80%;
margin: 0;
color: white;
font-size: 100%;
font-weight: normal;
background-color: rgb(84,117,145);
padding: 1px 7px 1px 7px;
border-style: outset;
border-left-color: white;
border-top-color: white;
border-right-color: gray;
border-bottom-color: gray;
border-width: 1px;
}

#topbanner ul li input.topbannerfloat_submitbtnhover {
font-size: 80%;
margin: 0;
color: white;
font-size: 100%;
font-weight: normal;
padding: 1px 7px 1px 7px;
border-style: outset;
border-left-color: white;
border-top-color: white;
border-right-color: gray;
border-bottom-color: gray;
border-width: 1px;
background-color: rgb(9,38,67);
}

#topbanner a {
font-size: 85%;
color: #CCCCCC;
text-decoration: none;
}

#topbanner a:hover {
color: #CCCCCC;
text-decoration: underline;
}

/* end */


/* --------- Global logo -------------- */
#logo {
margin: 3px 0 0 0;
padding: 0;
border: none;
}

#logo img {
border: none;
margin: 0;
padding: 0;
}

/* end */


/* --------- Global navigation ---------- */

#nav {
position:relative;
clear:both;
background: white;
margin: 5px 0 0 0;
padding: 0;
}

/* IE6 hack to fix spacing difference compared to FF */
*html #nav {
position:relative;
clear:both;
background: white;
margin: 0;
padding: 0;
}
/* end hack */


/* IE7 hack to fix spacing difference compared to FF */
*:first-child+html #nav {
position:relative;
clear:both;
background: white;
margin: 0;
padding: 0;
}
/* end hack */

#nav ul li {
display:inline;
list-style:none;
margin: 0;
padding: 0;
}

#nav ul li a {
font-size: 90%;
text-decoration:none;
margin: 0 1px 0 0;
padding: 9px 8px 8px 8px;
color: white;
background-image: url("../images/nav_bkgd_unselected.gif");
background-position: 0 0%;
background-repeat: repeat-x;
border: none;
}

#nav ul li a:hover {
color: white;
background-image: url("../images/nav_bkgd_selected.gif");
background-position: 0 0%;
background-repeat: repeat-x;
text-decoration: none;
border: none;
}

#nav ul li.active a{
color: white;
background-image: url("../images/nav_bkgd_selected.gif");
background-position: 0 0%;
background-repeat: repeat-x;
border: none;
}

#nav ul li.first ul.subnav li { /* All main nav items must have at least one sub-nav item.  Since the home page is an exception, this hides the fake child 'Stub1' beneath it */
display: none;
}

#nav ul li.last a {
font-size: 90%;
text-decoration:none;
color: white;
background-image: url("../images/nav_bkgd_unselected_gold.gif");
background-position: 0 0%;
background-repeat: repeat-x;
border: none;
}


#nav ul li.last a:hover {
color: white;
background-image: url("../images/nav_bkgd_selected_gold.gif");
background-position: 0 0%;
background-repeat: repeat-x;
text-decoration: none;
border: none;
}

#nav ul li.active ul.subnav { /* This actually displays the active sub-nav */
display: inline;
}

#nav ul.subnav { /* This hides all the sub-navs; only the active sub-nav displays, which is powered above */
display: none;
margin: 27px 0 0 0;
padding: 7px;
border: none;
position:absolute;
left:-2px;
width:99%;
}

/* IE6 hack for subnav positioning */
*html #nav ul .subnav {
margin: 7px 0 0 0;
padding: 7px;
color: white;
border: none;
position:absolute;
top: 30px;
left:-2px;
width:99%;
background-image: url("../images/bkgd_subnav.gif");
background-position: 0 0%;
background-repeat: repeat-x;
}
/* end */

/* IE7 hack for subnav positioning */
*:first-child+html #nav ul .subnav {
margin: 7px 0 0 0;
padding: 5px;
color: white;
border: none;
position:absolute;
top: 32px;
left:-2px;
width:99%;
background-image: url("../images/bkgd_subnav.gif");
background-position: 0 0%;
background-repeat: repeat-x;
}
/* end */


#nav ul.subnav li {
list-style: none;
background: none;
}

#nav ul.subnav li.active {
background: none;
}

#nav ul.subnav li a {
color: white;
text-decoration:none;
font-size: 80%;
padding: 5px;
background: none;
border: none;
}

#nav ul.subnav li.active a{
color: white;
text-decoration:none;
font-size: 80%;
padding: 5px;
background: none;
border-bottom: 2px solid white;
}

#nav ul.subnav li.active a:hover,
#nav ul.subnav li a:hover {
border-bottom: 2px solid white;
background: none;
color: white;
}

/* end */


/* -------- Feature article, main image, upcoming events, and contact modules: index template --------- */


#masthead {
margin: 11px 312px 0 0;
padding: 11px 0 0 0;
}

/* IE 6 hack to get rid of 3px box bug */
*html #masthead {
ma\rgin: 34px 315px 0 0;
padding: 11px 0 0 0;
}

*html #masthead img {
margin: -3px;
padding: 0;
}
/*end hack */

#feature {
float: right;
width: 314px;
height: 232px;
margin: 22px 0 0 0;
padding: 0;
background-color: white;
}

/* IE 6 hack to get rid of 3px box bug */
*html #feature {
float: right;
width: 317px;
height: 232px;
margin: -3px;
ma\rgin: 42px 0 0 0;
padding: 0;
background-color: white;
}
/* end hack */


#feature h2 {
font-family: "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
font-size: 150%;
color: rgb(118,54,7);
padding: 10px 5px 0 10px;
}

#feature p {
font-size: 90%;
color: gray;
margin: 5px 0 0 0;
padding: 10px;
line-height: 1.3em;
}

#feature img {
/*border: 2px solid #E8E8E8;*/
padding: 0;
margin: 0 7px 0 7px;
border: none;
}

#upcomingevents {
height: 64px;
margin: 0;
padding: 0;
background-color: rgb(0,51,102);
/*background-image: url("../images/bkgd_upcomingevents.gif");
background-repeat: no-repeat;
background-position: 0 0%;*/
}


/* IE 6 hack to get rid of 3px box bug */
*html #upcomingevents {
height: 64px;
margin: -3px -3px 0 0;
padding: 0;
background-color: rgb(0,51,102);
/*background-image: url("../images/bkgd_upcomingevents.gif");
background-repeat: no-repeat;
background-position: 0 0%;*/
}
/*end hack*/

/* IE 7 hack to get rid of 3px box bug */
*:first-child+html #upcomingevents {
height: 64px;
margin: -3px 0 0 0;
padding: 0;
background-color: rgb(0,51,102);
/*background-image: url("../images/bkgd_upcomingevents.gif");
background-repeat: no-repeat;
background-position: 0 0%;*/
}
/*end hack*/

#upcomingevents ul li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#upcomingevents ul li h2 {
display: inline;
color: white;
font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
font-size: 140%;
padding: 27px 0 0 14px;
font-weight: normal;
letter-spacing: 1px;
}

#upcomingevents ul li a {
display: inline;
text-decoration: none;
color: white;
border: none;
}

#upcomingevents ul li a:hover {
display: inline;
text-decoration: none;
color: white;
border-bottom: 1px dashed white;
background: none;
}

#upcomingevents ul li img {
display: inline;
border: none;
background: none;
margin: 17px 0 0 10px;
padding: 0 10px 0 0;
}

#contact {
float: right;
width: 314px;
height: 64px;
margin: 0;
padding: 0;
background-color: rgb(84,117,145);
background-image: url("../images/icon_contact.gif");
background-repeat: no-repeat;
background-position: 0;
}


/* IE 6 hack to get rid of 3px box bug */
*html #contact {
float: right;
width: 320px;
height: 64px;
margin: -3px;
padding: 0;
background-color: rgb(84,117,145);
background-image: url("../images/icon_contact.gif");
background-repeat: no-repeat;
background-position: 0;
}
/* end hack */

/* IE 7 hack to get rid of 3px box bug */
*:first-child+html #contact {
float: right;
width: 314px;
height: 64px;
margin: -3px 0 0 0;
padding: 0;
background-color: rgb(84,117,145);
background-image: url("../images/icon_contact.gif");
background-repeat: no-repeat;
background-position: 0;
}
/* end hack */

#contact h2 {
color: white;
font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
font-size: 100%;
margin: 0 0 0 70px;
padding: 17px 5px 0 0px;
font-weight: bold;
}

#contact p {
color: white;
font-size: 90%;
margin: 0 0 0 70px;
padding: 0 5px 0 0;
font-weight: normal;
line-height: 1.0em;
}

#contact a {
color: white;
text-decoration: none;
margin: 0;
padding: 0;
}

#contact a:hover {
color: white;
text-decoration: none;
border-bottom: 1px dashed white;
}

/* end */


/* ------ Right-hand column, index template ---------- */


#sidebarright {
width: 300px;
float: right;
padding:0;
margin: 15px 10px 0 0;
background-color: none;
}

#sidebarright_content {
border: 5px solid rgb(235,235,208);
background-color: white;
margin: 0 0 15px 0;
}

#sidebarright_content img {
border: none;
}


#sidebarright_content h2 {
font-size:130%;
color:rgb(118,54,7);
margin: 0;
padding: 10px 10px 6px 20px;
border:none;
}

#sidebarright_content h2.calendar {
font-size:130%;
color:rgb(118,54,7);
margin: 5px 0 0 5px;
padding: 10px 10px 6px 30px;
border:none;
background-image: url("../images/icon_calendar.gif");
background-repeat: no-repeat;
background-position: 0 50%;
line-height: 1.0em;
}

#sidebarright_content h2.info {
font-size:130%;
color:rgb(118,54,7);
margin: 5px 0 0 5px;
padding: 10px 10px 6px 30px;
border:none;
background-image: url("../images/icon_info.gif");
background-repeat: no-repeat;
background-position: 0 50%;
line-height: 1.0em;
}

#sidebarright_content h3 {
font-size:110%;
color: #333333;
padding: 7px 10px 0 30px;
margin: 0 0 0 5px;
border:none;
line-height: 1.0em;
}

#sidebarright_content p {
font-size: 90%;
color: #333333;
line-height: 1.3em;
padding: 0 10px 10px 30px;
margin: 5px 0 0 5px;
}

#sidebarright_content ul {
margin: 0;
padding: 5px 0 10px 0;
list-style-type: none;
}

#sidebarright_content li {
font-size: 90%;
margin: 0;
padding: 7px 0 7px 35px;
background-color: white;
line-height: 1.3em;
}

/* end */


/* --------- Right-hand column and left-hand column, primary page template ----------  */

#sidebarrightpage {
float: right;
padding: 10px;
margin: 25px 20px 0 30px;
background-color: none;
background-image: url("../images/bkgd_sidebarrightpage.gif");
background-repeat: no-repeat;
background-position: 0 0%;
}

#sidebarrightpage_content {
width: 250px;
border: 2px solid rgb(235,235,208);
background-color: rgb(220,220,187);
margin: 0 0 15px 0;
}

#sidebarrightpage_content h2 {
font-size: 120%;
padding: 10px 5px 5px 10px;
}

#sidebarrightpage_content p {
font-size: 100%;
padding: 3px 10px 10px 10px;
line-height: 1.2em;
}

#sidebarleft_content ul,
#sidebarrightpage_content ul {
margin: 0;
padding: 5px 0 10px 0;
list-style-type: none;
}

#sidebarleft_content li,
#sidebarrightpage_content li {
margin: 0;
padding: 7px 0 7px 13px;
background-color: rgb(220,220,187);
border-bottom: 1px solid rgb(235,235,208);
}

#sidebarleft {
float: left;
width:210px;
padding:10px 10px 10px 0;
margin: 0 0 0 10px;
}

#sidebarleft_content {
border: 5px solid rgb(235,235,208);
background-color: rgb(220,220,187);
margin: 15px 0 0 0;
padding: 0 0 0 10px;
}

#sidebarleft_content h2 {
font-family: "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
font-size: 120%;
color: rgb(118,54,7);
padding: 10px 5px 10px 5px;
}

#sidebarleft_content h3 {
color: #333333;
font-size:110%;
font-weight:bold;
}

#sidebarleft_content p {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
font-size: 85%;
color: #333333;
font-weight: normal;
line-height: 1.3em;
padding: 0 5px 10px 5px;
margin: 0;
}

#sidebarleft_content a {
font-size: 100%;
color: rgb(118,54,7);
text-decoration: none;
padding: 0;
border-bottom: none;
}

#sidebarrightpage_content a {
font-size: 100%;
color: rgb(118,54,7);
text-decoration: none;
padding: 0;
border-bottom: none;
}

#sidebarleft_content a:hover {
text-decoration: none;
border-bottom: 1px dashed rgb(118,54,7);
color: rgb(118,54,7);
background-color: rgb(220,220,187);
}

#sidebarrightpage_content a:hover {
text-decoration: none;
border-bottom: 1px dashed rgb(118,54,7);
color: rgb(118,54,7);
background-color: rgb(220,220,187);
}


#sidebarrightpage_content img {
border: none;
}

/* end */




/* ---------- Main content well, index template --------- */

#content {
margin: 0 330px 0 10px;
padding: 10px 0 0 0;
}

#content h2 {
font-size: 140%;
font-weight: bold;
margin: 0;
padding: 10px 10px 0 15px;
color: rgb(118,54,7);
}

#content p {
font-size: 105%;
margin: 3px 0 0 0;
padding: 0 10px 10px 15px;
line-height: 1.3em;
color: #333333;
}

#content img {
margin: 15px 10px 10px 10px;
border: 2px solid gray;
}

/* end */


/* ----------- Main content well, primary, secondary, and tertiary page templates ----------- */

#content_page {
margin: 45px 310px 0 10px;
padding: 10px 0 0 0;
}

#content_pagesecondary {
margin: 45px 10px 0 240px;
padding: 10px 0 0 0;
}

#content_pagesecondary h2,
#content_page h2 {
font-size: 200%;
font-weight: bold;
margin: 0 10px 10px 14px;
padding: 10px 10px 5px 0;
color: rgb(118,54,7);
border-bottom: 1px solid rgb(118,54,7);
}

#content_pagesecondary h3,
#content_page h3 {
font-size: 120%;
font-weight: bold;
margin: 3px 0 0 0;
padding: 10px 10px 5px 15px;
color: #333333;
border: none;
}

#content_pagesecondary h4,
#content_page h4 {
font-size: 110%;
font-weight: bold;
margin: 3px 10px 10px 15px;
padding: 10px 0 1px 0;
color: #333333;
border-bottom: 1px dashed #333333;
line-height: 1.2em;
}

#content_page h3.form,
#content_pagesecondary h3.form {
font-size: 120%;
font-weight: normal;
margin: 3px 10px 0 0;
padding: 15px 10px 0 0;
color: rgb(118,54,7);
border-bottom: 1px dashed rgb(118,54,7);
}

#content_page h5.form,
#content_pagesecondary h5.form {
font-size: 90%;
font-weight: bold;
color: #333333;
padding: 7px 0 0 5px;
}

#content_page h5.noreq,
#content_pagesecondary h5.noreq {
font-size: 90%;
font-weight: normal;
color: #333333;
padding: 7px 0 0 5px;
}

#content_page p.form,
#content_pagesecondary p.form {
font-size: 100%;
font-weight: normal;
padding: 7px 0 7px 5px;
margin: 0;
}

#content_pagesecondary p,
#content_page p {
font-size: 105%;
margin: 3px 0 0 0;
padding: 0 10px 10px 15px;
line-height: 1.3em;
color: #333333;
}

#content_pagesecondary blockquote,
#content_page blockquote {
font-size: 105%;
line-height: 1.2em;
padding: 5px;
margin: 10px 20px 20px 20px;
background-color: rgb(220,220,187);
border: 2px solid rgb(235,235,208);
}

#content_pagesecondary ul,
#content_pagesecondary ol,
#content_page ul,
#content_page ol {
font-size: 105%;
margin: 7px 0 10px 40px;
}

#content_pagesecondary ul li,
#content_pagesecondary ol li,
#content_page ul li,
#content_page ol li {
color: #333333;
line-height: 1.3em;
padding: 5px 0 5px 0;
}

#content_pagesecondary img,
#content_page img {
margin: 7px 13px 13px 10px;
border: 2px solid gray;
}

#content_pagesecondary a,
#content_page a {
font-size: 100%;
color: rgb(84,117,145);
text-decoration: none;
border-bottom: 1px dashed rgb(84,117,145);
padding: 0 2px 0 2px;
}

#content_pagesecondary a:hover,
#content_page a:hover {
text-decoration: none;
color: white;
border-bottom: none;
background-color: rgb(84,117,145);
}

#content_pagesecondary a.bluebtn,
#content_page a.bluebtn {
text-decoration: none;
color: white;
font-size: 100%;
font-weight: normal;
background-color: rgb(84,117,145);
padding: 3px 7px 3px 7px;
border-style: outset;
border-left-color: white;
border-top-color: white;
border-right-color: gray;
border-bottom-color: gray;
border-width: 1px;
}

#content_pagesecondary a.bluebtn:hover,
#content_page a.bluebtn:hover {
color: white;
text-decoration: none;
background-color: rgb(9,38,67);
}

#content_page table,
#content_pagesecondary table {
margin: 0 0 10px 15px;
padding: 0;
border-collapse: collapse;
border: 1px solid rgb(0,0,51);
}

#content_page table th,
#content_pagesecondary table th {
font-family: Tahoma, Verdana, sans-serif;
font-weight: bold;
font-size: 12px;
background-color: rgb(0,0,51);
color: white;
padding: 3px;
text-align: left;
vertical-align: middle;
}

#content_page table td.header,
#content_pagesecondary table td.header {
color: white;
font-weight: bold;
font-size: 11px;
text-align: left;
vertical-align: top;
padding: 5px;
background-color: rgb(0,0,51);
text-align: right;
}

#content_page table td,
#content_pagesecondary table td {
font-size: 11px;
color: #333333;
text-align: left;
vertical-align: top;
padding: 5px;
background-color: #FFFDC8;
border-bottom: 1px solid rgb(0,0,51);
}


/* end */


/* ---------- Global footer ----------- */

#footer {
clear: both;
border-top: 1px solid #d3d3d3;
padding:10px;
margin:30px 0 0;
}

#footer p {
font: 85% Arial, Helvetica, sans-serif;
margin: 0;
padding: 5px;
}

#footer a {
color: rgb(84,117,145);
text-decoration: underline;
border: none;
}

#footer a:hover {
color: rgb(84,117,145);
text-decoration: none;
border: none;
background-color: rgb(245,245,227);
}

/* end */
