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

#wrapper {
	height: 1000px;
	width: 1024px;
	margin: 0 auto
}

a:link {color: #EEE;text-decoration: none; }
a:active {color: #BD2029;text-decoration: none; }
a:visited  {color: #EEE;text-decoration: none; }
a:hover {color: #EEE; text-decoration: underline; }

body {
	background-color: #000;
	color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%; 
	line-height: 140%;
}


#top {
	height: 155px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	border-bottom-width: 1px;
	position: relative;
}
#main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	position: relative;
	height: 950px;
}

#about_bg {
	background-image: url(images/about_boston_image.jpg);
	position: relative;
	height: 950px;
	width: 1024px;
	left: 0px;
	top: 0px;
	background-position: top;
	background-repeat: no-repeat;
}

#gallery_bg {
	background-image: url(images/gallery_boston_image.jpg);
	position: relative;
	height: 950px;
	width: 1024px;
	left: 0px;
	top: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}


#contact_bg {
	background-image: url(images/contact_boston_image.jpg);
	position: relative;
	height: 950px;
	width: 1024px;
	left: 0px;
	top: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}


#boston_logo {
	height: 128px;
	width: 180px;
	position: absolute;
	bottom: 20px;
	left: 50px;
}
#navigation {

	position: absolute;
	bottom: 18px;
	left: 280px;

}

#call {
	position: absolute;
	right: 50px;
	top: 10px;
	font-size: 1.2em;
	font-weight: 100;
}

#call em   {
	font-size: 1.6em;
	line-height:1em;
			
}
table.contact tr td {
	padding:5px;
}

#about_text {
	position: absolute;
	left: 50px;
	top: 300px;
	width: 440px;
}

#gallery_text {
	position: absolute;
	left: 50px;
	top: 40px;
	width: 320px;
}

#form_text {
	position: absolute;
	left: 390px;
	top: 20px;
	width: 350px;
}

#about_text h1, #gallery_text h1 {
	color: #BD2029;
	font-size: 3em;
	line-height: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.subheading {
	font-family: Verdana, Geneva, sans-serif;
	color: #BD2029;
	text-transform: uppercase;
}

#quotes {
	position: absolute;
	right: 50px;
	width: 242px;
	top: 20px;
}

#quotes2 {
	position: absolute;
	top: 460px;
	left: 50px;
	width: 242px;

}


#quotes td, #quotes2 td {
	font-size:1.25em;
			line-height: 150%;

}

#quotes em, #quotes2 em {
 font: "Century Schoolbook", Georgia, Times, serif;
font-size: 3.75em;
line-height: 4em;
}

	
		
#nav li
{
display: inline;
padding-right: 10px;
float: left;

}	

	
	
a#nav-menu, a#nav-menu-over:link, a#nav-menu-over {
	border: 0;
	display: block;
	text-decoration: none;
	color: #EEE;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-size: 0.75em;} 

	
a#nav-menu:hover, a#nav-menu-over {
	color: #EEE;
		border-bottom: 1px solid #c00; }
	
#quotes cite {
	float: right;
}
#footer {
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	color: #BD2029;
	text-transform: uppercase;
	text-align: center;
}
.gallery {
	position: absolute;
	top: 40px;
	right: 0px;
}
#gallery_text strong {
	font-weight: bolder;
}
#map {
	position: absolute;
	top: 40px;
	right: 10px;
}

