﻿body 
{
	float:none;
	text-align:center;
	color:#333333;
	font-family:Arial;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
div, a, img, td, input, option
{
	font-size:11px;
	color:#333333;
	font-family:Arial;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/* MasterPage.master */
.searchBar
{
	background-image:url('../imgs/master/search_bg.gif');
	width:115px;
	height:18px;
}
.goButton
{
	cursor:pointer;
	background-image:url('../imgs/master/search_button.gif');
	width:13px;
	height:15px;
}
.footerText
{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	padding-top:20px;
}
a:hover.footerText
{
	font-family:Arial;
	font-size:10px;
	color:#444444;
}

/* home.aspx */
.homeImageRight
{
	padding-bottom:10px;
}
.homeImageLeft
{
	padding-right:10px;
	float:left;
	width:330px;
	height:120px;
}
.homeImageLeft2
{
	float:left;
	width:325px;
	height:120px;
}
.leftImageTextDiv
{
	margin: 50px 5px 5px 40px;
	width: 128px;
	text-decoration:none;
}
.leftImageText
{
	text-decoration:none;
	color: #333333;
}
.homeEvent
{
	width:200px;
	float:left;
}
.homeEventDetails
{
	padding-left:10px;
}
.homeEventHeader
{
	font-size:12px;
	font-weight:bold;
	line-height:2;
}
.homeEventTitle
{
	color:#333333;
	font-size::11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.8;
	text-decoration:none;
}
/* Default.aspx */
.defaultBanner
{
	padding-left:10px;
	width:971px;
}
.pageTitle
{
	font-size: 14px;
	color:#999999;
	text-transform:uppercase;
	font-weight:bold;
    padding:0px 0px 15px 0px;
}
.breadCrumbDiv
{
   padding:10px 0px 10px 0px;
   height:22px;
}
.breadCrumbText
{
   float:left;
}
.printIconDiv
{
	width:47px;
	height:12px;
	float:right;
}
.relatedInfoText div
{
	color:#666666;
	font-family:Arial;
	font-size:11px;
}

/*BreadCrumb.ascx.cs*/
.breadHome
{
   padding:0px 5px 0px 0px;
   text-decoration:none;
   color:#9999B4;
}

.bread
{
   padding:0px 5px 0px 5px;
   text-decoration:none;
   color:#9999B4;
}

.breadCurrent
{
   padding:0px 5px 0px 5px;
   text-decoration:none;
   color:#666666;
}

/* LeftNav.ascx */
.leftNav1{
     padding:7px 0px 0px 0px;
}
.leftNav2{
    padding:7px 0px 0px 10px;
}
.leftNav3{
    padding:7px 0px 0px 15px;
}

/* Event Calendar Styles */
.eventHeaderTree
{
	text-decoration:none;
	color: #3399CC;
	height:18px;
	font-weight:bold;
	font-size:13px;
	padding-top: 10px;
}
.eventUtilityLinks
{
	color: #505050;
	font-family: Arial;
	font-size: 11px;
	text-transform:lowercase;
	font-weight:bold;
}