html {
	height:102%;
}

body {
	background:url(images/background.jpg) no-repeat;
	background-position:top center;
	margin-top:0;
	width:100%;
	display:block;
	margin-right:0;
	margin-left:0;
	text-align:center;
}

#layout {
	width:900px;
	margin:50px auto 0;
}

#banner_noshadow {
	width:900px;
	height:118px;
	float:left;
	background:url(images/banner_short_noshadow.gif) no-repeat;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
}
#banner {
	width:900px;
	height:137px;
	float:left;
	background:url(images/banner_short.gif) no-repeat;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
}

#banner_right {
	width:425px;
	float:right;
}
#bar	{
		width: 925px;
		height: 46px;
		background: url('images/greenbar.png') no-repeat;
		margin: -10px 0 0 -12px;
}
#top_content {
	padding:0;
	margin:0;
	width:100%;
	float:left;
	background-color:#FFFFFF;
}

#shadow {
	float:left;
	margin-right:auto;
	margin-left:auto;
}

#left_content {
	width:33%;
	height:500px;
	float:left;
	margin:0;
	background:white;
}

#service_content {
	width:100%;
	height:auto;
	padding-bottom:30px;
	float:left;
	background:white;
}

#about_content {
	width:67%;
	height:400px;
	padding:0;
	float:left;
	background:white;
}

#content {
	width:100%;
	height:600px;
	float:right;
	background-color:#FFFFFF;
	padding-top:0;
}

#footer {
	padding-top:30px;
	color:white;
	width:900px;
	height:40px;
	clear:both;
}

#footer_bottom {
	width:900px;
	height:15px;
	background-color:#666666;
}

#contact_content {
	width:33%;
	height:450px;
	border-right:dashed thin;
	padding-top:10px;
	margin-bottom:15px;
	float:left;
}

#contact_content_right {
	width:33%;
	height:450px;
	padding-top:10px;
	margin-bottom:15px;
	float:right;
}

#navbar {
	height:33px;
	margin:0;
	float:right;
	top:0;
	right:0;
}

#navbar a {
	width:85px;
	height:33px;
	background-color:#70806f;
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Times;
	font-size:20px;
	line-height:33px;
	color:#2F422E;
}

#navbar a:hover {
	background-color:#5B755A;
}

.last {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}

#navbar li {
	display:inline;
	margin:0;
	padding:0;
}

#navbar p {
	padding:5px;
	font-family:times;
	font-size:18px;
	color:0;
	text-align:center;
}

.bot_col	{
	width: 280px;
	padding: 10px;
	float: left;
}
	
/*****Slider Elements*****/

	
/*--Main Container--*/
.main_view {
	float:left;
	position:relative;
}


	
/*--Window/Masking Styles--*/
.window {
	height:235px;
	width:900px;
	overflow:hidden;

	
/*--Hides anything outside of the set width/height--*/
	position:relative;
}

.image_reel {
	position:absolute;
	top:0;
	left:0;
}

.image_reel img {
	float:left;
}


	
/*--Paging Styles--*/
.paging {
	position:absolute;
	bottom:0;
	right:0;
	padding: 10px 10px;
	z-index:100;
	background:rgba(78, 116, 77, 0.9);
	
/*--Assures the paging stays on the top layer--*/
	text-align:center;
	display:none;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 5px;
	
/*--Hidden by default, will be later shown with jQuery--*/
}

#content .paging a {
	padding:5px 10px;
	text-decoration:none;
	color:#2F422E;
}

#content .paging a.active {
	font-weight:bold;
	background:#70806f;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: inset 0 0 2px #444444;
}

#content .paging a:hover {
	font-weight:bold;
}