@font-face {
	font-family: 'Quicksand Bold';
	src: url('/skins/fonts/Quicksand/Quicksand_Bold-webfont.eot');
	src: local('Quicksand_Bold-webfont'), local('Quicksand_Bold-webfont'), url('/skins/fonts/Quicksand/Quicksand_Bold-webfont.woff') format('woff'), url('/skins/fonts/Quicksand/Quicksand_Bold-webfont.ttf') format('truetype'), url('/skins/fonts/Quicksand/Quicksand_Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand Light';
	src: url('/skins/fonts/Quicksand/Quicksand_Light-webfont.eot');
	src: local('Quicksand_Light-webfont'), local('Quicksand_Light-webfont'), url('/skins/fonts/Quicksand/Quicksand_Light-webfont.woff') format('woff'), url('/skins/fonts/Quicksand/Quicksand_Light-webfont.ttf') format('truetype'), url('/skins/fonts/Quicksand/Quicksand_Light-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans';
	src: url('/skins/fonts/PTSans/pt_asns-webfont.eot');
	src: local('pt_sans-webfont'), local('pt_sans-webfont'), url('/skins/fonts/PTSans/pt_sans-webfont.woff') format('woff'), url('/skins/fonts/PTSans/pt_sans-webfont.ttf') format('truetype'), url('/skins/fonts/PTSans/pt_sans-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.Directory_admin .Header {
  display: none;
}

BODY {
  margin: 0px auto;
  text-align: center;
  background-image: url(BodyBackground.jpg);
  background-repeat: repeat-x;
  background-color: #DFDFDF;
	font-family: 'PTSans';
}

A, A:Visited, A:Hover {
  margin-top: 0px;
}

H1 {
  font-size: 20px; 
}

H2,
.Heading, .Heading A, .Heading A:Visited, .Heading A:Hover {
  font-size: 18px; 
}

A, A:Visited,
.Body A, .Body A:Visited,
.Summary A, .Summary A:Visited,
.Description A, .Description A:Visited,
.Title A, .Title A:Visited {
  font-size: 12px; 
  text-decoration: underline;
}

BODY A:Hover,
.Body A:Hover,
.Summary A:Hover,
.Description A:Hover,
.Title A:Hover {
  font-size: 12px; 
  text-decoration: none;
}


.OuterContainer {
  margin: 0px auto;
  width: 1025px;
  height: 640px;
  background-image: url(OuterContainer.jpg);
  background-repeat: no-repeat;
}

.Container {
  margin: 0px auto;
  width: 1005px;
}

/*  START SEARCH  */
.Search {
  margin: 0px auto;
  text-align: right;
  float: left;
}

.Search .Terms {
  margin: 7px auto 0px auto;
}

.Search .Button {
  display: none; 
}
/*  END SEARCH  */

/*  START HEADER  */
.Header {
  margin: 40px 0px;
  *margin: 0px;
  _margin: 0px;
  width: 1005px;
  display: block;
  clear: both;
  height: 265px;
}

.Logo {
  
}

.Banner {
  margin: 35px 6px 35px 0px;
  padding: 5px 0px;
  width: 995px;
  height: 252px;
  display: block;
  float: right;
}

.BannerRotator {
  background-color: #BBBBBB;
  padding:7px;
  border: 1px solid #595959;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.Banner H1 {
	font-size:18px;
	padding-right:25px;
	color:#FFF;
	line-height:24px;
	text-shadow: 1px 1px 1px #3b3b3b;
	vertical-align:bottom;
}

/*  END HEADER  */

/*  START MENU */
.Menu {
  margin: 20px 0px;
  width: 1004px;
  height: 48px;
  clear: both;
  background-image: url(MenuBackground.png);
  background-repeat: no-repeat;
}

#MainMenu .rmLink {
  height: 42px;
  margin: 1px 0px 0px 0px;
  padding: 0px;
	font-family: 'Quicksand Bold';
  text-transform: uppercase;
  color: #333;
  text-shadow: 2px 1px 4px #A3A3A3;
  *display: inline;
  _display: inline;
}

#MainMenu .rmText {
  padding: 14px 12px;
  letter-spacing: -.05em;
}

#MainMenu .rmItem.rmFirst .rmLink {
  padding-left: 6px;
}

#MainMenu .rmLink:Hover,
#MainMenu .rmLink:Active,
#MainMenu .rmFocused,
#MainMenu .rmExpanded {
  color: #FFF;
  background-color: #333;
  text-shadow: 1px 0px 9px #FFFFFF;
}

#MainMenu .rmItem.rmFirst .rmLink:Hover {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-radius-topleft: 10px; /* future proofing */
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-radius-bottomleft: 10px; /* future proofing */
}

#MainMenu .rmGroup .rmItem.rmFirst .rmLink:Hover {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-radius-topleft: 0px; /* future proofing */
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-radius-bottomleft: 0px; /* future proofing */
}

#MainMenu .rmGroup .rmItem.rmFirst .rmLink {
  padding-left: 2px;
}

#MainMenu .rmGroup .rmLink {
  margin: 0px;
  border: 0px;
  border-left: 1px solid #333;
}

#MainMenu .rmGroup .rmLink:Hover,
#MainMenu .rmGroup .rmFocused,
#MainMenu .rmGroup .rmExpanded {
  border: 0px;
  border-left: 1px solid #333;
  background-color: #333;
}

/*  END MENU */

/*  START SOCIAL  */
.Social {
  margin: -4px 0px 0px 0px;
  width: 800px;
  height: 32px;
  float: left;
}

.Facebook,
.Twitter/*,
.RSS*/ {
  margin: 10px 15px 0px 5px;
  width: 24px;
  height: 24px;
  float: right;
}

.Twitter {
  margin: 10px 5px 0px 5px;
}

/*  END SOCIAL  */

.Something {
  width: 1000px;
  padding: 10px 20px 20px 15px;
  clear: both;
  background:url(black_background.png);
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.NormRow,
.AltRow {
  display: inline-block;
}

.ThumbnailHolder IMG {
  border: 1px solid #666;
}


/*  START LEFT PANEL  */
.LeftPanel {
  padding: 14px 0px 0px 0px;
  width: 160px;
  line-height: 1.5em;
}

.Information,
.ContentBox {
   margin: 0px; 
}

.Information .Title,
.ContentBox .Title {
  font-size: 1.4em;
  color: #C9C9C9;
}
/*  END LEFT PANEL  */

/*  START PAGE CONTENT  */
.CenterPanel {
  line-height: 1.5em;
  font-size: 14px;
 }

.PageContent {
  padding: 0 15px 20px 10px;
	*width: 100%;
	_width: 100%;
}

.PageTitle {
  margin-bottom: 15px;
  padding-bottom:15px;
  border-bottom:#666 dotted 1px;
  font-family: 'PTSans';
  font-weight: normal;
  font-size: 2.4em;
  line-height: 1.1em;
  letter-spacing: -.04em;
  color: #FFF;
}

.Breadcrumbs,
.Breadcrumbs A, .Breadcrumbs A:Visited, .Breadcrumbs A:Hover {
  margin-top: -5px;
  font-size: 11px;
  text-transform: none;
}

/*  END PAGE CONTENT  */

/*  START SUBNAV  */
.LeftPanel UL,
.LeftPanel LI {
  list-style: none;
}

.LeftPanel UL {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  line-height: 1.7em;
}

.LeftPanel LI {
  line-height: 1.7em;
}

.LeftPanel LI A,
.LeftPanel LI A:Hover,
.LeftPanel LI A:Visited {
  line-height: 1.7em;
}

.LeftPanel .Selected {
  font-weight: bold;
}

.LeftPanel .Selected UL {
  font-weight: normal;
}

.LeftPanel .Subnav LI,
.LeftPanel .Subnav LI A, .LeftPanel .Subnav LI A:Visited, .LeftPanel .Subnav LI A:Hover {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*  END SUBNAV  */

/*  START RIGHT PANEL  */
.RightPanel {
  width: 220px;
  line-height: 1.5em;
}

.RightPanel .Summary A, .RightPanel .Summary A:Visited, .RightPanel .Summary A:Hover {
  font-size: 10px;
}

.ContentBox .Text A,
.ContentBox .Text A:Hover,
.ContentBox .Text A:Visited {
  text-transform: none;
}

.Highlights .Title A, .Highlights .Title A:Visited, .Highlights .Title A:Hover {
  font-weight: normal; 
  font-size: 13px;
}

/*  END RIGHT PANEL  */

/*  START CENTER PANEL  */
.News .Heading, 
.Events .Heading,
.BlogEntries .Heading {
  font-size: 1.9em;
  line-height: 1.1em;
  letter-spacing: -.04em;
  color: #FFF;
  font-weight: normal;
  text-transform: none;
  font-family: 'PTSans';
  border-bottom:#666 dotted 1px;
  margin-bottom:5px;
  padding:0 5px 10px 0;
}

.News .Title, 
.News .Title A, .News .Title A:Visited, .News .Title A:Hover,
.Events .Title, 
.Events .Title A, .Events .Title A:Visited, .Events .Title A:Hover,
.BlogEntries .Title, 
.BlogEntries .Title A, .BlogEntries .Title A:Visited, .BlogEntries .Title A:Hover,
.PhotoGalleries .Title, 
.PhotoGalleries .Title A, .PhotoGalleries .Title A:Visited, .PhotoGalleries .Title A:Hover{
 font-size: 1.1em; 
 font-weight: normal;
}

.Date, .SubTitle a, .Category {
 font-weight: normal; 
}

.Staff IMG {
  width: 140px;
  height: 140px;
}

.Staff .Name A, .Staff .Name A:Visited, .Staff .Name A:Hover {
  font-size: 1.4em;
  font-weight: normal;
}

.Staff .Title {
  color: #7F7F7F;
  font-size: 1.4em;
  font-style: normal;
  font-weight: normal;
}

.Staff .NormRow .Title,
.Staff .AltRow .Title {
  color: #7F7F7F;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}

.DataTable .AltRow {
  background-color: transparent;
}

.Calendar {
	font-family: 'PTSans';
}

.Calendar .Heading {
	text-align: center;
}

.Calendar .DayName,
.Calendar .DayNumber {
  background-color: inherit;
}

.Calendar .Today {
  background-color: #C9C9C9;
}

.Calendar .Today A, .Calendar .Today A:Visited, .Calendar .Today A:Hover {
   color: #222; 
}

.Calendar .AllDayItem A, .Calendar .AllDayItem A:Visited, .Calendar .AllDayItem A:Hover {
	color: #000;
}

.Instructions, .FinePrint,
.OrderItems .NormRow,
.OrderItems .AltRow {
  background-color: transparent;  
}

.DidYouKnow {
  color: #666; 
}

.FormTable TD {
  color: #666;
  font-size: 12px;
}

/*  END CENTER PANEL  */

/*  START FOOTER */
.FooterContainer {
  width: 1000px;
  margin: 20px 0px 0px 10px;
  background:url(black_background.png);
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
}
/*  END FOOTER  */

/*  START QUICKMENU */
.QuickMenu {
  width: 100%;
  margin: 0px 15px;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
}

.QuickMenuButton {
  margin: 0px auto;
  width: 887px;
 *width: 1087px;
  _width: 1087px;
  height: 31px;
  text-align: right;
}

.QuickMenuList {
  margin: 0px auto;
/*  width: 1000px;*/
}

.QuickMenu .Level1 {
  margin: 10px 0px;
  float: left;
  position: relative;
  left: 50%;

}

.QuickMenu .Level1,
.QuickMenu .level2 {
  list-style: none;
  padding: 0px;
}

.QuickMenu .Level1 LI {
  margin: 2px 15px 2px 0px;
  width: 100px;
  float: left;
  position: relative;
  left: -50%;
  font-weight: bold;
  font-size: 10px;
}

.QuickMenu .Level1 LI A,
.Level1 LI A:Hover,
.Level1 LI A:Visited {
  font-size: 10px;
	font-family: 'Quicksand Bold';
  font-weight: normal;
}

.QuickMenu .Level2 LI {
  float: none;
  left: 0;
  margin: 6px 0px;
  font-weight: normal;
}

.QuickMenu .Level2 {
  padding: 0px;
  margin: 0px;
  line-height: 1.5em;
}

.QuickMenu .Level2 LI A,
.Level2 LI A:Hover,
.Level2 LI A:Visited {
  font-size: 10px;
	font-family: 'Quicksand Light';
  font-weight: normal;
}
/*  END QUICKMENU */

/*  START POWERED BY */
.PoweredBy {
  margin: 20px 0px 0px 10px;
  color: #333;
}

.PoweredBy A, .PoweredBy A:Link, .PoweredBy A:Visited, .PoweredBy A:Hover {
  color: #555;
}

/*  END POWERED BY */

.Description, .Body, .Summary {
color:#C9C9C9;
display:block;
margin:0 0 10px;
padding-right:10px;
}

.MoreLink, .MoreLink:hover, .MoreLink:visited, #lnkNewsMore {
clear:both;
color:#666666;
display:block;
font-size:10px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:right;
text-decoration:none;
text-transform:uppercase;
}

#admin_sitebuilder_aspx .TreeNode {
  color: #FFF;
}

#admin_index_aspx .TreeNode A, #admin_index_aspx .TreeNode A:Visited, #admin_index_aspx .TreeNode A:Hover {
  color: #333;
}

.SlideAdd {
	margin-top: 0px;
}

A.SlideAdd:Hover {
	font-size: 10px;
	text-decoration: underline;
}
