.clear_both {clear: both;}
.clear_right {clear: right;}
.clear_left {clear: left;}

body{
	margin: 0;
	padding-top: 10px;
	background: #FFC66D url(/images/wa_body_grad4.jpg) repeat-x top left;
	color: #444;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	color: #720B00;
}
h2 {
	font-size: 1.2em;
	padding-bottom: 20px;
}
h3 {font-size: 1.1em;}

ul {list-style: none}

img {border: none;}

a {text-decoration: none;}
.link a {
	border: 1px solid #720B00;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #720B00;
	background-color:#FFEAB1;
}
.link a:hover {
	color: #F01C00;
	border: 1px solid #F01C00;
	background-color: #FFFAEF;
}

div.cntnr_all{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}

div.topbar_cntnr{
	height: 80px;
	padding-bottom: 6px;
	background-color: #FFF3D9;
}

div.topbar_logo{
	display: inline;
	float: left;
	width: 200px;
	height: 80px;
	background: transparent url(/images/wa_logo_orange.jpg) no-repeat top center;
}
div.topbar_title{
	display: inline;
	float: left;
	width: 400px;
}
div.topbar_title h1{
	font-family: Arial, sans-serif;
	font-size: 1em;
	text-align: right;
	color: #724B00;
}
div.topbar_links{
	display: inline;
	float: right;
	width: 340px;
}

div.topbar_links_inner{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
	background-color:#FFE9C7;
	border-left: 1px solid #C67900;
	border-right: 1px solid #C67900;
}
div.topbar_links_inner div{
	padding-top: 2px;
	padding-bottom: 2px;
}
div.topbar_links_inner span{
	margin-left: 40px;
}
div.topbar_links_inner span a{
	/*text-decoration: none;*/
	font-weight: bold;
	color:#C67900; 
}
div.topbar_links_inner span a:hover{
	color: #C63800;
	background-color: #FDF7E1;
}

div.main_cntnr{
	margin-top: 10px;
	/*border: 1px solid blue;*/
}
div.sidebar{
	display: inline;
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.home_btn{
	margin-top: 20px;
}
div.home_btn a{
	display: block;
	width: 60px;
	margin: 0 auto;
	border: 1px solid dimgray;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	text-align: center;
	background-color: #FFD673;
	color: #442D00;
}
div.home_btn a:hover{
	background-color: #FFF6DF;
}

div.content_cntnr{
	display: inline;
	float: right;
	width: 700px;
	margin-right: 20px;
}
div.content{
	padding: 20px;
	background: #FDF7E1;
	border-left: 1px solid #FDF7E1;
	border-right: 1px solid #FDF7E1;
}
div.content_inner h2{
	padding-top: 20px;
}
p.retreats_title{
	font-weight: bold;
}
li.retreats_indent {
	padding-left: 20px;
}
li.retreats_hdr {
	margin-top: 10px;
	font-weight: bold;
}

p.contact_link a{
	color: blue;
}
p.contact_link a:hover{
	color: red;
}


