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

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -97px; /* the bottom margin is the negative value of the footer's height */
}
.footer{
	height: 97px; /* .push must be the same height as .footer */
}

.push {
	height: 27px; /* .push must be the same height as .footer */
}


.slide {
	background-image:url(images/slides/2.jpg);
	background-repeat:no-repeat;
	height:441px;
	width:900x;
	
}
.content {
	width:840px;
	margin:0px auto;
	margin-top:-160px;
	left:50%;
	margin-left:-430px;
	position:absolute;
	}

#menuBar{
				top:0px;
				width: 100%;
				height: 5px;
				background-image:url(images/topbar.jpg);
				background-position:center;
				position: absolute;
			}
			
			
			
a:link {
	color: #828282;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f828282;
}
a:hover {
	text-decoration: none;
	color: #f08b21;
}
a:active {
	text-decoration: none;
}



.text {
	color: #828282;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	font-size:13px;
}

.gray {
	color: #828282;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	font-size:12px;
}

.orange {
	color: #f08b21;
	font-style:normal;
	font-family:Helvetica, sans-serif;
	font-size:13px;
}

.orangeHeader {
	color: #f08b21;
	font-style:normal;
	
	font-family:Helvetica, sans-serif;
	font-size:15px;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

