/* General Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p {font-family:Arial  ; font-size: 16px;}

a:hover { color: #1F74CA ; FONT-WEIGHT: strong ; text-decoration:underline ; background: #dfdfdf;  }

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Header	{ border-bottom: solid 0px #3399FF;}
#Header	h1 { color:#0b78c4;}
#Header	h1 a { color:#0b78c4;}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Footer { background: #dfdfdf; color:#666;}
#Footer a { color:#666; }

/* SR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR	h2 { border-bottom: solid 1px #999; color:#666;}

/* Search +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Search .arrow { background: url(../Images/redSearchArrow.gif) no-repeat;}
.Search .arrow:hover { background: #ffd780 url(../Images/redSearchArrow.gif) no-repeat 0 -23px; }
.Search .arrowIE { background: #ffd780 url(../Images/redSearchArrow.gif) no-repeat 0 -23px; }

/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#navbl a { color: #1C67B3  }
#navbl a:hover { color: #F6881F ;  FONT-WEIGHT: strong ; }
#navbl a.selected { color: #1C67B3;  }
#navbl a.link { color: #1C67B3;   FONT-WEIGHT: strong ;  }

#navbg a { color: #264B88 }
#navbg a:hover { color: #F6881F ; FONT-WEIGHT: strong ; }
#navbg a.selected { color: #458EFC;  }
#navbg a.link { color: #0374C7;   FONT-WEIGHT: strong ;  }

#navblk a:hover { color: #000000 ; background-color:#FFD800;background-position:0 -96px;border-color:#3b6e22 #3b6e22 #2c5115;FONT-WEIGHT: strong ;  }
#navblk a { color: #000000 ; FONT-WEIGHT: strong }
#navblk a.selected { color: #458EFC;  }
#navblk a.link { color: #000000 ; text-decoration: underline overline   }

#navblkblok a:hover { color: #FFFFFF ; background-color:#000000;background-position:0 -96px;border-color:#3b6e22 #3b6e22 #2c5115;FONT-WEIGHT: strong ; 	display: block;   }
#navblkblok a { color: #111111 ; FONT-WEIGHT: strong }
#navblkblok a.selected { color: #000000 ;  }
#navblkblok a.link { color: #111111;  }

#navblue a:hover { color: #0033FF ;  FONT-WEIGHT: bold background: #00CCFF;FONT-WEIGHT: strong ;  }
#navblue a { color: #00BDF6;  FONT-WEIGHT: bold ; }
#navblue a.link { color: #00BDF6;  FONT-WEIGHT: bold ; }

#navwhite a:hover { color: #FFFFFF ;   FONT-WEIGHT: bold; }
#navwhite a { color: #FFFFFF ;  FONT-WEIGHT: bold }
#navwhite a.selected { color: #FFFFFF; ;  FONT-WEIGHT: bold }
#navwhite a.link { color: #474BEB ;  FONT-WEIGHT: bold }

#navgreyblk a:hover { color: #000000 ; background-color:#FFD800;background-position:0 -96px;border-color:#3b6e22 #3b6e22 #2c5115;FONT-WEIGHT: strong ;  }
#navgreyblk a { color: #666666 ; FONT-WEIGHT: strong }
#navgreyblk a.link { color: #666666; text-decoration: underline overline   }

#navmm a:hover { color: #000000 ;  FONT-WEIGHT: bold ; background: #FFD800 ;FONT-WEIGHT: strong ; }
#navmm a { color: #263B69;  FONT-WEIGHT: bold}
#navmm a.link { color: #263B69;  FONT-WEIGHT: bold text-decoration: underline overline  }

.art {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; FONT-WEIGHT: strong ;}
.artbig {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px ; }
.artbold {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; FONT-WEIGHT: bold ;}
.artmetro {  font-family: Arial,Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; FONT-WEIGHT: bold ; }
.artmenu {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px}
.xnewin {  font-family: Arial, Helvetica; font-size: 9pt; text-decoration: none}
.artsmall {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px}
.xn { font-family: Arial, Helvetica; font-size: 12pt; text-decoration: none; font-weight: bold; line-height: 12px; color: #0A4461}
.xn8 { font-family: Arial, Helvetica; font-size: 8pt; text-decoration: none; font-weight: bold; color: #666666}
 /* addd +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.menu, .menu ul li {
	color: white;
}

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

.menu {
	background: #CC3333;
}

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

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

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

.menu a:hover, .menu ul a:hover, .menu li li a:hover {
	color: white;
	background-color: #cc6666;
	text-decoration: none;
}

 .menu li:hover>a {
	color: white;
	background-color: #cc6666;
}

.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: #cc6666;
	text-decoration: none;
}

/* BreadCrumb  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.BreadCrumb { border-bottom: solid 1px #999; }

/* Featured +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Featured h1 { border-top: solid 2px #999; border-bottom: solid 1px #999; color:#336699; }
.Featured .Post .PostHead h2 { background: url(../Images/ArticleLargeIco.png) no-repeat left center;  }

/* RecentArticles+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentArticles h1 { border-top: solid 2px #999; border-bottom: solid 1px #999; color:#336699; background: url(../Images/RecentArticlesH1.png) no-repeat left top;}


/* RecentNews ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentNews h1 { border-bottom: solid 1px #999; color:#336699; background: url(../Images/RecentNewsH1.png) no-repeat left top;}
.RecentNews h3 { background: url(../Images/ArticleIco.png) no-repeat left center; color:#666; }

/* Recent Blogs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentBlogsTop { background: url(../Images/redRecentBlogsTop.gif) no-repeat left top;}
.RecentBlogs { background: #ffeede url(../Images/redRecentBlogsBottom.gif) no-repeat left bottom; }
.RecentBlogs h1 { border-bottom: solid 1px #996666;}
.RecentBlogs big { border-bottom: solid 1px #cfcfcf; }
.RecentBlogs small { color:#996666; }
.RecentBlogs small a { color:#996666;}
.RecentBlogs a { color:#cc0000;}

/* Post Info/Details */
.Post .PostInfo { color:#999;}
.Post .PostInfo a { color: #999;}

/* Category Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Cat { background: #990000 url(../Images/redCatBottom.gif) no-repeat left bottom;}
/**/ * html .CatTop { left: -10px;} /* */
.CatTop { background: url(../Images/redCatTop.gif) no-repeat left top;}
.Cat h2 { color:#fff; border-bottom: solid 1px #cc3333;}
.Cat li a { border-bottom: solid 1px #cc3333; color: #fff;}
.Cat li a:visited { color: #fff; border-bottom: solid 1px #cc3333; }
.Cat li a:hover { color:#99ccff; border-bottom: solid 1px #cc3333; color: #fff;}

/* Site Menu Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SiteMenu { background: #ffffff url(../Images/redSiteMenuBottom.gif) no-repeat left bottom;}
.SiteMenuTop { background: url(../Images/redSiteMenuTop.gif) no-repeat left top; }
.SiteMenu h2 { color:#660000; border-bottom: solid 1px #FFFFFF; }
.SiteMenu li { border-bottom: solid 1px #e19d92;}
.SiteMenu li a { color:#993333; }
.SiteMenu li a:visited { color:#993333;}
.SiteMenu li a:hover { color:#cc6666;}

/* Article Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ArtNav { background: #ffeede;}

/* Authors A-Z - ( Only on the Author page) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ ul { background:#ffeede; }

/* PageForms +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageForms form { border: solid 1px #000000; margin: 10px 0px; width: 99%;}
.PageForms th { background: #B5C7E3;}

.PageForms .Button { background: #FF6600; border: outset 2px #ccc; }

/* Author Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tabnav .tablink a:link, #tabnav  .tablink a:visited
{ background: #ffeede; border: 1px solid #eed5bd; color:#990000; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active
{ border-bottom: 1px solid #fff; background: #fff; color:#ff3300;}
#tabnav a:hover { background: #fff;}



/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Paging a { background: #CCFF00; border: 1px solid #FF6600}
.Paging a:link { background: #CCFF00; border: 1px solid #FF6600}
.Paging a:visited { background: #CCFF00; border: 1px solid #FF6600}
.Paging a:hover { border: 1px solid #FF6600; background: #FF6600; color:#fff; }
.PagingDisabled { border: 1px solid #f1f1f1; background: #CCCC00; }
.PagingCurrentPageNumber { border: 1px solid #FF6600; background: #0099ff; color:#fff;}

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

/* Summary Article Attachment */
.AttachmentList { border: 1px solid #CCCCCC; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color: #666666;}
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }



/* corner blue +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.keyBlue { 	background-color: #3399FF; }
.keyBlue .tl { background-image: url(../Images/cornerbluetl.png); 	margin: 5px; }
.keyBlue .tr { background-image: url(../Images/cornerbluetr.png); }
.keyBlue .br { background-image: url(../Images/cornerbluebr.png); }
.keyBlue .bl { background-image: url(../Images/cornerbluebl.png); }
.tl, .tr, .br, .bl { 	display: block;
	/*Relative positioning required to coax IE into layering in the correct order*/
	position: relative; background-repeat: no-repeat; }
.tl { background-position: top left; }
.tr { background-position: top right; }
.br { background-position: bottom right; }
.bl { background-position: bottom left; }
#relatedFeature .content   { 	padding: 5px;}





