@charset "utf-8";


/* CSS Document */

body, .newsheading, .newssummary, .linkbox h2, .linkbox h3  {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, .boxheader, .linkbox h1 {
	font-family: "HelveticaNeueLT Std", HelveticaNeue, "Helvetica LT Std", Helvetica, Arial, sans-serif; 
/*	font-family: "Helvetica LT Std", Helvetica, Arial, sans-serif; */
/*	font-family: Helvetica, Arial, sans-serif; */
}

body {
	background-color: #4f0907;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 9pt;
}

#container {
	text-align: left;
	margin: 0px auto 0 auto;
	width: 890px;
}

#header {
	background:url(assets/images/header_bg.jpg) repeat-x #4f0907;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	margin: 0 0 0 0;
	color: #990000;
/*	border-style: none solid none solid;
	border-color: #000000;
	border-width: 1px; */
}
#headerContent {
	vertical-align: bottom;
	top: 10px;
	position: relative;
}
#header .sep {
	width: 14px;
	padding-left: 7px;
	padding-right: 7px;
}
#header a.cat {
	color: #FFCC99;
}
#header a.subcat {
	color: #FFCC99;
/*	font-size: 12pt; */
}
#mainContent {
	background: url(assets/images/home_bg.jpg) #811c1a no-repeat;
	color: #FFFFFF;
	padding: 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0;
/*	border-width: 1px;
	border-style: none solid none solid;
	border-color: #000000; */
	clear: both;
	position: relative;
}
#footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #ffffff;
	font-size: 10px;
/*	border-width: 1px;
	border-style: solid none none none;
	border-color: #000000; */
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.left {
	text-align:left;
	float: left;
} 
.right {
	text-align:right;
	float: right;
} 
#col21 {
	width: 50%;
	margin-right: 10px;
	float: left;
}
#col22 {
	float: right;
	width: 48%;
}


sup {
	font-size: 80%;
}

h1 {
	background:url(assets/images/h1Bg.gif) repeat-y #72130C;
	text-transform:uppercase;
	font-size:14pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	min-height: 20px;
	padding: 5px 15px 3px 15px;
}

h2 {
	font-size:14pt;
	font-weight: normal;
	margin-top: 15px;
	padding: 0 0 0 0;
	margin-bottom: 0px;
	color: #FFFFFF;
}
h3 {
	font-size:12pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}
h4 {
	background-image: url(assets/images/back_bg.jpg);
	background-repeat: repeat-y;
	font-size:10px;
	font-weight: normal;
	text-align: right;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 75px;
	background-position: 5px;
}
p {
	margin-top: 4px;
}
a:link, a:visited, a:active {
	color: #FCBEB7;
	text-decoration: none;
}
a:hover {
/*	background-color: #CC0000; */
	color: #FFFFFF;
	text-decoration: none;
}
#footerLinks {
	color: #000000;
}
#footerLinks a:link, #footerLinks a:visited, #footerLinks a:active {
	color: #000000;
	text-decoration: underline;
}
#footerLinks a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.shadecell {
	background-image: url(assets/images/square_blank.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.newsheading {
	font-size: 12px;
	color: #FFFFFF;
}
.newssummary {
	font-size: 10px;
	color: #FFFFFF;
}

/*
#article h2 {
	width: 290px;
	background:url(../assets/images/h1Bg.gif) repeat-y;
	background-position: 0px;
	font-size:12px;
	font-weight: normal;
	text-align: left;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: -15px;
}

#article h3 {
	font-size:12px;
	float: left;
	padding-right: 20px;
	width: 151px;
	background-position: 0px;
}
*/
#article {
	width: 60%;
	margin-right: 10px;
	float: left;
}
#sidebar {
	float: right;
	width: 28%;
}

.leaderdesc {
	font-size: 10px;
	vertical-align: top;
}
.boxheader {
	background:url(assets/images/h2Bg.gif) repeat-y #72130C;
	margin: 0 -15px 5px -15px;
	padding: 2pt 0 1pt 15px;
	visibility: visible;
	background-color: #71130C;
	font-size: 10.5pt;
}

.boxheader a:active, .boxheader a:visited, .boxheader a:link {
	color: #FFFFFF;
}

.box, .linkbox {
	padding: 0 15px 1px 15px;
	background-color: #660000;
}

.linkbox a:hover, .linkbox a:active, .linkbox a:visited, .linkbox a:link {
	font-weight: normal;
	text-decoration: none;
/*	color: #FFFFFF; */
}

.linkbox h1, .linkbox h2, .linkbox h3 {
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: none;
	text-align: left;
	float: none;
	width: auto;
}
.linkbox h1 {
	font-size: 10.5pt;
	font-weight: normal;
}
.linkbox h2 {
	font-size: 9pt;
	font-weight: normal;
}
.linkbox h3 {
	font-size: 9pt;
	font-weight: normal;
}

.linkbox p {
	margin: 0 0 20px 0;
/*	color: #CCCCCC; */
	color: #FFFFFF;

	font-size: 8pt;
}
