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

font-family: helvetica, arial, sans-serif;
color: #4a4a4a;
font-size: 10px;

}

a {
	text-decoration: none;
	color: #4a4a4a;
}


#header{
	text-align:  center;
	margin-top: 115px;
	padding-bottom: 21px;
	}
#main {
	border-top: 1px solid #D7dadd;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
	height: 480px;
	background-image: url(../lively_images/shaw1.jpg);
	}
	
#main img {
	border: 1px solid #517700;
	height: 480px;
	width: 940px;
}

#projectCarousel {
	width:				940px;
	height:				480px;
	float:				left;
	margin:				0;
}

.slide {
	visibility:			hidden;		/** Hides slides initially so there is no flicker as they load **/
	position:			absolute;
	width:				940px;
	height:				480px;
	overflow:			hidden;
}


#portfolio_thumb_list {
	z-index:			100;
	position:			absolute;
	left: -20px;
	top: 450px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	visibility: hidden;
}

#portfolio_thumb_list .button {
	height:				20px;
	width:				40px;
	overflow:			hidden;
	margin:				0 0 0 3px;
	float:				right;
	display:			inline;
	cursor:				pointer;
	background-color:   #d7dadd;
	border: 1px solid #f2f3f8;
	right: 10px;
}

#portfolio_thumb_list .selected,
#portfolio_thumb_list .button:hover {
	background:			#517700;	
}


#image_txt {
	display: block;
	float:right;
	height: 79px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -150px;
	margin-right: 0;
	background: url(/lively_images/img_text.png);
	visibility: hidden;
	}
	
	#image_txt strong {
		color: #7bc247;
		font-size: 18px;
		display: block;
		padding-bottom: 5px;
		
		}
	#image_txt p {
		font-size: 10px;
		display: block;
		color: white;
		
		}	
		
#nav {

	overflow: hidden;
	display: inline;
	border-bottom: 1px solid #4a4a4a;
	}
	
	
	#nav ul {
		float: right;
		margin-top: 10px;
	}
	
	
	#nav ul li {
	
	float: left;
	list-style: none;	
	text-align: center;	
	margin-left: 0;
	margin-right: 88px;
	color: #4a4a4a;
	text-decoration:none;
	}
		
		
	#nav ul li.a, a:hover {
	color: #517000;
	}
	
	
	/*SUBMENU*/
	#nav ul li ul {
		margin-top: 8px;
		
		
		
	
	
	}
	#nav ul li ul li {
	overflow:visible;
	background:red;
	margin-top: 8px;
	
	
	}
	
#sub1 {
	margin-top: 25px;
	
}	

.vert_line {
	background-image: url(/lively_images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 35px;
	height: 150px;
	
}

#sub3 {
	float:right;
	margin-top: 25px;
	margin-right:-5px;
	
}


#footer {
	border-top: 1px solid #D7dadd;
	}
	
#footer a {
	color: #d7dadd;
	}
	
#footer a:hover {
	color: #517000;
	}	
#address {
	margin-top: 21px;
	font-size: 9px;
	color: #666666;
	float: left;
	}
	
	
#rights {
	margin-top: 21px;
	font-size: 9px;
	color: #666666;
	float: right;
	}
