body { background: #fff url(../Images/bkg_body_jcso.gif) repeat-x top; color:#414b56;} 

/* General Links */
a:link {
	text-decoration : underline;
	color : #3c6c39;
	border: 0px;
} 
a:active { text-decoration : underline; color : #3c6c39; border: 0px;} 
a:visited { text-decoration : underline; color : #3c6c39; border: 0px;} 
a:hover { text-decoration : underline; color : #cc6600; 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 {
	background: #003300;
}
.header .search .input { border: solid 1px #fff; font-size: 10px; padding: 3px 3px 4px 3px; margin: 0px;}
.header .search p a {
	color:#BAB271;
}

.TopMenu ul { border-left: solid 1px #dcdedb;}
.TopMenu li {
	border-right: solid 1px #dcdedb;
}
.TopMenu li a { color:#dcdedb;}
.TopMenu li a:visited { color:#dcdedb;}
.TopMenu li a:hover { color:#fff;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
	font-size: 11px; 
	font-weight: bold;
}

.menu ul li {

}

.menu ul {
	width: 11em;
}

.menu a, .menu li a:visited {
	text-decoration: none;
	color:#bab271; 

	display: block;
	position: relative;
	border-right: solid 1px #7b785c;
}

.menu li li a {
	padding: .4em .4em;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #003300;
	color: white;
}

.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 {
	color: white;
	background-color: #6ca00d;
	text-decoration: none;
}

 .menu li:hover>a {
	color: white;
	background-color: #3c6c39;
}

.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;
	background-color: #6ca00d;
	text-decoration: none;
}


/* BreadCrumb */

.content .BreadCrumb { background: #f8f8f8;}

.content h1 {
	color: #CC6600;
}
.content h2 {
	color: #CC6600;
}
.content h3 {
	color: #CC6600;
}

.content_800 .BreadCrumb { background: #f8f8f8;}

.content_800 h1 {
	color: #CC6600;
}
.content_800 h2 {
	color: #CC6600;
}
.content_800 h3 {
	color: #CC6600;
}

.Featured h1 {
	border-bottom: solid 3px #666666;
}
.RecentArticles h1 { border-bottom: solid 3px #e6efd6;}
.News h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.News h2 {
	color:#2f2928;
}

.RecentBlogs h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.RecentBlogs li a:link { text-decoration : none; color : #2f2928; border: 0px;} 
.RecentBlogs li a:active { text-decoration : none; color : #2f2928; border: 0px;} 
.RecentBlogs li a:visited { text-decoration : none; color : #2f2928; border: 0px;} 
.RecentBlogs li a:hover {
	color: #3c6c39; text-decoration:underline;
}

.Post .PostAuthorDetails { background:#f8f8f8;  }
.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;}

.PostHead h2 {color: #2f2928;}
.PostHead h2 a:link { text-decoration : underline; color : #2f2928; border: 0px;} 
.PostHead h2 a:active { text-decoration : underline; color : #2f2928; border: 0px;} 
.PostHead h2 a:visited { text-decoration : underline; color : #2f2928; border: 0px;} 
.PostHead h2 a:hover {
	color: #3c6c39; text-decoration:underline;
}

.PostHead li a:link { text-decoration : none; color : #2f2928; border: 0px;} 
.PostHead li a:active { text-decoration : none; color : #2f2928; border: 0px;} 
.PostHead li a:visited { text-decoration : none; color : #2f2928; border: 0px;} 
.PostHead li a:hover {
	color: #3c6c39; text-decoration:underline;
}

.AZ ul { background:#f8f8f8;}

.PageForms form { border: solid 2px #f8f8f8;}
.PageForms th { background: #f8f8f8;}

.PageForms .Button { background: #f8f8f8; }

#tabnav .tablink a:link, #tabnav .tablink a:visited { background: #f8f8f8; 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 h2 {
	color:#CC6666;
}
.Categories li a:link { text-decoration : none; color : #2f2928; border: 0px;} 
.Categories li a:active { text-decoration : none; color : #2f2928; border: 0px;} 
.Categories li a:visited { text-decoration : none; color : #2f2928; border: 0px;} 
.right .Categories li a:hover { background-color: #f8f8f8 ; }

.PopularArticles li a:link { text-decoration : underline; color : #2f2928; border: 0px;} 
.PopularArticles li a:active { text-decoration : underline; color : #2f2928; border: 0px;} 
.PopularArticles li a:visited { text-decoration : underline; color : #2f2928; border: 0px;} 
.PopularArticles li a:hover { text-decortion: underline ; color: #3c6c39;}

.RightArticleHistory li a:link { text-decoration : underline; color : #2f2928; border: 0px;} 
.RightArticleHistory li a:active { text-decoration : underline; color : #2f2928; border: 0px;} 
.RightArticleHistory li a:visited { text-decoration : underline; color : #2f2928; border: 0px;} 
.RightArticleHistory li a:hover { text-decortion: underline ; color: #3c6c39;}



/* Paging */
.Paging a { background: #f8f8f8; border: 1px solid #006600;}
.Paging a:visited { background: #f8f8f8; 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: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
