/* CSS Document */
body {
  font-family : Arial; font-size : 12px;
	color: #000000;
  background-color: #ff00ff;
	background-image: url(/assets/images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial; font-size: 12px;
	color: #000000;
}

.content_container {
	background-color: #ffffff; 
	border: 0px solid #000000; 
	padding: 14px; 
	background-image:url(/assets/images/bg_content.gif); 
	background-repeat: no-repeat;
}

.content_container_nobg {
	background-color: #ffffff; 
	border: 0px solid #000000; 
	padding: 14px; 
}

.sectionTitles {
	font-weight: bold;
	font-size: 14px;
	color: #ff00ff;
}

.sectionTitleSmall {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#table_calendar td {
	height: 24px;
}

.calendar_bg {
	/*color: #ff00ff;*/
	background-color: #eeeeee;
	
}

.keywords {
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #c5c5c5;
	display: inline;
}

table.floatLeft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	/*margin: 5px;*/
	text-align: center;	
}

table.floatRight {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	/*margin: 5px;*/
	text-align: center;	
}

a.textlinks, a.textlinks:visited, a.textlinks:active {
  color: #ff00ff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

a.textlinks:hover {
  color: #ff00ff;
  text-decoration: underline;
}

a.textlinksbold, a.textlinksbold:visited, a.textlinksbold:active {
  color: #ff00ff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.textlinksbold:hover {
  color: #ff00ff;
  text-decoration: underline;
}

a.promotextlinks, a.promotextlinks:visited, a.promotextlinks:active {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

a.promotextlinks:hover {
  color: #ffffff;
  text-decoration: none;
}

a.headerlinks, a.headerlinks:visited, a.headerlinks:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;
}

a.headerlinks:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.footerlinks, a.footerlinks:visited, a.footerlinks:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;
}

a.footerlinks:hover {
  color: #ffffff;
  text-decoration: underline;
}

A.siteDesignLink, A.siteDesignLink:visited, A.siteDesignLink:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;
}

A.siteDesignLink:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.topnavlinks, a.topnavlinks:visited, a.topnavlinks:active {
  color: #003366;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

a.topnavlinks:hover {
  color: #003366;
  text-decoration: underline;
}

.scheduleTable {
	text-align: center; 
	border: 3px double #ffffff; 
	padding: 6px; 
	background-color: #264985;
	background-image:url(/assets/images/bg_schedule.jpg);
}

.scheduleTitle {
	text-align: center; 
	font-size: 14px; 
	font-weight: bold; 
	border-bottom: 1px solid #ffffff;
}

.scheduleColumnTitle {
	font-weight: bold; 
	border-right: 1px solid #ffffff;
}

.scheduleColumn {
	border-right: 1px solid #ffffff;
	width: auto;
}

.contactBgTable {
	width: 220px;
	background-color: #d6d3d6;
	border: 1px solid;
	border-color: #006699;
	margin-left: auto;
	margin-right: auto;
}

.contactTable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.inputField {
	background-color: #f6f3f6;
	width: 125px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;	
}

.inputFieldLong {
	width: 140px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.inputFieldXLong {
	width: 225px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.inputFieldXSmall {
	width: 25px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;		
}

.copyright {
  color: #006699;
  font-weight: normal;
  font-size: 10px;
}

.divider {
	width: 95%;
	margin-left: 16px;
	border-top: 1px dotted #00ffff;
	margin-bottom: 0px;
	margin-top: 6px;
}

.pageTitle {
	background-color: #eeeeee; 
	padding: 11px; 
	height: 32px; 
	display: block; 
	font-weight: bold; 
	color: #ff00ff; 
	font-size: 14px;	
}

.textareaField {
	width: 390px; 
	height: 161px; 
	font-family: tahoma; 
	font-size: 10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.whiteText {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}

.promo_title {
	font-weight: bold; 
	padding-left: 37px;
}

.promo_header {
	background-image:url(/assets/images/promo_header.gif); 
	height: 31px;
}

.promo_content {
	padding-left: 11px; 
	padding-right: 11px; 
	padding-top: 11px;
	min-height: 161px;
	height: 161px;
}

.promo_background {
	background-image:url(/assets/images/promo_bg.gif);
}

.promo_button {
	padding-right: 11px; 
	height: 30px; 
	float: right;
}

.promos_wrapper {
	margin-left: auto;
	margin-right: auto;
}

.gallery_photo {
	width: 50%;
	float: left;
	margin-bottom: 6px;
}

.pic {
	border: 1px solid #000000;
	padding: 1px;
	background-color: #ffffff;
}

.picFloatLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 5px;
	text-align: center;
}

.picFloatRight {
	float: right;
	margin-left: 16px;
	margin-bottom: 5px;
	text-align: center;
}

.picMouseover {
	display:none; 
	position:absolute; 
	width: 480px;
	height: 360px; 
	border: 1px solid #000000;
	background-color: #00ffff;
	border-collapse: collapse;
}					