/* LAST UPDATE 7/23/08 */
/* April 03 */

.mceContentBody {
       background-color: #fff;
       padding: 10px;
}

body {
	background-color: #4B4946;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
	width: 860px;
	margin: 0px;
	margin-left: auto;
 	margin-right: auto;
	padding: 0px;
	background-color: #fff;
}

#header {
	padding: 0;
	margin-bottom: 0;
	background-color: #F1EFE8;
	border-top: 3px solid #B4553D;
	border-bottom: 3px solid #506C15;
}

a img {border: none;}

a {
	color: #0C409F;
	text-decoration: underline;
}
a:hover {
	color: #0B3178;
	text-decoration: none;
}

#header img {
        border-top: 2px #000 solid;
}

#logo {
        float: left;
        border: none;
        margin: 2px 0 10px 8px;
}
.divider {
	padding: 0;
	margin: 0 0 2px 0;
	height: 3px;
	background-color: #fff;
	border-bottom: 3px solid #506C15;
}

h1, h2, h3 {
	border-bottom: 1px #444 solid;
	text-transform: uppercase;
}

h1 {
	font-size: 14px;
	color: #2C8424;
}

h2 {
	margin-top: 18px;
	font-size: 13px;
	color: #0E3077;
}

h2.gendocsSubTitle {
        text-transform: none;
        font-size: 13px;
        font-style: italic;
        font-weight: normal;
        border: none;
        margin: 0;
}

h3 {
	font-size: 12px;
	color: #444;
}

h4 {
  font-weight: normal;
  color: #526d17;
  border: 1px #526d17 solid;
  margin: 0 0 4px 0;
  padding: 4px;
}

#banner {
	padding: 0;
	margin-bottom: 0;
	background-color: #F1EFE8;
}

#banner p {
        text-align: right;
        font-size: 90%;
}

form {
        margin: 0;
        padding: 0;
}

#banner form input {
        font-size: 90%;
}

#banner form input.btn {
        font-weight: bold;
        border: 1px #666 solid; 
        background-color: #eee;
}

.right {float: right;}
.inline {position: relative;}

#menu {
	width: 860px; /* full width 860, subtract left margin */
	padding: 0;
	margin-bottom: 0;
	background-color: #404040;
	height: 25px;
        position: relative;
        z-index: 99;
}

/* Menu styles */

#main_menu {
	height: 25px;
	margin: 0 0 0 20px;
	padding: 0;
	background-color: #404040;
}
#main_menu li a {
	height: 25px;
	display: block;
	text-decoration: none;
}

/* MenuBegin:main_menu  */
/* Overrides for wider items */
ul.main_menu li.item2, ul.main_menu li.item2 a {width: 165px;}
ul.main_menu li.item3, ul.main_menu li.item3 a {width: 140px;}
/* END Overrides */
ul.main_menu { margin: 0; border: 0; padding: 0; list-style: none; line-height: 25px; }
ul.main_menu li { margin: 0; border: 0; padding: 0; float: left;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.main_menu ul { margin: 0; border: 0; padding: 0; list-style: none; width: 110px; display: none; position: absolute; top: 25px; left: 0; }
ul.main_menu ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position:relative; width:110px; }

/* 1st Level */
ul.main_menu a { color: #fff; background: #404040; text-decoration: none; width: 100px; text-align: left; padding: 0px 10px; font: normal 12px/25px Verdana, Geneva, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.main_menu a:hover,
ul.main_menu li:hover a,
ul.main_menu a:hover,
ul.main_menu li.over a { color: #fff; background: #777; text-decoration: none; }

/* 2nd Level */
ul.main_menu li:hover li a,
ul.main_menu li.over li a { width: 180px; color: #000; background: #fff; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #ddd; border-bottom:0; float: none; }
ul.main_menu li:hover li a:hover,
ul.main_menu li:hover li:hover a,
ul.main_menu li.over li a:hover,
ul.main_menu li.over li.over a { color: #fff; background: #777; text-decoration: none; }
ul.main_menu li:hover li a.first,ul.main_menu li.over li a.first { border-top: 1px solid #aaa; }
ul.main_menu li:hover li a.last,ul.main_menu li.over li a.last { border-bottom: 1px solid #aaa; }

/* 3rd Level */
ul.main_menu li:hover li:hover li a,
ul.main_menu li.over li.over li a { width: 180px; color: #000; background: #fff; border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #ddd; border-bottom:0; }
ul.main_menu li:hover li:hover li a:hover,
ul.main_menu li:hover li:hover li:hover a,
ul.main_menu li.over li.over li a:hover,
ul.main_menu li.over li.over li.over a { color: #fff; background: #777; text-decoration: none; }
ul.main_menu li:hover li:hover li a.first,ul.main_menu li.over li.over li a.first { border-top: 1px solid #aaa; }
ul.main_menu li:hover li:hover li a.last,ul.main_menu li.over li.over li a.last { border-bottom: 1px solid #aaa; }

ul.main_menu ul ul { display: none; position: absolute; top: 0; left: 151px; }

/* Do Not Move - Must Come Before display:block for Gecko */
ul.main_menu li:hover ul ul,ul.main_menu li.over ul ul { display: none; }
ul.main_menu li:hover ul,ul.main_menu ul li:hover ul,ul.main_menu li.over ul,ul.main_menu ul li.over ul { display: block; }
ul.main_menu .main_menu ul :after /*IE 7*/ { clear: both; display: block; font: 1px/0px serif; content: ; height: 0; visibility: hidden; }
/* MenuEnd:main_menu  */



#content {
	padding: 0;
	margin-left: 15px;
	margin-right: 265px;
	margin-top: 32px;
	margin-bottom: 2px;
	background-color: #fff;
}

#content.home {
       margin: 32px 0 2px 0px;
background-color: transparent;
}

#content-wide {
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 32px;
	margin-bottom: 2px;
	background-color: #fff;
}

#body {
        float: left;
        width: 365px;
        margin: 0 0 0 20px;
}
#home_left {
        background: url(../graphics/home_left_bg.jpg) no-repeat;
        float: left;
font-size: 12px;
        width: 215px; 
        margin: 0 0 0 20px;
        }
        #home_left_content {
                margin: 10px 20px 0 20px;
                }
                h5 { color: #2C8424; font-family: Verdana; font-size: 16px; margin: 0 0 15px 0; text-align: center; }

#home_right {
        background: url(../graphics/home_right_bg.jpg) no-repeat;
        border-left: 1px solid #ccc; 
        float: left;
font-size: 12px;
        width: 224px; 
        margin: 0 0 0 8px;
        }
        #home_right_content {
                margin: 10px 20px 0 23px;
                }

#inside_right {
        float: right;
        width: 170px; 
        margin: 0; padding: 8px;
}

#rightcol {
	float: right;
	width: 200px;
	margin: 32px 10px 10px 10px;
	padding: 0 15px;
	background-color: #E5E6E0;
	border: 1px solid #ccc;
}

#footer {
	clear: both;
	padding: 10px 0;
	margin-top: 0;
	background-color: #C5C0BA;
	text-align: center;
	font-size: 75%;
}

#home_left h4 {width: 160px; margin-top: 18px;}
#home_left ul {margin-left: 5px;}

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

ul.nobullets li {
list-style-type:none;
margin: 0;
padding: 0;
}

.small {font-size: 80%;}
table {border-collapse: collapse; margin: 0; padding: 0;}
td {vertical-align: top; padding: 2px;}
th {text-align: left;}
tr.even {background-color: none;}
tr.odd {background-color: #eee;}


/* Special Formatting considerations */

table.data td {padding: 2px 8px;}
table.data tr.odd {background-color: #eee;}
table.data tr.even {background-color: #fff;}
tr.spaceHeader td {background-color: #ddd; border-top: 1px #000 solid; border-bottom: 1px #000 solid;}
tr.spaceData td {vertical-align: top;}


.r {text-align: right;}
.l {text-align: left;}
.fr {float: right;}
.fl {float: left;}
.cb {clear: both;}

/* calendar */

table.calendarMonths {width: 100%; border-collapse: collapse; margin: 10px 0;}
table.calendarMonths td {text-align: center; border: 1px #aaa solid; }

table.calendarDays {width: 100%; border-collapse: collapse; border: 1px #000 solid;}
table.calendarDays td {width: 14%; border-top: 1px #aaa solid; border-left: 1px #aaa solid;}

table.calendarDays td.nextLink {text-align: right; }
table.calendarDays td.prevLink {text-align: left; }

table.calendarDays td.title {text-align: center; font-weight: bold;}
table.calendarDays td.title div.normal { font-weight: normal;}
table.calendarDays td.title a { font-weight: normal;}

table.calendarDays td.eventOff {height: 85px; background-color: #fff;}
table.calendarDays td.eventOn {height: 85px; background-color: #ddd;}
table.calendarDays td.eventOffeventOn {height: 85px; background-color: #ddd;}
table.calendarDays td.emptyDay {height: 85px; background-color: #999;}
table.calendarDays td.eventToday {height: 85px; background-color: #ffa;}
table.calendarDays td p.detail {font-size: 80%; line-height: 1.1; margin: 0 0 4px 0;}

/* form date popup */

table.calBorderColor {
}
table.calBorderColor td {
font-size: 95%;
padding: 1px;
color: #fff;
}
table.calBorderColor td a, table.calBorderColor td a:hover {
color: #fff;
}
table.calBgColor {
border: 1px solid #e4e4e4;
background-color: #404040;
}
table.calBgColor td {
}
table.calBgColor td.cal {
}
table.calBgColor td.calDaysColor {
background-color: #eef;
color: #404040;
}
table.calBgColor td.calHighlightColor {
background-color: #ffe;
}
table.calBgColor td.calHighlightColor a, table.calBgColor td.calHighlightColor a:hover {
color: #404040;
}
table.calBgColor td.calWeekend {
}

#enews_content .date {
font-size: 11px;
color: #333;
font-weight: bold;
}
#enews_content h1 {
font-size: 14px;
color: #2C8424;
text-transform: uppercase;
border-bottom: 1px #444 solid;
}
#enews_content {
font-size: 12px;
color: #000;
}
#enews_content a {
color: #0C409F;
text-decoration: underline;
}
#enews_footer {
font-size: 10px;
}
/* hold */
/*  UPDATED BY CW 6/30/08  */
.sendpageBody table{
color: #fff;
font-size: 10px;
}
/* .sendpageFormTextRequired{
text-align: right;
} */
/*  END CW UPDATES  */
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }