body { margin: 0px; padding:0px; background:#98012e; }
body, td, th, div, li, select, input, textarea { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
body, td, th, div, li { vertical-align:top; }
form { margin: 0px; padding: 0px; }
a img { border: 0px; } 
a { font-weight:bold; color:#495978; text-decoration:none; }
a:hover { text-decoration:underline; }
div.spacer { clear:both; font-size:0px; }

h1 { margin: 4px 0px 10px 0px; padding:0px; font-size:24px; font-weight:bold; }

/* For Crazy IE Peekaboo Bug */
div { line-height:1.2; }
ul { margin-left:14px; padding-left:0px; }

.container {width:780px; margin:0px auto;}
 
.subHeader {height:22px; font-size:0px; background:url(/images/subHeader.jpg) no-repeat; padding:6px 0px 0px 10px;}
.sub {border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc; padding:10px;}

/* To Make Sure Google Maps Buttons Are Centered & Links Can Be Seen*/
.gmnoprint div div { text-align:center; color:#000000; } 
#gmapDirHead a { color:#990000; }
#gmapDirHeadFrom a { color:#990000; }
#gmapDirHeadTo a { color:#990000; }
#gmapmarker { color:#000000; }
.gmapDirButton { text-align:center; }

/* Legends And Fieldsets */
legend { background-color:#FFF; padding:2px 8px 3px 8px; border:1px dotted #666; font-weight:bold; color:#666; font-size:11px; text-transform:uppercase; }
fieldset { border:1px solid #BBB; color:#666; padding:10px; }
fieldset { position: relative; } /* For Crazy IE Background Color Bleed Bug */
legend { position: absolute; top: -10px; left:2px; } /* For Crazy IE Background Color Bleed Bug */

#errorBox, #warningBox, #confirmBox { font-size:14px; font-weight:bold; padding:5px 10px 3px 10px; border: 2px solid #ddd; margin:10px auto; text-align:center; width:95%; }
#errorBox { background: #FBE3E4; color: #BF777A; border-color: #FBC2C4; }
#errorBox a { color: #BF777A; }
#warningBox { background: #FFF6BF; color: #514721; border-color: #FFD324; }
#warningBox a { color: #514721; }
#confirmBox { background: #E6EFC2; color: #9EAF57; border-color: #C6D880; }
#confirmBox a { color: #9EAF57; }

.contentHeader { font-size:24px; font-weight:bold; padding:0px; margin:6px 0px 6px 0px; }
.contentBody { padding:5px; line-height:20px; }
.contentBody div { line-height:20px; } 


/* Basic; Full Width; Default */
.eventTitleLink { font-size:15px; margin-top:10px; display:block; }
.eventDates { font-size:11px; text-transform:uppercase; font-weight:bold; color:#888; }
.eventContent { font-size:11px; }
.eventSubContent { font-size:11px; line-height:14px; }
.eventPicture { border:1px solid #EEE; padding:2px; float:left; margin:0px 5px 5px 0px; }
.eventReadMoreLink { display:block; }
.eventDivider { clear:both; height:10px; margin-bottom:5px; border-bottom:#CCC dashed 1px; font-size:0px; }
.eventShowAllLink { width:60%; text-align:center; border:1px solid #AAA; border-width:1px 0px; padding:3px 0px 2px 0px; margin:10px auto 5px auto; display:block; } 


/* Basic; Full Width; Default */
.newsTitleLink { font-size:15px; margin-top:10px; display:block; }
.newsContent { font-size:12px; line-height:14px; }
.newsPicture { border:1px solid #EEE; padding:2px; float:left; margin:0px 5px 5px 0px; }
.newsReadMoreLink { display:block; text-align:right; }
.newsDivider { clear:both; height:10px; margin-bottom:5px; border-bottom:#CCC dashed 1px; font-size:0px; }
.newsShowAllLink { width:60%; text-align:center; border:1px solid #AAA; border-width:1px 0px; padding:3px 0px 2px 0px; margin:10px auto 5px auto; display:block; } 


/* For Category Display Functions 
 *   Each "subCategory" has its own class (eg. .category1, .category2 ...) to allow full customization
 *   but also uses .category as its base class.
 */
.category { margin-bottom:5px; padding-bottom:5px; border-bottom:#333 dashed 1px; }
.category1 { margin-left: 10px; } 
.category2 { margin-left: 15px; } 
.category3 { margin-left: 20px; }
.categoryLink { color:#0072BB; }


/*************/
/* SuperFish */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:		0px 0px 0px 0px;
	padding:	0;
	list-style:	none;
}
.sf-menu {
	margin:		0px 0px 0px 0px;
	line-height:	1.0;
}
.sf-menu ul {
	position:	absolute;
	top:			-999em;
	width:		10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:	100%;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:		left;
	position:	relative;
}
.sf-menu a {
	display:	block;
	position:	relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.2em; /* match top ul list item height */
	z-index:	99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*
.links { height:27px; font-size:0px;}
.links a {height:21px; color:#000; float:left; padding:6px 23px 0px 23px; font-size:12px; display:block;}
.links a:hover {height:21px; padding:6px 23px 0px 23px; float:left; color:#000; text-decoration:none; background:url(/images/linkBG2.jpg) repeat-x;}
*/

/*** DEMO SKIN ***/
.sf-menu { float:left; margin-bottom:1em; }
.sf-menu a { border-top:1px solid #000000; border-right:#CCC solid 1px; border-left:#FFF 1px solid; padding:7px 20px 7px 20px; text-decoration:none; font-size:13px; }

/* visited pseudo selector so IE6 applies text color */
.sf-menu a  { color:#000; }
.sf-menu a:hover  { color:#000; text-decoration:none; background:url(/images/linkBG2.jpg) repeat-x; }

.sf-menu li { background:none; }

.sf-menu li li { background:#98012E; }
.sf-menu li li a { background:#98012E; border:none; border-bottom:1px solid #5F122A; color:#FFF; padding:7px 10px 7px 10px }
.sf-menu li li a:hover { background:none; background-color:#EFE9A4; color:#000; }

.sf-menu li li li { background:#98012E; }
.sf-menu li li li a { background:#98012E; border:none; border-bottom:1px solid #5F122A; color:#FFF; padding:7px 10px 7px 10px }
.sf-menu li li li a:hover { background:none; background-color:#EFE9A4; color:#000; }



/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:			absolute;
	display:			block;
	right:				0em;
	top:					1.05em; /* IE6 only */
	width:				10px;
	height:				10px;
	text-indent: 	-999em;
	overflow:			hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,

.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/javascripts/superfish/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}








/*******************************************************************************
Drop-down nav
*******************************************************************************/

.dd_nav {
	background: #ffffff;
}

.dd_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd_nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

.dd_nav ul li a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.0em;	
}

.dd_nav ul li a:hover {
	background: #cccccc;
	color: #FFFFFF;	 
}

#dd0 ul li a { background: #FFF; color:#000; }
#dd0 ul li a:hover { background: #98012E; color:#FFF; }

#dd1 ul li a { background: #FFF; color:#000; }
#dd1 ul li a:hover { background: #98012E; color:#FFF; }

#dd2 ul li a { background: #FFF; color:#000; }
#dd2 ul li a:hover { background: #98012E; color:#FFF; }

#dd3 ul li a { background: #FFF; color:#000; }
#dd3 ul li a:hover { background: #98012E; color:#FFF; }

#dd4 ul li a { background: #FFF; color:#000; }
#dd4 ul li a:hover { background: #98012E; color:#FFF; }

#dd5 ul li a { background: #FFF; color:#000; }
#dd5 ul li a:hover { background: #98012E; color:#FFF; }

#dd6 ul li a { background: #FFF; color:#000; }
#dd6 ul li a:hover { background: #98012E; color:#FFF; }
