@charset "utf-8";
/* CSS Document */

/*<![CDATA[*/
 img.c1 {border: none;}
 p.c2 {text-align: right}
 div.c1 {text-align: center}

/*]]>*/


html { overflow-y: scroll }
<!-- 
body  {
	font-family: Verdana, sans-serif;
	background: #746150;
	margin: 2px 0 0 0px; /* 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: #000000;
	font-size:14px;
}
h1{
margin:0px;
padding:0px;
font-size:24px;
}
A{
color:#000000;
}
A:visited{
color:#000000;
}
A:active{
color:#000000;
}
A:hover{
color:blue;
}
.dog-sledding #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #746150;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.dog-sledding #header { 
	background: #746150; 
	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. */
} 
.dog-sledding #container2 { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	background: #cdccca;
	background-image:url(../image/dryland-dog-sledding-BG-Teal.gif);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid yellow;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/* Begin Navigation Bar Styling */
	#nav {
		width: 100%;
		float: left;
		margin: 0 0 1.75em 0;
		padding: 0;
		list-style: none;
		font-size:14px;
		}		
	#nav li {
		float: left; }
	#nav li a {
		display: block;
		padding-left: 18px;
		text-decoration: none;
		font-weight: bold;
		color: #000000;
		}
		
	#nav li a:hover {
		color: #ffffd8;
	}
	/* End navigation bar styling. */
	
	/* This is just styling for this specific page. */
	
	

.dog-sledding #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	
	width: 201px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-left: 0px solid #333333;
	border-bottom: 1px solid #333333;
	background-color:#67999a;
	padding: 0px 11px;
}
.dog-sledding #mainContent { 
	margin: 0px 250px 20px 2px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #cccccc;
	width:640px;
	height:100%;
	background-color:#cccccc;
} 
.dog-sledding #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#746150; 
} 
.dog-sledding #footer p {
	text-align:right;
	color:#CCCCCC;
	font-size:10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

body#about a#aboutnav,
body#event a#eventnav,
body#register a#registernav,
body#dog a#dognav,
body#getInvolved a#getInvolvednav,
body#store a#storenav,
body#past a#pastnav,
body#photos a#photosnav,
body#contact a#contactnav{
color: #ffffd8;
text-decoration:underline;

}

.quote{color:#f0f0f0;}

fieldset {
border: 1px solid #746150;
width: 600px;
padding: 10px;
}
fieldset legend {
background: #746150;
padding: 6px;
font-weight: bold;
color:#ffffd8;
}

.hidden { 
	display:none; 
	width: 0px; 
	float: left; 
	margin: 0px; 
	height:0px;
	
}

label,input { 
	display: block; 
	width: 150px; 
	float: left; 
	margin: 5px; 
	background-image: url( '../image/boxGrad.jpg' );
    background-repeat: repeat-x;
    background-position: top;
	border: 1px solid #333333;
	height:20px;
}
label, select, textarea { 
	display: block; 	 
	float: left; 
	margin: 5px; 
	background-image: url( '../image/boxGrad.jpg' );
    background-repeat: repeat-x;
    background-position: top;
	border: 1px solid #333333;
	background-color:#cccccc;
}





label {
color: #ffffd8;
width: 150px;
display: block;
float: left;
text-align: right;
padding-right: 3px;
background: #746150;
height:20px;
border: 1px solid #cccccc
}

.none{padding:0px; margin:0px; }

br { clear: left;}

.Button{
margin-left:250px;
background:#67999a;
border:2px solid #ffffd8;
border:outset;
color:#ffffff;
font-weight:bold;
height:33px;


}

A.contentNav{
background-color:#94c8c6;
color:#FFFFd8;
font-weight:bold;
}

#inpagenav{
background-color:#99CCCC;
height:30px;
vertical-align:middle;
}

.tableHeader{
background-color:#99CCCC;
vertical-align:middle;
}

.menu {width:100%; height:30px; position:relative; z-index:100;border-bottom:1px solid #000; background-color:#67999a; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%; w\idth:100%; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:116px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:116px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px; font-weight:bold;text-decoration:none; color:#fff; width:116px; height:30px; border:0px solid #000; background:#67999a; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:116px; w\idth:116px;}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(../images/grey-arrow.gif) no-repeat 100px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 116px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(../images/blue-arrow.gif) no-repeat 116px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#cccccc;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:116px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:30px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:116px; top:-1px; width:116px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-116px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#7fb1b2; color:#000; height:auto; line-height:1em; padding:5px 10px; width:100px;border-width:0px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:116px;w\idth:116px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#7fb1b2;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#99c9ca;}



 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

--> 
