/* Semantic CSS */

html, body, div {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
	color: #565656;
}

body {
	background: #585953 url(../i/bg_tile.gif) repeat-x left top;
	margin: 0; 
	padding: 0;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #565656;
	font-size: 1.5em;
}

h2 {
	color: #565656;
	font-size: 1.3em;
}

h3 {
	color: #565656;
	font-size: 1.1em;
}

acronym {
	cursor:help;
	border:0px;
	color: #000;
}

img {
	border: none;
}

/* Layout CSS (IDs) */
 
#wrapper {
	width: 760px; 
	margin: 0 auto; 
	position: relative;
}

#top {
	/*background: url(../i/top.jpg) no-repeat;*/
	height: 187px;
}

#top h1	{
	margin:0;
	padding:0;
	}

#logo {
	position:absolute;
	top:80px;
	left:38px;
	margin:0;
	padding:0;
	border:0;
	width:391px;
	height:53px;
	background:transparent url(../i/blank.gif) no-repeat;
	z-index:101;
}

.alt {
	display: none;
}

#nav {
	width: 760px;
	height: 30px;
	background: url(../i/nav_bg.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#maintop {
	width: 760px; 
	height: 11px;
	background: url("../i/main_top.gif");
	}
	
* html #maintop {
	width: 760px; 
	height: 11px;
	background: url("../i/main_top.gif");
	margin-top: -3px;
	}
 
#main {
	width: 760px;
	background: url("../i/main_bg.gif") repeat-y;
	float: left;
}

#inner_main {
	float: left;
	width: 760px;
	background: url("../i/inner_main_bg.gif") repeat-y;
}

#contenthead {
	position: relative;
	left: 14px;
	height:34px;
}

*html #contenthead {
	position: relative;
	left: 14px;
	height:34px;
	margin-top: -7px;
}

#left {
	position: relative;
	width: 440px;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}

* html #left  {
	margin-left: 16px;
	padding-top: 10px;
}

#right {
	width: 220px;
	position: relative;
	float: left;	
	margin-left: 20px;
}

*html #right {
	padding-top: 10px;
	padding-bottom: 10px;
}

#innercontent {
	position: relative;
	width: 675px;
	float: left;
	margin-left: 40px;
	margin-bottom: 10px;
	text-align: justify;
}

* html #innercontent  {
	margin-left: 20px;
	margin-right: 5px;
	padding-bottom: 5px;
}


#footer {
	width: 760px;
	height: 92px;
	background-image: url(../i/footer.gif);
	clear: both;
}

/* Styles CSS (divs) */

#nav ul { /
	list-style: none;
	padding: 0 0 0 22px;
	margin: 0;
	}

#nav li { 
	list-style: none;
	float: left;
	position: relative;
	}

.home {
	padding-right: 5px;
}

.about {
	padding-right: 5px;
}

.a-articles {
	margin-left: -5px;
	padding-left: -2px;
	padding-right: 5px;
}

.b-articles {
	margin-left: -5px;
	padding-left: -2px;
	padding-right: 5px;
}

.resources {
	margin-left: -5px;
	padding-left: -2px;
	padding-right: 5px;
}

.links {
	margin-left: -5px;
	padding-left: -2px;
	padding-right: 5px;
}

.contact {
	margin-left: -5px;
	padding-left: -2px;
	padding-right: 5px;
}

.booking {
	padding-left: 0px;
	padding-right: 5px;
}
	
#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited { 
	display: inline;
	float: left;
	height: 20px;
	margin: 0;
	padding: 7px 0 5px 0; 
	margin: 0 10px 0 0;
	color: #FFFFEA;
	text-decoration: none;
	text-align: left;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	} 
	
* html #nav  {
	padding: -4px 0;
}
	
#nav li a:hover { 
	color: #FFF; 
	}
	
#nav li.active {
	display: block; 
	height: 20px;
	padding: 6px 0; 
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	}
	
#left p a, #left p a:link, #left p a:active {
	color: #565656;
	text-decoration: none; 
	border-bottom: 1px solid #565656;
	}
	
#left p a:visited {
	color: #7F8178; 
	border-bottom: 1px dotted #7F8178; 
	text-decoration: none;
	}

#left p a:hover {
	color: #FFFFFF; 
	background: #7888B3; 
	text-decoration: none; 
	border-bottom: 1px solid #FFFFFF;
	}
	
#right p a, #right p a:link, #right p a:active, #right li a, #right a {
	font-size: 90%;
	color: #565656; 
	text-decoration: none; 
	}
	
#right p a:visited {
	color: #565656; 
	}

#right p a:hover {
	color: #FFFFFF; 
	background: #565656; 
	}

#right li {
	list-style-image: url(../i/li.gif);
}

#innercontent p a, #innercontent p a:link, #innercontent p a:active, #innercontent li a {
	color: #565656; 
	text-decoration: none; 
	border-bottom: 1px solid #565656;
	}
	
#innercontent p a:visited {
	color: #7F8178;
	border-bottom: 1px dotted #7F8178; 
	text-decoration: none;
	}

#innercontent p a:hover {
	color: #FFFFFF; 
	background: #565656; 
	text-decoration: none; 
	border-bottom: 1px solid #FFFFFF;
	}
	
#innercontent li {
	list-style-image: url(../i/li2.gif);
}

#innercontent ol li {
	list-style-image: none;
	list-style: decimal;
}


#footer p {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center; 
	color: #FFFFEA;
	font-size: 11px;
	margin: 0;
	padding: 35px 0;
	}
		
#footer a, 
#footer a:link, 
#footer a:active { 
	color: #565656;  
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background: #565656; 
}

/* CLASSES */

.sepbar {
	background: url(../i/sepbar.gif) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 409px;
	height: 7px;
	background-position: center;
}

.quote {
	margin-left: 12px;
	font: oblique bold 1.5em "Monotype Corsiva", Alabama, Georgia, serif;
}

.more, .more a {
	text-align: right;
	color: #565656;  
	text-decoration: none; 
}

.breadcrumb, .breadcrumb a, .infobox a {
	text-align: right;
	color: #565656;  
	text-decoration: none; 
	font-size: 1.0em;
	font-weight: bold;
}

.def {
	color: #000;
	cursor: help;
}

.info {
	color: #000;
	cursor: help;
}

.center {
	text-align: center;
	font-style: oblique;
}

.donate {
	margin-top: 20px;
	margin-left: 50px;
}

.title {
	color: #565656; 
	font-weight: bold;
}

.script {
	font-style: oblique;
}

.p-pic, .p-pic a {
	float: left;
	margin-right: 12px;
	clear: right;
	border: 1px solid #666666;
}

.clear {
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
}

.backwards {
unicode-bidi: bidi-override;
direction: rtl;
} 

.infobox {
	color: #000;
	position: relative;
	padding: 15px;
	width: 80%;
	border: 1px solid #666666;
	background-color: #B0C4DE;
	margin-left: 50px;
}

/* CSS three column list */

#box {
	position: relative;
	float: left;
	width: 660px;
	margin-left: 10px;
	padding: 0;
}

.listing {
	float: left;
	width: 220px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: .9em;
}

/* Blog format */

	.comments-header	{ 
		font-family:palatino, georgia, verdana, arial, sans-serif; 
		font-size:small; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}		

	.comments-body {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	

	.date	{ 
		font-family:palatino, georgia, times new roman, serif; 
		font-size: large; 
		color: #333; 
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}			
		
	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #000000; 
		margin-bottom:25px;
		text-align:right;
		}

	.blogbody {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		font-size:small;
		font-weight:normal;
  		line-height:200%;
                padding-right: 5px:
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: palatino, georgia, times new roman, serif;
		font-size: medium;
		color: #666;
		}	

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}



/* freds additions - july 19 2007 */

/* Main Nav */
#navbar_cont {background:#fff; width:747px; margin-left:6px;}


ul#navbar {width:729px; background:#fff url(../i/navbar_bg.gif) repeat-x;
 margin:0 auto; height:30px; list-style-type:none; text-align:center; padding:0;}

ul#navbar li {display:block; float:left; text-align:center;}

ul#navbar li a {padding:5px 8px; color:#f2ece4; text-decoration:none;
 display:block; text-align:center; font-weight:bold;}

ul#navbar li a:hover {color:#ffff00;}

/* Main Nav Page Highlight */
body#home a#homenav,
body#aboutus a#aboutnav,
body#articles a#articlenav,
body#events a#eventnav,
body#resources a#resourcenav,
body#links a#linknav,
body#contactus a#contactnav,
body#newsletter a#newsnav,
body#help a#helpnav,
body#forum a#forumnav

{color:#ffff00; cursor:text;}
