/* CSS Document */

/*Template Layout*/
body {
	background-color:#edf7ff;
	background-image:url(/images/page_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
	color:#1B325F;
}
a:hover {
	color:#d60202;
	text-decoration:none;
}
#background_texture {
	background:url(/images/header_bg.png) center top no-repeat;
	clear:both;
	height:325px;
}
#wrapper {
	width:956px;
	margin:0px auto; /*centers your design on the page*/
	padding:5px 0px 0px 0px; /*space from the top of the screen*/
}
#header {
	height:257px;
	width:940px;
	clear:both;
}
#logo {
	width:270px; /*change this width and height to match your logo image*/
	height:97px;
	float:left;
	margin:80px 0px 0px 18px;
}
#logo a, #logo a img {
	border: 0;
}
/*Slider*/
#header_right {
	width:568px;
	height:190px;
	float:right;
	margin:20px 20px 0px 0px;
	padding:0;
}
#hidden-controller {
	display: none;
}
#jFlowSlide {
	float:left;
}
#header-slides { /* the container for the slide*/
	float: left;
	height: 200px;
}
.slides-arrow-left {
	float: left;
	margin-top: 80px;
	width: 30px;
	cursor:pointer;
}
.slides-arrow-right {
	float: right;
	width: 30px;
	margin-top: 80px;
	cursor:pointer;
}
#header-slides-holder {
	margin-top:20px;
}
.slide {
	width: 500px;
}
.header-picture {
	padding-left: 10px;
	margin-top: 0px;
	float: left;
	padding-right:10px;
	width:208px;
	height:171px;
}
.header-about-main {
	float: left;
	width: 260px;
	margin-left: 0px;
	margin-top: 0px;
}
.header-about-main h3 {
	color: #4e6994;
	font-size: 1.5em;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 10px;
}
.header-heading {
	margin:10px 10px 0px 0px;
}
.header-description {
	color: #666666;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0px;
	width: 260px;
	height: 116px;
	line-height: 20px;
}
/*end slider*/

/*menu*/

#menu_container {
	width:880px;
	height:60px;
	margin:9px 5px 0px 40px;
	float:left;
	padding:0;
}
#menu_container ul {
	list-style:none;
	margin:0;
	padding:0;
	height:20px;
	width:610px;
	float:left;
}
#menu_container ul li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#menu_container ul li a, #menu_container ul li a:link, #menu_container ul li a:visited {
	display:block;
	float:left;
	height:39px;
	background:url(/images/menu_sprite.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/** FIRST MENU ITEM **/
#menu_container ul li a.m1, #menu_container ul li a:link.m1, #menu_container ul li a:visited.m1 {
	width:151px;
	background-position:0 0;
}
#menu_container ul li a.m1:hover {
	background-position:0 -44px;
}
/** SECOND MENU ITEM **/
#menu_container ul li a.m2, #menu_container ul li a:link.m2, #menu_container ul li a:visited.m2 {
	width:108px;
	background-position:-151px 0;
}
#menu_container ul li a.m2:hover {
	background-position:-151px -44px;
}
/** THIRD MENU ITEM **/
#menu_container ul li a.m3, #menu_container ul li a:link.m3, #menu_container ul li a:visited.m3 {
	width:107px;
	background-position:-259px 0;
}
#menu_container ul li a.m3:hover {
	background-position:-259px -44px;
}
/** FOURTH MENU ITEM **/
#menu_container ul li a.m4, #menu_container ul li a:link.m4, #menu_container ul li a:visited.m4 {
	width:109px;
	background-position:-366px 0;
}
#menu_container ul li a.m4:hover {
	background-position:-366px -44px;
}
/** FIFTH MENU ITEM **/
#menu_container ul li a.m5, #menu_container ul li a:link.m5, #menu_container ul li a:visited.m5 {
	width:125px;
	background-position:-475px 0;
}
#menu_container ul li a.m5:hover {
	background-position:-475px -44px;
}
#search {
	width:250px;
	height:40px;
	float:right;
	margin-right:15px;
}
#search .button {
	float:right;
	margin:4px 0 0 0;
}
#search .form {
	width:172px;
	background-color:#FFFFFF !important;
	border:1px solid #bebebe;
	float:left;
	margin:8px 0 0 0;
}
/*3 box post its*/
.three_boxes {
	width:920px;
	height:216px;
	margin:10px auto;
	clear:both;
}
.post-it {
	width:297px;
	height:216px;
	float:left;
	background:url(/images/postit.jpg) no-repeat top;
}
.pin {
	width:44px;
	height:30px;
	margin:5px auto 0px auto;
	clear:both;
}
.title {
	width:202px;
	height:20px;
	margin:0px auto;
	clear:both;
	text-align:center;
}
.post-it_text {
	width:172px;
	height:100px;
	float:left;
	font-size:11px;
	line-height:1.4em;
	color:#666666;
	margin:11px 0 0 22px;
	font-family:Tahoma, Arial;
	text-align:justify;
}
.post-it .image {
	float:right;
	width:79px;
	height:64px;
	margin:11px 12px 0 0;
}
.post-it .button {
	clear:both;
	text-align:center;
}
/*main paper content*/
#paper_container {
	width:940px;
	margin:0px auto;
	margin-top:10px;
	clear:both;
}
#paper_container .top {
	width:940px;
	height:13px;
	margin:0px;
	padding:0px;
}
#main_content {
	padding: 15px 15px 15px 25px;
	background-color:#FFFFFF;
}
#paper_container .bottom {
	width:940px;
	height:25px;
	height:13px;
	margin:0px;
	padding:0px;
}
#main_content .left {
	width:590px;
	float:left;
}
#main_content .right {
	width:301px;
	float:right;
}
hr.clear {
	margin-top:10px;
	margin:0px;
	clear:both;
	visibility:hidden;
}
#footer {
	height:70px;
	width:940px;
	margin:0px auto;
	color:#6f8596;
	font-size:10px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#6f8596;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
}
/*General Content*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#2180ac;
	font-weight:bold;
	margin-top:0px;
}
h2 {
	color:#06437a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:0px;
	margin-bottom:3px;
	font-weight:bold;
	letter-spacing:1px;
}
h3 {
	color:#336600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}
.size11 {
	font-size:11px;
}
.image_border {
	border:1px solid #3b3b3b;
	margin:3px;
	padding:3px;
}
hr {
	border: 0;
	color: #e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	width: 100%;
	clear:both;
}
/*news bubble*/

.news_bubble {
	width:251px; /*301 minus padding*/
	height:161px; /*171 minus padding*/
	background:url(/images/bubble_bg.jpg) no-repeat top;
	margin-bottom:10px;
	padding:10px 25px 0px 25px;
}
.news_bubble p {
	margin:0px;
	padding:0px;
}
.news_bubble .text {
	font-size:11px;
	line-height:1.4em;
	width:262px;
	height:125px;
	overflow:hidden;
}
/*contact box*/

.contact_box {
	width:251px; /*301 minus padding*/
	height:138px; /*158 minus padding*/
	background:url(/images/pin_paper.jpg) no-repeat top;
	margin-bottom:10px;
	padding:20px 25px 0px 25px;
}
.contact_box p {
	margin:0px;
	padding:0px;
}
.contact_box .text {
	font-size:11px;
	line-height:1.4em;
	width:262px;
	height:125px;
	overflow:hidden;
}
.contact_box .icon {
	margin:0px 8px 3px 2px;
	width:18px;
	text-align:center;
}
/*services page*/

.service_box_container {
	width:610px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:5px;
}
.service_box_container .image {
	float:left;
	width:72px;
	height:72px;
	margin:10px 0px 0px 22px;
}
.service_box_container .text {
	float:right;
	width:490px;
	font-size:12px;
	padding:5px 0px;
}
.service_box_container .text p {
	padding:0px;
	margin:0px;
}
/*right boxes*/

#main_content .right2 {
	width:200px;
	float:right;
}
#main_content .left2 {
	width:610px;
	float:left;
}
.small_paper {
	background:url(/images/sml_paper_top.jpg) top no-repeat;
	width:195px;
	margin-bottom:10px;
}
.small_paper_bottom {
	background-image:url(/images/sml_paper_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:195px;
}
.small_paper_bottom2 {
	background-image:url(/images/small_paper_bottom2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:195px;
}
.small_paper .text {
	padding:15px;
	line-height:1.4em;
	font-size:11px;
}
.small_paper .title_padding {
	margin-bottom:5px;
	border-bottom:1px solid #efefef;
	text-align:center;
	padding-bottom:5px;
}
.line_list {
	margin:0px;
	padding:0px;
}
.line_list li {
	list-style:none;
	padding:5px 0px;
	margin:0px;
	border-bottom:1px solid #efefef;
}
.line_list a:link, .line_list a:visited {
	text-decoration:none;
	font-size:12px;
	color:#757575;
	font-weight: bold;
}
.line_list a:hover {
	color:#999999;
	text-decoration:underline;
}
.side_form {
	background-color:#FFFFFF!important;
	border:1px solid #d6dbe1;
	font-size:11px;
	color:#666666;
	margin-bottom:8px;
}
/*contact page*/

.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
}
.contact_title {
	color:#186c9b;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	margin:3px 0px;
	padding:4px;
}
.blue {
	color:#186c9b;
}
#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#186c9b;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:95px;
}


div.article {
	padding-left: 10px;
	border-left: 5px solid #eee;
	margin: 10px 0 20px;
	clear: both;
	float: left;
	display: inline;
	width: 100%;
}

div.article h2 {
	font-weight: bold;
}

div.article h2.canceled {
	text-decoration: line-through !important;
}

div.article h2.old_event a, div.article h2.old_event a:hover {
	/*color: #666;*/
}

div.article h2 a {
	text-decoration: none;
}

div.article h2 a:hover {
	text-decoration: underline;
}

p.article_meta {
	margin: 0;
	padding: 0;
	font-size: .85em;
	font-style: italic;
}

p.importantmessage {
	font-weight: bold;
	color: #aa0000;
}

div.newer_link {
	float: right;
	width: 150px;
	display: inline;
}

div.older_link {
	float: left;
	width: 150px;
	display: inline;
}

div.clear {
	clear: both;
}

div.officer_box {
	border: 1px solid #ddd;
	background-color: #f1f4ff;
	margin: 0 0 20px;
	padding: 10px;
	clear: both;
}

div.officer_box img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 20px 0 0;
}

div.officer_box p {
	
}

div.officer_box h3 {
	font-weight: bold;
	color: #333;
	margin: 5px 0 10px;
	font-size: 1.3em;
}

a.title_image_link img {
	border: 0;
}

p#no_upcoming_events {
	padding-bottom: 30px;
}

div.left2 h1 a img {
	border: 0;
}

div.gallery_image {
	float: left;
	margin: 0 15px 15px 0;
	display: inline;
	width: 178px;
}

ul#top_level {
	font-weight: bold;
}

ul#top_level ul {
	font-weight: normal;
}

div.right2 a[href$='.doc']:after {
	content: url(/images/page_word.png);
	padding-left: 3px;
	vertical-align: top;
}

div.right2 a[href$='.pdf']:after {
	content: url(/images/page_white_acrobat.png);
	padding-left: 3px;
	vertical-align: top;
}
