#wrapper {
	width:100%;
	background-image: url(../images/top_bkgrnd_home.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#container {
	width:975px;
	margin:0 auto;
}
h1 {
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:10px;
	/*color:#4a0a30; color in PSD file */
	color:#560b38;
}
/*#logo {
	padding:0 0 20px 0;
}*/

#masthead {
	width:975px;
	height:261px;
}
#masthead #top_logo {
	width:263px;
	float:left;
}
#masthead #top_photo {
	width:712px;
	float:right;
}
#topnav {
	width:975px;
	top: 261px;
	background-color: #4a0a30;
	height:27px;
	background-image: url(../images/nav_bkgrnd.gif);
	background-repeat: repeat;
}
#content {
	width:975px;
	font-size:12px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom:23px;
}
/******************** LEFT COLUMN ********************/
#left_column {
	position:relative;
	float:left;
	width:218px;
	color:#000000;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 25px;
	
}
#events {
	margin-bottom: 20px;
}
#add_links ul {
	list-style-type:none;
}
#add_links ul li {
	margin-bottom:4px;
}
#add_links a {
	color:#560b38;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1.1em;
	font-size:12px;
	font-weight:normal;
}
#add_links a:hover {
	text-decoration:underline;
}
/******************** MIDDLE COLUMN ********************/


#center_column {
	width:425px;
	position: relative;
	float: left;
	display:inline;
	color:#000000;
	overflow:visible; /* Fixes italics bug in IE */
	padding-top: 0px;
	padding-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9c8f6b;
	border-left-color: #9c8f6b;
	
	min-height:359px;
}
#center_column p {
	font-size: 15px;
	line-height: 21px;
	padding-right: 30px;
}
#center_column a {
	color:#560b38;
}
#center_column a:hover {
	text-decoration:none;
}
#center_column #large_buttons {
	margin-top: 22px;
}
/******************** RIGHT COLUMN ********************/
#right_column {
	width:227px;
	position:relative;
	float:right;
	overflow:visible; /* Fixes IE italics bug */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 23px;
	padding-left: 28px;
}
#right_column #top_buttons {
	margin-bottom: 24px;
}
#right_column #top_buttons .right_space {
	padding-right: 20px;
}
#right_column #btm_buttons {
	margin-top:20px;
	
}
#right_column #btm_buttons .right_space {
	padding-right: 20px;
}

/******************** TAB NAVIGATION ********************/


.tabs ul.tabs-list {
	margin:0;
	/*padding:10px 10px 0;*/
	padding:10px 10px 0;
	list-style:none;
	/*background-color: #CC0099;*/
}
.tabs ul.tabs-list li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background-image: url(../slidingdoors/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tabs ul.tabs-list a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	background-image: url(../slidingdoors/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 2px;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
  .tabs ul.tabs-list a {
	float:none;
}
/* End IE5-Mac hack */
  .tabs ul.tabs-list a:hover {
	color:#FFFFFF;
}
.tabs ul.tabs-list .current {
	background-image:url(../slidingdoors/left_on.gif);
	border-width:0;
}
.tabs ul.tabs-list .current a {
	background-image:url(../slidingdoors/right_on.gif);
	color:#FFFFFF;
	padding-bottom:5px;
}
.js .tabs .current-info,  .js .tabs .accessibletabsanchor,  .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
	position:absolute;
	left:-999em;
}
.js .tabs .content {
	clear:both;
	/* margin:3em 1em 1em 1em; */
	margin:0px;
}
.js .tabs {
	width:227px;
}
h4 {
	margin:3px;
	font-size: 10px;
	font-weight: normal;	
}
.tabbody {
	padding: 0px;
}

/******************** TABBED BOX BACKGROUND ********************/
.newsbox {
	width:227px;
	min-height:160px;
	background-image: url(../images/news-box-btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	padding-right: 15px;
}
.newsbox img {
	padding-bottom: 5px;
}

/******************** EVENT BOX ********************/
.eventdate {
	float:left;
	margin-right: 3px;
	margin-left: 18px;
}
.eventdate p.weekday {
	font-size:9px;
	line-height:9px;
	color:#9c8f66;
	font-weight: bold;
	text-transform: uppercase;
	width:23px;
	text-align:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.eventdate p.month {
	font-size:9px;
	line-height:9px;
	color:#560b38;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	width:23px;
	text-align:right;
}
.date {
	font-size:21px;
	color:#560b38;
	float:left;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.eventitem {
	font-size:11px;
	line-height:14px;
	color:#560b38;
	/*float:left;*/
	margin-bottom: 12px;
	margin-right: 10px;
}

.eventitem a:link {
	text-decoration: none;
	color:#560b38;
}
.eventitem a:visited {
	text-decoration: none;
	color:#560b38;
}
.eventitem a:hover {
	text-decoration: none;
	color:#9c8f66;
}
.eventitem span a:link {
	color:#9c8f66;
}
.eventitem span a:visited {
	color:#9c8f66;
}
.eventitem span a:hover {
	color:#9c8f66;
}
.view_all_events {
	font-size:9px;
	line-height:14px;
	color:#560b38;
	text-transform: uppercase;
	padding-left: 80px;
	margin: 0px;
	padding-top: 0px;
}
.view_all_events a:link {
	text-decoration: none;
	color:#560b38;
}
.view_all_events a:visited {
	text-decoration: none;
	color:#560b38;
}
.view_all_events a:hover {
	text-decoration: none;
	color:#9c8f66;
}

/******************** ANNOUNCEMENTS BOX ********************/
#announcements {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#announcements p {
	font-size:11px;
	line-height:14px;
	color:#560b38;
}
#announcements p a:link {
	text-decoration: none;
	color:#560b38;
}
#announcements p a:visited {
	text-decoration: none;
	color:#560b38;
}
#announcements p a:hover {
	text-decoration: none;
	color:#9c8f66;
}
#announcements p span a:link {
	color:#9c8f66;
}
#announcements p span a:visited {
	color:#9c8f66;
}
#announcements p span a:hover {
	color:#9c8f66;
}

/******************** NEWS BOX ********************/
#news {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#news p {
	font-size:11px;
	line-height:14px;
	color:#560b38;
}
#news p a:link {
	text-decoration: none;
	color:#560b38;
}
#news p a:visited {
	text-decoration: none;
	color:#560b38;
}
#news p a:hover {
	text-decoration: none;
	color:#9c8f66;
}
#news p span a:link {
	color:#9c8f66;
}
#news p span a:visited {
	color:#9c8f66;
}
#news p span a:hover {
	color:#9c8f66;
}

/******************** VIEW ALL LINK FOR NEWS AND ANNOUNDEMENTS ********************/
.view_all {
	font-size:9px;
	line-height:14px;
	color:#560b38;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
}
.view_all a:link {
	text-decoration: none;
	color:#560b38;
}
.view_all a:visited {
	text-decoration: none;
	color:#560b38;
}
.view_all a:hover {
	text-decoration: none;
	color:#9c8f66;
}


/********************     SEARCH     ********************/


#search {
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}
#search #box {
	width:110px;
	border:1px solid #9c8f6b;
	background-image:url(../images/search-shadow.jpg);
	font-size:10px;
	padding:2px;
	background-repeat: no-repeat;
}
#search .submit {
	color: #fff;
	background: #560b38;
	border:none;
	font-size:9px;
	padding-bottom:2px;
	*padding-bottom:0px;
	*margin-bottom:2px;
	cursor:pointer;
	height:19px;
	*height:17px;
	width:20px;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {#search .submit{padding-bottom:0;}}


#facebook {
	float:left;
	margin-left: 10px;
	*margin-left: 4px;
	margin-top:20px;
}
#facebook img {
	padding-right: 5px;
}

#video {
	width:183px;
	height:137px;
}

#video_caption {
	width:185px;
	font-size:11px;
}







