body { background: #fff; color:#2f2928; } 

/* General Links */
a:link { color: #0066cc; } 
a:active { color : #0066cc; } 
a:visited { color : #0066cc; } 
a:hover { color : #003366; } 

#container { background: url(../Images/blueContainer.gif) no-repeat left bottom;} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header { background: url(../Images/blueHeader.jpg) no-repeat left bottom; } 
.header a { color: #003366; }
.header a:visited { color: #003366; }
.header a:hover { color: #003366; text-decoration: none; }

/* Theme Girl +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.HDoc { background: url(../Images/blueHeaderDoc.jpg) no-repeat left top;}


/* Top Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu ul { border-left: solid 1px #a9c0d7; }
.TopMenu li { border-right: solid 1px #a9c0d7;}
.TopMenu li a { color:#0066cc; }
.TopMenu li a:visited { color:#0066cc; }
.TopMenu li a:hover { color:#0066cc; }

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu li a {
	color: #009999; 
	background-image: url('../Images/blueMenuLeft.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.menu ul li a {
	color: #009999; 
	background: none;
}

.menu a span {
	background: url('../Images/blueMenuRight.png') no-repeat right top; color: #1b69b8;
}

.menu { 
}

.menu li li a:link, .menu li li a:visited {
	font-size: 10px;
	background-color: white;
	color: #1b69b8;
}

.menu ul a:link {
	font-weight: normal;
}

.menu ul a:visited {
	font-weight: normal;
}

 .menu li li a:hover{
	background-color: #1b69b8;
	color: white;
}
.menu li:hover>a, .menu a:hover, .menu ul a:hover {
	background-position: 0% -24px; text-decoration: none;
	color: white;
}

.menu li:hover>a span, .menu a:hover span, .menu ul a:hover span, .menu li li a:hover span {
	background-position: 100% -24px;
	color: white;
}

.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 li li a:hover, * html .menu .adxmhoverA {		/* li:hover>a selector */
	background-position: 0% -24px; text-decoration: none;
}

* html .menu a:hover span, * html .menu li li a:hover span, * html .menu .adxmhoverA span {		/* li:hover>a selector */
	background-position: 100% -24px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* BreadCrumb */

.content .BreadCrumb { color: #333366; background: #e9f6ff; }

.content h1 { color: #666666; border-bottom: dashed 1px #999; }
.content h2 { color: #666666;}
.content h3 { color: #666666;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured h1 { border-bottom: solid 1px #999; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles h1 { border-bottom: solid 1px #999;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SearchResults {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Recent Blogs */
.RecentBlogs { background:#fff; }
.RecentBlogs h3 { border-bottom: solid 1px #999; }
.RecentBlogs em { color: #999; }
.RecentBlogs em a { color: #999; }
.RecentBlogs em a:visited { color: #999; }
.RecentBlogs em a:hover { color: #999; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {}
.News h1 { border-bottom: solid 1px #999;}
.News h2 { color:#0066cc; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Post */
.Post { padding: 0px; margin: 0px;}

.Post .PostInfo { background: #e9f6ff; }

/* Post Author left side from the article */
.Post .PostAuthorDetails { background:#e9f6ff;  }
.Post .PostAuthorDetails h2 {}
.Post .PostAuthorDetails p { color:#333;}

.Post .PostBottom li a {}
.Post .PostBottom li a:visited {}
.Post .PostBottom li a:hover {}

/* Article Comments */
.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;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Category .Desc { color:#333; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Authors A-Z - ( Only on the Author page) */
.AZ ul { background:#e9f6ff; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */
.PageForms form { border: solid 2px #e9f6ff;}
.PageForms th { background: #e9f6ff;}
.PageForms .Button { background: #c9e7ff; border: outset 2px #ccc; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* tabs styles */
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #e9f6ff; border: 1px solid #c9e7ff; color:#003366; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#0066cc;}
#tabnav a:hover { background: #fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right h2 { border-bottom: solid 1px #b8d9ea; color:#000033; }
.right li a { color:#003399;}
.right li a:visited { color:#003399;}
.right li a:hover { color:#000033;}


/* Search */
.right .search { background: #003366 url(../Images/blueSearchBottom.gif) no-repeat left bottom; }
.right .searchTop { background: url(../Images/blueSearchTop.gif) no-repeat left top;}

.right .search .arrow { background: url(../Images/blueSearchArrow.png) no-repeat;}
.right .search .arrow:hover { background: #ffd780 url(../Images/blueSearchArrow.png) no-repeat 0 -20px; }
.right .search .arrowIE { background: #ffd780 url(../Images/blueSearchArrow.png) no-repeat 0 -20px; }
.right .search p a { color:#fff;}

.right .block { background: #e4f6ff url(../Images/blueBlockBottom.gif) no-repeat left bottom;}
.right .blockTop { position: absolute; background: url(../Images/blueBlockTop.gif) no-repeat left top; }

.right .Categ { background: #3fafe3 url(../Images/blueCategBottom.gif) no-repeat left bottom;}
.right .CategTop { position: absolute; background: url(../Images/blueCategTop.gif) no-repeat left top;}
.right .Categ h2 { color:#fff; }
.right .Categ li a { color:#fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Paging */
.Paging a { background: #e9f6ff; border: 1px solid #c9e7ff; }
.Paging a:link { background: #e9f6ff; border: 1px solid #c9e7ff; }
.Paging a:visited { background: #e9f6ff; border: 1px solid #c9e7ff;}
.Paging a:hover { border: 1px solid #003366; background: #0066cc; color: #fff;}

.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; }
.PagingCurrentPageNumber { border: 1px solid #003366; background: #0066cc; color: #fff;}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer {}

/* 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;  }
