/* page styles */


/* structure */

* {
padding: 0;
margin: 0;
}
body {
	
	font: .8em/1.8em verdana, arial, sans-serif;
	background-color:  #F9F4D8;
}

#wrapper {
margin: 0 auto; 
width: 880px;
background-color: #ffffff;
}

#masthead {
	height: 150px;
	background-image:  url(../assets/images/header.gif);
	background-repeat: no-repeat;
	background-color: #F9F4D8;
	width: 880px;
	
}

#masthead h1 span {
	display:none;
	}
	
#masthead h2 span {
display: none;
}

#mastbot {
height: 45px;
background-image:  url(../assets/images/pink-bot2.gif);
background-repeat: no-repeat;
width: 880px;
}
.separator {
			clear: both;
			height: 0px;
}

#main {
	background-color:  #F9F4D8;
}

#photodiv {
margin-top: 0;
}




#content {
	float: left;
	width: 690px;
	background-image: url(../assets/images/curl2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#maincontent a {
color: #000000;
text-decoration: none;
}

#maincontent a:hover {
color: #A58C6B;
border-bottom: 1px dotted #145A22;
}

#filler {
}

h2 {
color: #145A22;
}

h3 {
color: #145A22;
}

#text {
	padding: 15px;
	border-left: medium solid #F9F4D8;
	color: #000000;
}

#text p {
	padding-bottom: 10px;
}

#text span {
font-weight: bold;
}

#text ul {
list-style-type: none;
	list-style-image: url(../assets/images/flower_bullet10.jpg);
	list-style-position: inside;
}

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

#text a:hover {
color: #A58C6B;
border-bottom: 1px dotted #145A22;
}

h1 {
font-size: 140%;
color: #73458a;
background-color: #ffffff;
}

.boxout {
width: 100px;
float: left;
margin-left: 35px;
}

ul.rates {
margin-left: 30px;
list-style-image: url(../assets/images/flower_bullet10.jpg);
}

/* navigation */
#navbar {
padding-top: 10px;
padding-left: 10px;
width: 180px;
float: left;
background-color: #ffffff;

}



#navbar ul {
	list-style-type: none;
	list-style-image: url(../assets/images/flower_bullet10.jpg);
	list-style-position: inside;
	
}

#navbar ul li {
letter-spacing: .02em;

}

#navbar a {
color: #A58C6B;
text-decoration: none;
}

#navbar a:hover {
color: #000000;
border-bottom: 1px dotted #145A22;
}


#navbar li.cur {
border-bottom: 1px solid #F4E8B3;
letter-spacing: .02em;
}

#navbar li.diff {
list-style-type: none;
list-style-image: none;
margin-left: 25px;
margin-top: -5px;
font-size: 0.8em;
}

.cur {
border-bottom: 1px solid #F4E8B3;
}

#navbar img {
padding-top: 15px;
margin-left: 5px;
}

#spacer img {
margin: 0;
padding: 0;
}

#link {
color: #145A22;
font-size: 0.9em;
text-align: center;
}

#link a{
color: #145A22;
}

#footer {
margin-top: 8px;
color: #A58C6B;
text-align: center;
font-size: xx-small;
clear: both;
background-color:  #F9F4D8;
}

#footer a {
font-weight: bold;
color: #A58C6B;
text-decoration: none;
}

#photodiv {background-repeat: no-repeat;}

.cap {
font-size: 9px;
color: #145A22;
text-align: left;
margin-left: 12px;
}

.cap a {
color: #145A22;
text-decoration: none;
}

.caption {
float: right;
font: "Copperplate Gothic" verdana, arial, sans-serif;
font-size: 9px;
font-weight: bold;
color: #145A22;
text-align: right;
margin-top: -20px;
}

#menu h4 {
	text-align: center;
}

#menu p {
	text-align: center;
}

#rates h4 {
margin-top: 3px;
}

#rates p {
padding-bottom: 1px;
}

#rates a {
color: #000000;
text-decoration: none;
}

#rates a:hover {
color: #A58C6B;
border-bottom: 1px dotted #145A22;
}

.bigmargin {
margin-top: 40px;
}

/*pull quotes section*/

blockquote {
width: 550px;
margin-left: 5px;
margin-top: 20px;
background: url(../assets/images/quotemark_top.gif) no-repeat left top;
position: relative;
margin-right: 10px;
}

p.quoteBody {
	font-size: 95%;
	line-height: 1.4em;
	font-weight: normal;
	padding: 16px 10px 15px 10px;
	text-align: left;
	width: 435px;
	background-image: url(../assets/images/quotemark_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	voice-family: "\"}\"";
voice-family: inherit;
width: 500px;
}

p.quoteCite {
color: #4F4E39;
font-size: 90%;
font-weight: bold;
text-align: right;
padding-right: 5px;
margin-bottom: 10px;
}

