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


* {
	margin: 0px;
	padding: 0px;
}
html,body{
	height:100%;
	margin:0;
	padding:0;
}

img {
	border: none;
}

p {
	padding-bottom: 12px;
	margin: 0px;
}

ul {
	padding: 0 0 12px 40px;
	margin: 0;
}

body {
	background-image: url(images/gradientbackground.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-color: #527d9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#horizon {
    float: left;
    height: 50%;
    width: 100%;
	text-align:center;
	margin-top:-297px;
}

#sitewrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	clear:both;
}

#content  {
	width: 920px;
	height: 594px;
	position: relative;
	border: 4px solid #5a7990;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width: 100%;
	height: 103px;
	background-image: url('images/bridgeslogo.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ebdfc0;
}

#navigation {
	width: 100%;
	height: 43px;
	background-color: #1f5162;

}

#navlist {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 15px;
}

#navlist li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin-right: 40px;
}

#navlist li a {
	color: #aec0c6;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#navlist li a:hover {
	color: #ffffff;
}

.home #home, .floorplans #floorplans, .photogallery #photogallery, .video #video, .contact #contact {
	color: #ffffff;
}

#main {
	height: 448px;
	background-color: #f8f4e9;
}

#footer p {
	margin: 7px 0 0 0 ;
	padding: 0px;
	color: #08242e;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #08242e;
}

#footer a:hover {
	color: #fff;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

#copy {
	padding: 20px;
	float: left;
	line-height: 18px;
}

.home #copy {
	width: 505px;
}

.contact #copy {
	width: 400px;
}
.photogallery #copy {
	padding: 10px;
	}

h4 {
	color: #fff;
	background-color: #95b4a9;
	width: auto;
	padding: 10px;
	text-align: center;
	margin: 0px 0px 12px 0px;
}

.bold {
	font-weight: bold;
}

a {
	color: #1f5162;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#floorplanleft {
	float: left;
	width: 48%;
	text-align: center;
	margin-top: 15px;
}

#floorplanright {
	float: right;
	text-align: center;
	width: 48%;
	margin-top: 15px;
}

#video {
	width: 100%;
	text-align: center;
	color: #000;
	margin: 0px;
	padding-top: 45px;
}

.photogallery #copy {
	float: none;
}

#thumbnails {
	margin: 0 0 0 80px;
	width: 780px;
	height: 370px;
	overflow: auto;
	padding: 0px;
}

.thumb {
	padding: 4px;
	border: 1px solid #eaeaea;
	margin: 0 10px 10px 0;
	width: 100px;
	height:100px;
}

.floorplanlink {
	padding-top: 12px;
}