﻿/*
Company:	York County Chamber
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: #E8E8E8 repeat-x 0 0;
}
body {
	
}
/* @end */

/* @group Layout */
div#hd-top {
	border-top: 4px solid #003264;
}

/* Head */
div#hd {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-top.png) no-repeat 0 100%;
	overflow: hidden;
	height: 134px;
}
div#hd-right {
	width: 700px;
	margin: 0 7px 0 0;
	overflow: hidden;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.png) repeat-y 0 0;
}
div#bd-btm {
	background: url(../images/bd-btm.png) no-repeat 0 0;
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	height: 13px;
	overflow: hidden;
	clear: both
}

/* Footer */
div#ft {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 7px 20px 7px;
}
div.ft-text {
	width: 650px;
	float: left;
	display: inline;
}
div.ft-text p {
	font-size: 77%;
	font-family: Tahoma, Arial, sans-serif;
	color: #3c3c3c;
	margin: 0 0 3px 0;
}
/* WebLink Logo */
div#weblink-logo {
	width: 136px;
	height: 32px;
	background: url(../images/weblink-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#weblink-logo a {
	display: block;
	height: 100%;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 154px;
	height: 111px;
	background: url(../images/york-logo-grey2.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 10px 0 18px 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Side */
div.side {
	width: 272px;
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	float: left;
	display: inline;

}
div.side-btm {
	background: url(../images/side-btm.gif) no-repeat 13px 100%;
}
div.side-bkg {
	background: url(../images/side-bkg.gif) repeat-y 13px 0;
}
div.side-content {
	padding: 10px;
}
div.side-content p.view {
	margin: 0 0 10px 2px;
	font-size: 77%;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #3c3c3c;
}
/* Quicklinks */
ul.quicklinks {
	margin: 0 0 15px 0;
}
ul.quicklinks li {
	list-style: none;
	padding: 1px 0;
}
ul.quicklinks li a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 93%;
}
ul.quicklinks li a:link, ul.quicklinks li a:visited {
	color: #022b54;
	text-decoration: none;
}
ul.quicklinks li a:hover {
	text-decoration: underline;
}
ul.quicklinks {
	list-style: none;
	padding: 1px 0;
}
ul.quicklinks a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 93%;
	text-decoration: none;
}
ul.quicklinks a:link, ul.quicklinks a:visited {
	color: #022b54;
	text-decoration: none;
}
ul.quicklinks a:hover {
	text-decoration: underline;
}

/* Resources */
ul.resources-list {
	margin: 0 0 15px 2px;
}
ul.resources-list li {
	list-style: none;
	padding: 2px 0;
}
ul.resources-list li a {
	font-size: 77%;
	padding: 2px 0 2px 19px;
}
ul.resources-list li a:link, ul.resources-list li a:visited {
	color: #3600ff;
	text-decoration: underline;
}
ul.resources-list li a:hover {
	text-decoration: none;
}
ul.resources-list li.email a {
	background: url(../images/icon-email.gif) no-repeat 0 50%;
}
ul.resources-list li.printer a {
	background: url(../images/icon-printer.gif) no-repeat 0 50%;
}
ul.resources-list li.related a {
	background: url(../images/icon-related.gif) no-repeat 0 50%;
}

/* Side Sponsors */
div.side-sponsors {
	padding: 5px;
	text-align: center;
	margin: 0 0 15px 0;
}
div.side-sponsors p {
	font-size: 77%;
	color: #3c3c3c;
	margin: 0 0 5px 0;
}

/* Main */
div.main {
	width: 600px;
	margin: 0 15px 0 0;
	float: right;
	display: inline;
}

/* Feature */
div#feature {
	overflow: hidden;
	height: 265px;
	margin: 0 0 20px 0;
}
div#feature img {
	position: absolute;
}
div#feature div.title-bar {
	width: 600px;
	height: 64px;
	margin: 202px 0 0 0;
	background: url(../images/feature-title-bkg.png) no-repeat 0 0;
	position: absolute;
	z-index: 10;
}
div#feature h2 {
	margin: 0 0 0 10px;
	background: url(../images/feature-arrow-left.png) no-repeat 0 60%;
	line-height: 64px;
	padding: 0 0 0 39px;
	color: #022b54;
	font-size: 138.5%;
	width: 300px;
	font-family: "Humanist 521 BT Bold", Arial, sans-serif;
	float: left;
	display: inline;
}
div#feature a.more {
	display: block;
	line-height: 64px;
	padding: 0 39px 0 0;
	background: url(../images/feature-arrow-right.png) no-repeat 95% 60%;
	font-weight: bold;
	font-size: 85%;
	font-family: "Humanist 521 BT Bold", Arial, sans-serif;
	float: right;
	display: inline;
}
div#feature a.more:link, div#feature a.more:visited {
	color: #022b54;
	text-decoration: none;
}

/* Inside Feature */
div.inside-feature {
	margin: 0 0 15px 0;
}

/* Content */
div.content {
	padding: 0 15px 20px;
}

/* Calendar of Events */
div.calendar-events {
	padding: 10px;
}
div.calendar-events p {
	font-size: 85%;
}
div.calendar-events p.date {
	margin: 0 0 2px 0;
	font-size: 77%;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #3c3c3c;
}
div.calendar-events p.view {
	margin: 0 0 2px 0;
	font-size: 77%;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #3c3c3c;
	text-align: right;
}

/* Poll */
div.poll {
	padding: 10px;
}
div.poll label {
	display: block;
	font-size: 77%;
	color: #3c3c3c;
	padding: 5px 0;
	clear: both;
}
div.poll input.radio {
	vertical-align: top;
	margin: 0 3px 5px 0;
	float: left;
	display: inline;
}
div.poll input.btn {
	float: right;
	display: inline;
}

/* Welcome */
div.welcome h1 {
	background: url(../images/hd-squiggle.gif) no-repeat 0 50%;
	padding: 0 0 0 25px;
}
div.welcome p {
	padding: 0 0 0 25px;
}

/* Sponsor More */
a.sponsor-more {
	display: block;
	text-align: right;
	background-color: #0f365d;
	padding: 5px 20px;
	font-size: 108%;
	font-weight: bold;
	font-family: "Humanist 521 BT Bold", Arial, sans-serif;
}
a.sponsor-more:link, a.sponsor-more:visited {
	color: #fff;
	text-decoration: none;
}
div.sponsor-box {
	height: 155px;
	overflow: hidden;
}
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	padding: 11px 1px 0 0;
	background: url(../images/nav-border-left.gif) no-repeat 100% 100%;
	margin: 0 0 0 0;
	height: 34px;
	overflow: hidden;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 1px;
	background: url(../images/nav-border-left.gif) no-repeat 0 100%;
	height: 34px;
	float: right;
	display: inline;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-bkg.gif) repeat-x 0 100%;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	padding-left: 10px;
}
div#nav ul li a {
	display: block;
	font-size: 85%;
	padding: 2px 0 0 0;
	line-height: 32px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #7b7b7b;
	text-decoration: none;
}
div#nav ul li a span {
	display: block;
	line-height: 32px;
	padding: 0 10px;
}
div#nav ul li a:hover, div#nav ul li a.active:link, div#nav ul li a.active:visited {
	background: url(../images/nav-hover.gif) repeat-x 0 0;
	color: #fff;
}
div#nav ul li a:hover span, div#nav ul li a.active:link span, div#nav ul li a.active:visited span {
	background: url(../images/nav-arrow.gif) no-repeat 5px 50%;
}

/* Side Menu with Drop Downs */
div#sidenav {
	background: url(../images/sidenav-bkg.gif) no-repeat 0 0;
	width: 272px;
	height: 201px;
	z-index:100;
}
div#sidenav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}
div#sidenav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#sidenav li {
	list-style: none;
	display: block;
	text-align: left;
}
div#sidenav ul li a.Business {
	height: 38px;
	width: 272px;
}
div#sidenav ul li a.Chamber{
	height: 38px;
	width: 272px;
}
div#sidenav ul li a.Community {
	height: 38px;
	width: 272px;
}
div#sidenav ul li a.Programs {
	height: 38px;
	width: 272px;
}
div#sidenav ul li a.News {
	height: 38px;
	width: 272px;
}
div#sidenav ul li a.Business:hover {
	background: url(../images/sidenav-bkg.gif) no-repeat -272px 0;
}
div#sidenav ul li a.Chamber:hover {
	background: url(../images/sidenav-bkg.gif) no-repeat -272px -38px;
}
div#sidenav ul li a.Community:hover {
	background: url(../images/sidenav-bkg.gif) no-repeat -272px -76px;
}
div#sidenav ul li a.Programs:hover {
	background: url(../images/sidenav-bkg.gif) no-repeat -272px -114px;
}
div#sidenav ul li a.News:hover {
	background: url(../images/sidenav-bkg.gif) no-repeat -272px -152px;
}
div#sidenav li ul li {
	background: #0F365D;
	list-style: none;
	font-size:11px;
	padding:2px 2px 2px 8px;
	font-weight:normal;
	border-bottom: 1px #022b54 solid;
	z-index: 101;
	height: 19px;
	width: 264px;
}
#sidenav ul {
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 272px;
	font-family: Tahoma, Arial, sans-serif;
}
#sidenav ul li {
	position: relative;
	z-index: 100;
}
#sidenav li ul {
	position: absolute;
	left: 272px;
	top: 0;
	display: none;
	z-index: 100;
}
#sidenav li.over ul li ul {
	top: 0;
	display: none;
}
#sidenav li:hover ul li ul {
	top: 0;
	display: none;
}
#sidenav li ul li.over ul {
	display: block;
	color: #26ac83;
}
#sidenav li ul li:hover ul {
	display: block;
	color: #ffffff;
}
#sidenav li.over ul {
	display: block;
	color: #ffffff;
}
#sidenav li:hover ul, li.over ul {
	display: block;
	color: #ffffff;
}
/* Fix IE. Hide from IE Mac \*/
#sidenav ul li {
	float: left;
	height: 1%;
}
#sidenav ul li a {
	height: 1%;
}
/* End */        

/* @group Default Headings */
div.side h2 {
	font-family: "Humanist 521 BT Bold", Arial, sans-serif;
	font-size: 85%;
	margin: 0 0 10px 0;
	color: #022b54;
	text-transform: uppercase;
}

div.main h1 {
	margin: 0 0 6px 0;
	font-size: 138.5%;
	color: #022b54;
	font-family: "Humanist 521 BT Bold", Arial, sans-serif;
}
div.main h1 span {
	color: #93864d;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	color: #3c3c3c;
	line-height: 140%;
	font-size: 85%;
}
div.main p.sponsor {
	font-size: 77%;
	text-align: center;
	margin: 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
div#search {
	height: 30px;
	padding: 50px 0 0 0;
	overflow: hidden;
	float: right;
	display: inline;
	width: 230px;

}
div#search input.txt {
	vertical-align: middle;
	width: 140px;
}
div#search input.btn {
	vertical-align: middle;
}

/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #3c3c3c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.sitemap tr td table {
	margin-left: 20px;
}
#ctl00_webcontent_CouponAdmin1_tblDetails tr td {
	height: 30px !important;
	padding-bottom: 20px;
}
