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

/* PALETTE
red: #EE2E24
dk grey: #939598
lt grey: #BDBEC0
homepage-text: #737476
*/

body {
	margin-top: 0px;
	background: #5d5e5e;
	/*background-image:url(../images/design/bkgd.gif); */
	
}

a {
	color: #292b77;
	text-decoration: none;
	}	

a:hover {
	color: #020385;
	text-decoration: underline;
	}

#main-container {
	width: 800px; 
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.homepage-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #737476;
}

.page-header-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #EE2E24;
}

.page-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
}

.page_img {
	border: 2px solid #EE2E24;
}

.red-link-12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #EE2E24;
	text-decoration: underline;
}

a:hover.red-link-12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #EE2E24;
	text-decoration: none;
}

.photo-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	color: #EE2E24;
}

.photo-caption-signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	color: #EE2E24;
}

.sidebar-header {
	width: 187px;
	height: 167px;	
	background-image: url(../images/design/sidebar-bkgd.gif);
	background-repeat: repeat-y;
}

.sidebar-left {
	width: 187px;
	/*ie hack */
  	min-height:275px;
  	height:auto !important;
/*  	height:275px; */
	/*end ie hack */
	background-image: url(../images/design/sidebar-bkgd.gif);
	background-repeat: repeat-y;
}

.sidebar-link-container {
	margin-left: 17px;
	width: 140px;
}

.sidebar-link-container2 {
	margin-left: 17px;
	width: 150px;
}

.sidebar-header-link {
	padding-top: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EE2E24;
}

.sidebar-header-link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.sidebar-header-link a:hover {
	color: #EE2E24;
}

.sidebar-link {
	padding-top: 0px;
	padding-bottom: 20px;
}

.sidebar-link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	color: #FFFFFF;
	text-decoration: none;
}

.sidebar-link a:hover {
	color: #EE2E24;
}

/* SIDEBAR ACTIVE */
.sidebar-left-active {
	width: 187px;
	height: auto;
	background: #BDBEC0;
}

.sidebar-left-active-vt {
	width: 187px;
	height: 109px;
	background: #BDBEC0;
}

.sidebar-link-container-active{
	margin-left: 15px;
		height: auto;
	width: 165px;
}

.header-active{
	background: #FFFFFF;
	background-image: url(../images/design/sidebar-bkgd.gif);
	background-repeat: repeat-y;
}

.sidebar-link-active {
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}

.sidebar-link-active a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	text-decoration: none;
}

.sidebar-link-active-single {
	padding-top: 6px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}

.sidebar-link-active-single a:hover {
	color: #EE2E24;
}

.sidebar-link-active-single a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	text-decoration: none;
}

.sidebar-link-active a:hover {
	color: #EE2E24;
}

.bullet-red {
	color: #EE2E24;
}
/* END SIDEBAR ACTIVE */

/* STORIES PAGE */
.stories_image{
	border: 0px solid #015514;
}
.stories_tab_header {
	font-size: 18px;
	font-weight: bold;
	height: 15px;
	vertical-align: top;
}

.stories_tab_body {
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	vertical-align: middle;
}

.stories_tab_link{
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	vertical-align: bottom;
	text-decoration: underline;
}
/* END STORIES PAGE */

/* NEW and EVENTS PAGE */
.events_title {
	background-color:#ebebeb;
	height: 23px;
	padding-top: .5%;
	padding-left: 2%;
	border: 1px solid #CCCCCC;
}

.events_title a.eventsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ed2024;
	font-size: 16px;
	font-weight: bold;
}

.events_title a:hover.eventsheader {
	color: #e68680;
}

.events_title .eventsheader_nolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ed2024;
	font-size: 16px;
	font-weight: bold;
}

.events_sub {
	border-bottom: 2px dotted #bdbec0;
	background: #FFF url(../images/vocations/file_icon.gif) no-repeat 0 50%;
	margin: 0;
	padding: 1em 0;  
	padding-left: 5%; 
	color: #666666;
}

.events_sub .eventssubtext {
	padding-right: .7em;
}

.events_sub .eventsmoddate {
	border-left: 1px solid #000; 
	padding-left: .7em;
}

.events_teaser {
	margin: 1em .2em .5em; 
	padding: 0 2%;
}

.events_readmore_link {
	float: right; 
	background: #FFF url(../images/vocations/mini-link.gif) no-repeat 0 50%; 
	padding-left: 4%;
	margin-bottom: 1em;
}

.events_readmore_text {
	float: right; 
	background: #FFF url(../images/vocations/mini-page.gif) no-repeat 0 50%; 
	padding-left: 4%;
	margin-bottom: 1em;	
}

.events_readmore_pdf {
	float: right; 
	background: #FFF url(../images/vocations/mini-pdf.gif) no-repeat 0 50%; 
	padding-left: 4%;
	margin-bottom: 1em;	
}

.events_noresults {
	text-align: center;
	font-size: 14px;
}

.events_goback_text {
	float: right; 
	padding-left: 4%;
	margin-bottom: 1em;	
}


/* END NEW and EVENTS PAGE */