@charset "UTF-8";
/* CSS Document */

body{
background-color:#e4e4de;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

a{
text-decoration:none;
}

img{
border:0px;
}

#container{
width:900px;
margin:auto;
background-position:left;
background-position:top;
background-repeat:repeat-y;
position:relative;
border-bottom:2px solid #fff;
}

.content_table{
width:685px;
}

.content_table tr{
vertical-align:top;
}

.content_table td{
vertical-align:top
}


/*** THIS IS FOR THE EDITOR DO NOT WORRY ABOUT WHY ***/
.container{
background-color:#fff;
}


#content_left{
	width:212px;
	float:left;
	padding:0px 10px;
}

#content_right{
	width:433px; 
	float:left;
	padding:0px 10px;
}


#calendar_header h3{
	text-align:center;
	margin:0px;
}
#calendar_body table{
	width:100%;
}

#event_calendar{
	width:212px;
}


#event_calendar #calendar_header{
	background-image:url(images/narrow_box_top.png);
	height:30px;
	background-repeat:no-repeat;
	text-align:center;
	color:#85b50b;
	font-size:19px;
	padding-top:5px;
	font-weight:normal;
	
}

#event_calendar #calendar_body{
	background-image:url(images/narrow_box_middle.png);
	background-repeat:repeat-y;
	padding:10px;
}

#event_calendar #calendar_foot{
	background-image:url(images/narrow_box_bottom.png);
	padding:10px;
	text-align:center;
	height:24px;
	font-size:12px;
	color:#1775a3;
	text-transform:uppercase;
	font-weight:bold;
}

#event_calendar #calendar_foot span{
	padding-top:5px;
	display:inline-block;
}



#event_calendar #calendar_foot .last_month{
	float:left;
	background-image:url(images/previous_button.png);
	width:56px;
	height:19px;
	text-indent:-9999px;
	display:block;
}

#event_calendar #calendar_foot .next_month{
	float:right;
	background-image:url(images/next_button.png);
	width:56px;
	height:19px;
	text-indent:-9999px;
	display:block;
}


#event_calendar .calendar{
	width:192px;
	margin:auto;
	border-spacing:5px 0px;
	border-bottom:1px solid #fff;
}

#event_calendar .calendar th{
	color:#fff;
	background-color:#166d98;
	font-size:15px;
	font-weight:bold;
	padding:2px;
	border:2px solid #166d98;
	height:27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#event_calendar .calendar td{
	text-align:center;
	border-right:1px solid #fff;
	height:27px;
	vertical-align:middle;
	color:#000;
	font-size:12px;
	width:20px;
}

#event_calendar .calendar td.highlighted{
	background-color:#a49898;
	border:1px solid #a49898;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#event_calendar .calendar td.highlighted a{
	color:#000;
}

#event_calendar .calendar td.highlighted a:hover{
	color:#fff;
}


#container.green #event_calendar .calendar th{
	background-color:#86b858;
	border-color:#86b858;
}

#container.blue #event_calendar .calendar th{
	background-color:#3b96aa;
	border-color:#3b96aa;
}

#container.brown #event_calendar .calendar th{
	background-color:#655a42;
	border-color:#655a42;
}

#container.orange #event_calendar .calendar th{
	background-color:#d96100;
	border-color:#d96100;
}

#container.pink #event_calendar .calendar th{
	background-color:#e52489;
	border-color:#e52489;
}

#container.red #event_calendar .calendar th{
	background-color:#a51300;
	border-color:#a51300;
}


#container.green h3, #container.green h1, #container.green a{
color:#86b858;
}
#container.blue h3, #container.blue h1, #container.blue a{
color:#3b96aa;
}
#container.brown h3, #container.brown h1, #container.brown a{
color:#655a42;
}
#container.orange h3, #container.orange h1, #container.orange a{
color:#d96100;
}
#container.pink h3, #container.pink h1, #container.pink a{
color:#e52489;
}
#container.red h3, #container.red h1, #container.red a{
color:#a51300;
}

.event{
	padding:10px;
	border-bottom:1px solid #000;
}

#container.green .event{
	border-color:#86b858;
}

#container.blue .event{
	border-color:#3b96aa;
}

#container.brown .event{
	border-color:#655a42;
}

#container.orange .event{
	border-color:#d96100;
}

#container.pink .event{
	border-color:#e52489;
}

#container.red .event{
	border-color:#a51300;
}


/*************** Container Styles ***************/




#container h1, #container h3, .container h1, .container h3{
margin:5px 0px;
}

#container h1, .container h1{
font-size:16px;
}

#container h3, .container h3{
font-size:13px;
}

#container.green{
background-image:url(../images/backgrounds/green.gif);
}

#container.green h3, #container.green h1, #container.green a{
color:#86b858;
}

#container.green #sidebar .menusub_menu{
background-color:#86b858;
}

#container.blue{
background-image:url(../images/backgrounds/blue.gif);
}

#container.blue h3, #container.blue h1, #container.blue a{
color:#3b96aa;
}

#container.blue #sidebar .menusub_menu{
background-color:#3b96aa;
}


#container.brown{
background-image:url(../images/backgrounds/brown.gif);
}

#container.brown h3, #container.brown h1, #container.brown a{
color:#655a42;
}

#container.brown #sidebar .menusub_menu{
background-color:#655a42;
}


#container.orange{
background-image:url(../images/backgrounds/orange.gif);
}

#container.orange h3, #container.orange h1, #container.orange a{
color:#d96100;
}

#container.orange #sidebar .menusub_menu{
background-color:#d96100;
}


#container.pink{
background-image:url(../images/backgrounds/pink.gif);
}

#container.pink h3, #container.pink h1, #container.pink a{
color:#e52489;
}

#container.pink #sidebar .menusub_menu{
background-color:#e52489;
}

#container.red{
background-image:url(../images/backgrounds/red.gif);
}

#container.red h3, #container.red h1, #container.red a{
color:#a51300;
}

#container.red #sidebar .menusub_menu{
background-color:#a51300;
}


/***** SIDEBAR NAVIGATION ********/


.menu .item1{
display:none;
}


#sidebar{
width:177px;
margin-right:6px;
float:left;
border:2px solid #fff;
background-color:#e4e4de;
border-right:0px;
border-bottom:0px;
}

#sidebar .menu{
margin:3px 0px 5px 0px;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
padding:0px;
list-style-type:none;
width:176px;
background-color:#004f84;
}

#sidebar .menu li{
width:156px;
padding:3px 10px;
border-bottom:1px solid #fff;
}

#sidebar .menu li a{
color:#fff;
font-weight:bold;
text-transform:uppercase; 
}

#sidebar .menu li a:hover{
color:#ebd05c;
}


#sidebar .menusub_menu{
margin:3px 0px 10px 0px;
border-top:2px solid #fff;
margin-bottom:0px;
border-bottom:0px;
border-right:0px;
padding:0px;
list-style-type:none;
width:176px;
}

#sidebar .menusub_menu li{
width:155px;
padding:3px 10px;
}

#sidebar .menusub_menu li a{
color:#fff;
font-weight:bold;
font-size:11px;
}

#sidebar .menusub_menu .active a{
font-style:italic;
}

#sidebar .menusub_menu .active ul li a{
font-style:normal;
}

#sidebar .menusub_menu .active ul li.active a{
font-style:italic;
}


#sidebar .menusub_menu li ul{
list-style-type:none;
padding:0px;
margin:0px;
}

#sidebar .menusub_menu li ul{
}


#spotlight{
background-color:#86b858;
padding:10px;
color:#fff;
font-size:11px;
border-right:1px solid #fff;
}

#container #spotlight ul{
margin:0px;
padding:0px;
}

#container #spotlight li{
background-image:url(../images/spot_arrow.gif);
padding:6px 0px 10px 10px;
background-position:left 10px;
background-repeat:no-repeat;
border-bottom:1px solid #a5c68a;
list-style-type:none;
}
#container #spotlight a{
color:#fff;
}



/******* MODULE Fixes *******/
.breadcrumbs{
margin:0px;
float:left;
display:block;
width:500px;
padding-top:3px;
}



#ps_searchwrapper{
width:180px;
float:right;
margin-right:0px;
position:relative;
top:0px;
height:auto;
}

#ps_results{
right:17px;
top:35px;
}

#ps_search_str{
height:13px;
border:1px solid #CCC;
padding:3px 3px 2px 3px;
}



/*************CONTENT**************/

#content{
width:685px;
padding:15px;
padding-bottom:120px;
/*min-height:800px;*/
background-image:url(../images/twotone.gif);
background-color:#fff;
background-repeat:repeat-x;
float:left;
}

.clear{
clear:both;
}

#footer{
position:absolute;
width:715px;
bottom:0px;
right:0px;
border-top:5px solid #76ac49;
font-size:10px;
padding-top:10px;
}

#footer p{
text-align:center;
margin:0px 0px 5px 0px;
line-height:11px;
}

#footer span{
margin:0px 7px;
}


.home_page_buttons{
color:#fff;
font-weight:bold;
width: 685px; text-align: center; vertical-align: middle;
}

.home_page_buttons th{
width:136px;
padding:0px;
}

.home_page_buttons th img{
width:133px;
}

.home_page_buttons td{
padding:10px 0px;
width:136px;
}

#container #home_page_buttons a{
color:#fff;
}

#container a.register-link{
color:#d96100;
font-weight:normal;
}

.contentpaneopen {
clear:both;
}

.orange-border, img.orange-border{
border:2px solid #d96100;
}

table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #808080;
	border-collapse: separate;
	background-color: #ffffff;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: #808080;
	background-color: #ffffff;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: none;
	border-color: #808080;
	background-color: #ffffff;
}


#right-image{
float:right;
padding:0 0 15px 15px;
}

#footer_spacer{
height:30px;
}



/******** Component Styles  ************/


#staff_menu{
margin-bottom:20px;
}

.staff_bio{
margin:15px 0px;
padding-top:10px;
border-top:3px solid #e52489;
}

.staff_bio a{
text-decoration:underline;
}

.error{
font-weight:bold;
color:#b40000;
}

#container h3.news_title{
color:#111;
font-weight:normal;
}


.bigger{
font-size:14px;
font-weight:bold;
padding-top:15px;
}

#news-description{
margin:25px 0px;
}

#news-categories{
padding:15px;
border:1px solid #e52489;
margin-bottom:25px;
}

.news-article{
border-bottom: 1px solid #e52489;
padding:15px 5px;
}


/******************************** EVENTS *******************************/
.event_table_row{
	width:350px;
	min-height:30px;
	vertical-align:middle;
}

#main_first_name, #main_last_name, #main_title, #main_address, #main_city, #main_zip, #main_phone, #main_fax, #main_email{
	float:right;
}
#main_state{
	margin-left:165px;
}

#col1, #col2{
	width:40%;
}
#main_needs{
	margin:0px;
	padding:0px;
	border:none;
}
#main_needs ul{
	list-style:none;
	padding:0px;
	display:inline-block;
}
#main_needs li{
	display:inline;
	padding-right:20px;
}

/****************** SEARCH RESULTS *******************/
.search fieldset{
	border:none;
}
.search .result-category{
	display:none;
}
.pagination{
	text-align:center;
}
.pagination ul{
	list-style:none;
	padding:0px;
	display:inline-block;	
}
.pagination li{
	display:inline;
	padding-right:20px;
}
.form-limit{
	float:right;
}
	
.ordering-box{
	padding:10px 0 10px 0;
}
#mod-search-searchword{
	float:right;
}

.highlight{
	color:#FFF;
	padding:2px;
}
#container.green .highlight{
	background-color:#86b858;
}

#container.blue .highlight{
	background-color:#3b96aa;
}

#container.brown .highlight{
	background-color:#655a42;
}

#container.orange .highlight{
	background-color:#d96100;
}

#container.pink .highlight{
	background-color:#e52489;
}

#container.red .highlight{
	background-color:#a51300;
}

