/*===========================================================
	Body Styles
===========================================================*/
body {
	background-color: #8E7F78;
	font: 14px Arial, Helvetica, sans-serif;
	color:#2E5B5C;
	margin: 0px;
	padding: 0px;
}

#siteWrapper {
	width: 703px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-right:25px solid #9E8F85;
	border-left:25px solid #9E8F85;
	background: #F3F1F0 url(/lib/images/bg.gif) repeat-y top;
}
#innerWrap {
	padding-top:20px;
	border-left:15px solid #757061;
	border-right:15px solid #757061;
	border-bottom:15px solid #757061;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*===========================================================
	Content Styles
===========================================================*/
#content {
	padding:25px 20px 25px 23px;
	width:430px;
	float:right;
}
#content.wide {
	width:623px;
}
#content.wide h1 {
	margin-left:200px;
}
#content.wide span {
	margin-left:200px;
}

a {
	color:#2E5B5C;	
}
a:hover {
	text-decoration:none;
	}

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#column {
	float:left;
	width:200px;
	padding:10px 0 0 0;
	clear:both;
	}

#column .address {
	margin:0 5px 15px 43px;
	color:#2E5B5C;
	font-size:12px;
	}

.photoRight {
	border: 1px solid #2E5B5C;
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

small {
	font-size: 12px;
}

.strongRed {
	color: #A6012B;
}

/*===========================================================
	Table Styles
===========================================================*/

td, th {
	padding:6px;
	}
th {
	font-weight:bold;
	background-color:#662AA1;
	color:#FFFDD1;
	}
tr.alt {
	background-color:#DAAA84;
	}

/*===========================================================
	Navigation Styles
===========================================================*/

#nav {
	width:703px;
	background-color:#35696A;
	height:29px;
	}

#subnav {
	text-align: left;
	width: 200px;
	margin-bottom:45px;
}

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

#subnav li {
	display: inline;
	margin: 0px;
}

#subnav li a {
	border-bottom: 1px solid #B0C7CD;
	display: block;
	padding: 5px 2px 5px 15px;
	text-decoration: none;
}

#subnav li a:hover {
	background: #A6012B;
	color:#ffffff;
	border-bottom: 1px solid #B0C7CD;
}

#subnav li.primaryON, #subnav li.primaryON a {
	background: #A6012B;
	color:#FFFFFF;
	text-decoration: none;
}

#subnav li.child, #subnav li.child a {
	background: #F3F1F0;
	font-size: 11px;
	text-indent: 8px;
}

#subnav li.childON, #subnav li.childON a {
	background: #E3E1E0;
	font-size: 11px;
	text-indent: 8px;
}

#subnav li.child a:hover, #subnav li.childON a:hover {
	background: #E3E1E0;
	color: #2E5B5C;
}

/* CALENDAR STYLES ----------------------------------------------------------*/
.calDate {
	background-color:#A6012B;
	width:35px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	border-right:1px solid #FFFFFF;
	text-align:center;
	padding:3px 0 3px 0;
	clear:both;
	margin:0;
	}
.calBrief {
	width:373px;
	padding:3px 10px 3px 10px;
	border-bottom:2px solid #FFFFFF;
	background-color:#E9E8E7;
	float:right;
	clear:right;
	min-height:40px; 
	margin:0;
	color:#757061;
	}
.calBrief2 {
	width:373px;
	padding:3px 10px 3px 10px;
	border-bottom:2px solid #FFFFFF;
	float:right;
	clear:right;
	color:#757061;
	}
.calTitle {
	color:#003399;
	font-size:14px;
	width:50%;
	font-weight:bold;
	display:block;
	float:left;
	}
.calDetails {
	color:#4D804D;
	font-size:13px;
	font-weight:bold;
	width:50%;
	height:15px;
	display:inline;
	float:right;
	clear:right;
	text-align:right;
	}
.divider {
	border:none;
	border-bottom:1px solid #A6012B;
	padding:0;
	margin:0;
	}
#dateselect {
	font-size:11px;
	}
#dateselect input {
	background-color:#35696A;
	border:1px solid #35696A;
	color:#FFFFFF;
	padding:2px;
}
#dateselect select {
	background-color:#DDEDF4;
	border:1px solid #35696A;
	padding:2px;
}


/*===========================================================
	Form Styles
===========================================================*/
input.button {
	background-color: #669966;
	border: 0px;
	color: #FFFFFF;
	height: 23px;
	width: 38px;
	
}

input.searchfield {
	background-color: #C8B3DD;
	border: 1px solid #7E3C59;
	height: 18px;
	width: 178px;
	margin-bottom:2px;
}




/*===========================================================
	FireControl Styles
===========================================================*/
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
