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

body {
	margin: 0px;
	padding: 0px;
	background: url(images/stripes.jpg) repeat left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #3c471e;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom:0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

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


black {
	position:absolute;
	height: 500px;
	
	color: #000;
}


a:hover {
	text-decoration: none;
	color: #729C00;
}
#current {
	text-decoration: none;
	color: #23b0bd;
}


a img {
	border: none;
}



/* Logo */

#logo {
	float: left;
	padding-left: 0px;
	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #393939;
}

#logo p {
	padding-left: 3px;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo a {
	color: #393939;
}

/* Menu */

#menu {
	float: right;
	margin: 0px 0 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 8px 20px 0px 20px;
	background: #393939;
	
}

#menu a:hover {
	text-decoration: none;
}

#menu .first {
	background: none;
}

#menu .active a {
	
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Content */

#content {
	position:absolute;
	top: 160px;
	height:830px;
	width: 900px
	
	
	

}
#left_content {
	
	float: left;
	width: 560px;
	
	

}
/* Sidebar */

#sidebar {
	
	float: right;
	width: 266px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	padding: 5px 0;
	border-bottom: #BFC9AE dashed 1px;
}

#sidebar h2 {
	padding: 4px 20px;
	background: #393939;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover {
	text-decoration: underline;
}



/* Footer */

/*#footer {
	clear: both;
	width: 900px;
	height: 300px;
font: 11px Arial, Helvetica, sans-serif;
	
	color: #999;
	background: #393939;
	
	background: url(images/footer.jpg);
	
}

#footer p {
	margin: 0px;
	padding: 19px 3px 3px 3px;
	text-align: center;
	
	
	font-size: 2px;
}*/

#footer a {
	color: #999;
}

#services {
	position:relative;
	left:40px;
	top: 50px;
	font-size: 29px;
	color:#666;
}
#contact {
	position:absolute;
	left:318px;
	top: 840px;
	font-size: 22px;
	color:#666;
}
#main_nav {
	position:absolute;
	left:599px;
	top: 840px;
	font-size: 22px;
	color:#666;
}
#reserved {
	position:relative;
	left:220px;
	top: 150px;
	font-size: 12px;
	color:#666;
}

div#footer {
	color:#FFF;
	background: url(images/footer.png) center top repeat;
	position: fixed;
	bottom:0;
	left:0;
	height:100px;
	width:100%;
}

div.rcloud {
	background: fixed url(images/logo.png) left bottom no-repeat;
	position:fixed;
	bottom:0;
	left:250;
	height: 929px;
	width: 350px;
	z-index: 10;	
}


