body { background: #e8ebed url(../Images/blueBkgPage.gif); color:#2f2928; } 

/* General Links */
a:link { color: #0066cc;} 
a:active { color : #0066cc;} 
a:visited { color : #0066cc;} 
a:hover { color : #003366;} 
#bgcontain { background: #fff; border: solid 1px #bbc5cd; } 
#container { background:url(../Images/blueContainer.gif) repeat-y right; } 


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


.header {} 
.header a { color: #0066cc; }
.header a:visited { color: #0066cc; }
.header a:hover { color: #0066cc; text-decoration: none; }

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

.search .arrow { background: url(../Images/blueSearchArrow.png) no-repeat;}
.search .arrow:hover { background: #ffd780 url(../Images/blueSearchArrow.png) no-repeat 0 -20px; }
.search .arrowIE { background: #ffd780 url(../Images/blueSearchArrow.png) no-repeat 0 -20px; }
.search p a { color:#3399ff; text-decoration: underline;}
.search p a:visited { color:#3399ff; text-decoration: underline;}

/* Top Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu { background: #d2d9de; }
.TopMenu ul {}
.TopMenu li { border-right: solid 1px #9b9b8c;}
.TopMenu li a { color:#727c84; }
.TopMenu li a:visited { color:#727c84; }
.TopMenu li a:hover { color:#727c84; }

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

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

#menu { background: #e8ebed; border-bottom: 5px solid #003366;}
#menu li { border-right: solid 1px #ccc; }
#menu li a { color:#003366;}
#menu li a:hover { background: #003366; color:#fff;}

DIV#menu ul li ul {	background: #003366; }
#menu li li a  { color:#fff; background: #003366;}
#menu li li a:hover { color:#fff; }

.menu, .menu ul li {

}

.menu a, .menu a:link, .menu li a:visited {

	text-decoration: none;
	border-right: solid 1px #ccc;
	color: #003366;

}



.menu { 

	background: #e8ebed;

	border: solid 1px #efebd9;

	border-bottom: 5px solid #003366;

}


.menu li li a:link, .menu li li a:visited {

	background-color: #003366;
	font-size: 10px;
	color: white;

}

.menu ul a:link {

	font-weight: normal;

}

.menu ul a:visited {

	font-weight: normal;

}



 .menu li:hover>a, .menu a:hover, .menu ul a:hover, .menu li li a:hover {

	color: #fff;
	background-color: #003366;
	text-decoration: none;

}



.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: #fff;

	background-color: #003366;

	text-decoration: none;

}



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



/* BreadCrumb */



.content .BreadCrumb { color: #330000; }
.content h1 { color: #000033; }
.content h2 { color: #657398;}
.content h3 { color: #657398;}

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

.Featured h1 { border-bottom: solid 1px #663300; color:#000066; }

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

.RecentArticles h1 { border-bottom: solid 1px #663300; color:#000066; }

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

.SearchResults {}

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

.RecentBlogs { background:#fff; }
.RecentBlogs h1 { border-bottom: solid 1px #663300; color:#000066; }
.RecentBlogs em { color: #999; }
.RecentBlogs em a { color: #999; }
.RecentBlogs em a:visited { color: #999; }
.RecentBlogs em a:hover { color: #999; }

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

.News h1 { border-bottom: solid 1px #663300;}

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

.RecentNews h1 { border-bottom: solid 1px #663300; color:#000066; }

/* Post */

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

/* Post Info/Details */

.Post .PostInfo { color:#727d88;}
.Post .PostInfo a { color: #727d88;}
.Post .PostInfo .Author { border-right: solid 1px #727d88; }
.Post .PostInfo .Time { border-right: solid 1px #727d88;}
.Post .PostInfo .Categ { border-right: solid 1px #727d88;}

/* Post Author left side from the article */

.Post .PostAuthorDetails { background:#bce5fa url(../Images/bluePostAuthorDetails.gif) no-repeat left top;}
.Post .PostAuthorDetails h2 { background:#daf2ff; }
.Post .PostAuthorDetails p { color:#003366;}
.Post .PostAuthorDetails img { border: solid 1px #cc9966; }

/* 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:#e3f6ff; }

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

/* PageForms */

.PageForms form { border: solid 2px #e3f6ff;}
.PageForms th { background: #e3f6ff;}
.PageForms .Button { background: #9ec8ef; border: outset 2px #ccc; }


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

/* tabs styles */

#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #eff3f5; border: 1px solid #ccc; color:#3366cc; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#5397ff;}
#tabnav a:hover { background: #fff;}

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

.right { background:url(../Images/blueRightTop.gif) no-repeat center top;  } 
.right h2 { border-bottom: solid 1px #b8d9ea; }
.right .SR h2 { border-bottom: dashed 1px #bcc7cc; color:#58626d; }
.ArticleOptions { background: #fff;  border: solid 1px #d8e2e7; }
.PopularArticles { background: #fff;  border: solid 1px #d8e2e7; }
.FavoriteArticles { background: #fff;  border: solid 1px #d8e2e7; }
.ArticleHistory { background: #fff;  border: solid 1px #d8e2e7; }
.ArticlesToRead { background: #fff;  border: solid 1px #d8e2e7; }
.PopularAuthors { background: #fff;  border: solid 1px #d8e2e7; }

.Cats { background: #fff; border: solid 1px #d8e2e7; }
.Cats h2 { color:#0066ff; border-bottom: dashed 1px #ccc7bc; }
.Cats li { border-bottom: dashed 1px #d9c7b0; }
.Cats li a { color:#0066ff;}
.Cats li a:hover { color:#003399; }


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



/* Paging */

.Paging a { background: #e3f6ff; border: 1px solid #adcedd; }

.Paging a:link { background: #e3f6ff; border: 1px solid #adcedd; }

.Paging a:visited { background: #e3f6ff; border: 1px solid #adcedd;}

.Paging a:hover { border: 1px solid #003399; background: #0066cc; color: #fff;}



.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; }

.PagingCurrentPageNumber { border: 1px solid #003399; background: #0066cc; color: #fff;}



/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.footer { background:url(../Images/CreamContainer.gif) repeat-y right; }
.footer p { color:#afaca2; }
.footer a { color:#afaca2; }


/* Summary Article Attachment */

.AttachmentList { border:1px solid #D8E2E7; background-color: #EFF3F5; }

.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }

.AttachmentHeading { color:#003366;}

.Newsletter { background: #fff;  border: solid 1px #d8e2e7; }

/* Teaser Image Styles */

.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
