
/* Drop Down Menu Styles */
#dropmenudiv{
    position:absolute;
}

#dropmenudiv a.textblock{
  display: block;
  text-indent: 3px;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  font:normal 11px tahoma;
  line-height: 15px;
  white-space: nowrap ;
  text-align: left;
}

#dropmenudiv a.textblockLast{
  display: block;
  text-indent: 3px;
  padding: 5px ;
  text-decoration: none;
  font-weight: bold;
  font:normal 11px tahoma;
  line-height:15px;
  white-space: nowrap ;
  text-align: left;
}

#dropmenudiv img{
  display: block;
  text-align: left;
  align:left;
}


/* Newly added stuff */
.MainHeading{
    font-weight: bolder;
    font-size: 16px;
    padding: 3px 3px 10px 0px;
}

.2ndHeading{
    font-weight: bolder;
    font-size: 14px;
    padding: 3px 3px 10px 0px;
}


.ColumnHeading{
	font-weight: bold;
    display:block;
    margin:0px;
    padding:4px 4px 4px 0px;
    /* padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px */
}

.ColumnContent{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.ColumnContent div{
  	margin-top: 5px;
	margin-left: 10px;
}


.Logo{
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}

.HeaderContainer{
	vertical-align:top;
	height:88px;
}

.FooterContainer{
	height:54px;
	vertical-align:bottom;
}


div.BulletItem{
	background-image: url(Images/TriBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

ol{
    /*list-style-position: outside;*/
}

input,select,textarea{
      font-family:Arial, Helvetica, sans-serif;
      font-size: 11px;
}

textarea{
  width:250px;
}


.Trail{
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

.topCell{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size: 10px;
	height: 15px;
}


.topStyle,
a.topStyle,
a.topStyle:visited,
a.topStyle:active{
	/* color: #003399; */
	font-size: 10px;
	text-decoration: none;
}

a.topStyle:hover{
	text-decoration: underline;
	color: Red;
}

.navButtons,
a.navButtons,
a.navButtons:visited,
a.navButtons:active{
	font-size: 12px;
    font-weight: bold;
    /* display:inline; */
    padding:5px;
   	text-decoration: none;
}

a.navButtons:hover, a.navButtonshover{
    text-decoration:none;
	font-size: 12px;
    font-weight: bold;
    padding:5px;
}

td.nav{
  padding:10px 0px 10px 10px;
}


.topSearchBox{/*JD*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:10px;
}

.homeCategoriesPanel{/*JD*/
	width:100%;
}

.HomeCategoriesHeader{/*JD*/
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	margin:0px;
}

.categoryLink,a.categoryLink,a.categoryLink:visited,
a.categoryLink:active{
	padding:5px 5px 5px 0px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

a.categoryLink:hover{
	font-size: 12px;
	text-decoration: underline;
    font-weight: bold;
}


/* Default fonts */
body,TD,P{/*JD*/
	font-family: Arial, Verdana;
	font-size: 12px;
}


/* Form styles */
.Field120{
	width: 120px;
	font-size: 11px;
	margin-top: 5px;
}

.Field150{
	width: 150px;
	font-size: 11px;
	margin-top: 5px;
}

.Field200{
	width: 200px;
	font-size: 11px;
	margin-top: 5px;
}

.Field300{
	width: 300px;
	font-size: 11px;
	margin-top: 5px;
}

.Field400{
	width: 400px;
	font-size: 11px;
	margin-top: 5px;
}

.Field500{
	width: 500px;
	font-size: 11px;
	margin-top: 5px;
}

.Button{
	font-size: 11px;
}

.FormButton{
	font-size: 11px;
	width: 100px;
}

/* Misc styles */
.RatingDisplay .Label{
	font-family: Tahoma;
	font-size: 10px;
	margin-right: 5px;
}

.RatingDisplay .Rating{
	padding: 0px 0px 0px 0px;
}

.RatingDisplay .Rating IMG{
	margin: 0px 2px 0px 2px;
}


.Details,
.Details A{ /*Details above the articles*/
	font-size: 10px;
}

DIV.leftPadding {
	padding:0px 0px 0px 10px;
}

.Column{
	vertical-align: top;
	width: 200px;
}

.Column DIV.BulletItem{
	background-image: url(Images/TriBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*padding-left: 10px; */
}

.Column A{
	font-size: 11px;
}

.Column OL{
	margin-bottom: 0px;
}

.CentreColumn{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 5px;
    width: 100%;
}

/* Header & Footer styles */

.Main{
	font-size: 22px;
	font-family: Arial Narrow;
	font-weight: bold;
}


.PageFooter {font-size:10px;
	font-size: 11px;
	text-align: center;
	padding-right: 80px;
}

.AuthorPicture{
	margin-right: 10px;
	float: left;
}

/* RecentBlogsPanel styles */
.RecentBlogsPanel{
	padding: 0px 8px 8px 8px;
	font-size: 11px;
}

.RecentBlogsTitle{
	line-height: 16px;
}

.RecentBlogsDetails{
	font-size: 10px;
	/* padding-bottom: 10px; */
}

.RecentBlogsLink{
	text-align: right;
}

/* RecentNewsPanel styles */
.RecentNewsPanel .Title, 
.RecentNewsPanel .Date, 
.RecentNewsPanel .Content, 
.RecentNewsPanel .SmallLinks,
.RecentNewsPanel .Heading
{
	width: 100%;
	display: block;
}

.RecentNewsPanel .Item{
	margin-bottom: 20px;
}

.RecentNewsTitle{
	font-weight: bold;
}

.RecentNewsDate{
	font-size: 10px;
	padding: 5px 0px 3px 0px;
}

.RecentNewsPanel .SmallLinks A{
	text-decoration: none;
}

.RecentNewsPanel .SmallLinks .IMG{
	vertical-align: super;
}

.ViewArticleTitle{
	font-weight: bolder;
	font-size: 18px;
	/*font-style: italic;*/
	padding: 0px 0px 10px 0px;
}

.PageTitle{
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 10px 0px;
}

.Details{
	font-size: 10px;
	padding: 5px;
}

.AuthorSummary{
	/* float: right; */
	/* padding: 8px 8px 8px 8px;*/
	margin: 0px 0px 2px 0px; */
	width: 100%;
}

.Name{
	font-weight: bold;
	font-size: 11px;
}

.Biography{
	font-size: 11px;
}

.Picture{
	/* margin: 0px 5px 5px 0px; */
}

.ArticleFeedbackPanel{
	margin: 5px 0px 5px 0px;
	width: 100%;
	text-align: left;
	padding: 10px;
}

.ArticleFeedbackPanel textarea{
	width:100%;
}


.ArticleNavigation{
	margin-top: 10px;
	margin-bottom: 10px;
}

.Title a, .title {
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: Red;
}


/* Added for 2005.2 */
.Paging{
	font-family: Arial, Verdana;
	font-size: 11px;
}


.details, .details a {color: #a38f6f;}

a {
	color: #201A13;
}


a:hover {
	color: Red;}
	
.centrecolumn {padding-right: 16px;}

.nav {padding: 0;}
ul li, ol li {list-style-type: none;}

.mainheading {font: italic bold 22px Georgia, "Times New Roman", Times, serif; color: #730000;}

.columnheading {color: Red;	text-transform: uppercase; border-top: 1px solid #FFE6C8;}

/*.column {padding-left: 10px; background: transparent url(menu-line.gif) no-repeat left top;} */

.column {padding-left: 10px; border-left: 1px solid #fff;}

.topsearchbox form, .topsearchbox a, a.navbuttons:hover {background: #730000; color: #fff;}

.topsearchbox form {padding: 6px;}

.centrecolumn table {width: 100%;}

.centrecolumn img {margin: 16px; float: left;}

.centrecolumn p {text-align: justify; margin: 16px 0;}

.centrecolumn p font {
	text-align: justify;
	font: normal normal normal small/2.9ex Georgia, "Times New Roman", Times, serif;
}

#viewarticlepanel_articlerating {
	width: 300px;}

table.articlefeedbackpanel {
		border-top: 4px solid #730000;
	border-bottom: 4px solid #730000;
}


table.homecategoriespanel tbody td div {width: 100%;}

.Bulletitem a {
	padding-left: 4px;
	margin: 0;
	display: block;
	line-height: 10px;
}

.Bulletitem a:hover {
	background: #730000;
	color: #fff;
	text-decoration: none;
}
.Bulletitem {border-bottom: 1px solid #FFE6C8;}
.smalllinks img {margin: 0 3px;}
