/* ORIGINAL body { background: #214442; color:#414b56; } 
body { background: #ACE359; color:#414b56; } - green background*/
body { background: #ffffff; color:#414b56; } 

/* General Links */
a:link { color : #87834C; } 
a:active { color : #87834C;} 
a:visited { color : #87834C; } 
a:hover { color : #67632C;} 

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

/* ORIGINAL .header { background: #438985 url(../Images/bkg_header_green.gif) no-repeat top; } 
.header { background: #ACE359 url(../Images/header-background.gif) no-repeat top; }*/
.header { background: #ffffff url(../Images/header-background.gif) no-repeat top; }
.header h1 a { color:#fff; }
.header h1 a:visited { color:#fff; }
.header h1 a:hover { color:#fff; }
.header .tab { color: #ffffff; }

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

.header .search p a { color: #ffffcc;}


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

.HeaderEnd .search h2 { color:#fff;}
.HeaderEnd .search .input { background:#ffeeb2 url(../Images/SearchKeywordGreen.gif) no-repeat left top;}
.HeaderEnd .search .arrow { background: url(../Images/SearchArrowGreen.png) no-repeat;}
.HeaderEnd .search .arrow:hover { background: #ffd780 url(../Images/SearchArrowGreen.png) no-repeat 0 -25px; }
.HeaderEnd .search .arrowIE { background: #ffd780 url(../Images/SearchArrowGreen.png) no-repeat 0 -25px; }

.HeaderEnd .search p a { color: #ffffcc;}

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

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

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

.menu { 
	background: url(../Images/bkg_menu_green.gif) repeat-x left top;
	/* ORIGINAL border-top:15px solid #53A6AB; */
	border-top:10px solid #9CD349;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #B3BBA9;
	color: white;
}

.menu ul a:link {
	color: #000066;
	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;
	text-decoration: none;
}

 .menu li:hover>a {
	color: white;
	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;
}

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

.container { background: #F4F8B5 url(../Images/bkg_container.gif) repeat-y; } 

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

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

/* BreadCrumb */

/* ORIGINAL  .content .BreadCrumb { color: #61617d; border-bottom: dashed 1px #ccc;  } */
.content .BreadCrumb { color: #2F5516; border-bottom: dashed 1px #D7D39C;  }

/* ORIGINAL 
.content h1 { color: #003333; }
.content h2 { color: #003333;}
.content h3 { color: #003333;}
 */
.content h1 { color: #67732C; }
.content h2 { color: #67732C;}
.content h3 { color: #67732C;}




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

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

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

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

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

.News h1 { border-bottom: dashed 1px #67632C;}
.News .Post { border-bottom: dashed 1px #C4C885;}

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

/* Recent Blogs */
.RecentBlogs { background-color: #F4F8B5; }
.RecentBlogs h1 { border-bottom: dashed 1px #67632C;}
/* ORIGINAL .RecentBlogs li { border-bottom: solid 1px #e0e0e0;} */
.RecentBlogs li { border-bottom: solid 1px #C4C885;}


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

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

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

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

/* Article Comments */
.Post .PostMore .Comment .Details { }
/* ORIGINAL 
.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;}
*/
.Post .PostMore .Comment {background:#D7D39C 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:#E7E3AC;}

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

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

.PageForms .Button { background: #C4C885; border: outset 2px #E7E3AC; color:#67732C;}

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

/* ORIGINAL 
#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;}
*/
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #C7C38C; border: 1px solid #B7B37C; color:#67632C;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #B7B37C; background: #87834C; color:#ffffff;}
#tabnav a:hover { background: #fff;}

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

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

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

/* ORIGINAL .left { background: #76aebc url(../Images/bkg_bottom_left_green.gif) no-repeat left bottom; } */
.left { background: #87834C url(../Images/bkg_bottom_left_green.gif) no-repeat left bottom; } 
/* ORIGINAL .left h2 { color:#fff; border-bottom: solid 1px #adcfd7; line-height: 21px;} */
.left h2 { color:#fff; border-bottom: solid 1px #B7B37C; line-height: 21px;}

.left li a { color:#fff;}
.left li a:visited { color:#fff;}
.left li a:hover { color:#fff;}

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

.left .Categories li a { color:#fff; }
.left .Categories li a:visited { color:#fff; }
.left .Categories li a:hover { color:#fff; }

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

.EmailToFriend { background: #fff; } 

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

.footer { background: #ffffff; color:#2F5516;}
.footer a { color: #2F5516; }
.footer a:visited { color: #2F5516; }
.footer a:hover { color: #2F5516; }

/* Paging */
.Paging a {border: 1px solid #E7E3AC; background: #C7C38C; }
.Paging a:visited { background: #D7D39C; border: 1px solid #E7E3AC;}
.Paging a:hover { background: #87834C; color:#fff; }

.PagingDisabled { border: 1px solid #ccc; background: #E7E3AC; color:#C4C885;}
.PagingCurrentPageNumber { border: 1px solid #009999; background: #67632C; color: #fff;}

/* Summary Article Attachment */
.AttachmentList { background-color: #F3F3cC; }
.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;  }
