@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(../images/background_brick.jpg);
	background-repeat:repeat-x;
	background-color:#ffca1c;
	background-position:top;
	font-family: "Times New Roman", Times, serif;
}
#background {
	background-image:url(../images/background_img.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
a{
	color:black;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1 {
	margin:0;
	padding:0;
}
dd {
	margin:0;
	padding:0;
}
dl {
	margin:0;
	padding:0;
}
#header {
	margin-left: 0px;
}
#page {
	width: 789px;
	margin: 0 auto;
}
#nav {
	margin-left:20px;
	width: 525px;
	height: 68px;
	
}
#main_column {
	float:left;
	width:454px;/*border: 1px solid red;*/
}
#pics_right_side {
	float:left;
	width: 335px;
	margin-top:40px;
	/*border: 1px solid red;*/
}
#scroll_box {
	border:1px solid black;
	height:490px;
	width:350px;
	overflow:auto;
	margin-left:20px;
}
#scroll_box p {
	padding:0px 10px;
}
#scroll_box h1 {
	margin:0;
	padding:3px 8px;
	font-weight:bold;
	font-size:18px
}
#scroll_box a {
	color:black;
}
#body_bg {
	margin: o auto;
	background-image:url(../images/mockup_14.png);
	background-repeat: repeat-y;/*border: 1px solid black;*/
}
#content {
	padding: 0 0 0 45px;
}
#footer {
	font-size: 10px;
	text-align: center;
	padding: 20px;
}
#footer a {
	text-decoration: none;
	color:#000;
}
#footer a:hover {
	text-decoration: underline;
}
.home {
	background-image:url(../images/home_new.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:68px;
	width:70px;
	float:left;
}
.home:hover {
	background-position:center bottom;
}
.home-logos {
	margin: 0 auto; 
	width: 250px;
}
.home-logos img {
	max-width: 230px;
	padding: 10px;
}
.about {
	background-image:url(../images/n_about.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:68px;
	width:159px;
	float:left;
}
.about:hover {
	background-position:center bottom;
}
.blurbs {
	background-image:url(../images/n_blurbs.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:68px;
	width:76px;
	float:left;
}
.blurbs:hover {
	background-position:center bottom;
}
.tour {
	background-image:url(../images/n_tour.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:68px;
	width:40px;
	float:left;
}
.tour:hover {
	background-position:center bottom;
}
.reviews {
	background-image:url(../images/reviews_c.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:68px;
	width:91px;
	float:left;
}
.reviews:hover {
	background-position:center bottom;
}
.references {
	background-image:url(../images/references.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:68px;
	width:91px;
	float:left;
}
.references:hover {
	background-position:center bottom;
}
#current{
	background-position:center bottom;
}
		 
input {
	border:1px solid black;
}
textarea {
	border:1px solid black;
}
.float_left {
	float: left;
}
.clear {
	clear: both;
}
nav a.active {
	background-image:url(../images/rollovers_07.png);
}
form label {
	display:inline-block;
	margin:5px 0 0;
	padding:5px 0 0 20px;
	width:125px;
}
form textarea {
	margin:20px 0 0 50px;
}
img, div, a.home {
	behavior: url(../iepngfix.htc)
}

#facebook {
	float: right;
	position: relative;
	margin-top:10px;
	left: -70px;
}


