@charset "utf-8";
/* CSS Document */


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;
	font-size: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url("../Graphics/siteGraphics/fleece.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #000;
}
#container {
	position: relative;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left;
} 	
#header {
	background: #FFF;
	padding: 0 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(../../banners/homeBanner.jpg);
}

/* siteNav styles begin here */
#siteNav ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0 1.5em;
	padding: 1em 0 .2em 0em;
	font-weight: bold;
}
#siteNav ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#siteNav ul li a {
	padding: .2em .5em .2em .5em;
	margin-left: 0.1em;
	border: 1px solid #778;
	border-bottom: none;
	background: #CCC;
	text-decoration: none;
}
#siteNav ul li a:link {
	color: #448;
}
#siteNav ul li a:visited {
	color: #066;
}
#siteNav ul li a:link:hover, #siteNav ul li a:visited:hover {
	color: #030;
	background: #777;
	border-color: #227;
}
#siteNav ul li a.current {
	background: #999;
	padding-top: 0.4em;
	color: #000;
	border-color: #227;
}
/* siteNav styles ends here */
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 1em;
	margin: 1.5em 0 2em 1.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8em;
	border-left: dotted #999;
}
.twoColFixRtHdr #sidebar1 h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #360;
}
.twoColFixRtHdr #mainContent {
	margin: 0 270px 0 0; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../Graphics/siteGraphics/wheelsmallight.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.twoColFixRtHdr #mainContent h1,h2,h3,h4,h5,h6 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #360;
}
.singleColHdr #mainContent {
	margin: 0;
	padding: 0 20px;
	background-image: url(../Graphics/siteGraphics/wheelsmallight.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.singleColHdr #container #mainContent table {
	font-size: 0.8em;
	text-align: left;
	margin-top: 2em;
}
.singleColHdr #container #mainContent h1 {
	text-align: center;
}
.singleColHdr #container #mainContent h1,h2,h3,h4,h5,h6 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #360;
}
#memberForm {
	background: #CCC;
	padding: .5em 1em;
}
legend {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #006;
	line-height: 2;
	background: #FCC;
}
fieldset {
	background-color:#999;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: .5em;
}
#news {
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background: #CCC;
	border: 1px solid #999;
	margin: 12em 0 0 0;
}
#footer {
	padding: 0;
	background-color: #FFF;
} 
#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: 1em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}
#fullWidthRegion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding: 0 20px;
	margin: 0 0 1em 0;
}

.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;
}
p.adobe {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	border: thin groove #060;
	padding: 2%;
}
.important {
	font-weight: bold;
}
.monthlyCalendar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}

.twoColFixRtHdr #container #sidebar1 h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #030;
}
#readerGraphic {
	padding: 1em;
	border-color: #FFF;
}
