/* @override http://www.talallaretreat.com/css/talalla.css */

/* 	
	Talalla Retreat CSS
	by Evolved Websites, June 2006 (JT) 
*/

* { margin: 0; padding: 0; }

body { 
	margin: 0 auto;
	font: 70%/140% verdana, arial, sans-serif;
	color: #666;
	background: #C5C0AC url(../images/bodybg.png) repeat-x;
}

#container { 
	margin: 0 auto;
	padding: 0 25px 0 26px;
	background: url(../images/wrapbg.png) repeat-y;
	width: 749px;
}

.clear { clear: both; }
a { text-decoration: none; color: #847D63; }
a:hover, a:active { color: #000; }

h1 {
	font-size: 200%;
	line-height: 120%;
	margin: 25px 0 1em;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font: normal 140%/1.3em verdana;
}

.caption {
	font: normal 150%/1.3em verdana;
	margin: -0.5em 0 1.5em 0;
}

p { margin-bottom: 1em; line-height: 1.5em; }
p.strict {
	margin: 0;
	padding: 0;	
}

img#pagetop { 
	display: block; 
	margin: 0 auto; 
	width: 800px; 
}

#header { 
	position: relative; 
	padding-top: 199px;
}

#header img { 
	position: absolute; 
	top: -20px; left: -24px;
}

ul#top-nav {
	position: relative; z-index: 2;
	padding: 0.5em 0 0.5em 20px;
	background: #4E4A3E;
	list-style: none;
	font-size: 120%;
	text-transform: uppercase;
	letter-spacing: -1px;
	overflow: hidden;
}

ul#top-nav li { 
	margin-right: 2em;
	display: inline; 
}
ul#top-nav a { color: #DBD6CA; }
ul#top-nav a:hover { color: #FFF; }
ul#top-nav li.top-active a { 
	color: #FFF;
	padding-left: 10px;
	background: url(../images/topnav-bullet.gif) no-repeat 0 50%; 
}

#sidebar {
	position: relative;
	float: left;
	width: 179px;
	background: url(../images/sidebartop.gif) top left no-repeat;
}

ul#side-nav { 
	margin-top: 12px;
	padding: 1.4em 0 5em 0;
	background: url(../images/sidebarbg.gif) repeat-y;
	list-style: none;
}

ul#side-nav h3 {
	margin-bottom: 1em;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: -1px;
}

ul#side-nav li a { 
	display: block;
	height: 16px;
	margin-right: 25px;
	padding: 0.25em 5px 0.25em 5px; 
}
ul#side-nav a:hover,
ul#side-nav li.sub-active a { background: #FFF; }

#content { 
	position: relative;
	z-index: 1;
	margin-left: 210px;
	padding: 1px 30px 2em 0;
}

p.h-images { 
	float: left;
	margin: 2.5em auto 0;
	padding: 0.2em; 
	background: #FFF; 
	text-align: center;
}
p.h-images img { margin: 0 0 0.5em 0; }

div.narrow { margin-right: 240px; }

p.v-images { 
	float: right;
	width: 210px;
	margin: 0 auto;
	margin-left: 2em;
	padding: 0.2em 0; 
	background: #FFF; 
	text-align: center; 
}

p.v-images img { margin: 0.2em auto; margin-bottom: 0.4em; display: block; }

/* footer */
#footer {
	margin: 0 auto 2em;
	width: 800px;
	height: 20px;
	background: url(../images/footer.png) no-repeat;
}

#copyright {
	color: #817D70;
	margin: 2em 0 1.5em 125px;
	text-align: center;
}

#copyright a {
	color: #817D70;
}

/* Sitemap */
.sitemap {
	margin-left: 28px;
}

.sitemap a {
	text-transform: uppercase;
	font-weight: normal;
}

.sitemap submenu {

}

.sitemap submenu a {
	display: block;
	font-size: 11px;
	text-transform: none;
}

ol li {
	margin-top: 10px;
}

/* Forms */
input, textarea {
	font: 100%/120% verdana;
	border: 1px solid #444;
	padding: 0.2em;
	margin: 0.2em 0;
}

.form-title {
	font-weight: bold;
}

.form-text {

}

.form {
	width: 80%;
}

/* PDF icon */

#pdf-box a {
	
}

.pdf-icon {
	margin: 3px 5px 3px 3px;
	padding: 2px;
	vertical-align: middle;
}