body{
    background: #CCCCCC;
}
body,td{
    font-size: 12px;
    font-family: arial;
    color: black;
}
#container{
    margin-left: auto;
    margin-right: auto;
    width: 798px;
}
#subcontainer{
    margin-left: auto;
    margin-right: auto;
    width: 818px;
}
#header{
    margin: 0px;
    padding: 0px;
}
#nav{
    margin: 0px;
    padding: 0px;    
    background: url(../img/nav_back.jpg) repeat-x;
    height: 48px;
    text-align: center;
}
#content{
    background: white;
    text-align: left;
    padding: 20px;
    z-index: -1;
}
#subcontent{
    background: white;
    text-align: left;
    min-height: 400px;
    z-index:-1;
}
#subcontent td ul{
	margin-left: 20px;
}
#content a, #subcontent a{
    color: navy;
    text-decoration: underline;
    font-weight: bold;
    
}
#footer {
    background: white;
    color: black;
    text-align: center;
    padding: 20px;
}
#footer a {
    color: black;
}
img{
    vertical-align: top;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
#pages{
    width: 700px;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
#pages li{
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
    margin: 0px;
    
}
.reset{
    border: 0px; background: none;margin: 0px;padding: 0px;
}
.drafts {
    border: 1px solid #CCCCCC;
    margin: 5px;
    padding: 10px;
}
.drafts .draft .title{
    width: 300px;
    float: left;
    position: relative;
}

.drafts .draft .actions{
    width: 300px;
    float: left;
    position: relative;
    text-align: right;
}
.normalButton{
    font-size: 12px;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: inline;
}

#menu {
width: 788px;
margin: 0px;
padding: 0px;    
background: url(../img/nav_back.jpg) repeat-x;
height: 48px;
text-align: left;
padding-top: 7px;
padding-left: 10px;
height: 41px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 110px;
}

#menu a, #menu h2 {
font: bold 12px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
text-decoration:none;
}

#menu h2 {
color: #fff;
text-transform: uppercase;
}

#menu a, #menu li {
color: white;
font-family: arial, helvetica, sans-serif;
font-size: 15px;
text-decoration:none;
}
#menu li{
padding-top:2px;
padding-bottom: 2px;

}

#menu ul ul li {
color: white;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
}

#menu ul ul a{
color: white;
font: bold 12px/16px arial, helvetica, sans-serif;
text-decoration:none;
}

#menu ul ul a:hover {
color: white;
background: #CCCCCC;
font: bold 12px/16px arial, helvetica, sans-serif;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width: 200px;
text-align: left;
padding-left: 0px;
background: #1E279C;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
z-index: 500;


}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#submenu {
width: 671px;
margin: 0px;
padding: 0px;    
background: url(../img/subpage/nav_back.jpg) repeat-x;
text-align: left;
padding-top: 7px;
padding-left: 10px;
height: 44px;
}

#submenu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 110px;
}

#submenu a, #submenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
text-decoration:none;
}

#submenu h2 {
color: #fff;
text-transform: uppercase;
}



#submenu a, #submenu li {
color: white;
font-family: arial, helvetica, sans-serif;
font-size: 15px;
text-decoration:none;
}
#submenu ul ul li {
color: white;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
}

#submenu ul ul a{
color: white;
font-size: 12px;
font-family: arial;
}

#submenu ul ul a:hover {
color: white;
background: #CCCCCC;
font-size: 12px;
font-family: arial;
}

#submenu li {position: relative;}

#submenu ul ul {
position: absolute;
z-index: 500;
width: 200px;
text-align: left;
padding-left: 0px;
background: #1E279C;
}

#submenu ul ul ul {
position: absolute;
top: 0;
left: 100%;

}

div#submenu ul ul,
div#submenu ul li:hover ul ul,
div#submenu ul ul li:hover ul ul
{display: none;}

div#submenu ul li:hover ul,
div#submenu ul ul li:hover ul,
div#submenu ul ul ul li:hover ul
{display: block;}

table.calendar{
    width: 175px;
    border-top: 1px solid #029834;
    border-left: 1px solid #029834;    
}
table.calendar th, table.calendarfull th {
    background-color: #029834;
    color: white;
    font-size: 12px;
    text-align: center;
}
table.calendar th a{
    color: white;
}
table.calendar td{
    border-right: 1px solid #029834;
    border-bottom: 1px solid #029834;
    width: 25px;
    height: 25px;
}

table.calendarfull{
    width: 700px;
    border-top: 1px solid #029834;
    border-left: 1px solid #029834;
    margin-left: auto;
    margin-right: auto;
}
table.calendarfull td{
    width: 100px;
    height: 100px;
    border-right: 1px solid #029834;
    border-bottom: 1px solid #029834;
    vertical-align: top;
    padding: 5px;
    
}
table.calendarfull td.cell-weekend{
    background-color: #EBEBEB;
}
table.calendarfull td.cell-today{
    background-color: #CCCCCC;
}
ul.howdoi{
    margin-left: 20px;
    margin-top: 10px;
}
h2{
    font-weight: bolder; font-size: 16px;
    border-bottom: 2px solid #029834;
}
h1{
    font-weight: bolder; font-size: 18px;
}
hr{
    border: 0px;
    height: 1px;
    background-color:#EBEBEB;
}
#leftnav .node{
    border-bottom: 1px solid #EBEBEB;
    font-weight: bolder;
    padding: 5px;
}
#leftnav .node a {
    color: black;
    text-decoration: none;
}
.news{
    margin-top: 10px;
}
.news .title a{
    font-weight: bolder;
    text-decoration: none;
    color: black;
    font-size: 13px;
}
#weather{
    background: url(../img/weather.jpg);
}
#weather .temp{
    color: white;
    font-size: 50px;
    font-weight: bolder;
    text-align: right;
    padding-right: 10px;
    padding-top: 35px;
}
#weather .conditions{
    margin-top: 15px;
    color: white;
    font-size: 11px;
    padding-left: 10px;
}
#site_map ul{
    margin-left: 20px;
}

div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	background: white;
	text-align:center;
}

.left_col{
width: 200px; border-right: 1px solid #019934; padding: 20px;height: 400px;
}
