/* Acaciagold.com CSS */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	color: #000000;
	text-align:center;
	background: url(images/bkgd.gif) repeat;
}
/* base typography */
p {
	font-size: 1.05em;
	padding: 4px 0px 10px;
}
h1, h2 { 
font-size: 1.6em;
font-weight: 600;
color: #993300;
padding:10px 0;
}
h2 a{
color: #993300;
}
h2 a:hover{
border:none;
}
h3 {
font-size: 1.5em;
font-weight: 600;
color: #0066CC;
padding:10px 0;
}

/* layout structure */
#wrap {
	width:760px;
	margin:0 auto;
	text-align:left;
}
#branding{
height:200px;
}
#columnOne{
	float:right;
	width:460px;
 	background: transparent;
}
#columnOne div{
	padding:10px;
}
#columnTwo{
	float:left;
	width:280px;
	background: #99CCFF;
}
#columnTwo div{
	padding:15px 25px;
}
#footer{
	clear:both;
}
#footer div{
	padding:80px 0 0 0;
}
/* page section styling */
#branding h1{
	height:170px;
	width:558px;
	float:right;
	background: url(css/acaciagold2.jpg) no-repeat right 10px;

}
#branding span{
	display:none;
}
#branding a{
	display:block;
	height:170px;
	width:558px;
}
#columnOne h2{
clear:left;
	}
.imageLeft {
float:left;
padding:0 15px 15px 0;
}
.imageRight {
float:right;
padding:0px 0px 10px 10px;
}
.team ul, .team li{
	list-style:none;
	float:left;
}
.team li{
padding:12px 20px 12px 0;
font-size:.9em;
width:200px;
}
.team a:hover{
border:none;
}
.picnicList li{
margin:0 20px 0 60px;
}
#columnTwo img{
	margin:50px 0 0 0;
}
#columnTwo em{
	font-size:.85em;
	float:right;
	padding:0 5px;
}
#columnTwo div p{
	font-style: italic;
	font-size:1.1em;
	padding-bottom:14px;
}
#footer p{
	font-size:.85em;
	padding:0 0 8px 0;
color:#aaa;
}
#footer a{
color:#888;}

/* menu */
#navigation {
	background: White;
	margin:0;
	width:280px;
   margin:0 0 0.25em 0;
   overflow: hidden;
}
#navigation ul{
	float:left;
	list-style: none;
}
#navigation li{
	float: left;
	font-size: .9em;
	display:block;
	border-left:1px solid #0066CC; 
	color:#0066CC;
	padding:0 5px;
	margin: 0 .5em 0 -.5em;
}
/* links */
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover{
	border-bottom:1px solid #0066CC;
}
h1 a:hover{
	border-bottom:none;
}
a img{
	border:none;
}
blockquote{margin:020px;}
