


/* Generally you don't need to change anything below */


.dtr span{
display:block;
float:left;
overflow:hidden;
text-indent:-1000px;
background-repeat:no-repeat;
background-position:left top;
}

@media print{
.dtr span{
background-image:none;
display:inline;
float:none
}
}



body {
	color:#414b56;	 
	background-color:#F0EACA;
	/*background-image: url(/site_images/header_bg.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
} 

/* General Links */
a:link {
	text-decoration : none;
	color : #0066cc;
	border: 0px;
} 
a:active { text-decoration : underline; color : #0066cc; border: 0px;} 
a:visited { text-decoration : none; color : #0066cc; border: 0px;} 
a:hover { text-decoration : underline; color : #0D92FF; 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: #020b6f; }
.header .search .input { border: solid 1px #fff; font-size: 11px; padding: 3px 3px 4px 3px; margin: 0px;}
.header .search p a { color:#6699cc; }

.TopMenu { color: #E7E1B1;}
.TopMenu a { color: #D8EDFF; }
.TopMenu a:hover { color: #0D92FF; }

.TopMenu ul { color: #E7E1B1; border-left: solid 1px #6699cc;}
.TopMenu li { color: #E7E1B1; border-right: solid 1px #6699cc;}
.TopMenu li a { color:#D8EDFF;}
.TopMenu li a:visited { color:#D8EDFF;}
.TopMenu li a:hover { color:#0D92FF;}

.footer {background-color: #14100F;}

.footercrown {
	background-image: url(/site_images/footer_top.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}
		
.footer p  { color: #E7E1B1;}
.footer h4 {color:#DfD57E;}

.footer a { color: #D8EDFF; }
.footer a:hover { color: #0D92FF; }

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

#menu ul { border-left: solid 1px #474747; }
#menu li a {
	color: #DFD57E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #474747;
}
#menu li a:visited { color:#DFD57E}
#menu li a:hover {
	color:#fff;
	border-right: solid 1px #474747;
	background-image: url(/site_images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
DIV#menu ul li ul {
	background: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #474747;
}
#menu li li a {
	background-color: #000000;
}
#menu li li a:visited { background: #000000; }
#menu li li a:hover  { background: #163C74; }

/* BreadCrumb */

.content .BreadCrumb { background: #E7EEF7; border:1px solid #CCDCF2;}
.content-sp .BreadCrumb { background: #E7EEF7;border:1px solid #CCDCF2;}

.content h1 { color: #cc6600;}
.content h2 { color: #cc6600;}
.content h3 { color: #cc6600;}

.content-sp h1 { color: #cc6600;}
.content-sp h2 { color: #cc6600;}
.content-sp h3 { color: #cc6600;}

.Featured h1 { border-bottom: solid 3px #d6e2ef;}
/*.RecentArticles h1 { border-bottom: solid 3px #d6e2ef;}*/
/*.News h1 { border-bottom: solid 3px #d6e2ef;}*/
.News h2 { color:#0066cc; }
.Events h2 {color: #14100F;}
.RecentBlogs h1 { border-bottom: solid 3px #d6e2ef;}
.RecentBlogs a {color:#CC99FF;}

.Post .PostAuthorDetails { background:#def2ff;}
.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;}

.AZ ul { background:#def2ff;}

.PageForms form { border: solid 2px #def2ff;}
.PageForms th { background: #def2ff;}

.PageForms .Button { background: #b1d8ff; }

#tabnav .tablink a:link, #tabnav .tablink a:visited { background: #d5edfd; border: 1px solid #a1d5f8;color:#0066cc;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active { border-bottom: 1px solid #fff; background: #fff; color:#000066;}
#tabnav a:hover { background: #fff;}

.right h2 { color:#993300;}
.right .Categories li a:hover { background-color: #def2ff; }

/* Paging */
.Paging a { border: 1px solid #005DBB; background: #def2ff;}
.Paging a:visited { background: #def2ff; border: 1px solid #005dbb;}
.Paging a:hover { background: #005dbb; color:#fff; }
.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; color:#666;}
.PagingCurrentPageNumber { border: 1px solid #005dbb; background: #005dbb; 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;  }
