img{
    border: 0;
}
body {
	padding: 0; 
	margin: 0; 
	font: 0.75em Verdana, Geneva, Arial, Tahoma, sans-serif;
	/*font: 16px 'CartoonRegular', Arial, Tahoma, sans-serif;*/
	line-height: 1.7em;
 	color: #454545;
	background: url(../images/background.jpg);
	border-top: 0px solid #930;
}
table{
    border-collapse: collapse;
}
table td,th{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4{
    margin:0px;
	/*font: 18px 'CartoonBold', Arial, Tahoma, sans-serif;*/
	font-size: 18px;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 16px;
}
a {
	color:inherit;
	/*color:#039;*/
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
	color:inherit;
}

div#page{
	width: 1000px;
	margin: 0px auto;
}
div#contents{
	min-height:300px;
}
div#header{
	padding:30px 0 40px 0px;
}
div#footer{
	height:170px;
	overflow:hidden;
}
div#footer a#ra-logo{
	display:block;
	float:left;
	background:url(../images/ra-logo.png) no-repeat;
	height:190px;
	width:120px;
	margin:0px 0px 0px 60px;
}
div#footer a#ra-logo:hover{
	background:url(../images/ra-logo-h.png) no-repeat;
}
div#main-menu{
	float:right;
	width:320px;
	height:130px;
	border:0px dotted #000;
	padding-right:20px;
}
div#main-menu a{
	display:block;
	float:left;
	width:120px;
	border: 1px solid #fff;
	text-decoration:none;
	text-align:center;
	padding: 3px 10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	margin:5px;
	background-image:url(../images/box-white.png);
}
div#main-menu a.highlight{
	background-image:url(../images/box-black10.png);
}
div#main-menu a:hover{
	background-image:url(../images/box-black10.png);
}

div#inner-body-upper{
	background:url(../images/header-bg.png) repeat-x top;	
}
div#inner-body-lower{
	background:url(../images/footer-blue-swipe.png) repeat-x bottom;	
}
div#bottom-of-page{
	background:url(../images/footer-cartoonx.png) no-repeat bottom center;
}
div.content-23{
	float:left;
	width:640px;
}
div.content-13{
	float:left;
	width:350px;
}
div.content-12{
	float:left;
	width:495px;
}
div.content-11{
	float:left;
	width:1000px;
}
div.margin-left{
	margin-left:20px;
}
div.box{
	border:1px solid #fff;
	border-radius:20px;
	padding:9px 12px 9px 12px;
	margin-bottom:20px;
}
div.box h1{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dotted #fff;
}
div.box h1 a{
	color:#fff;
}
div.box h2 {
	color:#39C;
	text-transform:uppercase;
}

div.box a:hover{
	text-decoration:none;
	color:#000;
}
div#next_walks{	
	background-image:url(../images/box-green.png);
}
div#next_socials{	
	background-image:url(../images/box-blue.png);	
}
div#photo{	
	/*background-image:url(../images/box-blue.png);	*/
}
.bg-green{	
	background-image:url(../images/box-green.png);
}
.bg-blue{	
	background-image:url(../images/box-blue.png);	
}
.bg-white{	
	background-image:url(../images/box-white.png);	
}
.bg-black{	
	background-image:url(../images/box-black.png);
}
.bg-msg{	
	background-image:url(../images/box-magenta50.png);
	font-weight:bold;	
	color:#FFF;
}
div#charity-blurb{
	float:left;
	width:700px;
	margin-left:60px;
	margin-top:80px;
	background-image:url(../images/box-green60.png);
	color:#fff;
	line-height: 1.3em;
	font-size:10px;
}
div.pic{
	text-align:right;
}
div.caption{	
}
tr.bg-green{
	background-image:url(../images/row-green.png);
}
tr.bg-blue{
	background-image:url(../images/row-blue.png);
}
tr.bg-yellow{
	background-image:url(../images/row-yellow.png);
}
div.buttons{
	margin: 10px 0;
}
div.buttons a{
	text-decoration:none;
	padding:6px 10px;
	border: 0px solid #0C6;
	border-radius:5px;
	font-weight:bold;
	color:#069;
}
div.buttons a.admin{
	border:1px dotted #009;
}

div.buttons a.highlight{
	background-image:url(../images/box-green60.png);
	color:#fff;
}
div.buttons a.eDate{
	color:#609;
}
div.buttons a.btn-red{
	background-color:#F99;
	border-color:#F00;
	color:#fff;	
}
div.buttons a.btn-green{
	background-color:#9F9;
	border-color:#060;
	color:#060;	
}
div.buttons a.btn-blue{
	background-color:#99F;
	border-color:#006;
	color:#fff;
}
div.buttons a.dhighlight{
	background-image:url(../images/box-black60.png);
	color:#fff;
}
div.buttons a:hover{
	background-image:url(../images/box-green.png);
	color:#fff;
}

div.article{
	
}
div.article img.right_image{
	float:left;
	padding-right:10px;
}
div.article img.left_image{
	float:right;
	padding-left:10px;
}
div.faq{
	border:1px solid #fff;
	border-radius:20px;
	padding:10px;
	background-image:url(../images/box-blue.png);
}

div.faq p.question{
	font-size:18px;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
	color:#369;
}
div.faq p.answer{
	font-size:14px;
	margin:0;
	padding-left:45px;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px dotted #ddd;
	color:#666;
}
div.clear{
	clear:both;
}
ul.committee {
	list-style:none;
	padding:0;
	margin:0;
}
ul.committee li{
	padding: 2px 2px;
	
}
