/*##################################
  # Designed by Mary Fisher Design #
  #                                #
  # www.maryfisherdesign.com       #
  # (c) Copyright                  #
  ##################################*/



/* LAYOUT */

body 
{
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #635A50;
}



#wrap {
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	padding-left: 18px;
	padding-top: 30px;
}


#content {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 760px;
	padding-right: 33px;
	padding-left: 33px;
}
#banner {
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 310px;
}


#phone {
	position:absolute;
	left:487px;
	top:54px;
	width:305px;
	height:54px;
	z-index:1;
	font-size: 140%;
	color: #FFFFFF;
	text-align: right;
	font-style: italic;
	line-height: 1.3em;
}
#animation {
	height: 310px;
	width: 590px;
	margin-left: 170px;
}

#main {
	width: 590px;
	position: relative;
	padding-top: 20px;
	padding-left: 170px;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#main p {
	margin-bottom: 10px;
}
#main a {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}

#sidebar {
	background-color: #CCCCCC;
	width: 340px;
	margin-left: 620px;
	

}
#footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	width: 786px;
	padding-bottom: 20px;
	line-height: 1.6em;
}
#footer p {

}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}


/* HEADERS */

h1 {
	font-size: 120%;
	margin-bottom: 10px;
}

h2 {
	font-size: 160%;
}


h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;	
}

h5 {
	font-size: 90%;	
}

h6 {
	font-size: 80%;	
}

/* NAV */
#nav {
	line-height: 1;
	z-index: 1;
	position: absolute;
	height: 281px;
	width: 170px;
	left: 33px;
	top: 132px;
}

#nav a {
	background: url(../images/nav.jpg) no-repeat 0 0;
	display: block;
	height: 35px;
	width: 170px;
	text-indent: -999em;
	overflow: hidden;

}


#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	


* html #nav li * { position: relative; }
#nav li, #nav ul { margin: 0; padding: 0; }
	
	
	/*--- Default ---*/
	#nav #butt1 a { background-position: 0 0; }
	#nav #butt2 a { background-position: 0 -35px;}
	#nav #butt3 a { background-position: 0 -70px;}
	#nav #butt4 a { background-position: 0 -105px;}

	/*--- Hovering ---*/
	#nav #butt1 a:hover { background-position: -170px 0; }
	#nav #butt2 a:hover { background-position: -170px -35px; }
	#nav #butt3 a:hover { background-position: -170px -70px; }
	#nav #butt4 a:hover { background-position: -170px -105px; }
	
	/*--- Active state with body tag / doesn't work with dropmenu ---*/	
	body#one #nav #butt1 a  { background-position: -170px 0; }
	body#two #nav #butt2 a { background-position: -170px -35px; }
	body#three #nav #butt3 a { background-position: -170px -70px; }
	body#four #nav #butt4 a { background-position: -170px -105px; }



#gallery img {
	padding: 3px;
	border: 1px solid #333333;
	background-color: #635A50;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo-flush_left {
	margin-right: 10px;
	border: 6;
}
