body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	text-align: center;
	background-color: #CFCEC0;
}

h1 {
	font-weight: normal;
	font-size: 1.6em;
	color: #000;
	margin: 15px 0 5px 0;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 2px dotted #000;
}

h2 {
	font-size: 1.1em;
	color: #A07B44;
}

form { margin: 0; }

fieldset {
	border: 1px solid #A07B44;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
}

legend {
	font-size: 1.1em;
	padding: 5px;
	color: #A07B44;
	font-weight: bold;
}

label {
	float: left;
	width: 120px;
}

a {
	color: #13694E;
}

textarea { width: 400px !important; }

/* CONTAINER */
#container {
	background: #FFF url(/images/wood_border_background.gif) repeat-y;
	width: 754px;
	text-align: left;	
	padding: 0 0 0 20px;
	margin: 0 auto;
}

/* HEADER */
#header {
	width: 411px;
	height: 38px;
	background: url(/images/m-joy-young-header.gif) no-repeat;
	margin: 0;
}

#header h1 {
	border-bottom: none;
	margin: 0;
}

#namephone {
	/*background: url(/images/name_phone.gif) no-repeat;*/
	width: 470px;
	height: 36px;
	margin-bottom: 8px;
	font-size: 1.0em;
}

#tagline {
	background: url(/images/social-worker-tagline.gif) no-repeat;
	width: 328px;
	height: 16px;
	float: right;
}

#logo h1 {
	background: url(/images/portland_lifestyle_counseling.gif) no-repeat;
	width: 228px;
	height: 190px;
	margin: 18px 0 5px 7px;
}

#logo h1 a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 229px;
	padding-top: 190px;
}

#navbar {
	background: url(/images/flower_background-2.jpg) no-repeat;
	width: 251px;
	height: 908px;
	float: left;
}

#navbar ul {
	margin: 0;
	padding: 5px 0 0 0;
}

#navbar li { 
	list-style-type: none;
	padding: 0 0 7px 0;
	text-align: right;
}

#navbar ul a {
	text-decoration: none;
	color: #A07B44;
	padding: 0 16px;
	height: 16px;
}

#navbar ul a:hover {
	background: url(/images/navbar_bullet.gif) no-repeat;
}

/* CONTENT */
#content {
	width: 470px;
	padding: 10px 0;
	margin-right: 10px;
	float: right;
}

html>body #content { margin-right: 25px; }

#content li {
	margin-bottom: 7px;
}

#content a { text-decoration: underline; }

.soulcollage-right, .soulcollage-left {
	width: 203px;
	font-size: 0.8em;
	text-align: center;
}

.soulcollage-right {
	float: right;
	margin: 15px 0 0 10px;
}

.soulcollage-left {
	float: left;
	margin: 15px 10px 0 0;
}

.paypal-link {
	text-align: center;
}

#bottomnav {
	width: 395px;
	padding: 0 0 20px 40px;
	margin: 0;
	font-size: 0.8em;
	text-align: center;
}

#bottomnav li {
	display: inline;
}

/* FOOTER */
#footer {
	padding: 10px 0 10px 12px;
	text-align: center;
	font: 0.7em Arial, Helvetica, sans-serif;;
	float: left;
}

#footer div { padding: 2px 0; }

#credentials {
	text-align: center;
	width: 200px;
}

#credentials a img {
	border: none;
	margin-bottom: 5px;
}

.addthis_toolbox {
	margin-left: 30px;
}

#bottom-bar {
	margin: 0 auto;
	background: url(/images/footer-bottom.gif) no-repeat;
	width: 774px;
	height: 9px;
}

/* HIDDEN TEXT */
#logo h1 span, #tagline span, #header h1 span {
	position: absolute;
	left: -1999px;
	width: 400px;
}

/* MISC */
.row {
	clear: both;
	margin: 10px 0;
}
html>body .row { margin-bottom: 20px; }
.row ul { width: 18%; float: left; }
html>body .row ul { width: 19%; }
.row li { list-style-type: none; font-size: 0.8em; }

.btn {
	border: 1px solid #13694E;
	background-color: #13694E;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin-top: 5px;
}

.question {
	background: url(/images/question_mark.gif) no-repeat;
	padding-left: 32px;
}

.quote {
	background-color: #EBEBE4;
	padding: 10px;
	font-style: italic;
}

.free-photo { font-size: 0.8em; }
.quote div { text-align: right; font-style: normal; margin-top: 10px; }
.p_highlight { background-color: #D6EDE6; }
.left_float { float: left; margin: 0 20px 20px 0; }
.right_float { float: right; margin: 3px 0 20px 20px; }
.textfield { width: 250px; }
.imgborder { border: 1px solid #13694E; }
.centered { text-align: center; }
.justify { text-align: justify; }
.clear { clear: both; }
