body { background: #F7F7F7 url(/images/body_bg.png) repeat-x scroll left top; color:#646060; } 

/* General Links */
a:link { text-decoration : none; color : #0066AA; border: 0px;} 
a:active { text-decoration : underline; color : #0066AA; border: 0px;} 
a:visited { text-decoration : none; color : #0066AA; border: 0px;} 
a:hover { text-decoration : underline; color : #003559; border: 0px;} 

img { padding: 0px; margin: 0px; border: none;}

input { font-family: 'Verdana'; color: #2f2928; font-size: 11px; }
textarea { font-family: 'Verdana'; color: #2f2928; font-size: 12px;  }
select { font-family: 'Verdana'; color: #2f2928; font-size: 11px;}

.header .search {  }
.header .search .input { border: solid none none; font-size: 14px; font-weight:bold; padding: 3px ; margin: 0px; font-family:verdana;}
.header .search a { color:#BBFF00; font-size:11px; }

.TopMenu ul { border-left: solid 1px #bccc66;}
.TopMenu li { border-right: solid 1px #bccc66;}
.TopMenu li a { color:#BBFF00;}
.TopMenu li a:visited { color:#BBFF00;}
.TopMenu li a:hover { color:#fff;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li { color: white; font-size: 13px; font-weight: bold; text-align:center; }

.menu ul li {

}

.menu li {width: 144px; border-left: 1px solid #68C3E0;}

.menu ul {
	width: 11em;
}

.menu a, .menu li a:visited {
	text-decoration: none;
	color:#000; 

	display: block;
	position: relative;
	//*border-right: solid 1px #55BBFF;*//
}

.menu li li a {
	padding: .4em .4em;
}

.menu li li a:link, .menu li li a:visited {
	color: white;
}

.menu ul a:link {
	color: #BBFF00;
	font-weight: normal;
	text-decoration: none;
	background-color:#000000;
	font-weight: bold;
	}

.menu ul a:visited {
	color: #BBFF00;
	font-weight: normal;
	background-color:#000000;
	font-weight: bold;
	
}

.menu a:hover, .menu ul a:hover, .menu li li a:hover {
	color: #BBFF00;
	text-decoration: none;
	background-color:#000000;
		font-weight: bold;
	}

 .menu li:hover>a {
	color: #000;
	text-decoration: underline;
	background:none;
	
	}

.menu li li {	/* create borders around each item */
	
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* ie 6 only style */
* html .menu a:hover, * html .menu .adxmhoverA {		/* li:hover>a selector */
	color: white;
	text-decoration: none;
	
}


/* BreadCrumb */

.content .BreadCrumb { background: #f1f6de;}

.content h1 { color: #221F20; font-weight:bold;}
.content h2 { color: #111111; font-weight:bold;}
.content h3 { color: #111111; font-weight:bold;}



.Featured h1 {}
.RecentArticles h1 { }
.News h1 { }
.News h2 {}
.RecentBlogs h1 { }

.Post .PostAuthorDetails { background:#f1f6de;  }
.Post .PostAuthorDetails h2 {}

.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#F8F8F8 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #DFDFDF; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #DFDFDF;}
.Post .PostMore .CommentAuthor {background:#F4FCFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #DFDFDF;}

.AZ ul { background:#f1f6de;}

.PageForms form { border: solid 2px #f1f6de;}
.PageForms th { background: #f1f6de;}

.PageForms .Button { background: #f1f6de; }

#tabnav .tablink a:link, #tabnav .tablink a:visited { background: #f1f6de; border: 1px solid #d2e5ae;color:#006600;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active { border-bottom: 1px solid #fff; background: #fff; color:#999900;}
#tabnav a:hover { background: #fff;}

.right .Categories li a:hover { background-color: #f1f6de ; }

/* Paging */
.Paging a { background: #f1f6de; border: 1px solid #006600;}
.Paging a:visited { background: #f1f6de; border: 1px solid #006600;}
.Paging a:hover { background: #006600; color:#fff; }
.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; color:#666;}
.PagingCurrentPageNumber { border: 1px solid #006600; background: #006600; color: #fff;}

/* Summary Article Attachment */
.AttachmentList { border:1px solid #BEBEBE; background-color: #F8F8F8; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color:#384C4B;}
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #00000; color:#CCCCCC;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }

