/**********************************************\

                OVERALL LAYOUT

\**********************************************/

body {
	background-image: url(/pages/_images/page_background.jpg);
	background-repeat: repeat-x;
	background-color: #781111;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

div#HomeWidth {
	width: 744px;
	text-align: left;
	margin: 0 auto;
}



/**********************************************\

                 BANNER AREAS

\**********************************************/

div#HomeBanner {
	height: 132px;
}

div#HomeBannerLeft {
	float:left;
}

div#HomeBannerRight {
	float:left;
}


/**********************************************\

                THE TOP NAVBAR

\**********************************************/
div#TopNavbar {
	height: 20px;
	width: 510px;
	padding: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #881111;
}

div#TopNavbar a {
	color: #881111;
	text-decoration: none;
}

div#TopNavbar a:hover {
	text-decoration: underline;
}




/**********************************************\

                MIDDLE ROW 1

\**********************************************/


div#HomeMiddle1 {
	height: 330px;
	margin-top: 7px;
}

div#BigAd {
	float: left;
	width: 554px;
	height: 315px;
	border: 1px solid black;
	background-image: url(/pages/_images/home_big_ad_background.jpg);
}

div#UpcomingEvents {
	float: right;
	width: 172px;
	background-color: #FFE;
	background-image: url(/pages/_images/this_week_at_due_west.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 296px;
	border: 1px solid black;
	padding: 17px 3px 2px 3px;
}





/**********************************************\

                MIDDLE ROW 2

\**********************************************/


div#HomeMiddle2 {
	height: 100px;
}

div#HomeMiddle2 div {
	float: left;
	width: 178px;
	height: 88px;
	overflow: hidden;
	margin-right: 8px;
	border: 1px solid black;
}

div#HomeMiddle2 {
	margin-right: -8px;
}




/**********************************************\

                 FOOTER AREA

\**********************************************/

div#HomeFooter {
	height: 250px;
	padding: 15px 30px 0px 30px;
	color: #F0E8B8;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

div#AddressInfo {
	height: 90px;
	float: right;
	border-left: 1px solid #F0E8B8;
	padding: 0px 0px 0px 35px;
	margin: 0px 35px 0px 0px;
}

div#BottomNavbar {
	float: right;
	width: 440px;
	font-size: 13px;
	margin-top: 6px;
	clear: left;
}

div#CopyrightInfo {
	float: right;
	width: 150px;
	margin-top: 20px;
}

div#HomeFooter a {
	color: #F0E8B8;
	text-decoration: none;
}

div#HomeFooter a:hover {
	color: white;
	text-decoration:underline;
}







/**********************************************\

      THE MAIN HOME NAVBAR AND SUB-MENUS

\**********************************************/

div#HomeNavbar {
	margin-top: 7px;
	height: 40px;
	background-image: url(/pages/_images/homepage_navbar_background.gif);
}

	div#FandTdiv {
		float: right;
		padding-right: 8px;
	}

div#HomeNavbar a img {
	margin: 3px 0px 2px 3px;
	border: 1px solid white;
}

div#HomeNavbarMenus {
	position: relative;
	width: 750px;
	height: 1px;
}

div#HomeNavbarMenus div {
	position: absolute;
	width: 155px;
	border: 2px solid #800000;
	background-color: #666;
	display: none;
}

div#HomeNavbarMenus div a {
	display: block;
	width: 140px;
	float: left;
	margin-top: 0px;
	margin-bottom: 1px;
	line-height: 17px;
	padding-left: 8px;
	color: #F0E8B8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

div#HomeNavbarMenus div a:hover {
	padding-left: 9px;
	color: white;
	background-image: url(/pages/_images/navbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}








/*****************************************\
|*                                       *|
|*             THE SCROLLER              *|
|*                                       *|
\*****************************************/

#ddScroller{
	height: 256px;
	background-color: #FFE;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 19px;
}

.ddScrollerClass{ //class to apply to the scroller(s) if desired
}

#ddScrollerButtons{
	height: 35px;
	background-color: #D0D0C0;
	text-align: center;
	border: 1px solid gray;
	padding: 1px;
}

#ddScrollerButtons a {
	padding:0px;
	margin:0px;
	position: relative;
	top: 1px;
	left: 1px;
}

#ddScrollerButtons a:hover {
	padding:0px;
	margin:0px;
	top: -1px;
	left: -1px;
}

.ddScrollerButtonsClass{ //class to apply to the scroller(s) if desired
}

a.EventName {
	font-size: 120%;
	font-weight: bold;
}

a.EventName:link,a.EventName:visited {
	color: #000099;
}

a.EventName:hover,a.EventName:active {
	color: #990000;
}

span.EventLabel {
	font-weight: bold;
}

span.SmallBreak {
	font-size: 6px;
	line-height: 6px;
}