@charset "utf-8";
body  {
	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: #666;
	background-color: #FFF;
	background-image: url(../../images/Dandenongs-Ferns.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.Article-text {
	padding-right: 40px;
	padding-left: 20px;
	line-height: 1.55em;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	margin-left: 5px;
	height: 600px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 195px;
	padding-left: 5px;
} 
.twoColFixRtHdr #footer-wrapper {
}

.twoColFixRtHdr #footer-logo {
	display: block;
	height: 60px;
	background-position: right;
	margin-right: 10px;
	border: 0;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #008080;
	height: 25px;
} 
.footer-head {
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	height: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}
.img-rhs-left {
	display: block;
	border: 0.025em solid #CCC;
	margin-right: 10px;
	padding: 6px;
	float: left;
}
.img-rhs-right {
	display: block;
	border: 0.025em solid #CCC;
	margin-bottom: 10px;
	padding: 6px;
	float: right;
	margin-left: 10px;
}
#sponsors {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	text-align: center;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	float: left;
	padding-top: 20px;
}
.search-input {
	padding-bottom: 7px;
	text-align: right;

}

.header-buttons {
	padding-right: 6px;
	padding-left: 6px;
	height: 43px;
	float: right;
	padding-top: 4px;
	text-align: right;
}
#primary-nav-container {
	display: block;
	width: auto;
	background-color: #008080;
	text-align: left;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 6px;
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}
#cssdropdown li {
float: left;
position: relative;
z-index:101;
}

.mainitems{
border: 0px solid black;
background-color: #FFFFFF;
}
.mainitems a{
margin-left: 0px;
margin-right: 0px;
text-decoration: none;
}
.subuls{
/* display: none; */
display: none;
position: absolute;
top: 20px;
left: 0;
padding: 5px;
width: 160px;
background-color: #008080;
}
.subuls li{
width: 100%;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/* normally set to auto but if top level item is a div then postion explicitly */
top: 20;
left: 0;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	width: 100%;
}
.subnav a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
}
.subnav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
}
.subnav a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	background-image: url(../../images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	/* display: inline-block; */
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 94%;
}
.subnav-container {
	padding: 5px;
	display: block;
	width: 160px;
	background-color: #008080;
}
.topnav-home	{
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-Home-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-home	{
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-Home-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-home a {
	display:block;
	font-size: 11px;
	width: 78px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-home a {
	display:block;
	font-size: 11px;
	width: 78px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-home img {width: 100%; height: 100%; border: 0; }
.topnav-home a:hover img {visibility:hidden}
.topnav-home span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;
	
}
.topnav-about	{
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-AboutUs-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 106px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-about a {
	display:block;
	font-size: 11px;
	width: 106px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-about img {width: 100%; height: 100%; border: 0; }
.topnav-about a:hover img {visibility:hidden}
.topnav-about span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;
	
}
.topnav-event	{
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-Event-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 115px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-event a {
	display:block;
	font-size: 11px;
	width: 115px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-event img {width: 100%; height: 100%; border: 0; }
.topnav-event a:hover img {visibility:hidden}
.topnav-event span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;
	
}
.topnav-involved	{
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-GetInvolved-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 137px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-involved a {
	display:block;
	font-size: 11px;
	width: 137px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-involved img {width: 100%; height: 100%; border: 0; }
.topnav-involved a:hover img {visibility:hidden}
.topnav-involved span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;
	
}
.topnav-donate	{
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-Donate-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 93px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-donate a {
	display:block;
	font-size: 11px;
	width:93px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-donate img {width: 100%; height: 100%; border: 0; }
.topnav-donate a:hover img {visibility:hidden}
.topnav-donate span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;
	
}
.topnav-funds {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-Funds-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-funds a {
	display:block;
	font-size: 11px;
	width: 130px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-funds img {width: 100%; height: 100%; border: 0; }
.topnav-funds a:hover img {visibility:hidden}
.topnav-funds span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;	
}

.topnav-news {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-News-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 76px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-news a {
	display:block;
	font-size: 11px;
	width: 76px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-news img {width: 100%; height: 100%; border: 0; }
.topnav-news a:hover img {visibility:hidden}
.topnav-news span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;
}
.topnav-myWalk {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(../../images/Web-Top-Menu-Items-myWalk-Sel.gif);
	background-repeat: no-repeat;
	display: block;
	width: 88px;
	height: 20px;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float: left;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #008080;
}
.topnav-myWalk a {
	display:block;
	font-size: 11px;
	width: 88px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: black; text-decoration: none; 
}
.topnav-myWalk img {width: 100%; height: 100%; border: 0; }
.topnav-myWalk a:hover img {visibility:hidden}
.topnav-myWalk span {
	position:absolute;
	left:5px;
	top:3px;
	margin:0;
	float: left;
}
.footer-right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	float: right;
	padding-top: 6px;
	padding-right: 12px;
}
.footer-right a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-right a:hover {
	color: #FF0;
}
.footer-right a:visited {
	text-decoration: none;
}
.footer-right a:active {
	text-decoration: none;
}
.footer-left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	float: left;
	padding-top: 6px;
	padding-left: 12px;
}
.footer-left a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-left a:hover {
	color: #FF0;
}
.footer-left a:visited {
	text-decoration: none;
}
.footer-left a:active {
	text-decoration: none;
}
.footnote {
	font-size: .9em;
	font-style: italic;
	border-top-width: .15em;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.sub-promos-container {
}
* html a:hover {visibility:visible}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #800080;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #800080;
	padding: 0px;
	margin: 0px 0px 20px;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008080;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #007A45;
	padding: 0px;
	margin: 0px 0px 3px;
}
H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 3px;
}
H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	margin: 0px 0px 0px;
}
H8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #f8ae41;
	padding: 0px;
	margin: 0px 0px 8px;
}
#centralContent {
	padding-top: 2px;
}
#central-right {
	display: block;
	float: right;
	width: 775px;
	margin-top: 10px;
}
#central-left {
	line-height: 12px;
	display: block;
	float: left;
	width: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.center-blank {
	display: block;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.contentBox {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	padding: 0 10px 10px;
	border-bottom: 0px solid #1c1c1c;
	color: #5c5c5c;
	font-family: verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding-bottom: 0;
	padding-left: 0;
	border-right: 0px solid #dadada;
}
#sub-leftcol {
	display: block;
	width: 160px;
	float: left;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 5px;
}
.sidenavtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../../images/Web-Left-Menu-Background-00.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.sidenavtitle a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../../images/Web-Left-Menu-Background-00.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;
}
.sidenavtitle a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../../images/Web-Left-Menu-Background-00.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;
}
.sidenavtitle a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../../images/Web-Left-Menu-Background-00.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;
}
.sidenav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../../images/Web-Left-Menu-Background-01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-right: 15px;
	padding-top: 5px;	
	padding-bottom: 5px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.sidenav a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../../images/sidenav-lightblock-green.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;

}
.sidenav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../../images/sidenav-lightblock-green.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;
}
.sidenav a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	background-image: url(../../images/sidenav-lightblock-green.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	text-align: right;
	display: block;
}
.sidenav-select{

	font-weight: bold;
}
.sidenav-sub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

	text-decoration: none;
	text-align: right;
	display: block;
	padding-right: 10px;
	padding-top: 5px;

}
.sidenav-sub a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../../images/arrow-lightgrey-subnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	text-align: right;
	display: block;
		padding-right: 15px;

		padding-bottom: 4px;
}
.sidenav-sub a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../../images/arrow-lightgrey-subnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-right: 15px;
	padding-bottom: 4px;
}
.sidenav-sub a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F6AD26;
	background-image: url(../../images/arrow-grey-subnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-right: 15px;
	padding-bottom: 4px;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	width: 100%;
}
.subnav a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
}
.subnav a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
}
.subnav a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	background-image: url(../../images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	/* display: inline-block; */
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 94%;
}
.subnav-container {
	padding: 5px;
	display: block;
	width: 160px;
	background-color: #008080;
}
.errorMessage {
	color: #F00;
}
.errorItem { 
	background : #F99; 
}
.whitetext  { 
color: #FFFFFF; 
font-size: 13px; 
font-family: verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
text-decoration: none; 
padding-bottom: 0; 
padding-left: 0; 
border-right: 0px solid #dadada;
}
.teampage-header {
	background-image: url(../../images/TeamPage-Header-Strap.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.teampage-title {
	color: #FF0;
	font-size: 1.2em;
	padding-left: 8px;
	font-weight: bold;
}
.teampage-title a {
	text-decoration: none;
	color: #FF0;

}


.tp-header-right {
	float: right;
	height: 57px;
	width: 330px;
	text-align: right;
}
.tp-header-left {
	float: left;
	height: 57px;
	width: 660px;
	padding-top: 10px;
}
.tp-base {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 3px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}
.teampage-body {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.teampage-body img {
	border-style: none;
}

.teampage-body a:link {
	color: #999;
	text-decoration: none;
	border-style: none;
}
.teampage-body a:visited {
	color: #999;
	text-decoration: none;
	border-style: none;
}
.teampage-body a:hover {
	color: #F90;
	border-style: none;
}
.tp-donations {
	display: block;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

.tp-body-left {
	float: left;
	width: 720px;
	display: block;
}
.tp-body-right {
	float: right;
	width: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	display: block;
	background-image: url(../../images/TeamPage-sidebar.jpg);
	background-repeat: no-repeat;
	height: 700px;
	background-position: center;
	border-top: 1px solid transparent;
}
.tp-search {
	display: block;
	margin-top: 10px;
	float: right;
	padding-right: 10px;
	text-align: right;
}
.tp-nav {
	float: right;
	padding-right: 10px;
	display: block;
	width: 55px;
	text-align: right;
}
.search-list {
	color: #FFF;
}
.teampage-teamname {
	color: #FFF;
	font-size: 28px;
	padding-left: 8px;
	font-weight: bold;
}
.tp-button-donate {
	margin-left: 30px;
	margin-top: 10px;
}
.tp-button-addnew {
	float: right;

}
.tp-blog-heading-strap {
	height: 35px;
	margin-top: 10px;
	padding: 3px;
	background-image: url(../../images/TeamPage-Header-Strap.jpg);
}
.tp-blog-heading-main {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3;
	margin-left: 10px;
	float: left;
}

.tp-blog-left {
	float: left;
	width: 121px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 100px;
}

.tp-blog-right {
	float: right;
	width: 570px;
	padding-right: 15px;
	display: block;
}
.tp-blog-group {
	overflow: hidden;
	height: 100%;
}

.tp-blog-central      {
	float: right;
	width: 715px;
	text-align: justify;
	display: block;
}
.tp-blog-entry-wrapper {
	display: block;
}
.tp-blog-heading {
	width: 715px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #609;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 15px;
}
.tp-blog-buttons  {
	display: block;
	float: right;
	text-align: right;
	width: 300px;
	font-size: 0.5em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.tp-blog-author {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	display: block;
	width: 715px;
}
.tp-blog-datetime {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.tp-blog-credits {
	display: block;
	width: 715px;
	float: left;
	margin-bottom: 5px;
}
.tp-profile-photo {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #999;
}
.tp-profile-photo-blog {
	float: right;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #999;
	margin-left: 5px;
	display: inline;
}
.tp-team-tally {
	height: 255px;
	border: 1px solid transparent;
}
.tp-team-leaderboard {
	height: 215px;
	border: 1px solid transparent;
}
.tp-walker-leaderboard {
	height: 250px;
	border: 1px solid transparent;
}
.tp-team-totals {
	margin-left: 100px;
	margin-right: 15px;
	margin-top: 8px;
}
.tp-donations-table-1a {
	border-left-color: #CCC;
}
.tp-donations-table-1b {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
.tp-donations-table-2a {
	background-color: #EAECFF;
}
.tp-donations-table-2b {
	border-left-width: 1px;
	border-left-color: #CCC;
	background-color: #EAECFF;
}
.tp-profile-info {
	display: block;
	float: right;
	width: 370px;
}
.profile-team-list-amount {
	color: #F90;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.profile-members {
	color: #06F;
	font-size: 22px;
	font-weight: normal;
	font-family: candara;
	line-height: 20px;
}
.profile-text {
	color: #06F;
	font-size: 1.1em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.2em;
}

.profile-funds {
	color: #C00;
	font-size: 24px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	letter-spacing: 0.01em;
}
.WalkerProgressTable-PS {
	color: #F00;
	font-size: 18px;
	font-weight: normal;
	font-family: candara;
	text-align: justify;
}
.WalkerProgressTable-Body {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
.WalkerProgressTable-Body a {
	color:#3399cc;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#BodyContent #google-results {
	width: 700px;
	margin-left: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.share-articles-base {
	border-top-width: .05em;
	border-top-style: dotted;
	border-top-color: #999;
	width: 450px;
}
.share-article-sidebar {
	display: block;
	float: right;
	height: 135px;
	width: 120px;
	border-left-width: 0.1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-left: 10px;
}
#article-indent {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: bold;
}

