/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.2em;
}

/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/
body {
   font-size: 10px;
   line-height: 1.6em;
   font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif;
   background-color: #fff;
   color: #323232;
}

#bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 150px;
	left: 0;
	z-index: -1;
}


p {
   font-size: 1.2em;
   margin: 0 0 10px 0;
   color: #404040;
}
a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active { color: #006942; text-decoration: underline; }


h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; }
h1 { font-size: 1.8em; color: #006942; }
h2 { font-size: 1.6em; color: #404040; }
h3 { font-size: 1.5em; color: #404040; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
li { font-size: 1.3em; }
label { font-size: 1.2em; }
legend { font-size: 1.2em; }

ul { margin-bottom: 10px; }

ol {
   list-style-type: decimal;
   margin-bottom: 10px;
}

hr { margin: 10px 0; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.bold { font-weight: bold; }
.imageRight { margin: 0px 0 10px 20px; }
.imageLeft { margin: 0px 20px 10px 0; }
.divider { padding: 0 10px; }

.small-text { font-size: 1.2em; }
.medium-text { font-size: 1.5em; line-height: 1.6em; }
.large-text { font-size: 1.7em; line-height: 1.8em; }
.warning, .error { color: red; }
.lime-green { color: #b6e67b; }

/*------------------------------------------------------------
   page-wrapper
------------------------------------------------------------*/
#page-wrapper {
   width: 904px;
   margin: 0 auto 20px auto;
   padding: 0;
   position: relative;
   z-index: 1;
}

/*------------------------------------------------------------
   header
------------------------------------------------------------*/
#header {
   height: 157px;
   width: 845px;
   padding: 0;
   margin-left: 31px;
   background-color: #fff;
   background-image: url(../graphics/bg-header.png);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   overflow: hidden;
}

#logo {
   margin-top: 18px;
   float: left;
   width: 455px;
   height: 110px;
}

#logo a {
   display: block;
   width: 455px;
   height: 110px;
   text-decoration: none;
}

#logo a:hover {
   text-decoration: none;
}

#logo span {
   visibility: hidden;
}

form#searchform {
   position: absolute;
   top: 76px;
   right: 29px;
   width: 201px;
}

form#searchform label {
   font-size: 1.0em;
}

form#searchform input {
   display: block;
   float: left;
}

form#searchform .search-box {
   height: 20px;
   padding: 0px 6px 0px 3px;
   border: 0;
   width: 150px;
   font-size: 1.2em;
   font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif;
   margin-right: 6px;
   color: #404040;
   background-color: #efeded;
   border-top: 1px solid #838282;
   border-left: 1px solid #9e9d9d;
}

form#searchform .submitButton {
   color: #fff;
   background: transparent;
   border: none;
   cursor: pointer;
   width: 30px;
   height: 25px;
   margin-top: -5px;
   margin-left: 2px;
}

/* header nav */
ul#header-nav {
   position: absolute;
   top: 1px;
   right: 35px;
   width: 177px;
}

ul#header-nav li {
   margin: 0 0 0 39px;
   font-size: 1.0em;
   float: left;
}

ul#header-nav li a:link, ul#header-nav li a:visited { color: #404040; text-decoration: none; }
ul#header-nav li a:hover, ul#header-nav li a:active { color: #404040; text-decoration: underline;  }
ul#header-nav li.selected { color: #404040; text-decoration: underline; }

/*------------------------------------------------------------
   content-wrapper
------------------------------------------------------------*/
#content-wrapper {
   background-color: #e0f4c7;
   overflow: hidden;
   width: 900px;
   border: 2px solid #9fc745;
   margin-bottom: 8px;
   padding-bottom: 20px;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
   position: relative;
}

/*------------------------------------------------------------
   Main Nav
------------------------------------------------------------*/
ul#main-nav {
   clear: both;
   float: right;
   text-align: center;
   height: 21px;
   width: 652px;
}

ul#main-nav li {
   float: left;
   height: 21px;
   font-size: 11px;
   width: 92px;
   font-size: 11px;
   margin: 0 0 0 1px;
}

ul#main-nav li a {
   display: block;
   height: 19px;
   width: 92px;
   padding-top: 2px;
   background-repeat: no-repeat;
   background-image: url(../graphics/nav-normal-bg.png);
}

ul#main-nav li a:link, ul#main-nav li a:visited { color: #323232; text-decoration: none; }
ul#main-nav li a:hover, ul#main-nav li a:active { color: #323232; text-decoration: none; background-image: url(../graphics/nav-hover-bg.png); }

ul#main-nav li.selected:hover, ul#main-nav li.selected:active { text-decoration: none;  }

ul#main-nav li a.selected {
   height: 20px;
   padding-top: 2px;
   margin-top: -1px;
   background-image: url(../graphics/nav-hover-bg.png);
}

/*------------------------------------------------------------
   Sub Nav
------------------------------------------------------------*/
ul#subnav {
   width: 150px;
   border: 1px solid #9fc745;
   margin: 0 auto 40px auto;
   border-bottom: none;
}

#subnav li {
   font-size: 13px;
   border-bottom: 1px solid #9fc745;
   font-weight: bold;
   padding: 0;
}

#subnav li a {
   display: block;
   height: 100%;
   padding: 4px 5px 4px 7px;
}

#subnav li ul {
   margin: 0;
   background-color: #e4ec9b;
}

#subnav li ul li {
   font-size: 11px;
   border: none;
   font-weight: normal;
   margin: 0;
   padding: 0;
}

#subnav li ul li a {
   padding-left: 21px;
   background-repeat: no-repeat;
   background-position: 9px 7px;
}

#subnav li a.menu2:hover {
   text-decoration: none;
   background-color: #f2f6cd;
}

#subnav li a:link, #subnav li a:visited { color: #323232; text-decoration: none; }
#subnav li a.menu1:hover, #subnav li a.menu1:active { 
   text-decoration: none;
   background-color: #e4ec9b;
}

#subnav li a.menu1Sel {
   background-color: #e4ec9b;
}

#subnav li a.menu2Sel {
   color: #006942;
   background-color: #f2f6cd;
   background-image: url(../graphics/arrow-subnav.png); 
}

/*------------------------------------------------------------
   Sidebar
------------------------------------------------------------*/
#sidebar {
   width: 184px;
   float: left;
   margin-top: 30px;
}

#sidebar-btns {
   margin: 0 auto 20px auto;
   width: 138px;
}
.sidebar-btn {
   margin-bottom: 2px;
}

/*------------------------------------------------------------
   content
------------------------------------------------------------*/
#content {
   width: 629px;
   float: left;
   padding: 30px;
   background-color: #fff;
   margin: 30px 0 0px 0;
   padding-top: 50px;
   min-height: 400px;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
   position: relative;
}

.content ul {
   margin-left: 30px;
   list-style-type: disc;
}

.content li {
   font-size: 1.2em;
   margin-top: 0px;
   margin-bottom: 5px;
}

.content ul li ul li{
   font-size: 1.0em;
}

.content ul li ul li ul li {
   font-size: 1.0em;
}

.content ol {
   margin-left: 30px;
} 

.content h1 {
   font-size: 3.0em;
   font-weight: normal;
   line-height: 1.1em;
   font-family: Impact, Charcoal, san-serif;
   letter-spacing: 0.05em;
}

.content h2 {
   font-size: 1.9em;
   line-height: 1.1em;
}

.content h3 {

}

.content h2, h3 {
   padding-bottom: 0;
   margin: 15px 0 4px 0;
}

.content p {
   padding-top: 0;
   margin: 0 0 10px 0;
}

.content img {
   margin-bottom: 10px;
   margin-top: 4px;
}

/*------------------------------------------------------------
   Multi-Column Layouts
------------------------------------------------------------*/
.column-small {
   width: 175px;
   margin-top: 20px;
}

.column-medium {
   width: 280px;
   padding-right: 20px;
   padding-left: 1px;
   overflow: hidden;
}

.column-large {
   width: 420px;
   margin-right: 30px;
}

.column-full {
   clear: both;
   margin-bottom: 20px;
}

/*------------------------------------------------------------
   Homepage
------------------------------------------------------------*/

#home-sidebar {
   width: 195px;
   float: left;
   margin: 25px 22px 0 25px;
   display: inline;
}

#home-sidebar .home-btn {
   margin-bottom: 1px;
}

#our-stories {
   margin: 20px 0 20px 0;
   padding: 20px 20px 10px 20px;
   border: 1px solid #acaca8;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
   background-color: #e0f4c7;
}

#our-stories .heading {
   margin-left: -3px;
}

#home-sidebar #our-stories h2 {
   font-size: 1.2em;
   color: #000;
}

#home-sidebar #our-stories img {
   margin-bottom: 9px;
}

#home-sidebar a {
   color: #000;
   text-decoration: underline;
}

#home-content {
   float: left;
   width: 631px;
   margin: 25px 10px 25px 0px;
}

#home-content img {
   margin-bottom: 25px;
}

#home-content p {
   margin-left: 20px;
}


#home-intro {
   width: 410px;
   float: left;
   margin: -5px 0 0 20px;
}

#home-intro p {
   line-height: 1.5em;
}

#home-news {
   width: 195px;
   margin: 10px 0 0 15px;
   padding-left: 4px;
   float: left;
}

#home-news .heading, #home-events .heading {
   margin-left: -3px;
}

#home-events {
   width: 195px;
   margin: 10px 0 0 17px;
   padding-left: 4px;
   float: left;
   overflow: hidden;
}

#home-events .cal-link {
   margin: 0;
}
#home-news img, #home-events img {
   margin-bottom: 10px !important;
}

#home-news p, #home-events p {
   margin-top: 0;
}

#home-news a:link, #home-news a:visited { color: #000; text-decoration: underline; }
#home-news a:hover, #home-news a:active { color: #971436; text-decoration: underline; }

#home-events a:link, #home-events a:visited { color: #000; text-decoration: underline; }
#home-events a:hover, #home-events a:active { color: #971436; text-decoration: underline; }

#home-ad {
   width: 170px;
   height: 240px;
   float: right;
   margin-right: 20px;
}


/* home image */
#home-image {
   position: relative;
   width: 631px;
   height: 225px;
}

#home-image img {
   margin-top: 0 !important;
}

#this-is-vine {
   position: absolute;
   bottom: -25px;
   left: 10px;
}

/*------------------------------------------------------------
   User Actions
------------------------------------------------------------*/
ul#actions {
   position: absolute;
   top: 0px;
   right: 10px;
   font-size: 0.77em;
   list-style-type: none;
}

ul#actions li { 
   float: left;
   margin-top: 5px;
}
ul#actions li a {
   display: block;
   padding: 5px 5px 0 0px;
   height: 25px;
   margin-right: 15px;
   background-repeat: no-repeat;
   width: 50px;
   font-family: "Arial", san-serif;
   font-weight: bold;
   color: #000;
}
ul#actions .print {
   background-image: url(../graphics/icon-print.png);
   background-position: 28px 2px;
}
ul#actions .share {
   background-image: url(../graphics/icon-share.png);
   background-position: 33px 2px;
}


/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/

#footer {
   height: 98px;
   width: 850px;
   margin: 0px auto;
   margin-bottom: 20px;
   padding: 25px 27px 22px 27px;
   background-color: #971436;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
}

#footer-left p {
   font-size: 1.0em;
   float: left;
}

#footer-middle {
   width: 370px;
   height: 91px;
   padding: 10px 35px 0 30px;
   margin: 0 30px 0 55px;
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   float: left;
}

.twitter-feed {
   margin-left: 52px;
}

.twitter-time {
   font-size: 10px;
   color: #b6e67b;
}

#footer-right {
   float: left;
}

#footer-right #how-form {
   margin-top: 10px;
   margin-left: 5px;
   width: 140px;
}

#how-form select {
   width: 150px;
   margin-bottom: 5px;
}

#footer a:link, #footer a:visited { color: #fff; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #fff; text-decoration: none; }

#footer-nav {
   width: 904px;
   margin: 0 auto 20px auto;
}

#footer-nav ul {
   margin: 0 auto;
   display: block;
   width: 720px;
}

#footer-nav li {
   display: inline;
   color: #fff;
   padding: 0 5px;
   font-size: 1.0em;
}

#footer-nav a:link, #footer-nav a:visited { color: #fff; text-decoration: none; }
#footer-nav a:hover, #footer-nav a:active { color: #fff; text-decoration: underline; }

#footer-nav li.selected { text-decoration: underline; }

#footer p {
   color: #fff;
}

#footer #social-icons {
   float: right;
   margin-right: 0px;
   margin-top: 0px;
}

#footer #social-icons p {
   margin-top: 9px;
   margin-right: 5px;
}
#footer #social-icons img {
   padding-left: 6px;
}

/*------------------------------------------------------------
   Content Type - News Summary
------------------------------------------------------------*/
.newsSummary {
   list-style-type: none;
   margin: 0px 0px 0px 0px !important;
   padding: 0px 0px 0px 0px;
   clear: both;
}

#newsList {
   list-style-type: none;
   margin: 20px 0px 0px 0px !important;
   padding: 0px 0px 0px 0px;
}

ul.newsSummary li, ul#newsList li {
   list-style-type: none;
   clear: both;
   margin-bottom: 10px;
   display: block;
   font-size: 1.0em;
}

ul.newsSummary li h2 {
   margin: 2px 0 0 0;
   padding: 0;
   font-size: 1.3em;
   font-weight: bold;
}

ul.newsSummary li h3 {
   font-size: 1.2em;
   margin-top: 3px;
}

ul.newsSummary li p {
   padding: 4px 0 5px 0;
   font-size: 1.2em;
}

.icon {
   margin-top: 1px;
   margin-right: 10px;
   float: left;
   clear: both;
}

.content .icon {
   margin-top: 0px;
}

#newsList li a { font-weight: bold; }

ul#newsList li h2 {
   margin-bottom: 5px;
   padding: 0;
   font-size: 1.9em;
}

ul#newsList li h2 a {
   font-weight: normal;
}

.searchSummary {
   font-size: 12px;
   line-height: 140%;
}

/*------------------------------------------------------------
   Content Type - Event Summary
------------------------------------------------------------*/
ul.eventSummary {
   list-style-type: none;
   margin: 0 0 5px 0;
   padding: 0px;
   overflow: hidden;
}

.eventSummary li {
   margin: 0px 0 10px 0;
   padding: 0px;
   list-style-type: none;
   display: block;
}

.eventSummary li a {
   color: #000;
   text-decoration: underline;
}

.eventSummary li a:hover {
   color: #006942;
}

.eventSummary li h2 {
   margin: 0;
   padding: 0;
   color: #000;
}

.eventSummary li h3 {
   margin: 2px 0 3px 0px;
   color: #000;
   font-size: 1.0em;
   float: left;
}

.eventSummary li img { margin: 0px 0px 0px 0px !important; }

.eventSummary .event-date { 
   font-weight: normal;
   margin: 0 0px 0 0px;
   display: block;
   color: #000;
}

/*--------------------------------------------------
  Form Styles
--------------------------------------------------*/

.inputForm table {
   padding: 0px;
   margin: 0px;
   border: 0px;
}

.inputForm label {
   font-size: 12px;
}

.inputForm td {
   padding: 10px;
   margin: 10px;
}

.inputForm input, .inputForm textarea, .inputForm select { 
   font-size: 11px;
   margin: 7px 5px 7px 0;
}

.inputForm td { 
   font-size: 12px; 
   color: #000;
   padding: 0px 3px 3px 0px;
}

.inputForm .label { 
   font-size: 12px;
   font-weight: bold;
   color: #000;
   margin-bottom: 10px;
}

.inputForm .required { 
   color: #b40f27;
   font-weight: bold;
}

.authform {
   margin-bottom: 10px;
}

.authform label {
   margin: 0 0 4px 0px;
   padding: 0;
   display: block;
}

.authform input {
   margin-bottom: 15px;
   float: left;
}

.authform input:focus {
   background-color: #eee;
}

.authform ul {
   margin-left: 0px !important;
   margin-bottom: 10px;
}

.authform li {
   list-style-type: none;
}

.auth-button {
   float: left;
   background-color: #b20e89;
   color: #fff;
   font-size: 1.2em;
	border: 0;
	height: 20px;
	padding-bottom: 3px;
	cursor: pointer;
	clear: both;
	margin-right: 10px;
}

.auth-button:hover {
   background-color: #481ea2;
}

.auth-button:active {
   background-color: #481edd;
}

.authform label {
   width: 160px;
}

#login-button {
	width: 70px;
}

#reset-button {
	width: 120px;
}

.authform .reset {
   float: left;
}

label.error { 
   float: left;
   display: block;
   width: 300px !important;
   margin-left: 10px;
   color: red;
}


/*------------------------------------------------------------
   Content Type - Tables
------------------------------------------------------------*/
.table1, .table2, .table3, .table4 {
   font-family: Tahoma, Geneva, Arial, sans-serif;
   border-collapse: collapse;
   border: 0px;
   margin: 15px 0 30px 0px;
   color: #514843;
}

.table1 { color: #000; }

/* th */
.table1 th, .table2 th { background-color: #edf9df; }    /* Custom */ 
.table1 th { border: solid 1px #fff; }                /* Custom */ 
.table3 th, .table4 th { color: #000000; }               /* Custom */ 

.table1 th, .table2 th, .table3 th, .table4 th {
   font-weight: bold;
   text-align: left;
   vertical-align: bottom;
}

.table1 th, .table2 th {
   font-size: 14px;
   color: #000;
   padding: 3px 8px 10px 8px;
}

.table3 th { 
   border: solid 1px #fff;
   font-size: 12px;
   padding: 4px 8px;
}

.table4 th { 
   font-size: 12px;
   padding: 2px 2px 2px 0px;
}

.table1 .highlight td:first-child, .table2 .highlight td:first-child { background-color: #fff; }
.table1 .highlight td, .table2 .highlight td { background-color: #edf9df; }
.table3 .highlight td { background-color: #d8ede7; }

.table1 td, .table2 td, .table3 td, .table4 td {
   vertical-align: top;
   font-size: 12px;
   font-weight: normal;
   padding: 4px 8px;
}

.table1 td:first-child {
   background-color: #edf9df;
}

.table1 td {
   background-color: #fff;
   border: solid 1px #e0f4c7;
}


.table2 td {
   background-color: #edf9df;
   border-bottom: solid 1px #e0f4c7;
}

.table3 td {
   background-color: #edf9df;
   border: solid 1px #e0f4c7;
}

.table4 td { padding: 2px 2px 2px 0px; }