﻿#ad-banner
{
	color: white;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}
#today
{
	float: left;
/*	height: 14px;*/
	font-weight: bolder;
	font-variant:small-caps;
	color: #006666;
	padding-top: 2px;
	text-indent:288px;
}

/* ALL PAGES: Hyperlink menu at bottom of page */
.toplinks
{
	font-size: 10px;
	font-weight: bold;
/*	padding: 10px 0;*/
	text-align: center;
	color: #FFFFFF;
}
.toplinks a
{
	color: #FFFFFF;
}
.toplinks a:hover
{
	color: #006666;
}

/* Home Page: Sets area for DCAT Logo */
#banner-wrapper
{
	border-bottom: 4px solid #99CCCC;
	margin:0 auto;
	width: 760px;
	height: 100px;
	text-align: left;
}
#logo-banner
{
	position:absolute;
	z-index:1000;
	background-image: url('../images/dcat-logo.png');
	background-repeat: no-repeat;
	width:160px;
	height:100px;
}	

/* Home Page: Sets columns */
#left-col
{
	float: left;
	height:auto;
	width: 220px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
#mid-col
{
	float: left;
	height:auto;
	width: 300px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 3px;
}
#right-col	/* Remove comments-out code below to use single image without hover or as two sepate images */
{
/*	background-image: url('../images/acmhover.png');
	background-repeat: no-repeat; */
	float: left;
	width:218px;
	height: auto;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 3px;
}

/* HOME PAGE: Barker Image */
#barker
{
	width: 210px;
	height: 200px;
	text-decoration: none;
	display: block;
	background-image: url(../images/sprites/InternAppSprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#barker:hover, #barker:active
{       
/* background-image: url(../images/sprites/acmhover-png);*/
	background-position: -210px 0px;
}

/* Home Page: Green box (future Flash video) */
#green-img
{
	background-image: url('../images/video_box-gif');
	background-repeat: no-repeat;
	width:375px;
	height:286px;
}

/* DCAT SPORTS PAGE: Sets content and watermark */
#sports-content
{
	margin:0 auto;
	height:auto;
	min-height:500px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
	padding:0 30px 0 30px;
}

.watermark
{
	background-image:url(../images/falcon_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block; 
	margin-left: 0 auto; 
	margin-right: 0 auto; 
}

.sports-title
{
	font-family:Lithos Pro Regular;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	color:Blue;
	margin-bottom:-17px;
}

/* STAFF PAGE: Sets content */  
.staff-bio
{
	font-family: "trebuchet";
	font-size: 14px;
	width: 180;
	height: 128px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 14px;
}
.staff-names
{
	margin-left: 8px;
	padding-top: 4px;
	width: 250px;
	font-family: Arial,Helvetica,sans-serif;
	color: Teal;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}
.title
{
	color: Teal;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: normal;
	text-transform: uppercase;
	height: 20px;
}

/* ABOUT US PAGE: Sets Board names */
#board-names
{
	width: 230px;
	height:146px;
	color: #771100;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
}
#about-hours
{
	background-image: url('../images/hours_box.png');
	background-repeat: no-repeat;
	height: 151px;
	width: 248px;
	text-transform: uppercase;
	text-align: left;
}
.about-header
{
	color: Teal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 20px;
	text-align:left;
}

.about-content
{
	margin: 0 auto;
	width:440px;
	height: auto;
/*	font-family: Gill Sans MT;
	font-size:1.0em;*/
	text-align: justify;
}
.about-names
{
	width: 497px;
	height: 16px;
	background-image: url(../images/title-shadebar.gif);
	background-repeat: repeat-x;
/*  background-color:#E5E5E5; border-bottom: 1px solid #e5e5e5;*/
	color: #771100;
	font-family: Arial,Helvetica,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: normal;
	text-transform: uppercase;
}
.hours-text
{
	float: left;
	width: 240px;
	height: 100px;
	font-size:10px;
	text-transform: uppercase;
	line-height:16px;
	padding-top:6px;
}
.directions-text
{
	font-size: 10px;
	margin-left:10px;
	padding-top:10px;
	width: 230px;
}
.contacts-text
{
	width: 232px;
	font-size: 12px;
	margin-left: 10px;
	margin-top:10px;
	height: 48px;
}
.provider-text
{
	font-family: Candara;
	color:#FFFFFF;
	width: 222px;
	font-size: 13px;
	padding-top: 4px;
}
#provider1
{
/*	float: left;*/
	background-image: url('../images/verizon_fios_logo.png');
	margin-top:10px;
	margin-left:100px;
/*	position:relative;*/
	left:90px;
	top:10px;
	z-index:1;
	width:123px;
	height:21px;
}
a #fios
{
	background-image:url('../images/verizon_fios_logo.png') no=repeat top left transparent;
	width:123px;
	height:21px;
}
a:hover #fios
{
	background-image:url('../images/verizon_fios_blank.png');
	width:123px;
	height:21px;
}	
#provider2
{
	background-image:url('../images/comcast_logo.png') top right transparent;
	background-repeat:no-repeat;
/*	position:relative;*/
	left:2px;
	top:12px;
	z-index:2;
	width:120px;
	height:33px;
}
a #comcast
{
	background-image:url('../images/comcast_logo.png') no=repeat top left transparent;
	width:120px;
	height:33px;
}
a:hover #comcast
{
	background-image:url('../images/comcast_logo_blank.png');
	width:120px;
	height:33px;
}

/* Membership Page: First & Third Panels */
.member-content
{
	margin:0 auto;
	font-family: Arial;
	color: Teal;
	font-size: 12px;
	text-align: justify;
}

/* LINKS PAGE: */
.link-title
{
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	width: 668px;
}
.link-desc
{
	font-size:12px;
	padding: 2px 0 10px 0;
}

/* COMMON SHARED CODE */
.redlink a
{
	text-decoration:underline;
	color: Teal;
}
.redlink a:hover
{
	color: red;
}

/* Q&A PAGE */
.faqlist
{
	margin:0 auto;
}
.faqlist a
{
	text-decoration: none;
}
.faq-q
{
	font-weight: bold;
	color:Teal;
	text-decoration: none;
}
.faq-q:hover
{
	color:Red;
}
.faq-a
{
	list-style-type: upper-alpha;
	margin-left: 2.0em;
	padding-left: 0px;
	margin-top: 2px;
}
ul#pagenav
{
	list-style-type:none;
	margin: 15px 40px 0;
	padding:0;
	text-align:center;
}
ul#pagenav li
{
	display:inline;
	line-height:150%;
	margin-right:5px;
}

/* ALL PAGES: Bottom of page copywrite notice & webmaster e-mail link */
#credit
{
	width: 800px;
	margin: 0 auto;
	font-size:0.8em;
	text-align:center;
	color:Silver;
}
#credit a
{
	color: #99CCCC;
}
#credit a:hover
{
	color:#FFFF99;
}
