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

body {
	padding:0px;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000000;
}




#container {
	width:795px;
	height:715px;
	margin:0 auto;
	position:relative;
}

#logo {
	position:absolute;
	top:130px;
	left:265px;
	
}

#logo a {
	display:block;
	width:250px;
	height:60px;
}

a span, h1 span, h2 span {
	display:none;
}

#nav {
	position:absolute;
	top:213px;
	left:0px;
	width:775px;
}

#nav ul {
	padding:0px;
	margin:0px;
}

#nav li {
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

#nav a {
	padding:0px;
	line-height:20px;
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	height:33px;
	overflow:hidden;
}


#home_nav {
	background-image:url(images/nav_home.gif);
	width:42px;
	margin-left:55px;
}

#about_nav {
	background-image:url(images/nav_about.gif);
	width:73px;
	margin-left:73px;
}

#neighborhoods_nav {
	background-image:url(images/nav_neighborhoods.gif);
	width:123px;
	margin-left:75px;
}

#projects_nav {
	background-image:url(images/nav_projects.gif);
	width:71px;
	margin-left:76px;
}

#contact_nav {
	background-image:url(images/nav_contact.gif);
	width:83px;
	margin-left:76px;
}

#home_nav:hover,#about_nav:hover,#neighborhoods_nav:hover,#projects_nav:hover,#contact_nav:hover,#home #home_nav, #about #about_nav, #projects #projects_nav, #neighborhoods #neighborhoods_nav, #contact #contact_nav {
	background-position:bottom;
}

#copyright {
	position:absolute;
	bottom:5px;
	left:0px;
	width:300px;
}

#copyright p {
	padding:0px;
	margin:0px;
	font-size:10px;
	color:#795329;
}

#designer_logo {
	position:absolute;
	right:0px;
	bottom:0px;
}

#designer_logo a {
	display:block;
	height:30px;
	width:30px;
}

#content {
	position:absolute;
	top:282px;
	width:275px;
	left:55px;
	text-align:justify;
}

#home #content {
	background-image:url(images/home.jpg);
	width:779px;
	height:426px;
	background-repeat:no-repeat;
	position:absolute;
	top:246px;
	left:10px;
}

#content p {
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	line-height:18px;
	margin:0 0 15px 0;
	padding:0px;
}

#imagery {
	position:absolute;
	top:282px;
	left:350px;
	width:416px;
	height:350px;
	display:block;
}

#content h1 {
	margin:0px;
	padding:0px;
	display:block;
	height:30px;
	width:275px;
	background-repeat:no-repeat;
	background-position:left top;
}

#content h2 {
	color:#361609;
	font-size:14px;
	padding:0px;
	margin:0px;
	display:block;
	height:30px;
	width:275px;
}

#about h1 {
	background-image:url(images/h1_about.gif);
	background-repeat:no-repeat;
}

#projects h1 {
	background-image:url(images/h1_projects.gif);
	background-repeat:no-repeat;
}

h1#manchester {
	background-image:url(images/h1_manchester.gif);
	background-repeat:no-repeat;
}

h2#manchester {
	background-image:url(images/h2_manchester.gif);
	background-repeat:no-repeat;
	height:20px;
}

h1#melshire {
	background-image:url(images/h1_melshire.gif);
	background-repeat:no-repeat;
}

h2#melshire {
	background-image:url(images/h2_melshire.gif);
	background-repeat:no-repeat;
	height:20px;
}

.slideshow {
	position:absolute;
	top:13px;
	left:12px;
	display:none;
}

.caption {
	position:absolute;
	top:320px;
	left:130px;
	color:#666666;
	width:270px;
	display:none;
}

#imagery p {
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

#previous {
	position:absolute;
	left:10px;
	top:320px;
}

#next {
	position:absolute;
	left:80px;
	top:320px;
}

#previous a, #next a{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#361609;
	font-size:13px;
	text-decoration:none;
}

#previous a:hover, #next a:hover {
	text-decoration:underline;
}
