@charset "UTF-8";
/* CSS Document */
		
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #6b4c1d;
}


#container {
	margin:50px auto;
	width:800px;
}

#header {
	width: 100%;
	margin-bottom: 15px;
}

#footer {
	float:left;
	clear:both;
	text-align:center;
	font-size:10px;
	color: #c0dbd4;
}	


h2 {
	color: #c0dbd4;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	color: #6b4c1d;	
	font-weight: normal;
	margin:35px 0px 5px 0px;
}

h4 {
	color: #6b4c1d;	
	font-weight: normal;
	line-height: normal;
	margin: 5px;
	text-align: left;
	font-size: 14px;
}

.homepg {
	font-size: 20px;
}

label {
	float:left;
	width: 10em;
	text-align:right;
	margin-right: .5em;
}

a.lamp, a.lamp:visited, a.lamp:active {
	background:transparent url(../images/prelamp.jpg) no-repeat ;
	display:block;
	margin:100px 345px 50px 345px;
	width: 110px;
	height: 227px;
}
a.lamp:hover {
	background:transparent url(../images/postlamp.jpg) no-repeat;
	display:block;
	margin:100px 345px 50px 345px;
	width: 110px;
	height: 227px;
}

a.logo img{
	border: none;
	vertical-align: middle;
	margin:0 300px;
	width: 200px;
}

a.memberships img{
	border: none;
}

#motto {
	text-align: center;
	color: #c0dbd4;	
}

div#logo {
	float:left;
	width: 230px;
	clear:both;
	margin:35px 0px 10px 0px;
}

div#logo img{
	border: none;
}
div#menu {
	clear:none;
	float:left;	
	height: 100px;
	width: 530px;
	margin: 0px 0px 0px 7px;
}

div#left {
	float:left;
	clear:both;
	width:230px;
	margin: 10px 7px 10px 0px;
}

div#right, div#services, div#tips {
	float:left;
	clear:none;
	width: 530px;
	margin: 0px 10px;
	line-height: 30px;
}	


div#services h3, div#tips h3 {
	color: #6b4c1d;
	font-weight: bold;
	font-size:16px;
}	

a#menu_home, a#menu_home:visited, a#menu_home:active {
	background:transparent url(../images/menu/home.jpg) no-repeat ;
	display:block;
	float:left;
	clear:none;
	margin:5px 14px 5px 14px;
	width: 57px;
	height: 84px;
}
a#menu_home:hover {
	background:transparent url(../images/menu/home_blue.jpg) no-repeat;
}


a#menu_bio, a#menu_bio:visited, a#menu_bio:active {
	background:transparent url(../images/menu/bio.jpg) no-repeat ;
	display:block; 
	float:left;
	clear:none;
	margin:5px 14px 5px 14px;
	width: 57px;
	height: 84px;
}
a#menu_bio:hover {
	background:transparent url(../images/menu/bio_blue.jpg) no-repeat;
}

a#menu_services, a#menu_services:visited, a#menu_services:active {
	background:transparent url(../images/menu/services.jpg) no-repeat ;
	display:block; 
	float:left;
	clear:none;
	margin:5px 14px 5px 14px;
	width: 57px;
	height: 84px;
}
a#menu_services:hover {
	background:transparent url(../images/menu/services_blue.jpg) no-repeat;
}


a#menu_portfolio, a#menu_portfolio:visited, a#menu_portfolio:active {
	background:transparent url(../images/menu/portfolio.jpg) no-repeat ;
	display:block; 
	float:left;
	clear:none;
	margin:5px 14px 5px 14px;
	width: 57px;
	height: 84px;
}
a#menu_portfolio:hover {
	background:transparent url(../images/menu/portfolio_blue.jpg) no-repeat;
}

a#menu_contact, a#menu_contact:visited, a#menu_contact:active {
	background:transparent url(../images/menu/contact.jpg) no-repeat ;
	display:block; 
	float:left;
	clear:none;
	margin:5px 14px 5px 14px;
	width: 57px;
	height: 84px;
}

a#menu_contact:hover {
	background:transparent url(../images/menu/contact_blue.jpg) no-repeat;
}


a#menu_tips, a#menu_tips:visited, a#menu_tips:active {
	background:transparent url(../images/menu/tips.jpg) no-repeat ;
	display:block; 
	float:left;
	clear:none;
	margin:5px 14px 5px 14px;
	width: 57px;
	height: 84px;
}a#menu_tips:hover {
	background:transparent url(../images/menu/tips_blue.jpg) no-repeat;
}



div#testimonial_header{
	color:#FFFFFF;
	background-color:#6b4c1d;
	padding:15px;
	font-size: 14px;
	margin-top:10px;
}

div#testimonial_body{
	color:#FFFFFF;
	line-height: 22px;
	background-color:#6b4c1d;
	padding:1px 15px;
	margin-top:10px;
	font-size: 14px;
}

div.sidebyside {
	display: inline;
	width: 265px;
	float: left;
	clear:none;
}

div.center {
	clear:both;
	margin: 0 auto;
	text-align: center;
}

form#contact legend {
	color: #c0dbd4;
	font-size: 24px;
	font-weight: normal;
	margin-left: -10px;
}

form#contact fieldset{
	border: none;
	margin: 20px 0px 0px 0px;
}

button {
	margin:0px 165px;
}

p.center {
	text-align:center;
}