/* CSS Document */

body {
    font-size:14px;
	margin:0px;
	background-image: url('backgrounds/bgTile.jpg');
	background-repeat: repeat-x;
	background-color: #726463;
}

#requirements{
	visibility: collapse;
}

#background {
	position: absolute;
	background-image:url('backgrounds/combs_header.png');
	background-repeat: no-repeat;
	margin-left:-500px; /* this number should be one-half the width of the content */
	left:50%;
	width:1000px;
	height:141px;
	z-index:50;
}

#content {
	position: absolute;
	background-image:url('backgrounds/content_bg_tile.png');
	margin-left:-500px; /* this number should be one-half the width of the content */
	margin-top:0px; /* this number should be one-half the height of the content */
	margin-right:0px;
	left:50%;
	width:1000px;
	height:2900px;
	z-index:20;
}

#navBar{
	position:relative;
	left:25px;
	top:155px;
	float:left;
	width:147px;
    text-align:left;
    font-size: 28px;
    color: #B0B0B0;  	
	z-index:30;
}

#scrollArea{
	position:absolute;
	top:145px;
	width:747px;
	left:200px;
	z-index:60;
	margin-left:0px;
	font-size: 14px;
	line-height: 15px;
}

#scrollArea>p>a>img{
	border:none;
	padding:5px;
}

.address {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size: 10px;
	font-weight:bold;
	color: #333333;
	padding-right:25px;
	padding-left:10px;
}
	
.bigText{
    font-size:40px;
	color:#555555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.otherBigText{
    font-size:40px;
	color:#555555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	color:#555555;
	text-decoration:none;
}

a:hover {
	color:#333333;
}

a:visited {
	color:#777777;
	text-decoration:none;
}

.page_item, .current_page_item, .cat, .current-cat{
	list-style-type: none;
}

#prevNewsHeading{
    font-size:20px;
	color:#555555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#newsHeading{
    font-size:20px;
	color:#555555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.newsHeading{
    font-size:20px;
	color:#555555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* THE FOLLOWING CSS RULES ARE FOR sIFR FUNCTIONALITY */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	line-height: 1em;
}

.sIFR-replaced {
/*	visibility: hidden;*/
}


.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash span.here, .sIFR-hasFlash span.there, .sIFR-hasFlash div#newsHeading, .sIFR-hasFlash div#prevNewsHeading, .sIFR-hasFlash li.page_item.a, .sIFR-hasFlash li.current_page_item.a, .sIFR-hasFlash .bigText, .sIFR-hasFlash .otherBigText,  .sIFR-hasFlash .newsHeading{
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	font-size: 24px;
}
