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

/* These are the various ID sections for the website.  They are grouped with specifice areas they will be working with. */

/* Main Body Setup */
#topline {
	background-image:url(../images/backgrounds/background.jpg);
}

/* Header Setup */
#header {
	width: 803px; 
	height: 105px; 
	margin: 0px auto; 
	float: left clear right; 
	background: url(../images/backgrounds/img_header_bg.png); 
	background-repeat:no-repeat; 
	background-position:bottom;
}
#topmenu {
	width: 780px;
	height: 25px; 
	background:#FFF; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #333; 
	margin: 0px auto; 
	padding: 10px;
}

/* Main Content Setup */
#PageContent {
	width: 781px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding: 10px;
/*	text-align: right; */
}
#mainarea {
	width: 625px;
	height: 800px auto;
	margin: 0px auto;
	float: right;
	padding-left:10px;
	color: #600;
}
#photo {
	position:relative;
	width:800px;
	height: 300px;
	margin:0px auto;
	background:#FFF;
}
#slideshow {
	position:absolute;
	top:0px;
	left: 0px
	height: 300px; 
	width: 800px; 
	margin:0px auto; 
	z-index:1;
}
#pagetitle {
	position:absolute;
	width:400px;
	height: 100px;
	top:175px;
	left:20px;
	background-image:url(../images/titles/PageTitles.gif);
	background-repeat:no-repeat;
	z-index:999;
}
.menutext {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold; 
	color:  #4f383c;  
}
.HomeText {
	font-family:Arial, Helvetica, sans-serif;
	fontsize:16px;
	text-align:justify;
	font-weight:normal;
	color: #303A55;
	line-height: 1.25;
}
.TitleText {font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight: bolder; font-stretch: extra-expanded; color: 9F3645;}
.HeaderText {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bolder; color: #C00;}
.standard {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:  #4f383c;
	font-style: normal;
}
.headeritalic {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #303A55;
	font-style: italic;
}
.maroon12bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4A1211;
	font-style: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#FFF;
	background: #4f383c;
	font-size: 12px;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
h1 {
	color: #4f383c;
	
}
h2 {
	color: #4f383c;
	font-stretch:expanded;
}
h3 {
	color: #4f383c;
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
	color:#4f383c;
	font-family: Arial, Helvetica, sans-serif, Times, serif;
}
h5 {
	color:#4f383c;
}
h6 {
	color:#4f383c;
}
