@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; /* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../imgs_gen/rockworkbgnd2.jpg);
	background-repeat: repeat-x;
}
h2 {
	color: #660;
	margin-bottom: -12px;
}
.thrColFixHdr #container {
	width: 840px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
	background-color: #FFFFFF;
	background-image: url(../imgs_gen/bgndsidebr.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12;
	padding-left: 0;
	background-image: url(../imgs_gen/headr1.jpg);
	background-repeat: no-repeat;
	height: 232px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-right: 0px;
	font-size: 10px;
	color: #999;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 12px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-left: 10px;
}
#mainContent #sidebar2 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #630;
}
#mainContent #sidebar3rght h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #630;
}
#mainContent #sidebar2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #660;
	text-transform: uppercase;
	margin-bottom: -8px;
	background-image: url(../imgs_gen/h1art.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7A695C;
	text-transform: none;
	line-height: 17px;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #660;
	width: 450px;
	font-weight: normal;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	margin-bottom: -10px;
}
.thrColFixHdr #mainContent {
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-indent: 200px;
} 
.thrColFixHdr #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 */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
}
.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;
}
/******************************************************************* link list */

#linkList {
	padding: 0px;
	left: 4px;
	width: 144px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#linkList a {
	color: #630;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
#linkList a:hover {
	color: #595900;
	text-decoration: none;
	background-color: #D3CFA6;
}

	#linkList h3.select {
	margin: 0px 0px 0px 0px;
	width: 150px;
	height: 21px;
	background-color: transparent;
	}
		#linkList h3.select span {
			display: none;
		}
		
	#linkList h3.favorites {
	background: transparent url(file:///Mac-HD/Zen/linkhead-favorites.jpg) no-repeat top left;
	width: 150px;
	height: 21px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		#linkList h3.favorites span {
			display: none;
		}
		
	#linkList h3.archives {
	width: 150px;
	height: 21px;
	background-color: transparent;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		#linkList h3.archives span {
			display: none;
		}
		
	#linkList h3.resources {
	width: 150px;
	height: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: transparent;
	}
		#linkList h3.resources span {
			display: none;
		}
		
	#linkList ul {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	}
		#linkList li {
	list-style-type: none;
	display: block;
	margin-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AE8B00;
	font-style: normal;
	font-weight: bold;
		}
#sidebar3rght {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 175px;
	padding-right: 10px;
	padding-left: 7px;
	float: right;
	color: #663;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-top: 12px;
}
.clickmorehead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #5C5C00;
	text-align: center;
}
#mainContent a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #930;
}
#mainContent a:hover {
	color: #660;
	text-decoration: none;
}
.subhead1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #630;
}
.menu2txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
.bullets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	list-style-image: url(../imgs_gen/menudotmain.jpg);
}

