body { background: url(../Images/greenBody.gif) repeat-x left top; }


/* General Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link { color: #669900;} 
a:active { color: #669900; } 
a:visited { color: #669900; } 
a:hover { color: #666600; } 

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Header	{ border-bottom: solid 5px #33cc00; background:url(../Images/greenHeader.gif) no-repeat left top;}
#Header	h1 { color:#373633;}
#Header	h1 a { color:#373633;}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Footer { background: #fff; color:#666; border-top: solid 5px #33cc00;}
#Footer a { color:#666; }

/* SR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR	h2 { border-bottom: dashed 1px #999; color:#003300;}

/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
	font-size: 11px; 
	font-weight: bold;
}

.menu ul li {

}

.menu ul {
	width: 11em;
}

.menu a:link, .menu li a:visited {
	text-decoration: none;
	color: #000066; 
	display: block;
	position: relative;
	border-right: solid 1px #aec5d2; color:#003366;
}

.menu li li a {
	padding: .4em .4em;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #ECF4DD;
	color: #003300;
	border-right: none;
}

.menu ul a:link {
	color: #000066;
	font-weight: normal;
	width: 150px;
}

.menu ul a:visited {
	color: #000066;
	font-weight: normal;
	width: 150px;
}

.menu a:hover, .menu ul a:hover, .menu li li a:hover {

	text-decoration: underline;
}

 .menu li:hover>a {
	text-decoration: underline;
}

.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 */

	text-decoration: underline;
}

/* BreadCrumb  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.BreadCrumb { border-bottom: solid 1px #999; }

/* Featured +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Featured h1 { border-bottom: solid 2px #ccc; color:#333;}

/* RecentArticles+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentArticles h1 { border-bottom: solid 2px #ccc; color:#333;}


/* RecentNews ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentNews h1 { border-bottom: solid 2px #ccc; color:#333;}

/* Recent Blogs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentBlogsTop { background: url(../Images/greenBlockTop.gif) no-repeat left top;}
.RecentBlogs { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom; }
.RecentBlogs h1 { border-bottom: solid 1px #e7e2d6; color:#666;}
.RecentBlogs big { border-bottom: dashed 1px #cfcfcf; }
.RecentBlogs small { color:#669933; } 
.RecentBlogs small a { color:#669933;}
.RecentBlogs a { color:#336600;}

.ArticleOptions { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom; }
.PopularArticles { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom;  }
.FavoriteArticles { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom;  }
.ArticleHistory { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom;  }
.ArticlesToRead { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom;  }
.PopularAuthors { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom;  }


/* Post Info/Details */
.Post .PostInfo { color:#999; border-top: dashed 1px #ccc;}
.Post .PostInfo a { color: #999;}

/* Search Left  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Search { background: #000033 url(../Images/greenSearchBottom.gif) no-repeat left bottom;}
.SearchTop { background: url(../Images/greenSearchTop.gif) no-repeat left top;}
.Search .arrow { background: url(../Images/greenSearchArrow.gif) no-repeat;}
.Search h2 { color:#fff; border-bottom: solid 1px #333365;}
.Search .arrow:hover { background: url(../Images/greenSearchArrow.gif) no-repeat 0 -20px; }
.Search .arrowIE { background: url(../Images/greenSearchArrow.gif) no-repeat 0 -20px; }
.Search p a { color:#99ccff; }

/* Category Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Cat { background: #003366 url(../Images/greenCatBottom.gif) no-repeat left bottom;}
.CatTop { background: url(../Images/greenCatTop.gif) no-repeat left top;}
.Cat h2 { color:#fff; border-bottom: solid 1px #215487;}
.Cat li { border-bottom: dashed 1px #215487;} 
.Cat li a { color:#fff; }
.Cat li a:visited { color:#fff;}
.Cat li a:hover { color:#99ccff;}

/* Site Menu Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SiteMenu { background: #006699 url(../Images/greenSiteMenuBottom.gif) no-repeat left bottom;}
.SiteMenuTop { background: url(../Images/greenSiteMenuTop.gif) no-repeat left top; }
.SiteMenu h2 { color:#fff; border-bottom: solid 1px #2e8bba; }
.SiteMenu li { border-bottom: dashed 1px #2e8bba;} 
.SiteMenu li a { color:#fff; }
.SiteMenu li a:visited { color:#fff;}
.SiteMenu li a:hover { color:#99ccff;}

/* Block Area ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Block h2 { color:#003300;} 
.Block a { color:#336600;}
.Block a:visited { color:#336600}
.Block a:hover { color:#003300}
.BlockTop { background: url(../Images/greenBlockTop.gif) no-repeat left top;}


/* Article Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ArtNav { background: #def1ff;}

/* Authors A-Z - ( Only on the Author page) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ ul { background:#def1ff; }

/* PageForms +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageForms form { border: solid 1px #def1ff; margin: 10px 0px; width: 99%;}
.PageForms th { background: #def1ff;}

.PageForms .Button { background: #c5e6ff; border: outset 2px #ccc; }

/* Author Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #def1ff; border: 1px solid #c5e6ff; color:#003366; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#3366cc;}
#tabnav a:hover { background: #fff;}

/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Paging a { background: #def1ff; border: 1px solid #c5e6ff; }
.Paging a:link { background: #def1ff; border: 1px solid #daebe7; }
.Paging a:visited { background: #def1ff; border: 1px solid #daebe7;}
.Paging a:hover { border: 1px solid #336600; background: #339900; color:#fff; }
.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; }
.PagingCurrentPageNumber { border: 1px solid #336600; background: #339900; color:#fff;}

.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#FBFDF4 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #ECF4DD; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #ECF4DD;}


/* Summary Article Attachment */
.AttachmentList { border: 1px dashed #CCCCCC; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color: #666666;}

.Newsletter { background: #ecf4dd url(../Images/greenBlockBottom.gif) no-repeat left bottom; }
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
