
/* figure this out later */
@font-face {
    font-family: NewsGotT;
    src: url(/css/fonts/NEWSGOT0.eot);
}


BODY
{
	FONT-FAMILY: arial, sans-serif;
	background-color: #EEEEEE;
}

H1
{
	/*margin-top: 0px;*/
	margin: 0;
	margin-bottom: 4px;
	FONT-FAMILY: Verdana, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #000066;
}

H2
{
	padding-top: 10pt;
	margin-bottom: 8px;
	border-top: 1px solid #ADB8D3;
	FONT-FAMILY: Verdana, sans-serif;
	font-weight: bold;
	font-size: 125%;
	color: #000066;
	clear: both;
}


H3
{
	FONT-FAMILY: Verdana, sans-serif;
	font-weight: bold;
	font-size: 115%;
	color: #000066;
	margin: 0;
}

A
{
	color: #0000cc;
	text-decoration: none;
}

A:hover
{
	color: blue;
	text-decoration: underline;
}

TD
{
	font-size: 90%;
}

SMALL
{
	font-size: 75%;
}

/*=== TOP AND SECOND STORIES ========================================*/

.TopStoryHeadline
{
	FONT-FAMILY: Verdana, sans-serif;
	margin: 0;
	font-weight: bold;
	font-size: 140%;
}

.TopStoryLede
{
	font-size: 115%;
	font-weight: 500;
}

.SecondStoryHeadline
{
	FONT-FAMILY: Verdana, sans-serif;
	margin: 0;
	font-weight: bold;
	font-size: 125%;
}

.SecondStoryLede
{
	margin: 0;
}

.SectionTitle
{
	background-image: url('/images/layout/sectionheadergradient.gif'); background-repeat: repeat-x;
	FONT-FAMILY: Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #000066;
	text-decoration: none;
	padding: 1px 1px 1px 4px;
	margin: 0 0 0 0;
	border: 1px solid #c8d7ee;
	background-color: #abcdff;
}

.SectionTitle A
{
	color: #000066;
}

.SectionHeadline
{
	font-size: 75%;
}

.SectionBackground
{
	padding: 4px 3px 3px 3px;
	border-left: 1px solid #c8d7ee;
	border-right: 1px solid #c8d7ee;
	border-bottom: 1px solid #c8d7ee;
	background-color: #FFFCF0;
}

.SectionSubtitle
{
	margin: 3px 0 3px 2px;
}

.SectionSubtitle A
{
	FONT-FAMILY: Verdana, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #0000aa;
}

/*=== NEWS SECTIONS / ARTICLE LISTS =================================*/

.FrontPageNewsLink
{
	font-size: 90%;
}

.FrontPageNewsLink UL
{
	margin-top: 0px;
	margin-left: 0;
	padding-left: 1.3em;
	margin-bottom: 10px;
}

.FrontPageNewsLink LI
{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}






/*=== COLUMNS =======================================================*/

.FrontPageColumnTitle
{
	font-weight: bold;
	margin: 0;
}

.FrontPageColumnAuthor
{
	margin: 0;
	font-weight: bold;
	font-size: 85%;
}

.FrontPageColumnText
{
	margin-top: 5px;
}



/*=== COMMUNITY ARTICLES ============================================*/

.CommunityTitle
{
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	position:relative;
	
}

.CommunityTitleSupplement
{
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	text-align:left;
}

.CommunityText
{
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 3px;
	font-size: 90%;
}

.CommunityBox
{
	width: 100%;
	clear: left;
}

.CommunityBox .FloatBox
{
	float: left;
	width: 70Px;
}

.CommunityBox .FloatBoxSupplement
{
	float: left;
	width: 20Px;
}


* html .CommunityBox p
{ /* IE 3px jog hack*/
	height: 1%;
}



/*=== COMMUNITY ARTICLES ============================================*/

.tagline
{
	font-size: 11px;
}

.tagline a
{
	text-decoration: none;
}

.tagline a:hover
{
	text-decoration: underline;
}

.copyright
{
	font-size: 11px;
}

.copyright A
{
	text-decoration: none;
}

.menu
{
	font-size: 12px;
	font-weight: bold;
}

.menu A
{
	text-decoration: none;
	color: #000099;
}

.menu A:hover
{
	text-decoration: underline;
	color: #0000cc;
}

.homeimage
{
	border: 1px solid #999999;
	margin-left: 10px;
	margin-bottom: 10px;
}

.faq a
{
	text-decoration: none;
}

.faq a:hover
{
	text-decoration: underline;
}

/*=== NAVIGATION BAR ============================================*/
#menuContainer
{
	position: relative;
	text-align: left;
}

#menuItems
{

}

#navMenuContent
{
	color: #0000cc;
}

#navMenuContent A
{
	color: #0000cc;
}

#navMenuContent div A
{
	color: #0000cc;
}

#navMenuContent div A:hover
{
	color: blue;
}

#dropDownContainer
{
	width: 320px;
	position:absolute;
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropDownMenu A
{
	color: blue;
}

#dropDownMenu
{
	color: blue;
	font-family: Verdana, sans-serif;
	width: 300px;
	position:absolute;
	left: 0;
	top: 0;
	font-size: 11px;
	line-height: 1.4em;
}

.dropDownMenuHeader
{
	padding: 1px 1px 1px 4px;
	margin: 0 0 3px 0;
	background-image: url('/images/layout/sectionheadergradient.gif'); background-repeat: repeat-x;
	border: 1px solid #c8d7ee;
	background-color: #abcdff; /*#D9E8FF;*/
	/*margin-left: -3px;*/
	line-height: 1.4em;
	color: #000066;
	font-size: 13px;
	font-weight: bold;

}

.TopStoryImage
{
	border: 1px solid #000066;
	margin-right: 10px;
}

.SecondStoryImage
{
	border: 1px solid #000066;
}

img {border: none}
a img {border: none}

hr {border: 0; border-top: 1px solid #AEB7D4; color: #AEB7D4; height: 1px; font-size: 1px; margin: 0; padding: 0; display: block; clear: both}

.MainTable {border: 1px solid #002c60; display: block; width: 750px;}
#right {width: 190px; height: auto; padding: 8px 0 6px 4px; display: block; float: left; text-align: center; background: #ADB8D3}
#content {width: 750px; display: block; }
#pageContent { text-align:left; padding-left:6px; padding-right:6px;}
#center {width: 560px; padding: 6px; display: block; float: left; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #eeeeee;}

.urgent
{
    font-weight: bold;
    color: #FF0000;
    margin: 0.5em;
}

.success
{
    font-weight: bold;
    color: #008800;
}

#ads { padding: 6px; display: block; background-image: url('/images/layout/ads.gif'); background-repeat: no-repeat; }
#ads img { border:1px solid #747C8E; background: white; }

#mainnav { 	FONT-FAMILY: Verdana, sans-serif; font-size: 10px; font-weight: bold; padding-bottom: 5px; display: block; }
#mainnav A
{
	color: #000066;
	border-left: 1px solid #b2d1ff;
	border-right: 1px solid #b2d1ff;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
/*	border-top: 1px solid #92AFDB;*/
	border-left: 1px solid #92AFDB;
	border-right: 1px solid #8CA7D1;
	border-bottom: 1px solid #859EC7;

	background-color: #B8D4FF;

}
#mainnav A:hover
{
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	color: #000066;
	background-color: #cce1ff;
}

#sectionnav { vertical-align: middle; width: 590px; height: 20px; padding-top: 1px; font-size: 11px; background-image: url('/images/layout/nav_section.gif'); color: #000066; }
#sectionnav A { color: #000066; }
#sectionnav A:hover { color: #000066; }

#currentpublication { color: #000066; font-size: 10px; font-weight: normal; padding-bottom: 6px; line-height: 100%; }
#currentpublication A { color: #000066; text-decoration: none; }

#main { margin: 10px; }

#topbar { position:relative; top: -9px; padding-bottom: 0px; }

#topbar2 { position:absolute; top: -1px; padding-bottom: 0px; }

.classified H2
{
	border-top: 0px; padding-top: 0px; margin: 0;
	color: #000099;
}

.ad
{
	border: 1px solid #747C8E;
}

.newsimage
{
	border: 1px solid #747C8E;
}

#articlecontent img
{
	border: 1px solid #747C8E;
}

#newsletterSubscribeMini { text-align:center; border: 1px solid #747C8E; width:125px; height: 105px; background-color: #FFFFFF; }

#RSSSubscribe { text-align:center; border: 1px solid #747C8E; width:125px; height:60px; background-color: #FFFFFF; }

.nicebutton
{
 	FONT-FAMILY: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	display:block;
	border-top: 1px solid #92AFDB;
	border-left: 1px solid #92AFDB;
	border-right: 1px solid #8CA7D1;
	border-bottom: 1px solid #859EC7;
	background: #cce1ff;
	color: #000066;
}

.supplementCategory
{
	padding:0.5em;
	padding-top: 0.1em;
}


.sectionLink
{
	padding:0.5em;
	font-weight:bold;
	font-size:150%;
	margin:0.1em;
	background-color:#D6E6FF;
	border-bottom: 1px solid #666E7A;
	border-right: 1px solid #666E7A;
}

.sectionLink a 
{
	color:#000066;
}

.sectionLink:hover
{
	background-color:#DDEAFF;
}

.sectionLink:active
{
	background-color:#99C1FF;
	border-bottom: 1px solid #D6E6FF;
	border-right: 1px solid #D6E6FF;

}

.frmLabel,.frmInput {
	display: block;
	width: 60%;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, Sans-Serif;
}

.frmLabel {
	text-align: right;
	width: 25%;
	padding-right: 20px;
}

#frmAddListing br {
	clear: left;
}

/*
 * BEGIN Advertisements CSS - Global Effect
 * This CSS is used in the custom control for adverts, and thus has a global effect.
 */

.adError { text-align: center; color: #7F0000; font-weight:bold; }
.adHeader { font-size: 140%; font-weight:bold; text-align:center; }
.adContact { padding:0.5em; padding-bottom:0; }
.adTable { border: 1px solid #000; }
.adDescription { text-align:justify; }
.adText { line-height: 1.5em; }
.adDiv { border-bottom:1px solid #D6E6FF; margin: 0 1%; padding: 1%;}
.adImage { float:right; margin:1em; }

#supplementsTable {border-collapse: collapse; }
#supplementsTable .trBorder td { border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
#supplementsTable .trBorderLeft { border:1px solid #ccc; border-right: none; }
#supplementsTable .trBorderRight { border:1px solid #ccc;border-left:none; }
.trBorder { }

/*
 * END Advertisements CSS
 */