/*  Southcoast CSS - Homepage only  */
ul, li, a {
	margin: 0;
	padding: 0;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: gray;
	font-weight: normal;
}

p {
	line-height: 1.3em;
}

#header {
	padding: 0;
	height: 149px;
}
#container {
	font-family: Helvetica, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	width: 1000px;
	height: 730px;
	margin: 30px auto;	
	padding-top: 10px;
	background-color: white;
	color: #333333;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------  
	HEADER STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 .logo { 
	padding: 30px 0 0 30px;
}

.title { 
	margin: 0 0 50px 20px;
	height: 18px;
}

.contact { 
	margin-left: 240px;
	padding-bottom: 20px;
}
 
  
  
/*----------------------------------------------------------------------------------------------------------------------------------------------------------  
	HORIZONTAL NAV MENU STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.nav li {
	float: left;
	display: inline;
	color: #333333;
	padding: 8px 25px 0 0px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover{
	color: white;
}

a.current {
	color: white;
}

.nav {
	margin-left: 640px;
}


.menubar {
	background-color: #999999;
	height: 30px;
	width: 925px;
	margin-left: 30px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------  
	CONTENT STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.main_photo {
	
	float:left;
	margin-left: 30px;
	

}
.text {
	position: absolute;
	float:left;
 	width: 225px;
 	margin-left: 40px;
	margin-top: 40px;
}
.text_about {
	position: absolute;
	float:left;
 	width: 225px;
 	margin-left: 40px;
	margin-top: 20px;
	font-size: 13px;
}
.home_image {
	float:right;
	margin-right: 30px;
	margin-top: 20px;
}
.placeholder_image {
	float:right;
	margin-right: 30px;
	margin-top: 20px;
}

.contact {
	color: #666666;
	font-size: 12px;
}
.content {
	padding: 0;
	margin: 0;
	height: 500px;
}

.speech_left {
	position: relative;
	top: 50px;
	left: 0px;
}

.speech_right {
	position: relative;
	top: 180px;
	left: 190px;
}
a.mail {
	text-decoration: none;
	color: blue;
}

a.mail:hover{
	color: #999999;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------  
	PROJECTS STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.projectlist {
	clear: both;
	position: absolute;
	top: 575px;
    background-color: #666666;
	height: 150px;
	width: 932px;
	margin-left: 30px;
}

.projects h4 {
	color: white;
	font-size: 14px;
	width: 800px;
	margin: 0;
	padding-bottom: 25px;
	padding-top: 10px;
	
}

.projects {
	position: absolute;
	font-size: 14px;
	left: 30px;
	width: 280px;
}

.projects2 {
	position: absolute;
	font-size: 14px;
	left: 220px;
	top: 55px;
	width: auto;
	padding: 0;
	margin: 0;
}

.projects3 {
	position: absolute;
	font-size: 14px;
	left: 600px;
	top: 55px;
	width: 330px;
}

.projects ul li{line-height: 1.4em;}
.projects li {list-style-image: url('images/bullet.gif');}

.projects2 ul li{line-height: 1.4em; margin-left: 135px;}
.projects2 li {list-style-image: url('images/bullet.gif');}

.projects3 ul li{line-height: 1.4em;}
.projects3 li {list-style-image: url('images/bullet.gif');}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------  
	FOOTER STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	padding-top: 7px;
	font-size: 10px;
}

.sitemap {
	font-size: 16px;
	padding: 40px 0 0 80px;
	line-height: 2em;
}
.sitemap a:hover {
	color: red;
}


#sitemap {
	float: left;
	padding-left: 40px;
	width: 50px;
}

#sitemap a:hover {
	color: red;
}


#legal {
	float: right;
	width: 200px;
	padding-right: 20px;
	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------  
	GALLERY STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#albums {
	float: left;
	width: 115px;
	padding-top: 20px;
	margin-left: -135px;

}

#albums a {text-decoration: none; color: #fff;}
#albums li {padding-bottom: 10px; list-style: none; }
#albums a.current {
	color: navy;
}
#albums a:hover {
	color: #333333;
}
.tiny {
	font-size: 9px;
}

img {
	border: none;
}

.ui-effects-transfer {
	background-position: 50% 50%;
}

#container1 {
	float: right;
	width: 767px;
	height: 450px;
	border: none;
	margin: 0 auto;
	padding: 1em;
}

#bigimageholder {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
} 

#thumbnails {
	text-align: left;
	width: 175px;
	
}
  
  
/*----------------------------------------------------------------------------------------------------------------------------------------------------------  
	ww3 STYLES
  ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	position: absolute;
	width:932px;
	height: 155px;
	margin: 357px 0 0 30px;
	padding:0;
	text-align:left;
	 background-color: #666666;
	z-index:1;
	font-family: Helvetica,Verdana,"Trebuchet MS",Arial,sans-serif;
	font-size: 14px;
}
#pheader {
	padding: 5px 0 5px 30px;
	color: #fff;
	}

#outer {
	position:relative;
	height: 50px;
	width:932px;
	clear:both;
	z-index:4;
	
}
#left {
	width:280px;
	z-index:1;
	position:relative;
	float:left;
	margin:1px 0 0 15px;
	display:inline;
	padding-left: 30px;
	
}
#right {
    width:255px;
	z-index:1;
	position:relative;
	float:right;
	margin:0 1px 0 10px;
	display:inline;
}
#content {
	width:280px;
	float:left;
	margin:1px 0 0 30px;
	display:inline;
	position:relative;
	z-index:1;
	
}
.col {
	width:275px;
	position:absolute;
	z-index:0;
	left:0px;
	bottom:0;
	
}
.one {background: #666;
 left: 30px;}
.two {
	background:#666;
	left:330px;
	width:275px;
}
.three {
	background:#666;
	left:640px;
	width:275px;
}

html>body .col {
	top:0
}/* hide from ie6 and under*/
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#wrapper ul li{line-height: 1.4em;}
#outer li {list-style-image: url('bullet.gif');}

