@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image: url(../images/footer.jpg); /*put this here because footer can't vertically expand forever (height) */
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

p { margin:0px; }

h3 {
	font-style: italic;
	color: #0099cc;
	margin: 0px;
	font-size: 18px;
}

h4{
	margin: 0px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #0099cc;
}

/*this houses the 5 row, 1 col table that contains all content */
.pagecontainer {
	margin-left:auto;
	margin-right:auto;
	
}

/*contains the background only */
.header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;	
}


.headercontent{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	padding-bottom:0px;
	background-image: url(../images/logo.jpg);
	height: 79px;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-left: 0px;
}

/* This container enables the repeating of the blue background forever */
.slideshow {
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg-repeat-tst.jpg);	
}

/*this houses the patern overlay for transparent png of the slides*/
.slideshowcontent {
	background-image: url(../images/backgroundtest.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height: 396px;
}

.innerslideshowcontent {
	background-image: url(../images/backgroundtest.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	
}

/*The mid grey section has a slight vertical (top>bottom) gradient, this repeats that*/
.mid {
	background-image: url(../images/mid-grey-bg-repeat.jpg);
	background-repeat: repeat;
	
}

/*towards the center there is a slight dark-grey shadow/gradient, this container houses that*/
.midcontent {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/mid-grey-bg-norepeat.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:850px;
	padding-top:20px;
	padding-bottom:20px;
	color: #FFFFFF;
	padding-right: 0px;
	line-height: 22px;
}

.midcontent a{
	color: #0099cc;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.midcontent a:hover {
	text-decoration:underline;
}

/*The mid grey section has a slight vertical (top>bottom) gradient, this repeats that*/
.greybar {
	background-image: url(../images/grey-bar.png);
	background-repeat: repeat-x;
	
}



/*this contains the light grey background */
.lower {
	background-image: url(../images/light-grey.jpg);
	background-repeat: repeat;	
}

.lowercontent {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	padding-bottom: 30px;
}

.lowercontent a{
	color: #0099cc;
	font-style: italic;
	font-weight: bold;
}
.lowercontent a:hover{
	text-decoration:none;
}

/*no extra layer since there is no background to apply, background was applied at the body level */
.footer{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	color: #999999;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding-top: 10px;
	padding-bottom:45px;
}
td {
	vertical-align: top;
}

.innersubnav{
	vertical-align: top;
}

.innersubnav a{
	color: #999999;
	text-transform: uppercase;
	line-height: 44px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	
}

.innersubnav a:hover {
	color: #666666;
}

.lightgreytext {
	color: #666666;
}


#navlist2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size:11px;
	color:#1A1819;
	text-transform:none;
	font-weight:bold;
	list-style:none;
	margin:0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.newsdate {
	font-weight:bold;
}

.newsimage {
	vertical-align:middle;
	padding-right: 10px;	
}

.newsimage img {
	border:none;
}

/* -------- Featured -------- */

.featuredimage img {
	border:0;
	width:940px;
	height:289px;
}

.featuredinfo { 
width:940px; margin:0;padding:0;
height:44px; margin-top:-2px;
background:#c5c5c5; text-align:center;
color:#fff;
font-size:14px; padding:12px 0 0 0; z-index:2000;
}

	.featuredinfo a { 
	color:#fff;
	text-decoration:none;
	}

	.featuredinfo a:hover { 
	color:#fc4c1a;
	text-decoration:none;
	}


img{border:none;}
