/* colors */
/* blue #7DA5AD */
/* brown #5C3F1C */
/* orange #F79F1A */
/* light gray #CFBAA1 */
/* background gray #CC9966 */


body {
	margin: 0;
	padding: 0;
	background: #B29269 url(images/img01.jpg) repeat-x left top;
	font-size: 13px;
	text-align: justify;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
}

body, th, td, input, textarea, select, option {
	font-family: helvetica, "Times New Roman", Arial, Times, serif;
	color: #61492D;
}

h1, h2, h3 {
				/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-weight: normal;
	color: #80614D;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

.lineheight100 {
	line-height: 50%;
}

blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #B29269;	
	border: 1px solid #E3D1BA; 
	background: #F5EFE9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
	padding-right: 30px;
}

.tright {
	text-align: right;
}

a {
	color: #85612E;
}

a:hover {
	color: #85612E;
}

hr {
	display: none;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-y left top;
}

#wrapper-top {
	padding-top: 30px;
	background: url(images/img02.jpg) no-repeat left top;
}

#wrapper-btm {
	background: url(images/img04.jpg) no-repeat left bottom;
	padding-bottom: 55px; /* changed from padding-bottom: 30px; to fix IE 6 problem */
}

/* Header */

#header {
	position: relative;
	width: 780px;
	height: 150px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: #7DA5AD;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	position: absolute;
	font-size: 28px;
	letter-spacing: 4px;
	padding: 25px 0 0 17px;
	color: #5C3F1C;
}

#header p {
	position: relative;
	top: 55px;
	padding: 0 0 0 17px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: lowercase;
}

#header ol {
	position: absolute;
	right: 17px;
	top: 35px;
	line-height: 120%;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #5C3F1C;
	list-style: none;
}

#header a {
	color: #5C3F1C;
}

#header a:hover {
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
	margin: 0;
	color: #666666;
}

.post {
	padding: 0px 0 0 0;
}

.post a:hover {
	font-weight: bold;
}


.title {
	margin: 0;
	padding: 10px 20px 5px 0px;
	font-size: 26px;
	border-bottom: 2px #CFBAA1 solid;
	margin-right: 20px;
}

.title a {
	text-decoration: none;
	color: #B29269;
}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 0px;
	color: #B29269;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding: 0px 20px 5px 0px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-top: 17px;
	margin-bottom: 10px;
	color: #B29269;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0 0 20px 30px;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(images/img08.gif) no-repeat left 50%;
	line-height: 35px;
	border-bottom: 1px #CFBAA1 solid;
}

#sidebar li.sub {
	padding-left: 10px;
	font-size: 11px;
}

#sidebar h2 {
	margin: 0 0 0 20px; 
	height: 35px;
	font-size: 18px;
	color: #80614D;
	border-bottom: 2px #CFBAA1 solid;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C3F1C;
	background: #7DA5AD;
	margin-bottom: 0;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #5C3F1C;
}

#footer a:hover {
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}


img { border: solid 5px #CFBAA1; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

.italics {
	font-style: italic;
}

#cloud {
	position: relative;
	margin: 0;
	padding: 0;
	height: 150px;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #B29269;	
	text-align: left;
	border: 1px solid #E3D1BA; 
	background: #F5EFE9;
}

#cloud ul {
	padding: 10px;
	list-style: none;
}
#cloud li {
	padding: 10px;
	display: inline;

}

#cloud a {
	text-decoration: none;
}

.cloud1 {
	font-family: helvetica;
	position: absolute;
	left: 10px;
	top: 1px;
	font-size: 1.3em;
}
.cloud1:hover {
	font-size: 1.2em;
	font-style: italic;
}
.cloud2 {
	font-family: arial;
	position: absolute;
	top: 12px;
	left: 130px;
	font-size: 1.2em;
}
.cloud2:hover {
	font-size: 1em;
	font-style: italic;
}
.cloud3 {
	font-family: georgia;
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 1em;
}
.cloud3:hover {
	font-size: .9em;
	font-style: italic;
}
.cloud4 {
	font-family: papyrus;
	position: absolute;
	top: 40px;
	left: 15px;
	font-size: 1em;
}
.cloud4:hover {
	font-size: .9em;
	font-style: italic;
}
.cloud5 {
	font-family: bradley;
	position: absolute;
	top: 40px;
	right: 28px;
	font-size: 1.3em;
}
.cloud5:hover {
	font-size: 1.1em;
	font-style: italic;
}
.cloud6 {
	font-family: times;
	position: absolute;
	top: 65px;
	left: 60px;
	font-size: 1em;
}
.cloud6:hover {
	font-size: .9em;
	font-style: italic;
}
.cloud7 {
	font-family: georgia;
	position: absolute;
	bottom: 35px;
	right: 5px;
	font-size: .9em;
}
.cloud7:hover {
	font-size: .8em;
	font-style: italic;
}
.cloud8 {
	font-family: papyrus;
	position: absolute;
	bottom: 25px;
	left: 10px;
	font-size: 1.2em;
}
.cloud8:hover {
	font-size: 1em;
	font-style: italic;
}
.cloud9 {
	font-family: times;
	position: absolute;
	bottom: 1px;
	right: 45px;
	font-size: 1.1em;
}
.cloud9:hover {
	font-size: 1em;
	font-style: italic;
}




.faq {
	margin-left: 0;
	list-style: none;
	padding: 0;
	line-height: 150%;
}

.q {
	font-weight: bold;
}
.a {
	padding-bottom: 5px;
	border-bottom: 2px #CFBAA1 solid;
	margin-bottom: 15px;
}
.lasta {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}

