/* stylesheet.css */

/* Body text and page background */
html, body{
     margin: 0;
	 padding: 0;
	 border: 0;
	 width: 700px;
	 margin-left: auto;
	 margin-right: auto;
     font-family: Verdana, sans-serif;
     font-size:0.875em;
     color: #FFFFFF;
     background-color: #155c77;
}

img{
	border: none;
	}
	


p {
	font-size: 1em;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	}
	
hr {
	width: 500px;
}

strong {
	display:inline;
	}

/* Style for links */
a:link, a:visited{
	color:#90e1eb;
	text-decoration:none;
	}
	
a:hover{
	color:#6eaeb6;
	text-decoration:none;
	}
	

/* Page header style */
#header{
	width: 700px;
	height: 153px;
	background-color: #155c77;
	background-repeat: no-repeat;
	margin: 0;

}

/* Style for new navigation bar */
#nav-menu
{
	background-color: #424242;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	width: 700px;
	height: 33px;
	text-align: center;

}

#nav-menu a
{
	padding: 0px 20px;
	
}

#nav-menu a:link, #nav-menu a:visited
{
	color: #fff;
	background-color: #424242;
	text-decoration: none;
}

#nav-menu a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid #17627f;
	padding-bottom: 2px;	
}



/* Content backgrounds */

#main{
	width: 700px;
	height: 512px;
	background-image: url('images/mainbg.jpg');
	background-repeat: no-repeat;
	margin:0;
}

#Pmain{
	width: 700px;
	height: 1714px;
	background-image: url('images/slice.jpg');
	background-repeat: repeat-y;
	margin:0;
}

#Bmain{
	width: 700px;
	height: 624px;
	background-image: url('images/slice.jpg');
	background-repeat: repeat-y;
	margin:0;
}

#Cmain{
	width: 700px;
	height: 432px;
	background-image: url('images/contentbg.jpg');
	background-repeat: no-repeat;
	margin:0;

}

#Amain{
	width: 700px;
	height: 1090px;
	background-image: url('images/slice.jpg');
	background-repeat: repeat-y;
	margin:0;
	}
	
/* Content in main sections */

#title{
	margin:0;
	font-weight: bold;
	font-size: 1.5em;
	width: 150px;
	position: relative;
	right:-105px;
	top: 35px;
}

/* What We Do / Home */

#blurb{
	margin:0px;
	width: 175px;
	font-size: 1.2em;
	position: relative;
	right:-415px;
	top:80px;
}

#mission{
	margin:0;
	width: 485px;
	position: relative;
	font-size: 1.3em;
	right: -115px;
	top: 20px;
}

#wedo{
	margin:0;
	width: 250px;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
	right: -105px;
	top: 35px;
}
	

/* Projects Page */

#projects{
	width: 460px;
	right: -120px;
	top: 55px;
	position: relative;
	margin:0;
}

#peoplesay{
	
	margin:0;
	font-weight: bold;
	font-size: 1.3em;
	width: 500px;
	position: relative;
	right:-105px;
	top: 35px;
}

#recs{
	margin: 0;
	width: 450px;
	position: relative;
	right: -120px;
	top: 80px;
}

/* About Us Page */

#team{
	margin: 0;
	width: 460px;
	position: relative;
	top: 55px;
	right: -120px;
}

/*Contact Us Page */

#address{
	right:-108px;
	top:75px;
	width:250px;
	position:relative;
	font-size: 1.2em;
	margin:0;
}


#right-quote{
	font-size:2.4em;
	font-family: Verdana, sans-serif;
	font-style:normal;
	width:210px;
	position:relative;
	top: -125px;
	left:390px;
	margin:0;
	
}
	
.name{
	font-size: 1em;
}

.bio{
	float: left;
	margin: 5px 10px 5px 0;
}

.bio2{
	display: inline;
	float: right;
	margin: 5px 0 5px 10px;
}

/* Page footer style */
#footer{
     width: 700px;
     height: 189px;
     margin:0;
	
}
