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






/* SET DEFAULTS
**************************************************/
body {
	margin:				0px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	line-height:		20px;
	color:				#BDBDBD;
	background:			url('../../files/css/bg-tile.jpg') repeat-y top center #171717;
}

.wrapper {
	width:				1100px;
	margin:				0 auto;
	background:			url('../../files/css/bg-wrapper.jpg') no-repeat top center;
	/*border:1px solid #0000FF;*/
}

a {
	color:				#F63737;
	text-decoration:	none;
} a:hover { color: #990000 }

img { border: 0px none }

.left { float: left }
.rght { float: right }







/* HEADER
**************************************************/
.header-cont {
	width:				100%;
	position:			absolute;
	left:				0px;
	top:				0px;
	z-index:			3;
	/*border:1px solid #00ff00;*/
}


	.header {
		width:				1100px;
		margin:				0 auto;
		text-align:			center;
		/*border:1px solid #ff0000;*/
	}


	.gallery-cont {
		margin:			0 auto;
		width:			960px;
		height:			180px;
	}

	.left { float: left }
	.rght { float: right }

	.arrow {
		width:			40px;
		height:			180px;
	}
	.gallery {
		float:			left;
		width:			880px;
		height:			180px;
	}
	.photo { width: 410px }



/* NAVIGATION
**************************************************/
.nav-cont {
	/*border:	1px solid #FF0000;*/
}





/* MIDDLE - PAGE CONTENT
**************************************************/
.middle-home {
	width:				960px; /* 960 */
	margin:				0 auto;
	padding:			0px;
	/*border:1px solid #0000FF;*/
}
	.middle-home .cont {
		width:				450px; /* 480 */
		padding:			15px;
		padding-top:		0px;
	}

	.middle-home p {
		margin-top:				0px;
		padding-top:			0px;
	}

.middle-cont {
	width:				880px; /* 960 */
	margin:				0 auto;
	padding:			40px;
	padding-top:		20px;
	/*border:1px solid #0000FF;*/
}

.topnavitem {
	margin: 0px 10px 0px 10px;
	display: inline;
}



/* FEATURED CONTENT
**************************************************/
.featured {
	position:relative;
	width:				420px;
	/*height:				175px;*/
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		17px;
	color:				#BDBDBD;
	/*border:1px solid #00CCFF;*/
}

	.featured p {
		margin:				0px;
		padding:			0px;
	}

	.featured table {
		width:				420px;
		/*height:				175px;*/
		border:				0px none;
		/*border:1px solid #ff0000;*/
	}

	.featured a {
		color:				#FFFFFF;
		text-decoration:	none;
	}

.left-side {
	float:				left;
	background:			url('../../files/css/bg-featured-left.png') no-repeat bottom right;
	position:relative;
	height: 175px;
}

.rght-side {
	float:				right;
	background:			url('../../files/css/bg-featured-rght.png') no-repeat bottom right;
	position:relative;
	height: 175px;
}

.left-col {				/* LEFT SIDE OF FEATURED CONTENT BLOCK */
	padding:			20px 0px 20px 20px;
	position:relative;
}
	.left-col .upper {			/* IMAGE TITLE */
		height:				30px;
		overflow:			hidden;
	}
	.left-col .middle {		/* BLURB */
		/*height:				85px;*/
		/*overflow:			hidden;*/
	}
	
.left-side .lower {			/* LINK */
	height:				20px;
	overflow:			hidden;
	position:			absolute;
	top:				150px;
	left: 				20px;
}
.rght-side .lower {			/* LINK */
	height:				20px;
	overflow:			hidden;
	position:			absolute;
	top:				150px;
	left: 				30px;
}

#questionmark {
	position:absolute;
	top: 28px;
	left: 202px;
}



/* FOOTER
**************************************************/
.footer-home {
	position:			relative;
	left:				0px;
	top:				-40px;
	z-index:			2;
	/*border:1px solid #FF0000;*/
}

.footer-cont {
}

	.footer {
		width:				1100px;
		margin:				0 auto;
		text-align:			center;
	}

	.footer a {
		font-family:				Arial, Helvetica, sans-serif;
		font-size:			11px;
		text-decoration:	none;
		letter-spacing:		-1px;
		color:				#767677;
	} .footer a:hover { color: #FFFFFF }
	


.lowernavitem {
	margin: 0px 10px 0px 10px;
	display: inline;
}



/* END OF FILE
**************************************************/







