@charset "UTF-8";
body {
    background: #fff none repeat scroll 0 0;
    font-family: geneva,tahoma,sans-serif;
    margin: 0;
    padding: 0;
}


/* for alert window */

.ulm-alert {
background-color:#fef200;
}

.ulm-alert .content {
width:980px;
margin:0 auto;
height:110px;
padding:10px 6px;
font-size:.9em;
font-family:helvetica,verdana, sans;
}


.ulm-alert .content .warning {
width:340px;
height:90px;
display:inline-block;
border-right:1px solid #000;
position:static;
display:inline;
padding: 0 10px 0 0;
margin:14px 0 0 0;
float:left;
}

.ulm-alert .content .warning img {
float:left;
padding:0 0 10px 0;
}

.ulm-alert .content .warning h1 {
padding:0;
margin-top:20px;
font-weight:bold;
font-size:28px;
letter-spacing:-1px;
}


.ulm-alert .content .text-info {
overflow-x: hidden;
overflow-y: scroll;
height:110px;
width:600px;
padding:0 10px 0 16px;
display:inline-block;
}




/* end alert css */





.container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    min-width:1000px;   
}
.news-feed {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
	background:#eee;
	height:348px;
}
.news-head {
     /*background-color: #600;*/
     box-sizing: border-box;
     padding: 6px 0 2px 0;
     width: 1000px;
}

/*.news-head h1 a {
     color: #ffffff;
     text-decoration: none;
}
.news-head h1 a:hover {
     color: #ffffff;
     text-decoration: underline;
}*/

.news-head h1 {
     color: #646469;
     font-size: 1.3em;
     font-weight: lighter;
     margin: 0px;
     text-align: center;
}
.news-head #news {
	display:inline;
	font-size:.78em;
	color:#646469;
	float:right;
	margin:-20px 0 0 0;
}
.news-head #news a {
    text-decoration: none;
	color:#646469;
}


.news-head #news a:hover {
	color:#646469;
	text-decoration:underline;
}

#article0 {
     background-color: #eeeeee;
     float: left;
     height:203px;
     margin: 0;
     padding: 6px;
     width:300px;
}
#article0 img {
     height: 203px;
     /*position: absolute;*/
     width: 300px;
	border:0;
}
#article0:hover {
    background-color: #600;
}

#article0 h5 {
    color: #646469;
    font-size: 1.1em;

    font-weight: lighter;
    margin: 10px 0 0;
    padding: 0 8px 0 0;
    position: relative;

	letter-spacing:0px;
}
#article0 p {
    display: none;
}
#article0 a:link {
    color: #646469;
    text-decoration: none;
}
#article0 a:visited {
    color: #646469;
    text-decoration: none;
}
#article0 a:hover {
    color: #646469;
    text-decoration: none;
	
}
#article0 a:active {
    color: #646469;
    text-decoration: none;
}


#article1 {
    background-color: #eeeeee;
     float: left;
     height:203px;
     margin: 0 0 0 32px;
     padding: 6px;
     width:300px;
}
#article1:hover {
    background-color: #600;
}
#article1 img {
    height: 203px;
    /*position: absolute;*/
    width: 300px;
	border:0;
}
#article1 h5 {
    color: #646469;
    font-size: 1.1em;
	font-weight:lighter;
    margin: 10px 0 0;
    padding: 0 8px 0 0;
    position: relative;
	letter-spacing:0px;

}
#article1 p {
    display: none;
}
#article1 a:link {
    color: #646469;
    text-decoration: none;
}
#article1 a:visited {
    color: #646469;
    text-decoration: none;
}
#article1 a:hover {
    color: #646469;
    text-decoration: none;
	
}
#article1 a:active {
    color: #646469;
    text-decoration: none;
}


#article2 {
    background-color: #eee;
    float: right;
    margin: 0 0 0 6px;
    padding: 6px;
    width: 300px;
    height: 203px;
}
#article2:hover {
    background-color: #600;
}
#article2 img {
    height: 203px;
    /*position: absolute;*/
    width: 300px;
	border:0;
}
#article2 h5 {
    color: #646469;
    font-size: 1.1em;
    font-weight: lighter;
    margin: 10px 0 0;
    padding: 0 8px 0 0;
    position: relative;
	letter-spacing:0px;
	  
}
#article2 p {
    display: none;
}
#article2 a:link {
    color: #646469;
    text-decoration: none;
}
#article2 a:visited {
    color: #646469;
    text-decoration: none;
}
#article2 a:hover {
    color: #646469;
    text-decoration: none;
	
}
#article2 a:active {
    color: #646469;
    text-decoration: none;
}


/* made width change above */


.nav_header_bg {
    background-color: #3b0000;
    margin: 0;
    min-width: 1000px;
    padding: 0;
    width: 100%;
	min-height:40px; /*added*/
}
.header {
    height: 73px;
    margin: 0 auto;
	padding: 7px 0 0 0; /* added */
    width: 1000px;
}
.header_bg {
     background: #660000 url("/_resources/images/line-pattern_0.png");
     height: 130px;
     min-height: 110px;
     min-width: 1000px;
     width: 100%;
}


.header_bg #logo-mark {
  margin:-2px 0 0 441px;
	height:118px;
	width:auto;
}
.header .bannerblock {
    float: right;
    height: 73px;
    width: auto;
}
.header .bannerblock .search_box {
    height: 30px;
    margin-top: 6px;
    text-align: right;
}

.header .bannerblock input {
    background: #440000;
    border: 0 none;
    color: #fff;
    line-height:22px;
}




.header .bannerblock .mini_nav {
    
    height: 21px;
}
.header .bannerblock .mini_nav p {
    color: #fff;
    font-size: 11px;
    margin-top: 0;
    padding: 2px 0 0;
    text-align: center;
    vertical-align: bottom;
}
.header .bannerblock .mini_nav a:link {
    color: #fff;
    text-decoration: none;
}
.header .bannerblock .mini_nav a:visited {
    color: #fff;
    text-decoration: none;
}
.header .bannerblock .mini_nav a:hover {
    color: #fff;
    text-decoration: underline;
}
.header .bannerblock .mini_nav a:active {
    color: #fff;
    text-decoration: underline;
}
.header .bannerblock .mini_nav a:focus {
    color: #fff;
    text-decoration: underline;
}
.footer {
    background: #585858 url("/_resources/images/line-pattern_0.png");
    border-top: 4px solid #a39058;
    margin: 0 auto;
    padding: 10px 0 18px 0;
	width:100%;
}

.footer-content {width:1000px;margin:0 auto;padding:0;}

.footer-bottom {
  width:100%;
  border-top:1px solid #a39058;
  text-align:center;
  margin:0;
	background:#585858;
	padding: 10px 0;
 }
.footer-bottom p {
    font-size: 0.7em;
    margin: 0;
	color:#dad8d6;
}
.footer-bottom img {
    border: 0 none;
	height:24px;
    width:auto;
    margin: 0 10px 8px 10px;
}
.footer-bottom p a:link {
    color: #dad8d6;
    text-decoration: none;
}
.footer-bottom p a:visited {
    color: #dad8d6;
    text-decoration: none;
}
.footer-bottom p a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom p a:active {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom p a:focus {
    color: #fff;
    text-decoration: underline;
}




.footer p {
    font-size: 0.7em;
    margin: 0;
	color:#dad8d6;
	line-height:1.6em;
}
.footer img {
    border: 0 none;
}
.footer p a:link {
    color: #dad8d6;
    text-decoration: none;
}
.footer p a:visited {
    color: #dad8d6;
    text-decoration: none;
}
.footer p a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer p a:active {
    color: #fff;
    text-decoration: underline;
}
.footer p a:focus {
    color: #fff;
    text-decoration: underline;
}

.footer-menu1 {
	width: 173px;
	padding: 0 10px 0 0;
  border-right: 1px solid #bcbcbc;
	display:inline-block;
	text-align: right;
	vertical-align:top;
}

.footer-menu2 {
	width: 172px;
	padding: 0 10px 0 0;
  border-right: 1px solid #bcbcbc;
	display:inline-block;
	text-align: right;
  margin: 0 0 0 10px;
	vertical-align:top;
}


.footer-menu3 {
	width: 172px;
	padding: 0 0 0 10px;
  border-left: 1px solid #bcbcbc;
	display:inline-block;
	text-align: left;
  margin: 0 10px 0 0;
	vertical-align:top;
}

.footer-menu4 {
	width: 173px;
	padding: 0 0 0 10px;
  border-left: 1px solid #bcbcbc;
	display:inline-block;
	text-align: left;
	vertical-align:top;
}
.footer-logo {
	display:inline-block;
  margin:0 auto;
	vertical-align:top;
}
.footer-logo img {
	border:0;
}

.container .home_content {
    margin: 0;
	width:100%;
}
.container .feature_content {
    margin: 0 auto;
	width: 100%;
	background:#eee;
	
	padding:0;
	
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}



.recruit {
     float: left;
     margin: 54px 0px 0px;
     min-height: 294px;
     width: 322px;
}

.recruit a {
	color:#600;
	text-decoration:none;
}
.recruit a:hover {
	text-decoration:underline;
}

.recruit h6 {
  color:#600;
  font-size:1.2em;
  font-weight:lighter;
  margin:.1em .1em .1em 0;
}
.recruit p {
  color:#646469;
  font-size:.78em;
  font-weight:lighter;
  margin:.1em .1em 1em 0;
  
}
/* 2nd version of recruit block removed */

/* events block starts here */

.events {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 656px;/* adjusted for calendar feed */
	border: solid #ccc 0px;
	text-align: left;
	margin: 20px 0 10px 0;
	min-height: 240px;
	padding: 0;
}

/*added for manual edited events calendar*/
.events-box {
	display: block;
	width: 656px;
	min-height: 12em;
	background: #eee;
	margin: 10px auto;
}
.events-headline {
color: #660000;
    font-size: 1em;
    margin: 2px 0;
    text-align: center;
    font-family:Geneva,Tahoma,sans-serif;
    height:1.3em;
}
.events-headline a:link, a:visited, a:active {
    color: #600;
    text-decoration: none;
}
.events-headline a:hover {
    text-decoration: underline;
}
.events-body {
    background: #eeeeee none repeat scroll 0 0;
font-family:geneva, tahoma, sans-serif;
    height: inherit;
    max-height: 12em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 0 0 20px;
    box-sizing:border-box;
    width: 642px;
    color:#646469;
    font-size:.8em;
    line-height:1.8em;
}

/*test*/

.events-body #day {
  display:inline-block;
  font-size:1em;
  background:#fff;
  min-width:3em;
  text-align:center;
  margin:0;
  border:1px solid #600;
  color:#222;
}
.events-body #date {
  font-size:1em; 
  display:inline-block;
  min-width:4em;
  text-align:center;
  margin:0 .4em 0 0;
  background:#600;
  color:#fff;
  border:1px solid #600;
}


.events-body h3 {
  font-size:1.2em;
  font-weight:normal;
  display:block;
  margin-bottom:.2em;
  color:#333;
  
    }

.events-body h2 {
  font-size:1.3em;
  font-weight:normal;
  display:block;
  margin-bottom:.2em;
  color:#333;
  
    }

.events-body h1 {
  font-size:1.4em;
  font-weight:normal;
  display:block;
  margin-bottom:.2em;
  color:#333;
  
    }

.events-body #location {font-size:.8em;letter-spacing:1px;}

.events-body #time {font-size:.8em;display:inline-block;margin:0 .4em 0 0;letter-spacing:1px;}

.events-body #description {display:none;} /*test*/


.events-body strong {
font-weight:bold;

}
.events-body a:link, a:visited, a:active {
    color: #600;
    text-decoration: none;
}
.events-body a:hover {
    text-decoration: underline;
}





/* removed to test calendar headline .events   a:link {
	color: #a39058;
	text-decoration: none;
}
.events   a:visited {
	color: #a39058;
	text-decoration: none;
}
.events a:hover {
	color: #a39058;
	text-decoration: underline;
}
.events a:active {
	color: #a39058;
	text-decoration: underline;
}
.events a:focus {
	color: #a39058;
	text-decoration: underline;
}
.events p {
	font-size: 0.74em;
	color: #000000;
}
.events h1 {
	font-size: 0.94em;
	font-weight: normal;
	color: #444444;
	margin: 0 0 2px 0;
} */
.container .feature_content .events h1 a:link {
	color: #444444;
}
.container .feature_content .events h1 a:visited {
	color: #444444;
}
.container .feature_content .events h1 a:hover {
	color: #444444;
	text-decoration: underline;
}
.container .feature_content .events h1 a:active {
	color: #444444;
	text-decoration: underline;
}
.container .feature_content .events h1 a:focus {
	color: #444444;
	text-decoration: underline;
}
/*.events h2 {
	font-size: 0.88em;
	font-weight: bold;
	color: #444444;
	margin: 0 0 10px 0;
}
.events h3 {
	font-size: 0.84em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
}*/
.events img {
     border: 2px solid #eeeeee;
     height: 112px;
     margin: 40px 20px 60px 0px;
     vertical-align: bottom;
     width: 144px;
}

.events img:hover {
     border: 2px solid #600;
     opacity: 0.7;
}
#gallery {
    border: 2px solid #eeeeee;
    float: right;
    height: 200px;
    margin: 0;
    width: 300px;
}
#gallery:hover {
    border: 2px solid #600;
    opacity: 0.8;
}
#gallery-text {
    color: #fff;
    font-size: 1.1em;
    font-weight: lighter;
    margin: 180px 0 0 66px;
    position: absolute;
}
.recruit-events-container {width:1000px;margin:0 auto;}

.recruit-menu {background:#eee;width:100%;height:30px;}


.recruit-menu .menu-text {
     display: block;
     margin: 0px auto;
     min-width: 1000px;
     padding: 0.4em 0px;
     text-align: center;
     width: auto;
}
.recruit-menu a:link, a:visited, a:active {
   text-decoration:none;
	color:#600;
}
.recruit-menu a:hover {
   text-decoration:underline;
	color:#600;
}

.recruit-menu .menu-text p {
     display: inline;
     font-size: 1em;
     margin: 0px 2.5em;
}


