﻿@import "/css/lightbox.css";

body 
{
	background-color: #aaaaaa;
	text-align: center;
	color: black;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: repeat-x;	
	font-size: 100%;	
	font-family: "Lucida Grande",Tahoma;
}

/****************************************
Header
****************************************/
#dvHeader
{
	width: auto;
	min-width: 1024px;
	height: 120px;
	max-height: 120px;
	min-height: 120px;
	border-bottom: solid 2px #333333;
	text-align: left;
	margin-top: 0px;
	padding-top: 20px;
	overflow: hidden;
	background-color: White;
}

#dvHeader img.logo
{
	margin-left: 10px;
}

#dvHeader .headerTop
{
	height: 60px;
	width: auto;
	min-width: 1024px;
	text-align: left;
	clear: right;
}

#dvHeader .headerMiddle
{
	margin-top: 0px;
	text-align: left;
	min-width: 1024px;
	width: auto;
	height: 14px;
	border-top: gray 1px dotted;
	border-bottom: gray 1px dotted;
	padding-top: 5px;
}

#dvHeader .headerBottom
{
	clear: both;
	margin-top: 10px;
	text-align: left;
	height: 15px;
	width: auto;
	min-width: 1024px;
}

#dvHeader .headerBottom .subArea
{
	margin-top: -35px;
	float: right;
	right: 0;
}

#dvHeader .headerBottom .date
{
	float: left;
	margin-left: 10px;
}

/********************
Header ULS
********************/
#dvHeader ul.sub
{
	float: right;
	margin-top: -5px;
	padding: 0px;
	white-space: nowrap;
}
#dvHeader ul.sub li
{
	list-style-type: none;
	display: inline;
}

#dvHeader ul.sub li a
{
	text-decoration: none;
	padding: 0px 10px;
	font-size: 1.0em;
	color: black;
}

#dvHeader ul.sub li a:hover
{
	text-decoration: underline;
}

#dvHeader ul.dateLine
{
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 0.8em;
	white-space: nowrap;
}
#dvHeader ul.dateLine li
{
	list-style-type: none;
	display: inline;
}

#dvHeader ul.dateLine li a
{
	text-decoration: underline;
	padding: 0px 20px;	
	color: Black;
}

#dvHeader ul.dateLine li a:hover
{
	color: white;
	background-color: gray;
}

#dvHeader ul.navTab
{
	float: left;
	margin-top: -8px;
	padding: 0px;
	white-space: nowrap;
}
#dvHeader ul.navTab li
{
	list-style-type: none;
	display: inline;
	border-right: dotted 1px gray;
}

#dvHeader ul.navTab li a
{
	text-decoration: none;
	padding: 0px 10px;
	font-size: 1.2em;
	color: black;
}

#dvHeader ul.navTab li a:hover
{
	color: #b70000;
}

/****************************************
Main body
****************************************/
/* Top Stories */
#dvFlashArea
{
	width: 910px;
margin-left: 0px auto;
margin-right: 0px auto;
margin: 0px auto;
height: 185px;
padding-top: 5px;
	margin-top: 5px;
background-color: white;
        border-left: solid 2px black;
border-top: solid 1px black;
border-right: solid 1px black;
border-bottom: solid 2px black;
	-moz-border-radius-topleft: 14px;
	-webkit-top-left-border-radius: 14px;
	-webkit-bottom-right-border-radius: 14px;
	-moz-border-radius-bottomright: 14px;
}
#dvAnnouncements
{
	margin-top: 5px;
	width: 899px;
	min-width: 899px;
	overflow: hidden;
	height: 98px;
	min-height: 98px;
	margin-left: auto;
	margin-right: auto;
	background-color: gray;
	border-right: #0a0a0a 1px solid;
	border-top: #0a0a0a 1px solid;
	border-left: #0a0a0a 2px solid;
	border-bottom: #0a0a0a 2px solid;
}

#dvAnnouncements:hover
{
	background-color: black;
}
#dvMiddleBody
{
	width: 100%;
	background-color: #333333;
	/*background-color: #aaaaaa;
	background-image: url(/images/test.jpg);*/
	background-image: url(/images/bg_felt.gif);
	background-position: left top;
	background-repeat: repeat;
	text-align: center;
	overflow: hidden;
	clear: both;
}
#dvMiddleBody2
{
	background-image: url(/images/cesbg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#dvContentZone
{
	width: 910px;
	min-width: 910px;
	max-width: 910px;
	background-color: White;
	border-top: solid 1px #0a0a0a;
	border-left: solid 2px #0a0a0a;
	border-right: solid 1px #0a0a0a;	
	border-bottom: solid 2px #0a0a0a;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	overflow: hidden;
		-moz-border-radius-topleft: 14px;
	-webkit-top-left-border-radius: 14px;
	-webkit-bottom-right-border-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	
}
#dvContentZone #dvRightContent
{
	min-width:230px;
	width:230px;
	max-width: 230px;
	float: right;
	text-align: center;	
	margin-right: 5px;
}
#dvContentZone #dvLeftContent
{
	float: left;
	min-width:230px;
	width:230px;
	max-width: 230px;
	float: left;
	margin-left: 5px;
	text-align: center;
}

.lblTime
{
	color: Black;
	font-family: "lucida grande", helvetica, Arial, 'Trebuchet MS', Verdana, Courier New;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bolder;
}

#dvContentZone #dvCenterContent
{
	min-width:425px;
	width:425px;
	max-width: 425px;
	float: right;	
	text-align: center;
}

#dvFeaturedCol, #dvStickiedCol, #dvTodayCol
{
	width: 97%;
	min-height: 500px;
	overflow: visible;
	color: Black;
	border-left: dotted 1px black;
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;
	border-right: dotted 1px black;
	background-color: White;
	padding-left: 5px;
	margin-top: 5px;
}

#dvTodayCol
{
	margin-left: 0px;	
}

#dvFeaturedCol a, #dvStickiedCol a, #dvTodayCol a
{
	color: #5C3317;
	font-size: 1.3em;
	font-family: arial, serifSansSerifMonospace;
	text-decoration: none;
	font-weight: bold;	
	letter-spacing: 0px;
}

#dvFeaturedCol dl, #dvStickiedCol dl, #dvTodayCol dl
{	
	margin-top: 0px;
}

#dvFeaturedCol dt, #dvStickiedCol dt, #dvTodayCol dt
{
	color: #2b2c2d;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#dvFeaturedCol dd, #dvStickiedCol dd, #dvTodayCol dd
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	padding-bottom: 6px;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #2b2c2d;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#dvFeaturedCol a:hover, #dvStickiedCol a:hover, #dvTodayCol a:hover
{
	color: #215E21;
	text-decoration: none;
}

#dvTodayCol
{
	text-align: left;	
}

#dvFeaturedCol
{
	text-align: left;
}

#dvStickiedCol
{
	text-align: left;
}

h3.E3Today
{
	font-family: helvetica,arial,"sans serif";
	font-size: 1.4em;
	color: Black;
	letter-spacing: normal;
	font-weight: bold;
	width: 98%;
	border-bottom: solid 1px black;
	line-height: 25px;
}

h3.E3Stickied
{
	font-family: helvetica,arial,"sans serif";
	font-size: 1.4em;
	color: Black;
	letter-spacing: normal;
	font-weight: bold;
	width: 98%;
	border-bottom: solid 1px black;
	line-height: 25px;
}

h3.E3Featured
{
	font-family: helvetica,arial,"sans serif";
	font-size: 1.4em;
	letter-spacing: normal;
	color: Black;
	font-weight: bold;
	width: 98%;
	border-bottom: solid 1px black;
	line-height: 25px;
}

/*****************************************
FOOTER
*****************************************/

#dvFooter
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	font-size: 1.1em;
	height: 140px;
	min-height: 140px;
	max-height: 140px;
	background-color: gray;
	overflow: hidden;
	border-top: #0a0a0a 2px solid;
	border-bottom: black 4px solid;
}

#dvFooter ul
{
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 0.8em;
	white-space: nowrap;
}
#dvFooter ul li
{
	list-style-type: none;
	display: inline;
}

#dvFooter ul li a
{
	text-decoration: underline;
	padding: 0px 20px;	
	color: Black;
}

#dvFooter ul li a:hover
{
	color: white;
	background-color: gray;
}