/* ----------------------
// used by typolight
// ---------------------- */
.block { overflow:hidden; }
#clear {height:0.1px; clear:both; font-size:0.1px; line-height:0.1px; }
.invisible {width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

/* ----------------------
// main
// ---------------------- */
body {
	margin:0;
	padding:0;
	color:#2a3845;
	font: normal 12px/1.6em Arial, Helvetica, sans-serif;
	background:#00AA5A url('../images/body_bg.gif') repeat-x;
	/* background:#BBBB00 none repeat-x scroll 0 0 */
}

p {
	margin:0;
	padding:0;
}

p.back {
	margin-top: 20px;
}

p.more {
	margin-bottom: 20px;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#B20B24;
	outline: none;
}

a:hover {
	text-decoration:underline;
}

img {
    border-color: #000000;
}

/* ----------------------
// headers
// ---------------------- */
h1 {
	margin:0px 0px 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #efece7;
	font-size:17px;
	color:#2a3845; /* #750718;*/
}

h2 {
	margin:20px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #efece7;
	color:#2a3845; /* #750718;*/
	font-size:14px;
}

h3 {
	margin:0px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #efece7;
	color:#2a3845; /* #750718;*/
	font-size:14px;
}

h4 {
	margin: 0;
	padding-bottom:5px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

h5 {
	margin: 10px 0px 0px 0px;
	padding-bottom:5px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.col_0 {
	padding-right:10px;
}

/* ----------------------
// navigation
// ---------------------- */
.mod_navigation {
	clear:both;
	height:33px;
	/* background:#000 url('../images/nav.gif') repeat-x; */
	background:#000 repeat-x;
    overflow:visible;
    z-index:999;
}

.mod_navigation p {
	padding:0px 10px;
	margin:0px;
  	font-weight: bold;
	color: #fff;
}

.mod_navigation ul {
	margin:0px;
	padding:0px 0px 0px 5px;
    list-style-type:none;
}

.mod_navigation li
{
	padding:0px 0px 0px 5px;
	position:relative;
	float:left;
	line-height:33px;
}

.mod_navigation li ul  {
	left:-1px;
	top:33px; /* same as .mod_navigation li line-height */
	position:absolute;
	display:none;
    font-weight: normal;
	background:#000;
    width: 170px;
    border-top: 1px solid #D9DADC;
}

.mod_navigation li ul li {
	line-height:27px;
    width: 170px; /* same as mod_navigation li ul */
}

.mod_navigation li ul ul {
	position:absolute;
	left:175px; /* 	left:196px; */
    top:-1px;
    border-left: 1px solid #D9DADC;
}

html>body .mod_navigation li ul ul {
	left:170px;
    border-left: 1px solid #D9DADC;
}

.mod_navigation a:visited, .mod_navigation a:link {
	margin:10px;
	text-decoration:none;
	color:#9FA19E;
}

.mod_navigation a:hover {
	text-decoration:bold;
	color:#00AA5A
}

.mod_navigation li:hover ul {
	display:block;
}

.mod_navigation a.trail:visited, .mod_navigation a.trail:link {
  	font-weight: bold;
	color: #fff;
}


.mod_navigation ul li:hover ul,
.mod_navigation ul li.navhover ul {
	display:block;
}
 
.mod_navigation ul li:hover ul ul,
.mod_navigation ul li.navhover ul ul {
	display:none;
}
 
.mod_navigation ul ul li:hover ul,
.mod_navigation ul ul li.navhover ul {
	display:block;
}

/* ----------------------
// tables
// ---------------------- */
table.calendar {
	width: 100%;
	font: 9px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

table.calendar .head {
	font-size: 12px;
	padding-bottom: 10px;
}

table.calendar .label {
	width: 14.3%;
}

table.calendar .header {
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #F7F4EF;
	border-bottom: 1px solid #efece7;
}

table.calendar .days {
	text-align: center;
	vertical-align: top;
	border:1px solid #efece7;
	height: 80px;
}

table.calendar .weekend {
	background-color: #FFFCF7;
}

table.calendar .today {
	background-color: #FFFF99;
}

/* ----------------------
// general layout
// ---------------------- */
#wrapper {
	width:776px;
	margin:0 auto;
	background-color:#FFF;
/*	border:1px solid #46040E;*/
	border:1px solid #000000;
}

#bg {
	background: url('../images/bg.gif') top left repeat-x;
	height:25px;
   clear: both;
}

#title {
	width:305px;
	height:150px;
	float:left;
}

.title-img {
	margin-top:30px;
	margin-left:20px;
    border: 0px;
}

#splash {
	width:450px;
	height:150px;
	float:right;
	background: #FFF url('../images/splash.jpg') no-repeat;
}

#main-content {
	margin:0 auto;
}

#left-column {
	width:410px;
	float:left;
	padding:0px 20px 30px 20px;
}

#right-column {
	width:280px;
	float:right;
	padding:0px 20px 30px 20px;
}

#main-column {
	padding:0px 20px 30px 20px;
}

#footer {
	clear:both;
	height: 16px;
	padding: 6px 15px 8px 15px;
	border-top:1px solid #f0e9eb;
	background: #f7f7f7;
    font-size: 11px; 
}

#footer-left {	
	color: #989A9B;
	float: left;
}

#footer-right {
	color: #989A9B;
	float: right;
}

.info {
	display: inline;
	color: #989A9B;
}

.recurring {
	display: inline;
	font-size: 10px;
	color: #989A9B;
}

.error {
	color: #FF0000;
}

.form {
	margin-top: 20px;
}

.text {
	margin-bottom: 1px;
}

.comment {
    padding: 5px;
    border:1px solid #efece7;
    background: #f7f7f7;
    margin-bottom: 5px;
}

.confirm {
   font-weight: bold;
   color: #25C23E;
}

.box {
	padding:15px;
	border:1px solid #f0e9eb;
	background: #f7f7f7;
}

.box ul {
	margin:0px;
	padding:0px;
}

.box ul li {
	list-style: none;
}

#about ul {
	margin:0px;
	padding:0px;
}

#about ul li {
	list-style: none;
}

#calendar ul {
	margin:0px;
	padding-left:40px;
}

.accordion div {
    padding-left: 20px;
    padding-bottom: 20px;
}

.activities table th, .activities table td {
    padding: 2px 5px;
}

.activities thead tr {
	background-color: #FFCC99;
}

.activities tbody tr.odd {
	background-color: #ECECEC;
}

.goals img {
    border: 0px;
}