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

body
	{
		margin: 0;
		padding: 0;
		background-color: #e6e6e6;
		
	}
	
	#container{
		margin:  auto;
		width: 800px;
		background-image:url(../images/background.jpg);
		background-repeat:no-repeat;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.logo {
	position:absolute;
	padding: 35px 0px 0px 20px;
	z-index: 10;
	}
img {
	border: none;
	text-decoration:none;
	}

/*NAVIGATION*/

.nav1 {
	width: 775px;
	height: 20px;
	padding: 40px 20px 0px 0px;
	text-align: right;
	}
.nav1 a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	}
.nav1 a:visited {
	color: #000000;
	text-decoration: none;
	}
.nav1 a:hover {
	color: #841430;
	text-decoration: none;
	}

.arrowsidemenu{
	width: 165px; /*width of menu*/
	float: left;
	margin: 100px 0px 0px 20px;
	min-height: 365px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font-size: 11px;
	display: block;
  /*height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #b7b7b7;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #000;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
	color: #841420;
	font-weight: bold;
	text-decoration: none;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #000;
	/*margin:0px 0px 10px 0px; /*bottom spacing between header and rest of content*/
	padding-left: 10px; /*header text is indented 10px*/
}
.arrowsidemenu div.unselected a:hover{ /*header that's currently not selected*/
	color: #841420;
	font-weight: bold;
	text-decoration: none;
	}
	
	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #841420
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
padding-left: 10px;
margin-left: 10px; /*bottom spacing between each UL and rest of content*/
}

.arrowsidemenu ul li{
	padding-bottom: 4px; /*bottom spacing between menu items*/
	
}
.arrowsidemenu ul a:hover{
	color: #841420;
	font-weight: bold;
	text-decoration: none;
	}

.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	padding-left: 15px;
	background: url(../images/arrowbullet.png) no-repeat left; /*custom bullet list image*/
}

.arrowsidemenu ul li a:hover{
	color: #841420;
	font-weight: bold;
	text-decoration:none;
}

/*Slideshow*/

.slideshow {
	width: 590px;
	height: 230px;
	float:right;
	margin: 20px 20px 0px 0px;
	z-index:-5;
	}
	
/*End Slideshow*/

/*Index contents*/

.content1 {
	width: 255px;
	height: 93px;
	margin: 20px 0px 10px 20px;
	float:left;
	font-size: 11px;
	color:#000000;
	}
.content1 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #841430;
	margin: 0px 0px 10px 0px;
	font-size:18px;
	}
.content1 a:link {
	text-align:right;
	color: #841430;
	text-decoration:none;
	font-weight:bold;
	}
.content1 a:hover, a:over {
	text-align:right;
	color: #841430;
	text-decoration:none;
	font-weight:bold;
	}
.content1 a:visited {
	text-align:right;
	color: #841430;
	text-decoration:none;
	font-weight:bold;
	}
	
	
	
.content2 {
	width: 255px;
	height: 93px;
	margin: 20px 40px 10px 40px;
	float: right; 
	font-size: 11px;
	color:#000000;
	}
.content2 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 3px 0px 10px 0px;
	font-size:16px;
	font-weight:normal;
	}
.content2 h4 {
	margin: 10px 0px 3px 0px;
	font-size: 11px;
	}
.content2 a:link {
	text-align:right;
	color: #841430;
	text-decoration:none;
	font-weight:bold;
	}
.content2 a:hover, a:over {
	text-align:right;
	color: #841430;
	text-decoration:none;
	font-weight:bold;
	}
.content2 a:visited {
	text-align:right;
	color: #841430;
	text-decoration:none;
	font-weight:bold;
	}

/*Footer*/
.redspacer {
	width: 800px;
	height: 5px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color: #841430;
	}
.footer {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	width: 800px;
	height: 42px;
	padding-top: 8px;
	font-size:11px;
	}
	
/*End Footer*/
