
/*HTML styles */

body {
	background-image: url(/images/page_bg.jpg) ;
	background-position: top center;
	
	margin: 10px 0px 10px 0px ;
	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	color: #000 ;
}

* {
	line-height: 1.5em;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

input, select, textarea, button {
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em; 
	margin-top: 0px; 
}

h1 {
	letter-spacing: -3px ;
	font-family: verdana ;
	font-size: 36px ;
	font-weight: bold ;
	color: #00497F ;
	margin-top: 0px ;
}

h2 {
	letter-spacing: -1px; 
	font-size: 26px ;
	font-weight: bold ;
}

h3 {
	font-size: 22px ; 
	font-weight: normal ;
}

h6, .inline_h {
	padding: 0px; 
	margin: 0px;
	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	font-weight: bold; 
	color: #000 ;
}

a, a:link, a:active, a:visited, a:hover {
	color: #00497F ;
}

.mceContentBody a {
	color: #00497F !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:active, a:visited {
	color: #00497F ;
}

a:hover {
	color: #00497F ;
}

a:link img, a:active img, a:visited img, a:hover img {
	border-color: #00497F;
}

a:hover img {
	border-color: #92C6E1;
}

/*Template Styles*/

.container {
	width: 736px;
	margin: auto;
	border: solid 10px #00497F;
}

.container2 {
	background-color: #fff; 
	/*padding: 10px; */
}

.page_top {

}

.page_top a img {
	border: 0px ; 
}

div.around_banner {
	position: absolute; 
	top: 0px;
	left: -34px; 
}

.info_bar {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff; 
	background-color: #00497F; 
	border-top: solid 2px #92C6E1; 
	border-bottom: solid 2px #92C6E1;
	letter-spacing: 2px; 
}

.navigation_bar {
	background-color: #00497F;
	border-top: solid 1px #00497F;
	border-bottom: solid 1px #92C6E1;
	text-align: center; 
}

.page_body_div {
	
}

.page_body_table {
	width: 100%;
}

.content {
	padding: 20px ;
}

div.foot {
	background-color: #00497F ;
	margin: 0px 0px ; 
	text-align: left ; 
	font-size: 12px ; 
	padding-top: 10px ; 
	padding-bottom: 10px ;
}

.foot, a.foot:link, a.foot:active, a.foot:visited, a.foot:hover {
	color: #fff; 
}

div.specials {
	background: url(/images/special_bg.jpg) ;
}

div.specials_border {
	border: solid 1px #00497F; 
	padding: 1px; 
}

div.specials_head {
	background: url(/images/button.jpg) center center; 
	padding: 3px 9px; 
	color: white; 
	font-size: 18px; 
	letter-spacing: -1px; 
}

div.specials_body {
	padding: 0px 10px; 
}

/* Nav Styles */

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	line-height: 22px; 
	font-size: 18px ;
	font-weight: normal ;
	text-decoration: none ;
	color: #fff ;
	text-align: center; 
	letter-spacing: -1px; 	
	display: block; 
	background-color: #00497F ;
	background-image: url(/images/button.jpg);
	background-position: center left; 
	margin: 0px 0px ;
	border: 0px solid #00497F ;
	padding: 8px 12px ;
	border-left: solid 1px #00497F;
}

a.button:first-child {
	margin-left: 0px; 
}

a.button:last-child {
	margin-right: 0px; 
}

a.button:hover {
	background-color: #00497F ;
	background-image: url(/images/button_up.jpg);
	/*text-decoration: underline ;*/
}

a.link_white:link, a.link_white:active, a.link_white:visited, a.link_white:hover {
	color: #fff ;
	text-decoration: none; 
}

a.link_white:hover {
	text-decoration: underline; 
}

img.home_image {
	border: solid 1px #00497F; 
	margin: 5px 0px; 
}

/*Misc Standard Styles*/

.important {
	color: #900;
}

.required {
	text-align: center;
	color: #900;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good, .status1 {
	color: #456314;
}

.bad, .status0 {
	color: #900;
}

.img_float {
	float: right;
	border: solid 1px #92C6E1;
	margin: 0px 0px 10px 10px; 
}

/*Module Styles */


div.event_list {
	border-top: solid 1px #999 ;
	border-bottom: solid 1px #999; 
}

div.event {
	padding: 10px 0px ; 
	border-top: 1px dashed #999; 
}

div.event:first-child {
	border-top: 0px; 
}

div.event_title {
	font-weight: bold; 
	font-size: 1.1em;
}

div.event_date {
	font-style: italic;
	font-size: 1em; 
}

div.event_link {
	text-align: right;
}

img.event_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.event_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

/* Event Calendar Styles */ 

.event_calendar {
	margin-bottom: 20px; 
	border: 1px solid #00497F ;
	padding: 5px ;
}

.event_calendar .month {
	background-color: #00497F; 
	text-align: center; 
	color: #ffffff ;
	font-size: 20px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	font-style: italic ;
	padding: 5px ;
}

.event_calendar .body table {
	width: 100%; 
}

.event_calendar .body table td {
	padding: 0px; 
}

.event_calendar .body .dow {
	text-align: center; 
}

.event_calendar .body td.event {
	font-size: .9em; 
	border: solid 1px #999; 
	vertical-align: top; 
	height: 100px; 
	width: 14.28%; 
}

.event_calendar .body td.event .day_num {
	float: right; 
	background-color: #92C6E1; 
	width: 15px; 
	text-align: right; 
	border-bottom: solid 1px #999; 
	border-left: solid 1px #999; 
	padding: 2px; 
}

.event_calendar .body td.event.today {
	background-color: #ddd; 
}

div.calendar_event_title {
		padding: 2px 5px;  
}

div.calendar_event_title + div.calendar_event_title {
	border-top: dashed 1px #ccc; 
}
