/* BridgeStreetPlace Styles */

body {
	font: 84%/1.2em Verdana, Arial, Helvetica, sans-serif;
	background: #A3C8D1 url(images/bg-body2.gif) repeat-x left 896px;
	margin: 0px auto 0px auto;
	}
	
#bg-body {
	position: absolute;
	width: 100%;
	height: 830px;
	/*background: url(images/bg-home-v2.jpg) no-repeat center 0px;*/
	}
	
#container {
	width: 990px;
	height: 900px;
	margin: 0px auto 0px auto;
	min-height: 1050px;
	z-index: 1900;
	background: url(images/bg-home-v2.jpg) no-repeat;
	}

html>body #container {
	height: auto;
	}
	
a {
	color: #F09A29;
	}
	
a:hover {
	text-decoration: none;
	}
	
/*====== Header ==========*/
	
#header {
	position: absolute;
	top: 134px;
	margin-left: 67px;
	}
	
#header h1 {
	width: 324px;
	height: 64px;
	margin: 0px;
	background: url(images/hd-BridgeStreetPlace.gif) no-repeat;
	}
	
#header h1 span {
	display: none;
	}
	
#bodyWrapper {
	width: 990px;
	float: left;
	clear: both;
	/*background: url(images/bg-container.gif) repeat-y 40px 680px;*/
	}
	
/*======= Page Copy ===========*/

#copyWrapper {
	position: absolute;
	top: 200px;
	margin-left: 67px;
	}

#address {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #345258;

	}
	
#address span {
	display: block;
	}
	
#copy1 {
	position: relative;
	width: 435px;
	height: 122px;
	top: 66px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #345258;
	}
	
#copy1 p {
	margin: 0px;
	}
	
#copy2 {
	position: absolute;
	top: 194px;
	width: 253px;
	color: #333;
	margin-left: 185px;
	line-height: 16px;
	}

	
/*======= Photo Featured =========*/

.photoFeature {
	position: absolute;
	top: 415px;
	width: 206px;
	height: 239px;
	margin-left: 14px;
	}
	
#photo1 {
	background: url(images/img-Feature01.jpg) no-repeat;
	}
	
#photo2 {
	background: url(images/img-Feature02.jpg) no-repeat;
	}
	
#photo3 {
	background: url(images/img-Feature03.jpg) no-repeat;
	}
	
#photo4 {
	background: url(images/img-Feature04.jpg) no-repeat;
	}
	
	
/*======= Photo Gallery =========*/

#photoGallery {
	position: absolute;
	top: 181px;
	width: 457px;
	height: 450px;
	margin-left: 546px;
	}
	
#photoNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F09A29;
	width: 400px;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 50px;
	text-align: center;
	}
	
#photoNav a {
	font-size: 16px;
	line-height: 18px;
	}
	
#photoNav span {
	font-size: 22px;
	}
	
	
/*====== Footer & Inquiry Form ========*/


#footer {
	position: absolute;
	top: 700px;
	width: 100%;
	height: 250px;
	min-height: 216px;
	border-bottom: 15px solid #335258;
	background: url(images/bg-footer-top.gif) repeat-x;
	}
	
html>body #footer {
	height: auto;
	}
	
#footer .heading {
	width: 990px;
	margin: 0px auto 0px auto;
	}
	
#footer .heading h2 {
	position: absolute;
	top: -5px;
	width: 190px;
	height: 55px;
	margin: 0px 0px 0px 107px;
	background: url(images/hd-Inquiries.gif) no-repeat;
	}	
	
html>body #footer .heading h2 {
	margin: 0px 0px 0px 98px;
	background: url(images/hd-Inquiries.png) no-repeat;
	}

#footer .heading h2 span {
	display: none;
	}	
	
#footerContent {
	width: 100%;
	height: 250px;
	min-height: 216px;
	margin-top: 5px;
	background-color: #51757D;
	}
	
html>body #footerContent {
	height: auto;
	}

form {
	width: 990px;
	margin: 0px auto 0px auto;
	}
	
form input {
	width: 205px;
	height: 22px;
	}
	
form #message {
	width: 210px;
	height: 78px;
	margin-right: 5px;
	}
	
form #submit {
	float: right;
	width: 63px;
	height: 19px;
	border: 0px;
	margin-right: 8px;
	}
	
html>body form #submit {
	width: auto;
	height: auto;
	}
	
#footerContent .col {
	float: left;
	clear: none;
	width: 300px;
	margin: 25px 0px 0px 0px;
	}
	
.row {
	float: left;
	clear: none;
	width: 300px;
	margin: 0px 0px 10px 0px;
	}
	
.row span.label,
.row span.input {
	float: left;
	clear: none;
	}
	
.row span.label {
	width: 70px;
	font-size: .8em;
	text-transform: uppercase;
	color: #FFF;
	text-align: right;
	margin-top: 2px;
	margin-right: 5px;
	}
	
.row span.input {
	width: 220px;
	
	}
	
#footerContent #col1 {
	margin: 25px 37px 0px 140px;
	}
	
html>body #footerContent #col1 {
	margin: 25px 37px 0px 270px;
	}	

/*--Form Validation --*/


#inf_from,
#inf_email,
#inf_phone,
#inf_message {
	float: right;
	clear: none;
	width: 5px;
	height: auto;
	color: #FFA430;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -22px;
	}
	
#inf_message {
	margin: -84px 0px 0px 0px;
	}
	
#required-fields {
	float: right;
	clear: none;
	font-size: .8em;
	text-transform: uppercase;
	color: #FFF;
	text-transform: uppercase;
	margin: 5px 100px -24px 0px;
	}
	
	
/*-- Form Thank You --*/


#inquiry-thankYou {
	position: absolute;
	margin: 20px 0px 0px 450px;
	}
	
#inquiry-thankYou h2 {
	width: 345px;
	height: 75px;
	margin: 0px 0px 20px 0px;
	background: url(images/hd-ThankYouInquiry.gif) no-repeat;
	}
	
#inquiry-thankYou h2 span {
	display: none;
	}
	
#inquiry-thankYou a {
	position: absolute;
	color: #FFF;
	text-align: center;
	width: 50%;
	}
	
html>body #inquiry-thankYou a {
	width: 100%;
	}


/*============================================================================
							 To Do Year Round Page 
=============================================================================*/

body#page-ToDo {
	background-image: url(images/bg-body-sub-copy.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

body#page-ToDo #container {
	height: auto;
	min-height: 800px;
	background: url(images/bg-sub.jpg) no-repeat;
	}
	
body#page-ToDo .breadcrumbs a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	}
	
body#page-ToDo .breadcrumbs span {
	font-size: 24px;
	}
	
body#page-ToDo .block {
	float: left;
	clear: none;
	}
	
body#page-ToDo #bodyWrapper #col1 {
	width: 460px;
	padding: 20px;
	margin: 100px 0px 0px 30px;
	}
	
html>body#page-ToDo #bodyWrapper #col1 {
	margin: 100px 0px 0px 60px;
	}
	
body#page-ToDo #bodyWrapper #col2 {
	width: 345px;
	border-left: 1px solid #CCD5D4;
	margin: 140px 16px 0px 0px;
	padding-left: 16px;
	}
	
body#page-ToDo #bodyWrapper #col1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	color: #345258;
	font-style: italic;
	}
	
body#page-ToDo h1#hd-main {
	width: 330px;
	height: 90px;
	margin: 20px 0px 0px 70px;
	background: url(images/hd-ThingsToDo.gif) no-repeat;
	}
	
body#page-ToDo h1#hd-main span {
	display: none;
	}
	
img.floatLeft {
	float: left;
	clear: left;
	margin: 20px 20px 20px 0px;
	}
	
body#page-ToDo #bodyWrapper #col2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 30px;
	color: #345258;
	padding-bottom: 7px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #597B82;
	}
	
body#page-ToDo #bodyWrapper #col2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
	margin: 0px 0px 4px 0px;
	color: #345258;
	}
	
body#page-ToDo #bodyWrapper #col2 h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0px 0px 8px 0px;
	color: #345258;
	}
	
body#page-ToDo #bodyWrapper #col2 .block ul li {
	color: #666;
	padding-bottom: 6px;
	}
	
body#page-ToDo #bodyWrapper #col2 .block ul li span {
	display: block;
	color: #345258;
	}
	
body#page-ToDo #bodyWrapper #col2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-style: italic;
	margin: 0px 0px 12px 0px;
	}	
	
body#page-ToDo #footer {
	position: relative;
	top: 20px;
	float: left;
	clear: none;
	}
	.quote {
	font-family: "Times New Roman", Times, serif;
}

#mail-to {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	top: 25px;
	left: 642px;
	width: 400px;
	font-weight: bold;	
}

#mail-to-instructions {
	position: absolute;
	font-size: 12px;
	color: #fff;
	top: 55px;
	left: 642px;
	width: 600px;
	font-weight: bold;	
}

#mail-to a {
	color: #fff;
}
