.nav/*
 * DO NOT DELETE.
 */
.defaultText {
    width: 300px; 
}

.defaultTextActive { 
    color: #a1a1a1; 
    font-style: italic; 
}

.error {
    background: #FFBFBF none repeat scroll 0 0; 
    border: 1px solid #DEDEDE;
}

.error ul {
    padding: 0 10px;
}

.errors {
    color: #F00;
    font-weight: bold;
    margin: 5px 0 10px 20px;
    padding: 0;
}

#newsletterForm .errors {
    margin: 5px 0 10px 10px;
}

#questionForm .errors {
    float: left;
}

.errors li {
    list-style-type: disc;
}

.success {
    background: #CCFFD3 none repeat scroll 0 0; /* #FFFFCC */
    border: 1px solid #DEDEDE;
    margin-bottom: 10px;
    padding: 4px;
    width: auto;
}

.success ul {
    padding: 0;
}


/*
 * /DO NOT DELETE.
 */
 
 
/* generic HTML styles */

body {
    font-family: tahoma;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
    font-size: 5em;
    height: 0;
    margin: 0 0 0 -3000px;
    padding: 0;
}

h2 {
    color: #93CD66;
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

fieldset {
    border: 1px solid #D8D8D8;
    padding: 5px;
}

legend {
    color: #000;
}

*:first-child+html legend {
    margin: 0 0 10px -10px;
    padding: 0;
}

ul li {
    list-style-type: none;
}

#contentCol ul li {
    list-style-type: disc;
    line-height: 1.5em;
}

a {
    color: #000;
    text-decoration: none;
}

a img {
    border: 0;
}

.clear {
    clear: both;
}

/* --- main site structure --- */

#wrapper {

}

#siteContainer {
    font-size: 1.2em;
    margin: auto;
    text-align: left;
    width: 900px;
}

/* Header */

#siteHeader {
    background-image: url(../images/header_bar.jpg);
    background-position: bottom;
                background-repeat: no-repeat;
    height: 140px;
    padding-top: 20px;
}

#siteHeader img {
    float: left;
}

/* Main body content */

#siteBody {

}

/* columns */

#leftCol {
    float: left;
    width: 160px;
}

#leftCol #date {
    text-align: center;
}

*:first-child+html #leftCol #date {
    padding-top: 10px;
}

.admin {
    margin-top: 20px;
}

#contentCol {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 540px;
}

body #contentCol p {
    line-height: 1.5em;
}

body #contentCol #events p {
    line-height: 0.5em;
}

#contentCol .blurb {
    color: #93CD66;
    font-size: 1.2em;
}

#events {
    margin: auto;
    margin-bottom: 20px;
    width: 530px;
}

#events .eventsHeader {
    color: #FFF;
    background-color: #49722C;
    background-image: url(../images/events_header_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#events .eventsHeader .eventsHeaderTop {
    background-image: url(../images/events_header_top.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding: 5px 10px;
}

.eventDetails {
    background-color: #F6F6F6;
    border: 1px solid #D8D8D8;
    float: left;
    margin: 2px;
    padding: 10px;
    width: 238px;
}

.eventDetails ul {
    margin: 0;
    padding: 0;
}

#rightCol {
    float: left;
    width: 160px;
}

#rightCol #callus {
    margin: 5px 30px;
}

/* menu containers */

.navMenu {
    background-color: #F9F9F9;
}

.navMenu p {
    margin: 0;
    padding: 5px;
}

.navMenu .navMenuHeader {
    color: #FFF;
    background-color: #49722C;
    background-image: url(../images/menu_header_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.navMenu .navMenuHeader .navMenuHeaderTop {
    background-image: url(../images/menu_header_top.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding: 5px 10px;
}

/* menu lists */

.navMenu .navigation {
    background-color: #F6F6F6;
    margin: 0;
    padding: 0;
}

 .navMenu .navigation li {
    border-top: 1px solid #D8D8D8;
    /*padding: 5px 10px;*/
}

 .navMenu .navigation li a {
    display: block;
    padding: 5px 10px;
}

.navMenu .navigation li a:hover {
    background-color: #8ABC5D;
}

/* Footer */

#siteFooter {
    width: 540px;
    text-align: center;
    font-size: 0.9em;
    padding: 30px 0 5px 180px;
}

#siteFooter a {
    color: #93CD66;
}

#siteFooter ul {
    margin: 0;
    padding: 0;
}

#siteFooter ul li {
    display: inline;
    padding: 0 20px 0 0;
}

/* List styles */

#headerLinks {
    float: right;
    margin: 40px 20px;
    padding: 0;
}

#headerLinks li {
    display: inline
}

#dashboardMenu {
    font-size: 1.1em;
    margin: 10px 0;
    padding: 0;
}

#dashboardMenu a:hover {
    text-decoration: underline;
}

#dashboardMenu li {
    border-left: 1px solid #000;
    display: inline;
    padding: 0 5px;
}

#dashboardMenu .first {
    border-left: 0;
}

#iconKey {
    margin: 10px 0;
    padding: 0;
}

#iconKey li {
    display: inline;
    margin-right: 10px;
}

#adminPages{
    margin: 10px;
    padding: 0;
}

#adminContacts{
    margin: 20px;
    padding: 0;
}

#adminContacts li {
    list-style-type: disc;
}

/* Form styles */

#searchForm {
    float: right;
    margin-top: 20px;
    width: 300px;
}

#searchForm input[type=text] {
    width: 200px !important;
}

#searchForm fieldset {
    margin: 0;
    padding: 5px;
}

#searchForm input[type=image] {
    margin-left: 5px;
    position: absolute;
}

#newsletterForm {
    margin: 0;
}

#newsletterForm fieldset {
    margin: 0;
    padding: 10px;
    width: 138px;
}

#newsletterForm label {
    display: block;
}

#newsletterForm input {
    margin-bottom: 5px;
    width: 128px;
}

#newsletterForm input[type=submit] {
    border: 1px solid green;
    width: 60px;
}

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

#contactForm fieldset {
    margin: 0;
    padding: 10px;
}

#page_details_form {
    padding: 0 10px;
}

#page_details_form fieldset {
    border: 0;
}

#page_details_form legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#page_details_form fieldset div {
    float: left;
    margin: 10px 5px;
}

#client_details_form {
    padding: 0 10px;
}

#client_details_form fieldset {
    border: 0;
    margin: 0;
    padding: 10px;
}

#client_details_form legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

*:first-child+html #client_details_form legend {
    margin: 0 0 10px -10px;
    padding: 0;
}

#client_details_form input {
    margin-bottom: 5px;
    width: 200px;
}

#client_details_form input[type=submit] {
    margin-left: 10px;
    width: 60px;
}

#client_liason_form fieldset {
    border: 0;
    margin: 0;
    padding: 10px;
}

#client_liason_form legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

*:first-child+html #client_liason_form legend {
    margin: 0 0 10px -10px;
    padding: 0;
}

#client_liason_form input[type=submit] {
    margin-left: 10px;
    width: 60px;
}

#employee_details_form {
    padding: 0 10px;
}

#employee_details_form fieldset {
    border: 0;
    margin: 0;
    padding: 10px;
}

#employee_details_form legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#employee_details_form input {
    margin-bottom: 5px;
    width: 200px;
}

#employee_details_form input[type=submit] {
    margin-left: 10px;
    width: 60px;
}

#adminEditPageForm #page_details_form {
    padding: 0;
    width: 500px;
}

#adminEditPageForm #page_details_form fieldset {
    padding: 10px 0;
    margin: 0;
}

#adminEditPageForm #page_details_form legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#adminEditPageForm #page_details_form fieldset div {
    clear: both;
    margin: 0;
}

#adminEditPageForm #page_details_form input {
    margin-bottom: 5px;
}

#adminEditPageForm #page_details_form textarea {
    margin-bottom: 5px;
    width: 400px;
}

#adminEditPageForm #page_details_form #keywords-label {
    margin-top: 5px;
}

/* employee questionnaire */

.questionArea {
    background-image: url(../images/questionform_slice.gif);
    margin-bottom: 10px;
    margin-top: 10px;
}

.questionArea p, .questionArea h3 {
    margin-left: 10px;
}

.questionAreaTop {
    background-image: url(../images/questionform_top.gif);
    height: 10px;
}

.questionAreaBottom {
    background-image: url(../images/questionform_bottom.gif);
    height: 10px;
}

#questionForm fieldset {
    border: 0;
    margin: 0;
    padding: 0 10px;
}

#questionForm legend {
    font-weight: bold;
}

#questionForm ol li {
    display: list-item;
    margin-bottom: 5px;
    vertical-align:top;
    width: 450px;
}

#questionForm .questionTitle {
    margin-left: 40px;
}

#questionForm .yesTitle {
    margin-left: 100px;
}

#questionForm .noTitle {
    margin-left: 10px;
}

#questionForm .remarksTitle {
    margin-left: 10px;
}

.fitnessForm legend {
    margin: 0 0 10px 0;
    padding: 0;
}

.fitnessForm input {
    float: none !important;
}

.fitnessForm input[type=submit] {
    margin: 10px;
    width: 75px;
}

#questionForm .question, #questionForm input {
    float: left;
}

#questionForm .question {
    display: block;
    margin-right: 10px;
    width: 150px;
}

#questionForm .remarks {
    float: left;
    width: 150px;
}

#questionForm .extraText {
    display: block;
}

#questionForm input[type=radio] {
    margin-right: 10px;
}

#questionForm .radioOptions {
    margin:  5px 0;
    padding: 0;
}

#questionForm .submitQuestions {
    float: right;
}

/* Admin login form */

#adminLoginForm {
    margin: auto;
    width: 400px;
}

#adminLoginForm fieldset {
    border: 0;
    padding: 10px;
}

#adminLoginForm legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#adminLoginForm label, select {
    display: block;
    margin-bottom: 5px;
}

#adminLoginForm input {
    margin-bottom: 10px;
    width: 200px;
}

#adminLoginForm input[type=submit] {
    margin: 5px 0 0 0;
    width: 75px;
}

/* table styles */

/* dashboard table */

#dashboardTable {
    background-color: #F6F6F6;
    border-left: 1px solid #B3CFC0;
    font-size: 0.8em;
}

#dashboardTable th {
    color: #FFF;
    background-color: #6F9F49;
	border-right: 1px solid #B3CFC0;
	border-bottom: 1px solid #B3CFC0;
	border-top: 1px solid #B3CFC0;
    font-size: 1.1em;
    padding: 5px;
}

#dashboardTable .alternate {
    background-color: #E3E3E3;
}

#dashboardTable td {
    border-right: 1px solid #B3CFC0;
	border-bottom: 1px solid #B3CFC0;
    padding: 5px;
}

#dashboardTable .reference a:hover {
    text-decoration: underline;
}

#dashboardTable .trafficLight {
    width: 150px
}

#dashboardTable .trafficLight strong {
    float: left;
    margin-top: 2px;
}

#dashboardTable .trafficLight img{
    float: right;
}

#dashboardTable .nextStep {
    width: 135px;
}

#dashboardTable .nextStep a:hover {
    text-decoration: underline;
}

.paperTrail {
    margin: 10px;
    width: 95%;
}

/* SEND TO OHW form */

#dashboardTable input {
    font-size: 0.9em;
}

/* client list table */

#clientListTable {
    background-color: #F6F6F6;
    border-left: 1px solid #B3CFC0;
    font-size: 0.8em;
}

#clientListTable a img {
    border: 0;
}

#clientListTable th {
    color: #FFF;
    background-color: #6F9F49;
	border-right: 1px solid #B3CFC0;
	border-bottom: 1px solid #B3CFC0;
	border-top: 1px solid #B3CFC0;
    font-size: 1.1em;
    padding: 5px;
}

#clientListTable td {
    border-right: 1px solid #B3CFC0;
	border-bottom: 1px solid #B3CFC0;
    padding: 5px;
}

#clientListTable .clientName {
    width: 200px;
}

#clientListTable .editClient {
    text-align: center;
}

#clientListTable .deleteClient {
    text-align: center;
}
.homeunq p:first-child {
    color: #93CD66;
    font-size: 1.2em;
}
#contentCol a{
    text-decoration: underline;
}
div#big_image{
    width: 500px;
    text-align: center;
    margin: auto;
}
div#big_image img{
    width: 500px;
    height: 200px;
    display: none;
}
div#big_image img:first-child{
    display: block;
}
.q{
    color: #93CD66;
    font-weight: bold;
}
.error *{
    list-style-type: none !important;
}

form *{
    list-style-type: none !important;
}
.success{
    padding: 10px;
    font-weight: bold;
    background-color: #D9FFCC;
}
label, form p{
    font-weight: bold;
}
input, textarea{
    margin-bottom: 10px;
    margin-top: 5px;
}
input[type=text], textarea{
    width: 98%;
}
form div div label{
    font-weight: normal;
}
dd{
    margin-bottom: 5px;
}
dt{
    font-weight: bold;
}
dd dl dt{
    font-style: italic;

}
dl{
    line-height: 1.7em;
}
.floatLeft{
    float: right !important;
    margin-left: 5px;
}
