/* CSS Document */

/******************** LAYOUT **************************/

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #393939;
	font-size: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/wood.jpg) repeat;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

#background-wrapper {
	float: left;
	width: 934px;
	padding: 0 28px 0 28px;
	background: url(../images/shadow-bg.png) repeat-y;
}

/**********************/
/***** Navigation *****/
/**********************/

.navigation {
	float: left;
	position: relative;
	width: 934px;
	height: 26px;
	padding-top: 7px;
	margin: 4px 0;
	background: url(../images/nav-bg.jpg) no-repeat;
}

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

.navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation ul li a {
	float: left;
	display: block;
	padding: 0 28px;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

.navigation ul li a:hover {
	text-decoration: underline;
	color:#FFF;
}

.navigation ul .last a {
	border-right: none;
}

#flag {
	position: absolute;
	right: -55px;
	top: -88px;
}

/*******************/
/***** Content *****/
/*******************/

#content {
	float: left;
	width: 933px;
	clear: both;
	font-size: .8125em; /* 13px */
	background: url(../images/faux-columns.jpg) repeat-y;
}

#content-top {
	margin: 0;
	padding: 0;
	line-height: 0px;
}

#main-content {
	float: left;
	width: 683px;
}

#callout {
	width: 660px;
	margin: 5px auto 0 auto;;
}

#text {
	padding: 14px 17px 17px 17px;
	line-height: 1.5em;
}

#slideshow {
	width: 632px;
	height: 305px;
	background:url(../images/slideshow-bg.gif) no-repeat;
	padding: 20px 24px 21px 27px;
}

/*******************/
/***** Sidebar *****/
/*******************/

#sidebar {
	float: right;
	width: 210px;
	padding: 20px;
}

#events {
	padding: 12px 12px 12px 12px;
	background: #c9c9c9;
	margin-bottom:20px;
}

#events p {
	margin: 3px 0 3px 0;
}

.event-post {
	display:block;
	margin-bottom: 20px;
	text-decoration:none;
}

/******************/
/***** Footer *****/
/******************/

#footer {
	clear: both;
	float: left;
	width: 893px;
	padding: 10px 20px 15px 20px;
	color: #ffffff;
	font-size: .8125em; /* 13px */
	background: #081d43;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .navigation {
	width: 100%;
	background: none;
}

#footer .navigation ul li a {
	padding: 0 21px 0 21px;
	font-size: 1.076em; /* 14px */
}

#footer .navigation ul .first a {
	padding-left: 0;
}

#contactus {
	float: left;
}

#copyright {
	float: right;
	padding-top: 64px;
}

/******************** STYLES **************************/

img, div { 
	behavior: url(../images/iepngfix.htc);
}

table {

}

a:link, a:visited, a {
	color: #9d141b;
	outline: none;
}

a:hover {
	color: #4e0004;
}

p {
	margin: 		0 0 1.5em 0;
}

.nav_link {
	display:		block;
	padding:		5px 3px 3px 12px;
	color:			#303030;
	font-size:		1em;
	text-decoration:none;
	text-align:		left;
}

.nav_link:hover {
	background:		#303030;
	padding:		5px 3px 3px 12px;
	color:			#e8dac1;
	text-decoration:none;
}

.utility {
	font-size:		.9em;
	text-transform:	uppercase;
}

.subtitle {
	color:			#888888;
}

.alttext1 {
	font-size:		1.308em;
	font-weight:	bold;
}

.alttext2 {
	font-size:		1.154em;
	font-weight:	bold;
}

.header1 {
	color:			#092047;
	font-family: Georgia, Times, serif;
	font-size: 1.692em;
	line-height:	1em;
}

.header2 {
	color:			#092047;
	font-family: Georgia, Times, serif;
	font-size: 1.538em;
	line-height:	1em;
}

.header3 {
	color:			#092047;
	font-family: Georgia, Times, serif;
	font-size: 1.076em;
	line-height:	1em;
}

/********************/
/***** Headings *****/
/********************/

h1, h2, h3, h4, h5, h6 {
	color: #092047;
	font-family: Georgia, Times, serif;
	margin-top:0;
}

#text h2 {
	font-size: 1.538em; /* 20px */
	line-height:1em;
}	

h1, #sidebar h2 {
	font-size: 1.692em; /* 22px */
	line-height:1em;
}

#sidebar h2 {
	margin-top: 0;
	padding-top: 0;
	line-height:1em;
}

#sidebar h3 {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 1.076em; /* 14px */
	color: #2e2e2e;
	margin: 0;
	padding: 0;
	line-height:1em;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#092047;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	10px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	10px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

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

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
