﻿/* ##################### GENERAL CSS ######################################################## */
html, body, * {
    margin:0;
    padding:0;
}

body {
    font:70% Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background:#daffda url(/Images/Bg/Main-Bg.png) repeat-x top;
    text-align:center;
    color:#444;
}

p {
    margin-bottom:20px;
    line-height:1.75em;
}

ul.list {
    margin-left:50px;
    margin-bottom:30px;
}

ul.list li {
    line-height:1.75em;
}

.divider {
    height:1px;
    width:100%;
    background:url(/Images/Bg/hr.png) repeat-y;
    margin-bottom:10px;
}

h1 { font-weight:normal; font-size:155%; color:#006600; margin-bottom:25px; text-align:left; }
h2 { font-weight:normal; font-size:155%; color:#006600; margin-bottom:25px; text-align:left; }
h3 { font-weight:normal; font-size:145%; color:#006600; margin-bottom:25px; text-align:left; }
h4 { font-weight:normal; font-size:125%; color:#006600; text-align:left; }

a, a:visited {
    color:#006600;
    text-decoration:underline;
    display:inline;
}
a:hover {
    color:#009900;
    text-decoration:none;
}

#container {
    text-align:left;
    width:900px;
    background-color:#fff;
    margin:25px auto;
    height:100%;
}

.dropdown {
    position:absolute;
    width:auto;
    min-width:130px;
    background-color:#e0e0e0;
    /* background:url(/Images/Untitled-1.png); */
    z-index:9999;
    border-bottom:solid 1px #808080;
    border-right:solid 1px #808080;
    float:none;
    /* left:-999em; */
    display:none;
}
/* ##################### FORM ELEMENTS CSS ################################################## */
.text, .select, .textarea  {
    font:100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444;
    border:solid 1px #c0c0c0;
    padding:4px;
}

.text {
    width:200px;
}

.button {
    cursor:pointer;
    padding:4px 12px;
    font:100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:yellow;
    border:0;
    background-color:#008800;
}

.cancel {
    background-color:#d0d0d0;
    color:#666;
}

label {
    color:#006600;
    font-weight:normal;
}

.pBox {
    padding:6px;
    margin:10px auto;
    width:380px;
}

.Error {
    border:solid 1px #dd3c10;
    background:#ffebe8;
}

.Alert {
    border:solid 1px orange;
    background:#ffffcc;
}

.Success {
    border:solid 1px #009900;
    background:#ccffcc;
}

/* ##################### COMMUNITY LINKS CSS ################################################ */
#communitylinks {
    background-color:#c0c0c0;
    border-bottom:solid 1px #808080;
    height:25px;
}

#communitylinks ul {
    margin:0;
    padding:0;
    list-style:none;
}

#communitylinks li.mast_head {
    float:left;
}

#communitylinks li.mast_head a.mast_head_link, a.mast_head_link:visited {
    color:#444;
    text-decoration:none;
    padding:6px 12px;
    display:block;
}

#communitylinks li.mast_head a.mast_head_link:hover, #communitylinks li:hover, #communitylinks li.sfhover {
    color:#444;
    background:#e0e0e0;
}

#communitylinks li.sub_head {
    float:none;
}

#communitylinks li.sub_head a.sub_head_link, a.sub_head_link:visited {
    display:block;
    padding:6px 12px;
    color:#444;
    text-decoration:none;
}

#communitylinks li.sub_head a.sub_head_link:hover {
    color:#008800;
    background-color:#ededed;
}

#communitylinks li:hover .dropdown, #communitylinks li.sfhover .dropdown {
    /* left:auto; */
    display:block;
}
/* ##################### HEAD CSS ########################################################### */
#head {
    width:100%;
    height:150px;
    background:url(/Images/Layout/Home/0.jpg) no-repeat;
}
/* ##################### NAV CSS ############################################################ */
#nav {
    width:100%;
    border-bottom:solid 1px #c0c0c0;
    background-color:#007700;
    height:25px;
}

#nav ul {
    padding:0;
    margin:0;
    list-style:none;
}

#left_nav li.main_nav {
    float:left;
}

#right_nav li.main_nav {
    float:right;
}

li.main_nav a.main_nav_link, a.main_nav_link:visited {
    color:#fff;
    padding:6px 16px;
    display:block;
    text-decoration:none;
    background:url(/Images/Test.png) no-repeat left;
}

li.main_nav a.main_nav_link:hover,#nav li:hover, #nav li.sfhover, .dnav {
    background-color:#008800;
    color:Yellow;
}

#nav li:hover .dropdown, #nav li.sfhover .dropdown {
    /* left:auto; */
    display:block;
}

li.sub_nav a.sub_nav_link, a.sub_nav_link:visited {
    color:#fff;
    padding:6px 16px;
    display:block;
    text-decoration:none;
}

li.sub_nav a.sub_nav_link:hover {
    background:#009900 url(/Images/Test.png) repeat-y;
    color:yellow;
}

.dnav {
    background:#008800 url(/Images/Test.png) repeat-y;
    border-bottom:solid 1px #006600;
    border-right:solid 1px #006600;
}
/* ##################### CONTENT CSS ######################################################## */
#content {
    min-height:800px;
}

#content #left 
{
    /*width:650px;
    padding:15px;
    background-color:#fff;*/
    width:655px;
    padding:15px;
    float:left;
}

#content #formholder {
    text-align:center;
}

#content #form {
    width:450px;
    border:solid 1px #e0e0e0;
    text-align:center;
    padding:10px;
    margin:50px auto;
}

#content #form p {
    text-align:left;
    margin:0 auto;
}

#content #form table {
    width:350px;
    margin:35px 35px 10px 35px;
}

#content #form table td.col1 {
    width:35%;
    text-align:right;
}

#content #form table td.col2 {
    width:65%;
}

#content #form table td {
    text-align:left;
    padding:3px;
}

#content #right
{
    /*width:199px;
    padding:15px;*/
    width:199px;
    padding:15px 15px 15px 0px;
    float:right;
}

.rowSelected {
    background:#f2f2f2;
}

.rowDeselected {
    background:#fff;
}

img.NewsImage {
    border:solid 1px #efefef;
    height:53px; width:95px;
    float:left;
    margin-right:10px;
}
/* ##################### FOOTER CSS ######################################################### */
#footer 
{
    clear:both;
    background-color:#ddd;
    padding:20px 25px 30px 15px;
    color:#707070;
}

#footer a.footer, a.footer:visited {
    color:#707070;
    text-decoration:none;
}

#footer a.footer:hover {
    color:#444;
    border-bottom:solid 1px #444;
}