/* =INITIAL 
   
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 90%/120% Verdana, Arial, Helvetica, sans-serif;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */

li, dd, blockquote {
	margin-left: 1em;
}

/* End intial, set fonts & links*/

body, p h1, h2, h3, h4, h5, h6, label, table, td
{
font-family:Trebuchet MS, Arial, sans-serif;
}

a img {
	border:none;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#009;
}

a:hover {
	text-decoration:underline;
}

/* Position divs */

body {
	text-align:center; /*Still hacking for IE5.... */
	background:#000 url('images/backgrounds/body.jpg') no-repeat top left;
}



#wrapper {
	width: 700px;
	margin: 30px auto;
	text-align:left; /*... and reverse the IE5 hack */
	background: #fff url('images/backgrounds/ashover_tile.jpg') repeat-y  left top;
	border:1px solid #000;
}

#content	{
	float:left;
	width:520px;
	margin-top:10px;
}

#navigation {
	float:right;
	width:170px;
	margin-top:10px;
}

#header {
	height:115px;
	background: #fff url('images/backgrounds/ashover_title.jpg') no-repeat  left top;
}

#header h3 {
	text-indent:-5000px;
	margin:0;
}

#footer{
  	clear:both;
	background: #fff url('images/backgrounds/ashover_footer.jpg') no-repeat  left bottom;
}

/*Navigation sections*/

#navigation div {
  	width:148px;
  	margin:0 20px 10px 0;
	border:1px solid #000;
	background:#E1E1D2;
}

#content div h3, #navigation h3{
	background:#570C0C;
}

#navigation h3 {
	margin: 0;
	color:#fff;
	padding: 5px 5px 5px 8px;
	font-size:15px;
}


#navigation ul{
	margin:3px 2px 3px 7px;
	padding:0;
	background:transparent;
}

#navigation li {
	list-style:none;
	background: url('images/backgrounds/list.jpg') no-repeat left 6px;
	margin:0;
	padding:0.2em 0 0.2em 16px;
}

#navigation a{
	color:#003;
}

/*content section*/

#content p, h1, h2, h3, h4, h5, h6, table{
	margin-left:10px;
	margin-right:10px;
}

#content p {
	text-align:justify;
	line-height:1.4em;
	margin-right:20px;
}

#content div{
	width:500px;
	margin:0 0 20px 20px;
}

#content div h3{
	margin:0;
	padding: 5px 5px 5px 8px;
	color:#fff;
	font-size:15px;
}

#content #news a h4{
	font-family:Georgia, serif;  
	text-decoration:underline;
	margin-bottom:0;
	color:#009;
	font-size:13px;
}

#content #news h6  {
	font-family:Georgia, serif;  
	margin-top:0;
	font-size:10px;
}

#content #news h6.singleArticle {
	font-size:12px;
font-family:Trebuchet MS, Arial;
}

#content #news a {
	color:#009;	
}

#content img.frontPageContentImage {
	float:left;
	margin:15px 10px 5px 5px;
}

#content div.articleImage {
	float:right;
	margin:5px 10px 10px 20px;
	width:270px;
	font-size:12px;
}

#content div.articleImageRouteDouble {
	float:left;
	margin:5px 10px 10px 0px;
	width:222px;
	font-size:12px;
	padding:0 0 0 16px;
}

#content div.articleImageRouteSingle {
	float:right;
	margin:5px 10px 10px 20px;
	width:222px;
	font-size:12px;
	padding:0;
}

#content div.articleImage p,  #content div.articleImageRouteDouble p, 
#content div.articleImageRouteSingle p{
	font-weight:bold;
	margin:-5px 0 0 0;
	text-align:center;
}

#content p.clearBoth{
	clear:both;
}


#content div#imageBox{
  margin:20px 0px 10px 10px;
  width:470px;
  
}

#content div#image img{
	border:1px solid #000;
	margin:0;
}

#content div#image p{
	text-align:center;
}

#content p.nextLink{
	float:right;
}

#content p.backLink{
	float:left;
}

#content p.articleNav{
	text-align:center;
}

p.articleNav span.thisPage{
padding: 0.2em;
font-size:1.2em;
font-weight:bold;
}

p.articleNav a{
padding: 0.2em;
font-size:1.2em;
}

#content table#membershipTable {
	border-collapse:collapse;
}

#content table#membershipTable td {
	padding:0.3em;
	border:1px solid #bbb;
	font-size:13px;
}

#content table#membershipTable td.price {
	background: #300;
	color:#fff;
}

#content table#membershipTable td.type {
	color:#300;
	font-weight:bold;
}

#content div.author {
	width:475px;
	border:1px solid #555;
	margin:10px 5px 10px 10px;
	background: url('images/backgrounds/author.jpg')
}

#content div.author p {
  	margin:5px 12px 5px 12px;
	color:#000;
	text-align:left;
	font-family:Georgia, Serif;
	font-size:12px;
}

#content p.address {
	margin-left:45px;
	line-height:1.2em;
}

/*links page*/

p.linkTitle{
	font-weight:bold;
margin-bottom:0px;
color:#300;
background:url('images/backgrounds/linklist.jpg') no-repeat 0px 4px;
padding-left:14px;
}

span.linkUnderline{
}

p.linkText{
	margin-top:0;
	margin-bottom:0;
}

#content p.linkURL{
	margin-top:0;
	margin-bottom:8px;
	color:#666;
}

p.linkXchange{
	margin-top:15px;
	font-size:90%;
}


/*footer*/



#footer {
	padding-bottom: 5px;
}

#footer p{
	padding:10px;
	font-size:0.9em;
	color:#777;
	text-align:center;
}

#footer a {
	color:#456;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


