*
{
    margin: 0;
    padding: 0;
}
a img, img
{
    border: none;
}
a
{
    outline: none;
    color: #8AA90E;
}
html
{
    /* removes Firefox content jump by forcing the scroll bar  */
    min-height: 100%;
    margin-bottom: 1px;
}
#col1 a, #col1 a:link, #col1 a:active, #col3 a, #col3 a:link, #col3 a:active, #qcontacts a, #qcontacts a:link, #qcontacts a:active
{
    color: #8AA90E;
    text-decoration: none;
}

#col1 a:hover, #col3 a:hover, #qcontacts a:hover
{
    color: #666;
}
#page p a:hover
{
    text-decoration: underline;
}
#page .contentheading
{
    color: white;
    text-align: right;
    padding: 15px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
    position: absolute;
}
#page .contentheading span
{
    /* for IE */
    background-color: #5C7200;
    background-color: rgba(0, 0, 0, 0.375);
    padding: 3px 8px;
    margin-right: 1px;
}
.cat-news #page .contentheading
{
    color: #000;
    text-align: left;
    padding: 0px;
    margin: 0px;
    position: static;
}
.cat-news #page .contentheading span
{
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
body
{
    font-size: 100%;
    font-family: "Gill Sans MT" , GillSans, sans-serif;
    font-weight: normal;
}
#wrapper
{
    margin: 0 auto;
    width: 980px;
}
.hide
{
    display: none;
}
.clear
{
    clear: both;
}
#header
{
    float: left;
    width: 100%;
    height: 170px;
    background: white url(/images/header.png) 10px 10px no-repeat;
}
.logo
{
    display: block;
    width: 740px;
    height: 110px;
    float: left;
    text-indent: -9999px;
    left: 10px;
    top: -10px;
    position: relative;
}
#searchBoxWrapper
{
    width: 375px;
    height: 40px;
    float: right;
    margin: 22px 2px 0 0;
    font-size: 0.75em;
}
#searchBoxWrapper ul
{
    list-style: none;
    margin: 0;
    float: left;
}
#searchBoxWrapper li
{
    display: inline;
    border-right: 1px solid #8AA90E;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
}
#searchBoxWrapper li.item104
{
    border: 0;
    padding-right: 10px;
    margin-right: 0;
}
#searchBoxWrapper a:link, #searchBoxWrapper a:visited, #searchBoxWrapper a:active
{
    color: #8AA90E;
    text-decoration: none;
}
#searchBoxWrapper a:hover
{
    text-decoration: underline;
}
#searchBoxWrapper input.inputbox
{
    border: 0;
    padding: 2px;
    width: 165px;
    height: 18px;
    color: #737373;
    background-color: #E6E7E8;
    font-family: "Gill Sans MT" , GillSans, sans-serif;
}
#searchBoxWrapper .inputbox
{
    float: left;
}
.search
{
    float: left;
    margin: -2px;
}

label[for="area_contacts"], label[for="area_attachments"], label[for="area_content"], label[for="area_weblinks"], label[for="area_categories"], label[for="area_sections"], label[for="area_newsfeeds"]
{
font-size: 13px;
}
#colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
    background: #fff; /* Left column background colour */
}
#colmid
{
    float: left;
    width: 200%;
    position: relative;
    left: 200px; /* Centre column background colour */
}
#homepage #colmid
{
}
#colright
{
    float: left;
    width: 100%;
    position: relative;
    left: 50%;
    margin-left: -460px; /* Right column background colour */
}
#col1wrap
{
    float: right;
    width: 50%;
    position: relative;
    right: 100%;
}
#col1pad
{
    margin: 0 10px 0 470px;
    overflow: hidden;
}
#col1
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 75px;
}
#page, .blog
{
    width: 500px;
}
#col1 ul
{
    margin: 0px 0px 0px 40px;
    padding: 10px 0px;
}
#col1 ul.pagination
{
    margin: 0px;
    padding: 0px;
}
#col1 li
{
    font-size: 0.8125em;
    color: #666;
}
/* Caption overrides */
.caption
{
    float: left;
}
.img_caption.left, .null
{
    float: left;
    margin-right: 1em;
}
.img_caption.right
{
    float: right;
    margin-left: 1em;
}
.img_caption.left p
{
    clear: left;
    text-align: left;
    color: #666;
}
.null p
{
    clear: left;
    text-align: left;
    color: #999;
    font-size: 0.6875em;
    padding: 5px 0 5px 0;
}
.img_caption.right p
{
    clear: right;
    text-align: center;
    color: #666;
}

/* * BEGIN Properties for Improved Auto-Captioning script, caption.js */
/* Outermost container holding a captioned image, generated by caption.js */
.captioned_image_container
{
    /* How much space between container & surrounding content? */
    margin: 0 10px 2px 0; /* How much space on between container & the contained content? */
    padding: 0px;
    display: block;
    text-align: left;
    width: auto;
    float: left;
}
.captioned_image_border
{
    padding: 0px;
    text-align: left;
    display: block;
}
.image_wrapper, .img_caption
{
}
/* Container holding image & maybe a link */
.image_wrapper
{
    display: block;
    width: auto;
}
/* Container holding the image's caption */
.img_caption
{
    text-align: left;
    display: block;
    font-size: 0.6875em;
    padding: 5px 0 5px 0;
    color: #666;
}
/* The captioned image itself */
.caption, .caption2
{
}
/* * END Properties for Improved Auto-Captioning script, caption.js */

img.hero
{
    padding-bottom: 14px;
    /*margin-top: -20px;*/
}
#col2
{
    float: left;
    width: 190px;
    position: relative;
    margin-left: -50%;
    left: 270px;
    overflow: hidden;
}
ul
{
    margin: 0;
    padding: 0;
}
ul#mainlevel
{
    padding: 0;
    list-style: none;
    width: 190px;
    margin-bottom: 10px;
}
#homepage ul#mainlevel
{
    margin-bottom: 10px;
}
#mainlevel a
{
    font-size: 0.75em;
    color: #58595B;
    text-decoration: none;
    padding: 6px 7px 7px 11px;
    display: block;
    background-color: #E6E7E8;
    margin-bottom: 1px;
    text-transform: uppercase;
}
#mainlevel a:hover, #mainlevel li.active, #mainlevel a.mainlevel_current, #mainlevel a.mainlevel_active, #mainlevel a.sublevel_active
{
    background-color: #5C7200;
    color: white;
}
#mainlevel a.mainlevel_current
{
    background-color: #5C7200;
    color: white;
    cursor: default;
}
/* Specific IE hack to display sub nav as inline elements*/
#mainlevel li
{
    display: inline;
}
* html #mainlevel a
{
    height: 1px;
}
/* Specific IE hack to display sub nav as inline elements*/
#mainlevel li li a
{
    font-size: 0.75em;
    color: #223311;
    text-decoration: none;
    padding: 6px 7px 7px 30px;
    display: block;
    margin-bottom: 1px;
}
#mainlevel li li a:hover, #mainlevel li li.sublevel_current > a, #mainlevel li li.active
{
    background: #DEE3CC;
    border-left: 10px solid #5C7200;
    color: #58595B;
}
#mainlevel a.mainlevelsub_current
{
    cursor: default;
    font-style: italic;
}
/* Specific IE hack to display sub nav as inline elements*/
#mainlevelsub li
{
    display: inline;
}
* html #mainlevelsub a
{
    height: 1px;
}
/* Specific IE hack to display sub nav as inline elements*/
#mainlevel li li li a, #mainlevel li li li.sublevel a
{
    font-size: 0.75em;
    color: #58595B;
    text-decoration: none;
    padding: 6px 7px 7px 40px;
    display: block;
    margin-bottom: 0;
}
#mainlevel li li li a:hover, #mainlevel li li li.sublevel_current a, #mainlevel li li li.active
{
    color: #58595B;
}
ul#mainlevellogin
{
    padding: 0;
    list-style: none;
    width: 170px;
    margin-bottom: 10px;
}
#homepage ul#mainlevellogin
{
    margin-bottom: 10px;
}
#mainlevellogin a
{
    font-size: 0.875em;
    color: #D4EFFF;
    text-decoration: none;
    padding: 6px 7px 7px 11px;
    display: block;
    background-color: #327497;
    margin-bottom: 1px;
}
#mainlevellogin a:hover, #mainlevellogin li.active, #mainlevellogin a.mainlevellogin_current, #mainlevellogin a.mainlevellogin_active, #mainlevellogin a#active_menulogin
{
    background-color: #84D0FF;
    color: #223311;
}
#mainlevellogin a.mainlevellogin_current
{
    cursor: default;
}
/* Specific IE hack to display sub nav as inline elements*/
#mainlevellogin li
{
    display: inline;
}
* html #mainlevellogin a
{
    height: 1px;
}
#col3
{
    float: left;
    width: 250px;
    position: relative;
    overflow: hidden;
}
.toplink
{
    float: right;
    width: 64px;
    color: #999;
    font-size: 0.6875em;
    padding: 0 0 0 11px;
}
#footer
{
    padding: 10px 0 10px 0;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 0.625em;
    height: 10px;
}
#copyright
{
    position: relative;
    float: left;
    width: 400px;
    margin-left: 10px;
    color: #666;
}
#homepage .contentheading
{
color: #666;
float: left;
width: auto;
font-size: 1.5em;
padding-bottom: 5px;
}
.error, #homepage .error
{
padding-top: 40px;
color: #666;
}
#homepage .error h2, #homepage .error p
{
color: #666;
}
#homepage.h1
{
color: black;
}
#footer a, #footer a:visited, #footer a:active
{
    color: #8AA90E;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
ul#footerlinks
{
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
    float: right;
}
#footerlinks a
{
    color: #8AA90E;
}
#footerlinks li
{
    border-right: 1px solid #666;
    position: relative;
    list-style: none;
    padding: 0 6px 0 0;
    margin: 0 3px 0 0;
    display: inline;
}
#footer li.item107
{
    border: 0;
    padding-right: 0;
    margin-right: 0;
}
#breadcrumbs
{
    font-size: 0.6875em;
    color: #333;
    margin: 8px 0 0 0;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active
{
    color: #8AA90E;
    text-decoration: none;
}
#breadcrumbs a:hover
{
    text-decoration: underline;
}
h1
{
    font-size: 1.5em;
    color: #000;
    font-weight: normal;
    width: 500px;
    text-transform: uppercase;
    line-height: 120%;
}
h2
{
    font-size: 0.875em;
    color: #333;
    font-weight: bold;
    margin-top: 3px;
}
#col3 h3
{
    margin-top: 58px;
    font-size: 1em;
    padding-bottom: 11px;
}
#page a.contentpagetitle
{
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
}

p
{
    font-size: 0.8125em;
    color: #666;
    padding: 0 0 12px 0;
    line-height: 140%;
}
a.readon
{
    font-size: 0.8125em;
    color: #666;
    padding: 0 0 12px 0;
    line-height: 140%;
    display: inline;
}
p.nospace
{
    padding: 0;
}
p.buttonheading
{
    display: none;
}
p.credit
{
    font-size: 0.6em;
    margin-top: -13px; /*	text-align: right; */
    width: 501px;
    color: #999;
    padding-bottom: 6px;
}
.blog p
{
    display: inline;
}
.imageThumb
{
    font-size: 0.8125em;
    color: #666;
    padding: 5px 0 0 0;
    line-height: 140%;
}
.imagesmall
{
    display: block;
    padding: 0px 10px 0 0;
}
.time
{
    float: left;
    width: 70px;
    font-size: 0.8125em;
    color: #666;
}
.details
{
    float: left;
    width: 380px;
    font-size: 0.8125em;
    color: #666;
    padding-bottom: 3px;
}
.corporateVolunteerDays .time
{
    width: 50px;
}
.corporateVolunteerDays .details
{
    width: 400px;
}
table
{
    border-collapse: collapse;
    font-size: 0.8em;
    width: 100%;
}
th
{
    padding: 6px 0 6px 0;
    text-align: center;
    font-weight: normal;
    color: #000;
}
td
{
    padding: 6px 0 6px 0;
    text-align: center;
    vertical-align: baseline;
    color: #666;
}
table.noborder td
{
    background: none;
}
.form td
{
    padding: 2px 0 2px 0;
    text-align: left;
    background: none;
    vertical-align: top;
}
.required
{
    color: red;
}
.tableAdult
{
    width: 260px;
}
.tableResident
{
    width: 120px;
}
.tableNonResident
{
    width: 120px;
}
.rowLeft
{
    text-align: left;
}
.tab
{
    padding-left: 20px;
}
.action
{
    width: 500px;
    background-color: #EEF2DE;
}
.action h2
{
    margin-top: 9px;
    padding: 16px 20px 0 18px;
}
.action p, .action ul
{
    padding-bottom: 0;
    padding: 0 20px 16px 20px;
}
#col1 .action ul
{
    padding-left: 20px !important;
}
.animalBox
{
    background: #eff7e9;
    float: right;
    width: 250px;
    padding: 10px;
    margin-left: 10px;
    font-size: 0.85em;
}
.donate
{
    width: 500px;
    padding-bottom: 20px;
}
.donate h2
{
    margin-top: 9px;
    padding: 16px 20px 6px 18px;
}
.donate img
{
    padding: 0 10px 20px 18px;
    float: left;
}
#contact-address, #contact-telephone, #contact-fax, #contact-email
{
    display: none;
}
.line
{
    border-top: 1px dotted #BEBEBE;
    display: block;
    margin: 20px 0 0;
    padding: 10px 0 0;
}
.contactButton
{
    margin-top: 10px;
    width: 328px;
}
.right
{
    float: right;
}
/* button, .button {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	text-indent: inherit;
/* removes the left and right space in IE */
/*	width: auto;
	overflow: visible;
	cursor: pointer;
}
* html button, * html .button {
	width: 1%;
	overflow: visible;
	margin: 0 5px 0 0;
}
button .btn, .button .btn {
	font-size: 12px;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	height: 22px;
	line-height: 150%;
	padding: 0 4px 0 4px;
	vertical-align: middle;
	background: #5FB11E;
}
*/
a span.btn span.btn
{
    text-decoration: none;
}
.btnPrimary a:link
{
    background: #96d8e9;
    color: #FFF;
}
.btnPrimary a:hover
{
    text-decoration: none;
}
.btnPrimary .btn, .send .btn
{
    color: #FFF;
    background-color: #5FB11E;
}
.btnPrimary .btn .btn, .send .btn .btn
{
    background-color: #5FB11E;
}
#contactpage h1
{
    font-size: 0.875em;
    color: #333;
    font-weight: bold;
    margin-top: 3px;
    background: none;
    margin: 0;
}
.qcontact_address_top
{
    font-size: 0.8125em;
    color: #666;
    line-height: 140%;
    margin-bottom: 10px;
}
#qcontacts h2
{
    padding-top: 10px;
}
.pageLeft
{
    float: left;
    width: 240px;
    padding-right: 10px;
}
.pageRight
{
    float: left;
    width: 240px;
}
.qcontact_label_tel, .qcontact_label_fax, .qcontact_label_email
{
    float: left;
    width: 70px;
    font-size: 0.8125em;
    color: #666;
    line-height: 140%;
}
.qcontact_detail
{
    font-size: 0.8125em;
    color: #666;
    line-height: 140%;
}
#qcontacts .inputbox, .inputbox message, #page .inputbox, #page .inputbox message
{
    font-family: "Gill Sans MT" , GillSans, sans-serif;
    font-weight: normal;
    font-size: 0.8125em;
    color: #666;
    border: 1px solid #e4e3de;
}
#qcontacts label
{
    float: left;
    margin: 5px 0 0;
    width: 80px; /* font-size: 0.8125em; */
    color: #666;
    clear: both;
}
#page .Message
{
    float: left;
    margin: 5px 0 0;
    width: 80px; /* font-size: 0.8125em; */
    color: #666;
    clear: both;
}
.topMessage
{
    font-size: 0.8125em;
    color: #000;
    font-weight: bold;
    background-color: #F4F397;
    padding: 10px;
    margin-bottom: 20px;
    position: absolute;
    top: 10px;
    width: 480px;
}
#qcontacts input, #qcontacts textarea, #page textarea, .formElements input, .formElements select, .formElements textarea
{
    /*	border: 1px solid #E4E4E4; */
    color: #000000;
    font-family: "Gill Sans MT" , GillSans, sans-serif;
    margin: 5px 0 0;
    padding: 4px 0 4px 0;
}
#contact_text
{
    height: 150px;
}
#contact-telephone, #contact-fax, #contact-email
{
    font-size: 0.8125em;
    color: #666;
    line-height: 140%;
}
#qcontacts label.invalid
{
    color: red;
}
.contact input.invalid, .contact textarea.invalid
{
    border: 2px solid red;
}
.contact label.copy
{
    padding: 0 0 0 10px;
}
.contact_email_checkbox label
{
    float: none !important;
}
.invalid
{
    border-color: red !important;
}
.next
{
    clear: both;
}
.next h2
{
    /*	margin-top: 8px; */
    padding: 16px 20px 0 0;
}
.noline h2
{
    background-image: none;
}
.next a
{
    color: #8AA90E;
    padding: 0 0 0 17px;
}
a.pdf
{
    padding: 0 0 0 21px;
}
#page #relatedlist a
{
    font-size: 13px;
}
ul#relatedlist
{
    list-style: none;
    margin: 2px 0 0 0;
}
.dotDivider
{
    margin-top: 16px;
    height: 1px;
    display: block;
}
h3
{
    color: #000;
    font-weight: normal;
    font-size: 0.8125em;
    padding-top: 5px;
}
#relatedlist li
{
    padding: 0 0 0 17px;
    line-height: 140%;
}
#relatedlist a
{
    font-size: 0.8125em;
    color: #8AA90E;
    text-decoration: none;
    display: block;
}
#relatedlist a:hover
{
    text-decoration: underline;
}
#col1 ul.level_0
{
    padding-bottom: 10px;
}
#col1 ul.level_0 li
{
    font-size: 13px;
    background: none; /*padding: 0 0 0.4em 0; */
}
#col1 ul.level_1
{
    /* padding: 0.4em 0 0 0; */
}
#col1 ul.level_1 li
{
    font-size: 13px;
    background: none;
    padding-left: 10px;
}
#col1 ul.level_2
{
    padding-bottom: 0;
}
.pagination ul
{
    list-style: none;
    margin: 0;
    float: left;
}
.pagination li
{
    display: inline;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}
#col1 ul.pagination li, #col1 #results li, #col1 #results ul.pagination
{
    background-image: none;
    padding: 0;
}
.textPage
{
    color: #666666;
    font-size: 0.8125em;
    width: 40px;
    float: left;
}
#results p
{
    font-size: 1em;
    padding: 0;
}
#results h2
{
    font-size: 1.1em;
    margin-top: 15px;
}
.searchintro p
{
    font-size: 0.875em;
    color: #333;
    font-weight: bold;
    margin-top: 8px;
}
#serp #mod_search_searchword
{
    width: 240px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    color: #999;
    padding: 1px 0 2px 2px;
    float: left;
    margin-right: 10px;
}
.dots
{
    background: url(../images/line-dotted.gif) repeat-x center;
    height: 1px;
    padding: 5px 0;
    display: block;
}
.blogdots
{
    padding: 15px 0;
    clear: both;
}
/* Homepage */
#homeIntro
{
    width: 500px;
    background-color: #E6E7E8;
    margin: 0px 0px 10px 0px;
}
#homeIntro a.link, .homePromo a.link, .homePromoRight a.link
{
    background-color: #E6E7E8;
    color: #8AA90E;
    display: block;
    padding: 0 0 0 17px;
    font-size: 0.8125em;
    line-height: 140%;
}
#col1 .homePromo h2 a, #col1 .homePromo h2 a:link, #col1 .homePromo h2 a:visited, #col1 .homePromoRight h2 a, #col1 .homePromoRight h2 a:link, #col1 .homePromoRight h2 a:visited, #col3 h3 a, #col3 h3 a:link, #col3 h3 a:visited
{
    color: white;
    text-decoration: none;
}
#homepage #col1wrap
{
    width: 50%;
}
#homepage h1
{
    padding: 13px 0 3px 0;
    margin: 0;
    background-image: none;
    font-size: 1.7em;
    line-height: 95%;
    width: 160px;
    letter-spacing: -0.5px;
    color: white;
    text-transform: uppercase;
}
#homepage h2
{
    padding: 0;
    margin: 0;
    color: white;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#homeIntroText p
{
    line-height: 120%;
    font-size: 1.05em;
    font-weight: 700;
    color: #540823;
}
#homeSlideShow
{
    margin: 0px;
    width: 500px;
    height: 300px;
}
#col1 ul.briask-iss
{
    margin: 0px auto;
}
#homeIntroText
{
    padding: 10px 15px;
    background-color: #E6E7E8;
}
#homepage #col3 li
{
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#homepage #col3 h3
{
    margin-top: 5px;
}
.createdate
{
    display: block;
}

#homepage .newstitle
{
    background-color: #E6E7E8;
    padding: 15px 15px 5px 15px;
    width: 100%;
}

#homepage .createdate
{
    color: #333;
    font-weight: bold;
    display: inline;
}
#homepage div.contentpaneopen
{
    color: #666;
    background-color: #E6E7E8;
    padding: 0px 15px 15px 15px;
    margin-bottom: 10px;
}
#homepage div.contentpaneopen ol
{
    list-style-type: none;
}
*#homepage .contentpaneopen .contentheading
{
    display: block;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}
#homepage span.contentpaneopen
{
    font-size: 0.8125em;
}

#homepage div.news-text
{
    line-height: 100%;
    margin-top: 5px;
    clear: both;
}
#homepage .homePromo
{
    width: 245px;
    float: left;
    height: 197px;
    color: white;
}
#homepage .homePromoRight
{
    width: 245px;
    float: right;
    height: 197px;
    color: white;
}

#homepage .homePromo h2, #homepage .homePromoRight h2
{
    padding: 8px 15px;
    font-size: 1.5em;
}

#homepage .homePromoRight p, #homepage .homePromo p
{
    color: white;
    padding: 0px 15px 15px 15px;
    line-height: 120%;
}

#homepage .homewhatsonpromo
{
    background-color: #890E6C;
    position: relative;
}
#homepage .homewhatsonpromo img
{
    position: absolute;
    bottom: 0px;
}
.homesupportpromo
{
    background-color: #5C7200;
}
#homepage .homePromo h2, #homepage .homePromoRight h2
{
    height: 50px;
    line-height: 50px;
    margin: 0px 15px;
    padding: 0px;
}
.homePromo img, .homePromoRight img
{
    margin-top: 10px;
}

.homePromo p, .homePromoRight p
{
    padding: 8px 0 0 0;
}
.homePromo .dotDivider, .homePromoRight .dotDivider
{
    margin-top: 10px;
    margin-bottom: 20px;
}
.homePromo h2, .homePromoRight h2
{
    padding: 15px;
}

#map
{
    padding-bottom: 20px;
}
#map .jwts_slidecontent
{
    padding: 0;
}
#terms
{
    font-size: 11px;
    color: #666666;
    padding: 0 0 0.75em 0;
    line-height: 140%;
}

#articlesofassoc
{
font-size: 12px;
 color: #666666;
   padding: 0 0 0.75em 0;
}

#articlesofassoc h2
{
font-size: 1.3em;
}
#articlesofassoc p
{
 font-size: 12px;
}

#articlesofassoc table
{
 font-size: 12px;
}

#articlesofassoc td
{
 text-align: left;
}
#articlesofassoc ol li
{
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 12px;
    background: none;
}

#terms p
{
    font-size: 12px;
    line-height: 140%;
}
#terms em
{
    font-style: normal;
    font-weight: bold;
    display: block;
}
#terms ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#terms ol li
{
    margin-bottom: 25px;
    margin-left: 0;
    font-size: 12px;
    background: none;
}
#terms ol, #articlesofassoc ol
{
    padding-left: 25px;
}
#terms ol ol, #articlesofassoc ol ol
{
    list-style: lower-alpha;
    margin-bottom: 20px;
}
#terms ol ol ol, #articlesofassoc ol ol ol
{
    list-style: lower-roman;
    margin-bottom: 0;
}
#terms ul li, #terms ol ol li, #articlesofassoc ol ol li
{
    margin-bottom: 0;
}
#terms ul li
{
    margin-left: -10px;
    margin-bottom: 10px;
}
.form input, .form textarea, .form select
{
    font-family: "Gill Sans MT" , GillSans, sans-serif;
    border: solid 1px #e4e4e4 !important;
    padding: 2px;
}
.form input
{
    width: 269px;
}
.form input#Send
{
    width: auto;
}
.form textarea
{
    width: 273px;
}
.form select
{
    width: 275px;
}
.form #Send
{
    border: 0;
    padding: 0;
}
#newsletterSignup
{
    margin-top: 20px;
    padding: 38px 15px 15px;
    height: 118px;
    width: 221px;
}
#newsletterSignupButton
{
    margin-top: 20px;
    padding: 38px 15px 15px;
    height: 85px;
    width: 221px;
    background: transparent url('../images/newsletterSignupButton.gif') 0 0 no-repeat;
}
#newsletterSignup td label
{
    color: #000;
    font-size: 0.8em;
}
.form input
{
    font-size: 12px;
    font-family: "Gill Sans MT" , GillSans, sans-serif;
}
#newsletterSignup table
{
    font-size: 1em;
}
#newsletterSignup #Name, #newsletterSignup #Email
{
    width: 160px;
}
/* docman */
.dm_description
{
    font-size: 0.8125em;
    color: #666;
    padding: 0 0 12px 0;
    line-height: 140%;
    background-color: #fff;
}
#dm_header
{
    font-size: 0.8125em;
}
.dm_cat, .dm_orderby, #dm_docs h3 span, .dm_date, .dm_counter, #dm_header, .dm_pageCounter
{
    display: none;
}
#dm_cats h3
{
    background: #FFF;
    border-bottom: 1px solid #CCCCCC;
    clear: right;
    padding: 10px 2px 10px 0;
}

#dm_docs h3
{
    font-size: 1.5em;
    color: #000;
    font-weight: normal;
    margin: 35px 0 20px 0;
    padding: 0 0 8px 0;
    width: 501px;
}
.dm_taskbar ul, #col1 .dm_taskbar li, .dm_toolbar li
{
    list-style: none;
    background: none;
    padding: 0 12px 0 0;
}
.dm_form fieldset.dm_button, .dm_form
{
    border: none;
}
h2#dm_title
{
    padding: 0;
}
.dm_form
{
    width: auto;
}
#col1 #dm_header a:hover, #col1 #dm_header a:visited, #col3 #dm_header a:hover, #col3 #dm_header a:visited
{
    text-decoration: none;
}
.contentpaneopen td, #dm_details td, .attachmentsList td
{
    background: none;
    text-align: left;
}
.attachmentsList
{
    margin-bottom: 20px;
}
fieldset
{
    border: 0;
}
dl.tabs dt
{
    font-size: 0.8125em;
}
.dm_nav div
{
    margin: 0;
}
.name, .pass, .remember
{
    margin: 0 0 10px;
    font-size: 0.8125em;
    color: #666;
}
.remember
{
    margin-left: 61px;
}
#btnLogin
{
    margin-left: 61px;
}
/* Hover tool tips */
.tool-tip
{
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
}
.tool-title
{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../images/selector-arrow.png) no-repeat;
}
.tool-text
{
    font-size: 0.75em;
    margin: 0;
}
.blog .attachmentsList
{
    display: none;
}

#tweet ul
{
    padding: 5px 0 0 0;
    list-style: none;
}

#tweet li
{
    font-size: 0.8125em;
    color: #666;
    padding: 0;
    padding-top: 10px !important;
}
.newsitem h3
{
    margin-top: 10px !important;
}

/* Donations override */
.action td
{
    background-image: none !important;
    background-color: #EEF2DE;
    padding: 0;
    text-align: left;
}
.action table, .action form
{
    background-color: #EEF2DE;
}
.action form
{
    padding: 20px 0 10px 20px;
}
.addthis_toolbox
{
    padding-top: 5px;
}
.sponsorPromo
{
    display: inline-block;
    margin-bottom: 10px;
}
.sponsorPromo .container
{
    height: 380px;
}
.sponsorPromo .drawer
{
    display: none;
    position: relative;
    border: 1px solid #C0C0C0;
    background-color: #EFF7E9;
    border-top: none;
}
.sponsorPromo .inner
{
    position: absolute;
    bottom: 0px;
}
.sponsorPromo .content
{
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    font-size: 0.8125em;
    color: #666;
}
table.sponsorNow td
{
    text-align: left;
    padding: 6px 3px;
}
table.sponsorNow ul
{
    padding-left: 20px;
}
table.sponsorNow select
{
    font-family: "Gill Sans MT" , GillSans, sans-serif;
}
table.activity
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
table.activity td
{
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
table.activity tr td:first-child
{
    text-align: right;
    width: 50%;
}
table.activitysessions td
{
    padding: 6px;
    text-align: left;
}
table.activitysessions td p
{
    font-size: 0.9em;
}
table.activitysessions thead *
{
    font-weight: bold;
    text-align: left;
    padding: 6px;
}

.sponsorshippromo
{
    margin-bottom: 10px;
}

.rightmodule, #homepage .openingtimesmodule
{
    padding: 15px 30px;
    margin-bottom: 10px;
    color: white;
}

.openingtimesmodule, #homepage .openingtimesmodule
{
    background-color: #0288a4;
}

.membershipmodule
{
    background-color: #5C7200;
}

.whatsonmodule
{
    background-color: #890E6C;
}

.whatsonmodule h2
{
    color: white;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin: 0px 15px;
}

.rightmodule p, .rightmodule td, .rightmodule li
{
    color: white;
}

.rightmodule h1, .rightmodule h2, .membershipmodule h1, .membershipmodule h2, .openingtimesmodule h1, .openingtimesmodule h2
{
    color: white;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 7px;
}

.openingtimesmodule td, #homepage .openingtimesmodule td
{
    background-image: none;
    text-align: left;
    padding: 0px 0px 0px 0px;
}

.openingtimesmodule tr, #homepage .openingtimesmodule tr
{
    padding: 0px 0px 5px 0px;
}

#col1 a.promo:hover, #col3 a.promo:hover
{
    text-decoration: none;
}

div.shop-window
{
    padding: 10px;
    background-color: #fff;
    color: #666;
}

div.shop-window h2
{
padding-bottom: 0px;
margin-bottom: 0px;
}

div.shop-window h3
{
padding-top: 0px;
}


div.shop-window ul
{
    margin-bottom: 10px;
}

div.shop-window ul li
{
    margin-left: 20px;
    font-size: 0.75em;
}

div.shop-window input, div.shop-window select
{
    font-family: "Gill Sans MT" , GillSans, sans-serif;
    color: #666;
}


div.shop-window p
{
    padding-top: 5px;
}

div.shop-window div.product-image
{
    float: right;
    margin-left: 20px;
}

div.shop-window div.product-image img
{
    width: 250px;
    margin-top: 7px;
}

div.shop-window div.product-image div.thumbnails img
{
    float: right;
    width: 48px;
    height: auto;
    margin: 3px 0px 0px 3px;
}

table.three-column td
{
    width: 33.3333%;
}

table.three-column p
{
    font-size: 1.0em;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

div.equine-profiles
{
    overflow:auto;
    margin-bottom:25px;
}

div.equine-profiles.odd
{
    text-align:left;
}

div.equine-profiles.even
{
    text-align:right;
}

div.equine-profiles.odd img
{
    float:left;
    margin-right:15px;
}

div.equine-profiles.even img
{
    float:right;
    margin-left:15px;
}