body {
	font-size: 11px;
	font-family: 'OpenSansRegular', Verdana, sans-serif;
	background:url(../images/blueback.jpg);
	color: #2D394B;
	margin: 0;
	padding: 0;
}

a {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
}

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

br {
	clear: both;
}

img {
	border: 0;
}


/* Containers */

#container {
	background: #FFF;
	min-height: 140px;
	width: 800px;
	margin: 15px auto;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	-webkit-box-shadow: 1px 2px 1px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 2px 1px 4px rgba(0, 0, 0, .4);
	box-shadow: 1px 1px 2px 4px rgba(0, 0, 0, .4); 
		/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#2a2a2a')";
		/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#2a2a2a');
}

#header {
    height: 100px;
}

#content {
	text-align: justify;
	padding:20px 40px 10px;	
}

#content p {
	margin: 10px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

#content h2 {
	font-size: 24px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 10px;
	text-align: left;
	font-family: 'OpenSansExtraBold', Verdana, sans-serif;
}

#content h3 {
	font-weight:600;
	font-size: 14px;
	text-transform:uppercase;
	margin: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}

#content h4 {
	font-size: 12px;
	margin: 10px;
	font-weight: 600;
}

#content h5 {
	font-size: 12px;
	margin: 10px;
}

#content ul {
	margin:10px;
	padding:0;
	a.hover {
	text-decoration: underline;
 	}
}
	#content ul li {
		font-size: 14px;
		line-height: 18px;
		list-style:none;
		}
		
.homepage {
		margin:0;
		padding:0 !important;	
}

#footer {
	text-align: center;
	padding: 8px 0;
	margin-top: 8px;
}

#logo {
    padding: 20px 10px 0 50px;
    width: 250px;
}

#alert_banner {
	clear:both;
	height: 24px;
	background: #187594;
	line-height: 24px;
	color: #FFF;
	border-bottom: 2px solid #FFF;
}

#alert_banner_title {
	float: left;
	padding: 0 4px 0 20px;
	height: 24px;
	font-weight:bold;
	width: 127px;
	text-align: right;
	background: #A81329;
	border-right: 1px solid #FFF;
}

#alert_banner_content {
	float: left;
	width: 620px;
	height: 24px;
	padding: 0 4px;
}


/* Interpage Nav */

#header a:hover {
	text-decoration: none;
}

#nav {
	font-size:.9em;
    float: right;
	margin-right:200px;
    font-weight: normal;
    height: 50px;
    width: 300px;
	margin-top: -70px;	
}

.nav_item {
	font-weight:normal;
	display:block;
	width:80px;
	overflow:hidden;
	float:left;
	position: relative;
	margin: 0 3px 0 0;
	padding: 0 7px;
	font-size: 1.2em;
	line-height: 26px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}


.nav_item:hover {
	display:block;
	text-decoration:none;
	color:#187594;
	}
	
.nav_item_selected {
	float: left;
	display:block;
	width:80px;
	color:#187594;
	position: relative;
	margin: 0 3px 0 0;
	padding: 0 7px;
	font-size: 12px;
	font-weight:normal;	
	line-height: 26px;
	}
	
.nav_item_selected:hover {
	color:#187594;
	}

/* Sidebar */

.sidebar {
	float: right;
}

.sidebar_header_red {
	background: #B34747;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	font-weight: ;
	width: 240px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.sidebar_header_blue {
	background-color: #6B85B2;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	font-weight: ;
	width: 240px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.sidebar_content {
	padding: 8px;
	width: 224px;
	background-color: #EEE;
	line-height: 16px;
}

.sidebar_list_header {
	font-weight: ;
	text-align: right;
	vertical-align: top;
}

.sidebar_list_item {
	vertical-align: top;
	padding-left: 4px;
}

.photo_content {
	float: left;
	display: none;
	padding: 12px;
	width: 752px;
	height: 480px;
	text-align: center;
	background-color: #4C5F7F;
}


/* Homepage */

#home_content {
	float: left;
	width: 438px;
	height: 540px;
	background: #DDD;
}

#home_content p.signature {
	font-size: 14px;
	text-align: right;
	color: #666;
}
#home_content p.signature span {
	font-weight: ;
}

#home_content ul {
	list-style-type: none;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

#home_content ul a {
	color: #333;
}

#home_content ul a:hover {
	text-decoration: none;
	color: #FFF;
}

#home_content ul li {
    border-bottom: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: ;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}

#home_content ul li:hover {
	background: #A81329;
}

#home_content ul li span {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

#home_content p {
	margin: 20px;
	font-size: 12px;
	line-height: 15px;
}

#home_photo {
	float: left;
	width: 360px;
	border-bottom: 1px solid #CCC;
	border-right:2px solid #FFFFFF;
}

.facebook {
	color: #a81329;
}

.facebook:a {
	color: #a81329;
}	
	
.facebook:hover {
	text-decoration: underline;
	color: #a81329;
	}

#twitter {
	padding:5px 5px 5px 10px;
	border-bottom: 1px solid #fff;
}

.facebook_allign {
    font-size: 12px;
    padding: 10px 20px !important;
}


.facebook_text {
	color: #606060;
}

/* Generic Layout */

.testimonial {
	
}

.signed {
	font-style:italic;
	border-bottom:1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom 10px;
}

.section_header {
	padding-bottom: 8px;
	color: #2E394C;
	font-size: 16px;
	font-weight: ;
	margin-bottom: 14px;
	border-bottom: 1px dashed #CCC;
	text-align: center;
}

.section_subheader {
	padding-bottom: 4px;
	color: #2E394C;
	font-size: 14px;
	font-weight: ;
}

.section_author {
	color: #999;
	padding-bottom: 4px;
	font-size: 11px;
}

.section_content {
	margin-bottom: 12px;
}

.page_section {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 8px;
	font-size: 12px;
}


/* Photos */
ul.photos {
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
ul.photos li {
	float: left;
	margin: 5px;
	padding: 0;
	width: 145px;
	height: 145px;
	text-align: center;
}
ul.photos li img {
	border: 1px solid #999;
}


/* Two Column */

.two_column_left {
	float: left;
	width: 382px;
}

.two_column_right {
	margin-left: 12px;
	float: left;
	width: 382px;
}


/* Three Column */

.three_column_left {
	float: left;
	width: 254px;
}

.three_column_center {
	float: left;
	margin-left: 7px;
	width: 254px;
}

.three_column_right {
	float: right;
	width: 254px;
}


/* Event List */

.event_datebox {
	width: 32px;
	padding: 4px;
	margin: 4px;
	float: left;
	text-align: center;
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #666;
}
.event_datebox_day {
	font-size: 18px;
	font-weight: ;
}
.event_datebox_month {
}

.event_content {
	padding: 4px;
	margin-left: 48px;
	font-size: 12px;
	color: #666;
}
.event_title {
	font-weight: ;
	font-size: 14px;
	margin-bottom: 4px;
	color: #2D394B;
}
.event_subtitle {
	font-weight: ;
	font-size: 11px;
	margin-bottom: 4px;
	color: #B34747
}


/* Directory List */

ul.directory {
    list-style: none outside none;
    margin: 0 0 0 8px;
    padding: 0;
}

	ul.directory li {
		float: left;
		margin: 0 5px 5px 0;
		padding: 10px;
		width: 208px;
		height: 80px;
		background: #FFFFFF;
		}
		ul.directory li div.photo {
			margin: 0 10px 0 0;
			float: left;
			width: 80px;
			height: 80px;
			}
			ul.directory li div.photo img {
				width: 80px;
				height: 80px;
				}
		ul.directory li div.name {
			font-size: 12px;
			font-weight:bold;
			text-align: left;
			line-height:15px;
			}
		ul.directory li div.position {
    		color: #445057;
    		font-size: 10px;
   			font-style: italic;
   			line-height: 12px;
  			margin: 2px 0;
    		text-align: left;
}
		ul.directory li div.major {
			margin: 2px 0;
			font-size: 12px;
			line-height: 15px;
			color: #445057;
			text-align: left;
			}


/* Meals Menu */

.meals_header {
	width: 110px;
	height: 24px;
	font-weight: ;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 24px;
	background-color: #EEE;
	border-right: 1px solid #CCC;
}

.meals_header_sun {
	width: 110px;
	height: 24px;
	font-weight: ;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 24px;
	background-color: #F9F9F9;
	border-right: 1px solid #CCC;
	border-left: 1px solid #DDD;
	color: #999;
}

.meals_header_sat {
	width: 110px;
	height: 24px;
	font-weight: ;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 24px;
	background-color: #F9F9F9;
	border-right: 1px solid #DDD;
	color: #999;
}

.meals_cell {
	padding: 4px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
.meals_cell_sun {
	padding: 4px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}
.meals_cell_sat {
	padding: 4px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}

.meals_date {
	font-weight: ;
	font-size: 12px;
}
.meals_date_weekend {
	font-weight: ;
	font-size: 12px;
	color: #999;
}


/* Tabs */

.tabs {
	
}

.tabs_item {
	float: left;
	background-color: #EEE;
	font-size: 12px;
	font-weight: ;
	padding: 4px 8px;
	margin-right: 4px;
	color: #333;
}
.tabs_item a {
	color: #333;
}

.tabs_item_active {
	background: #333;
	color: #FFF;
}
.tabs_item_active a {
	color: #FFF;
}

