@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fbf8ee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 2px solid #cccccc;
	border-top:0px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	width:996px;
	height:195px; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header.hCause {
	background-image:url(images/banners/orangeBannerShortTheCause.jpg);
}
.oneColFixCtrHdr #header.hRide {
	background-image:url(images/banners/orangeBannerShortTheRide.jpg);
}
.oneColFixCtrHdr #header.hFun {
	background-image:url(images/banners/orangeBannerShortFundraising.jpg);
}
.oneColFixCtrHdr #header.hTrain {
	background-image:url(images/banners/orangeBannerShortTraining.jpg);
}
.oneColFixCtrHdr #header.hMerch {
	background-image:url(images/banners/orangeBannerShortMerch.jpg);
}
.oneColFixCtrHdr #header.hSponsor {
	background-image:url(images/banners/orangeBannerShortSponsors.jpg);
}
.oneColFixCtrHdr #header.hContact {
	background-image:url(images/banners/orangeBannerShortContact.jpg);
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #fbf8ee;*/
	margin-top:24px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#e8e4c1;*/
	margin-bottom:42px;
	
	border-top:dotted;
	border-top-color:#666666;
	border-top-width:thin;
	margin-left:40px;
	margin-right:40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#leftColumn {
	/*Total Width = 300px*/
	width:250px;
	padding-right:20px;
	padding-left:40px;
	float:left;
/*	background-color:#00FFFF;*/
}

#rightColumn {
	width:606px;
	padding-right:60px;
	padding-left:20px;
	margin-left:310px;
	/*background-color:#FF3366;*/
}

.dottedLine {
	height:10px;
	border-bottom:dotted;
	border-bottom-color:#666666;
	border-bottom-width:thin;
	clear:right;
}

#leftColumn .dottedLine {
	margin-left:-10px;
}

a {
	color:#ff6633;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	font-size:.8em;
	line-height:1.3em;
}

#rightColumn p {
	line-height:1.3em;
}

.uList {
	font-size:.8em;
	line-height:1.3em;
	margin-left:28px;
}

.uList li{
	list-style:disc;
}

h2 {
	font-size:140%;
	margin-bottom:5px;
}

h3 {
	margin-bottom:3px;
}


#homeBtn {
	margin-left:32px;
	padding-top:10px;
}

#regLink {
background-image:url(images/registerBtn.gif);
background-position:0 0;
background-repeat:no-repeat;
display:block;
height:27px;
width:157px;
}

#regLink:hover {
	background-position:0 -27px;
}

#navBar {
	width:996px;
	position:relative;
	top:2px;
}

#navBar ul {
	text-decoration:none;
	display:inline;
}

#navBar ul li {
	float:left;
	list-style-type:none;
}

#navBar ul li a {
	display:block;
	float:left;
	list-style-type:none;
	margin-right:0px;
	width:133px;
	height:38px;
	background:transparent url(images/TPCC.ORG_NAV_SHORT.jpg) no-repeat 0 0;
	background-position:-31px 0;
}

#navBar ul li.cushy{
	display:block;
	float:left;
	margin-right:0px;
	width:133px;
	height:38px;
	background:transparent url(images/nav.jpg) no-repeat 0 0;
	background-position:-31px 0;
}

#navBar ul li.cushy {
	width:38px;
	background-position:0 0;
}

#navBar ul li a#cause {
	width:126px;
	background-position:-38px 0;
}

#navBar ul li a#cause.causeSel {
	width:126px;
	background-position:-38px -38px;
}

#navBar ul li a#cause:hover {
	background-position:-38px -38px;
}

#navBar ul li a#ride {
	width:113px;
	background-position:-164px 0;
}

#navBar ul li a#ride.rideSel {
	width:113px;
	background-position:-164px -38px;
}

#navBar ul li a#ride:hover {
	background-position:-164px -38px;
}

#navBar ul li a#fund {
	width:155px;
	background-position:-277px 0;
}

#navBar ul li a#fund.fundSel {
	width:155px;
	background-position:-277px -38px;
}

#navBar ul li a#fund:hover {
	background-position:-277px -38px;
}

#navBar ul li a#train {
	width:121px;
	background-position:-432px 0;
}

#navBar ul li a#train.trainSel {
	width:121px;
	background-position:-432px -38px;
}

#navBar ul li a#train:hover {
	background-position:-432px -38px;
}

#navBar ul li a#merch {
	width:163px;
	background-position:-553px 0;
}

#navBar ul li a#merch.merchSel {
	width:163px;
	background-position:-553px -38px;
}

#navBar ul li a#merch:hover {
	background-position:-553px -38px;
}

#navBar ul li a#sponsor {
	width:123px;
	background-position:-716px 0;
}

#navBar ul li a#sponsor.sponsorSel {
	width:123px;
	background-position:-716px -38px;
}

#navBar ul li a#sponsor:hover {
	background-position:-716px -38px;
}

#navBar ul li a#contact {
	width:119px;
	background-position:-839px 0;
}

#navBar ul li a#contact.contactSel {
	width:119px;
	background-position:-839px -38px;
}

#navBar ul li a#contact:hover {
	background-position:-839px -38px;
}

/*Footer selectors*/
#socialNet {
	float:left;
	width:200px;
	padding-top:16px;
}

#twit {
	height:24px;
	vertical-align:bottom;
}

#face {
	height:24px;
	vertical-align:bottom;
}

#btmLinks {
	margin-left:200px;
	padding-top:30px;
}

#btmLinks ul li a {
	text-decoration:none;
	color:#666666;
}

#btmLinks ul li a:hover {
	text-decoration:underline;
}

#btmLinks ul li:before {
	content:" | ";
}

#btmLinks ul li {
	margin-right:5px;
}

#btmLinks ul li#causeLink:before {
	content:"  ";
}

#btmLinks ul li#cRight {
	margin-right:14px;
}

#btmLinks ul li#cRight:before {
	content:"  ";
}

#btmLinks ul li {
	font-size:0.65em;
	color:#666666;
	display:block;
	float:left;
}

#arrow {
	float:right;
	margin-top:-18px;
}

#bbb {
	float:left;
	margin-top:-18px;
	margin-left:80px;
}

#tallMap {
	position:absolute;
	margin-top:400px;
}

#phizer {
	float:right;
}

#phizerList {
	font-size:.8em;
	line-height:1.3em;
	margin-left:28px;
}

#phizerList li{
	list-style:decimal;
}

.sponsorList li {
	list-style-type:none;
	display:inline;
	margin-right:0px;
}

#afLogo {
	float:right;
}

#h2Cause {
	font-size:1.4em;
}

#tallMap2 {
	float:left;
	margin-left:-276px;
}