body { background: #0033ff; color:#414b56;} /* 3 - 9 - 10 - 15 - 16 - 17 #27AAE1  url(../Images/bkg_body_wood15.jpg) repeat top;  */

/* General Links */
a:link { color : #009999; } 
a:active { color : #009999;} 
a:visited { color : #009999; } 
a:hover { color : #006666;} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header { background: #0033ff url(../Images/bkg_header_custom.gif) no-repeat top; } /* #27AAE1 */
.header h1 a { color:#008752; }
.header h1 a:visited { color:#008752; }
.header h1 a:hover { color:#008752; }

.header .search h2 { color: #fff;}
.header .search .input { background:#27AAE1 url(../Images/SearchKeywordCustom.gif) no-repeat left top;} /* ORIGINAL background: #ffeeb2 */
.header .search .arrow { background: url(../Images/SearchArrowCustom.png) no-repeat;}
.header .search .arrow:hover { background: #27AAE1 url(../Images/SearchArrowCustom.png) no-repeat 0 -25px; } /* ORIGINAL background: #ffd780 */
.header .search .arrowIE { background: #27AAE1 url(../Images/SearchArrowCustom.png) no-repeat 0 -25px; } /* ORIGINAL background: #ffd780 */

.header .search p a { color: #ffffcc; }  /* color: #ffffcc; */
.header .search a { color: #ffffff; text-decoration:underline; }  /* NEW LINE because no PARAGRAPH */


.HeaderEnd { background: url(../Images/bkg_header_end_green.gif) no-repeat left top;}

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

.menu, .menu ul li {
	color: #008752;
	font-weight: bold;
}

.menu a, .menu a:link, .menu li a:visited {
	text-decoration: none;
	color:#008752; 
	border-right: solid 1px #008752; /* border-right: solid 1px #ced3c7; */
}

.menu { 
	border-top:0px solid #27AAE1;
	color: #008752;
}
/* ORIGINAL 
	background: url(../Images/bkg_menu_green.gif) repeat-x left top;
	border-top:15px solid #53A6AB; 
*/

.menu li li a:link, .menu li li a:visited {
	background-color: #DCEAE3; /* ORIGINAL background-color: #B3BBA9; */
	color: #008752;
	border-bottom:1px solid #ffffff;
}

.menu ul a:link {
	color: #008752;
	font-weight: normal;
}

.menu ul a:visited {
	color: #000066;
	font-weight: normal;
}

.menu a:hover, .menu ul a:hover, .menu li li a:hover {
	color: white;
	background-color: #8A957D; /* ORIGINAL background-color: #8A957D; */
	text-decoration: none;
	border-bottom:1px solid #ffffff;
}

 .menu li:hover>a {
	color: #ffffff;
	background-color: #008752; /* ORIGINAL background-color: #8A957D; */
}

.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;
}

/* 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;
	background-color: #8A957D;
	text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content { background: #fff url(../Images/bkg_footer_custom.gif) no-repeat right bottom; } 

/* BreadCrumb */

.content .BreadCrumb { color: #61617d; border-bottom: dashed 1px #ccc;  }
.content h1 { color: #003333; }
.content h2 { color: #003333;}
.content h3 { color: #003333;}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured h1 { border-bottom: dashed 1px #330033; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles h1 { border-bottom: dashed 1px #330033; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News h1 { border-bottom: dashed 1px #330033;}
.News .Post { border-bottom: dashed 1px #e0e0e0;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Recent Blogs */
.RecentBlogs { background-color: white; }
.RecentBlogs h1 { border-bottom: dashed 1px #330033;}
.RecentBlogs li { border-bottom: solid 1px #e0e0e0;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Post */
.Post { padding: 0px; margin: 0px;}

/* Post Author left side from the article */
.Post .PostAuthorDetails { background:#e8f0df; }

/* Post Info/Details */
.Post .PostInfo { background: #e8f0df; color:#003333; }
.Post .PostInfo a { color: #003333; }

/* Article Comments */
.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#F4F9EE url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #E8F0DF; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #E8F0DF;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ ul { background:#e8f0df;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */
.PageForms form { border: solid 2px #e8f0df;}
.PageForms th { background: #e8f0df; color: #000;}

.PageForms .Button { background: #c1e1c1; border: outset 2px #ccc; color:#000;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #e8f0df; border: 1px solid #d5e1c7; color:#006666;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#009999;}
#tabnav a:hover { background: #fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ViewAll { color:#33b0ee;}
.ViewAll a { color:#33b0ee;}
.ViewAll a:visited { color:#33b0ee;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.left { background: #DCEAE3 url(../Images/bkg_bottom_left_custom.gif) no-repeat left bottom; } /*  */
.left h2 { color: #008752; line-height: 21px;} /* border-bottom: solid 1px #adcfd7; line-height: 21px; */

.left td { color:#008752; }
.left li a { color:#008752; } /* color:#ccffff; */
.left li a:visited { color:#008752; } /* color:#ccffff; */
.left li a:hover { color:#008752; } /* color:#ccffff; */

.left .Categories { color:#008752; } /* background:#326167 url(../Images/bkg_categ_green.gif) no-repeat left bottom; */
.left .Categories h2 { color:#008752; } /* background:#326167; border-bottom: solid 1px #5f858e; */
.left .Categories li a { color:#008752; } /* color:#ccffff; */
.left .Categories li a:visited { color:#008752; } /* color:#ccffff; */
.left .Categories li a:hover { color:#008752; } /* color:#ccffff; */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.EmailToFriend { background: #fff; } 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { color:#eeeeee;} /* ORIGINAL color:#80979d; */
.footer a { color: #eeeeee; }
.footer a:visited { color: #eeeeee; }
.footer a:hover { color: #eeeeee; }

/* Paging */
.Paging a {border: 1px solid #009999; background: #e8f0df; }
.Paging a:visited { background: #e8f0df; border: 1px solid #009999;}
.Paging a:hover { background: #009999; color:#fff; }

.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; color:#666;}
.PagingCurrentPageNumber { border: 1px solid #009999; background: #009999; color: #fff;}

/* Summary Article Attachment */
.AttachmentList { background-color: #E8F0DF; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color:#326167;}

.left .Newsletter { color: white; }
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
