﻿body 
{
	margin: 0px auto;
	font-family:Univers Condensed, Arial, Verdana;
	background-color:#fff;
}
FORM {padding:0; margin:0}
DIV {padding:0; margin:0}


/* Home Page divs ----------------------------------------------- */
DIV.homeTop
{
	overflow:auto;
	height:192px;
	background-image:url(/Images/home_mid_bkg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
DIV.homeTop P.text
{
	color:#007dc6;
	font-size:14px;
	padding: 0px 500px 0px 58px;
}
DIV.homeTop P.tag
{
	color:#000;
	font-size:22px;
	padding: 0px 500px 0px 58px;
	margin:0;
}
DIV.homeTop DIV.brd 
{
	width:160px; 
	border:solid 1px #ccc;
	background-color:#eee;
	color:#007dc6;
	font-size:14px;
	padding:5px;
}
DIV.homeTop A:link {text-decoration:none; color:#b8292f;}
DIV.homeTop A:visited {text-decoration:none; color:#b8292f;}
DIV.homeTop A:active {text-decoration:none; color:#b8292f;}
DIV.homeTop A:hover {text-decoration:underline; color:#b8292f;}


DIV.homeBottom 
{
	height:203px;
	background-image:url(/Images/home_bottom_bkg.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-left: 109px;
	padding-right:470px;
}
DIV.homeBottom P.text
{
	color:#333;
	font-size:20px;
	font-weight:bold;
	margin-top:-2px;
}

/* Main template divs ------------------------------------------- */
DIV.subMenu 
{
	height:40px;
	background-image:url(/Images/main_submenu_bkg.png);
	background-repeat:no-repeat;
	background-position:right;
}
DIV.subMenu A:link, DIV.subMenu A:visited 
{
	font-family:Arial;
	font-size:12px;
	color:#666;
	text-decoration:none;
	padding-left:18px;
}
DIV.subMenu A:hover 
{
	text-decoration:underline;	
}

DIV.mainTop 
{
	overflow:auto;
	background-image:url(/Images/main_right_bkg.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:35px;
	padding-right:300px;
}
DIV.mainTop DIV.text 
{
	padding-left:25px;
}
DIV.mainTop P.title 
{
	font-size:16px;
	color:#0066cc;
}
DIV.mainTop P.text 
{
	padding-left:25px;
	font-size:12px;
}

DIV.mainTopFlash 
{
	overflow:auto;
	background-image:url(/Images/main_right_full_bkg.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:35px;
	padding-right:20px;
}

DIV.bottomLeft 
{
	height:96px;
	background-color:#fff;
	background-image:url(/Images/main_bottomleft_bkg.gif);
	background-position:left;
	background-repeat:no-repeat;
}


/* Content div ----------------------------------------------------- */
DIV.page 
{
	width:950px;
	margin:0px auto;
}
DIV.content 
{
	background-color:#fff;
}

.topBorder 
{
	height:4px;
	width:100%;
	background-color:#b8292f;
}

.tblMain
{
	width:950px;
}

.tblMain TD.red 
{
	height:21px;
	background-image:url(/Images/main_red_bkg.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#b8292f;
}

.tblMain TD.menu_home 
{
	height:46px;
	background-color:#fff;
	background-image:url(/Images/main_menu_bkg.gif);
	background-repeat:no-repeat;
}

.tblMain TABLE.tblMenu 
{
	width:915px;
	font-size:13px;
}

.tblMain TABLE.tblMenu TD
{
	vertical-align:top;
	white-space:nowrap;
	padding-right:30px;
	padding-bottom:8px;
}

.tblMain TABLE.tblMenu TD A:link, .tblMain TABLE.tblMenu TD A:visited 
{
	text-decoration: none;
	color:#0066cc;
	border-bottom: 0; 
}
.tblMain TABLE.tblMenu TD A:hover 
{
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: solid 4px #f00;
	font-weight: normal; 
}

/* Map div ----------------------------------------------------- */

DIV.MAPsubMenu 
{
	height:40px;
	background-image:url(/Images/map_submenu_bkg.png);
	background-repeat:no-repeat;
	background-position:right;
}

DIV.MAPTop 
{
	overflow:auto;
	background-image:url(/Images/map_right_bkg.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:35px;
	padding-right:300px;
}

.tblMain TD.MAP_home 
{
	height:46px;
	background-color:#fff;
	background-image:url(/Images/map_menu_bkg.gif);
	background-repeat:no-repeat;
}


/* Footer div --------------------------------------- */
DIV.footer_content 
{
	height:21px;
	background-color:#b8292f;
	background-image:url(/Images/main_footer_bkg.gif);
	background-repeat:no-repeat;
	background-position:left;
}
DIV.footer
{
	text-align:center;
	background-image:url(/Images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:25px;
	color:#fff;
	font-size:11px;
	height:106px;
	margin-top:-10px;
}
DIV.footer A:link, DIV.footer A:visited 
{
	color:#fff;
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
}
DIV.footer A:hover 
{
	color:#007dc6;
	text-decoration:underline;
}


/* Text styles ---------------------------------------- */
.smGray 
{
	font-family:Arial;
	font-size:12px;
	color:#666;
}
.redBold 
{
	color:#f00;
	font-weight:bold;
}
.eventmonth
{
	color:#FFFFFF;
	background-color:#b7292f;
	border:#666666 1px solid;
	font-size:14px;
}
.eventdate
{
	text-align:center;
	font-weight:bold;
	color:#0066cc;
	width:100px;
	vertical-align:top;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
	font-size:14px;
}
.event
{
	width:400px;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
	font-size:12px;
}
