/* CSS Document */

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

body {
	background:		url(/images/bkrd-body.png) repeat-x #FFF;
	font-family:		Arial, Helvetica, sans-serif;
	color:			#808080;
	font-size:		14px;
	line-height:		18px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

.shadow {
	width:100%;
	background:url(/images/bkrd-shadow.png) center top repeat-y;
	min-height:190px;
}

.main-wrapper {
	width:			1000px;
	margin:0 auto;
}

#header {
	height:135px;
	position:relative;
}

#navbar {
	height:31px;
	padding:2px 0;
	border-left:1px solid #171818;
	z-index:100;
	position:relative;
}

#content {
	width:980px;
	padding:10px 10px 0 10px;
	margin-bottom:28px;
	background:url(/images/bkrd-content2.jpg) repeat-x #fff;
}

#subcontent {
	width:980px;
	padding:10px 10px 0 10px;
	margin-bottom:28px;
	background:#fff;
}

#main-col {
	width:			708px;
	float:		 	left;
	padding:		12px 0 12px 12px;
}

#right-col {
 	width:			250px;
	float:			right;
}

#footer {
	background:url(/images/bkrd-footer2.jpg) repeat-x;
	height:190px;
	width:100%;
}

#footercenter {
	position:relative;
	width:980px;
	margin:0 auto;
	padding:171px 10px 0;
	height:19px;
	background:url(/images/bkrd-footer.jpg) center top no-repeat;
}

@font-face {
    font-family: 'AUdimatRegular';
    src: url('/fonts/audimat-regular-webfont.eot');
    src: url('/fonts/audimat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/audimat-regular-webfont.woff') format('woff'),
         url('/fonts/audimat-regular-webfont.ttf') format('truetype'),
         url('/fonts/audimat-regular-webfont.svg#AUdimatRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

#logo, #gears, #motto {
	position:absolute;
}

#logo {
	top:15px;
	left:10px;
}

#gears {
	left:280px;
}

#motto {
	top:38px;
	right:10px;
}

#motto, #motto a {
	color:#b41f23;
	font-family:"AUdimatRegular";
	text-align:right;
	line-height:25px;
}

#motto h3, #motto h3 a, #motto .header3, #motto .header3 a {
	font-size:40px;
	color:white;
	line-height:40px;
}

#motto a:hover {
	text-decoration:none;
}

#navbar .nav-link, #navbar .nav-link-on {
	 font:normal 18px/31px "AUdimatRegular";
	 color:#f3f3f3;
	 height:31px;
	 padding:0 18px;
	 border-left:1px solid #9a9a9a;
	 border-right:1px solid #171818;
}

#navbar .nav-link-on {
	background:url(/images/nav-on.png) repeat;
}

#last {
	border-right:1px solid #9a9a9a;
}

#navbar .nav-link:hover, #navbar .nav-link-on:hover {
	text-decoration:none;
}

#slideshowarea {
	width:720px;
	height:300px;
	float:left;
	margin-bottom:20px;
}

#hometext {
	width:700px;
	float:left;
}

#homecal {
	width:230px;
	float:right;
}

#homecal h4 {
	font:bold 18px Arial, sans-serif;
	color:#494b4c;
	margin:0 0 16px;
	padding:0;
}

#homecal h4 a {
	color:#494b4c;
}

#homecal p {
	margin:0;
	padding:0;
}

#homecal a:hover {
	text-decoration:none;
}

.eventitem {
	width:230px;
	height:104px;
	background:url(/images/bkrd-event.jpg) no-repeat;
	position:relative;
}

.eventmonth a {
	width:70px;
	height:12px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:white;
	position:absolute;
	top:18px;
	left:9px;
}

.eventday a {
	width:70px;
	height:40px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	color:black;
	line-height:40px;
	position:absolute;
	top:34px;
	left:9px;
}

.eventdetails {
	width:136px;
	height:83px;
	position:absolute;
	left:89px;
	top:15px;
}

#homecal .eventtitle {
	padding:0;
	margin:0 0 2px;
}

.eventtitle a {
	font-weight:bold;
	font-size:12px;
	color:black;
}

.eventlocation a {
	font-size:12px;
	color:black;
}

#surveyarea {
	background:url(/images/survey-top.jpg) no-repeat #1a1a1a;
	padding:0 10px 21px 10px;
}

#surveyarea ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#surveytitle {
	height:50px;
	color:#f3f3f3;
	text-align:center;
	font:normal 18px/50px "AUdimatRegular";
}

#surveyarea label {
	display:block;
	font-weight:bold;
	color:white;
}

#surveyarea li {
	margin-top:9px;
}

#surveyarea input, #surveyarea select, #surveyarea textarea {
	border:0 none;
	background:white;
	outline:none;
	color:#494b4c;
	padding:3px;
	line-height:19px;
	font-family:inherit;
	font-size:inherit;
}

#surveyarea input {
	height:19px;
	width:224px;
}

#surveyarea select {
	height:25px;
	width:230px;
}

#surveyarea textarea {
	height:188px;
	width:224px;
}

#surveyarea #submitsurvey {
	width:139px;
	height:50px;
	border:0 none;
	cursor:pointer;
	background:url(/images/submit-btn.png) no-repeat;
	font:normal 24px/50px "AUdimatRegular";
	color:#f3f3f3;
	margin-left:46px;
	margin-top:13px;
}

#footerleft, #footerright {
	position:absolute;
}

#footerleft {
	width:453px;
	height:154px;
	top:20px;
	left:20px;
}

#footerright {
	width:491px;
	height:170px;
	right:0;
	top:0;
}

#footerright p {
	margin:0 0 5px;
	padding:0;
}

#footercenter #footerleft, #footercenter #footerleft a {
	color:white;
	text-decoration:none;
	font-size:14px;
}

#footerleft h2, #footerleft .header2 {
	font:bold 40px "AUdimatRegular";
	color:white;
	margin:0 0 8px;
}

#footercenter, #footercenter a {
	color:black;
	font-size:9px;
}



table {

}

a {
	color:			#961c1f;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

#main-col ul li {
	list-style-type:none;
	padding-left:25px;
	background:url(/images/ribbon.png) left 0 no-repeat;
	min-height:38px;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color:#925118;
}

.alttext2 {
	font-size:		14px;
	color:#808080;
}

.header1 {
	color:			#000000;
	font-size:		30px;
	font-weight:		bold;
	line-height:		30px;
}

.header2 {
	color:			#494b4c;
	font-size: 		29px;
	font-weight:		bold;
	line-height:		32px;
}

.header3 {
	color:			#92181a;
	font-size:		20px;
	font-weight:		bold;
	line-height:		19px;
}

h1 {
	color:			#000000;
	font-size:		30px;
	font-weight:		bold;
	line-height:		30px;
	margin:			0 0 12px 0;
}

h2 {
	color:			#494b4c;
	font-size: 		29px;
	font-weight:		bold;
	line-height:		32px;
	margin:			0 0 8px 0;
}

h3 {
	color:			#92181a;
	font-size:		20px;
	font-weight:		bold;
	line-height:		19px;
	margin:			0 0 3px 0;
}

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

.header1 a, h1 a {
	color:			#000000;
}

.header2 a, h2 a {
	color:			#494b4c;
}

.header3 a, h3 a {
	color:			#92181a;
}


.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:	20px;
	margin-bottom:	10px;
}

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

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

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* 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;
}

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

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}