@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: #f7f7ee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #cccccc;
	border-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	background-image:url(images/orangeBanner.jpg);
	background-repeat:no-repeat;
	height:349px;
	width:996px;
}
.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: #f7f7ee;
	margin-top:30px;
	background-image:url(images/gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #footer {
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:dotted;
	border-top-color:#666666;
	border-top-width:thin;
	margin-left:40px;
	margin-right:40px;
	height:60px;
	clear:both;
}
.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: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a:hover {
	text-decoration:underline;
}


#leftMain {
	width:214px;
	float:left;
	margin-left:40px;
	margin-right:50px;
}

#rightMain {
	margin-left:304px;
	margin-right:40px;
	width:652px;
}

#lwrRightLeft {
	float:left;
	width:330px;
}

#lwrRightLeft #shield {
	float:right;
	margin-top:5px;
}

#lwrRightRight {
	margin-left:402px;
	width:250px;
}

#rtClip {
	float:right;
	padding-left:0px;
	padding-bottom:0px;
}

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

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

#topLogo {
	float:left;
	margin-top:30px;
	margin-left:38px;
}

#shadow {
	background-image:url(images/shadSliver.png);
	background-repeat:repeat-x;
	width:996px;
	height:12px;
	float:left;
	position:relative;
	margin-top:2px;
	margin-bottom:0;
}

#waves {
	width:996px;
	height:106px;
	margin-top:-116px;
	margin-bottom:0;
	text-align:left;
	float:left;
	position:relative;
}

#navBar {
	position:absolute;
	margin-top:302px;
	width:996px;
	text-align:left;
}

#image {
	float:right;
	margin-top:30px;
	margin-right:44px;
}

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

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

#navBar ul li {
	display:inline;
}

#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 a.cushy {
	width:38px;
	background-position:0 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:hover {
	background-position:-38px -38px;
}

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

#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:hover {
	background-position:-277px -38px;
}

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

#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:hover {
	background-position:-553px -38px;
}

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

#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:hover {
	background-position:-839px -38px;
}

/*#navBar ul li a:hover {
	background-position: 0px 0px;
}*/


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

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

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

h3 {
	margin-bottom:3px;
}

#socialNet {
	float:left;
	width:200px;
	padding-top:24px;
}

#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;
}

#seeRt {
	text-align:right;
}

.mapPar {
	margin-right:270px;
}