/* CSS by Casey Reid */

*{
	margin: 0;
	padding: 0;
}

a{color: #1b3987;}

body{
	background: #bcb095 url(../images/bg.gif) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

img{border: 0;}
.clear{clear: both;}
.imgRight{float:right; margin: 0 0 10px 10px; display:inline;}
.imgLeft{float:left; margin: 0 10px 10px 0;}
table{
	font-size: 12px;
}

#wrapper{
	background: url(../images/content_extend.gif) repeat-y;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	width: 794px;
}

.header-message {
	color: #1b3987;
	font-size: 9pt;
	font-weight: bold;
} 

.single-line-input {
    height: 16px;
}

.error-message {
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}

.submit-button {
    height: 21px;
    width: 60px;
}

.standard-message {
	color: black;
	font-size: 8pt;
	font-weight: bold;
} 

#content-wrapper{
	background: url(../images/content_bg_short.jpg) no-repeat;
	min-height: 605px;
	width: 794px;
}

#header{
	background: url(../images/header_bg.jpg) no-repeat;
	height: 316px;
	margin: 0 0 0 9px;
	width: 777px;
}

#header p{
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	margin: 220px 0 0 30px;
	width: 400px;
}

#content{
	background:url(../images/content_bottom_bg.jpg) no-repeat right bottom;
	margin: 0 0 0 9px;
	min-height: 400px;
	width: 777px;
}

#content h2{
	color: #fff;
	font-size: 36px;
	font-family: "Times New Roman", serif;
	padding: 10px 0 35px 410px;
}
	
#main-content{
	float: left;
	padding: 0 10px 30px 20px;
	width: 460px;
}	

#main-content h3{
	color: #1b3987;
	font-size: 30px;
	font-family: "Times New Roman", serif;
	padding: 0 0 20px 0;
}

#main-content p{
	color: #1a1a1a;
	font-size: 11px;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	width: 455px;
}

#main-content ul{
	list-style-type:none;
}

#main-content li a{
	font-size: 12px;
}
	
#events{
	background: url(../images/events_bg.jpg) no-repeat;
	float: left;
	height: 290px;
	width: 280px;
}

#events h4 a{
	color: #1b3987;
	font-size: 12px;
	margin: 0 0 0 25px;
	text-decoration: none;
}

#events h4 a:hover{text-decoration:underline;}
#events h4.first{margin: 115px 0 0 0;}
#events h4.last{
    border-top: 1px #fff solid;
	padding: 5px 0 0 0;
	margin: 0 10px;
}

#events h4.last a{
	margin-left: 15px;
}

#events p{
    color: #040f21;
	font-size: 11px;
	padding: 2px 15px 5px 25px;
}
	
#footer{
	background: url(../images/footer_bg.gif) no-repeat;
	height: 114px;
	width: 794px;
}

#footer h4{
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 0 5px 0;
}

#footer p{
	color: #fff;
	font-size: 10px;
}

#message{
	float: left;
	padding: 20px 0 0 127px;
	width: 135px;
}

#message a, #podcast a, #services a{
	color: #fff;
}

#message a:hover, #podcast a:hover, #services a:hover{
	text-decoration: none;
}

#services{
	float: left;
	padding: 20px 0 0 30px;
	width: 210px;
}

#podcast{
	float: left;
	padding: 20px 0 0 117px;
	width: 150px;
}

#messages-table{
	margin: 20px 0;
	font-size: 12px;
}

#messages-table td{
	padding: 3px;
}

.table-header{
	background-color: #1b3987;
	color: #fff;
	border-left: 1px solid #fff;
}