/***********************************************************************
*  MAIN.CSS
*
*  (C) 2004 - Brent Gustafson - walkerart.org
***********************************************************************/ 


BODY {
	margin: 0px;
	padding: 0px;
	background-color: #E9E9DF;
	text-align: center;
}

BODY, DIV, TABLE, TD, TH, P, INPUT, SELECT, TEXTAREA {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.4em;
}

TABLE {
	border: 0px;
	padding: 0px;
}


TD {
	padding: 0px;
}

IMG {
	border: 0px;
}

A {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


FORM {
	margin: 0px;
	padding: 0px;
}

INPUT, SELECT, TEXTAREA {
	margin: 0px;
}

UL {
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

LI {
	background:url(/images/link.gif) no-repeat 2px 3px;
	margin: 0px;
	padding: 0px 0px 2px 15px;
}

LI.up {
	background:url(/images/link_up.gif) no-repeat 2px 3px;
}

/* Site Structure */
TABLE.main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
	w\idth: 710px;
}

TD.grad_right {
	background-image: url(/images/grad_h.gif);
	width: 10px;
	background-repeat: repeat-y;
}

TD.grad_left {
	background-image: url(/images/grad_h2.gif);
	width: 10px;
	background-repeat: repeat-y;
}

DIV.box {
	background-color: #FFFFFF;
	padding: 0px 20px 20px 20px;
}

DIV.title {
	background-color: #357F3A;
}

DIV.nav {
	height: 22px;
}

DIV.grad_sub {
	background-image: url(/images/grad_v.gif);
	background-color: #E9E9DF;
	height: 10px;
	background-repeat: repeat-x;
}

DIV.subnav {
	background-color: #E9E9DF;
	height: 52px;
}

TABLE.content {
	width: 710px;
}

.left_col_head {
	background-color: #62A452;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-shadow: #497B3D 2px 2px 1px;
	width: 355px;
	w\idth: 335px;
}

.left_col_title {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

.right_col_head {
	background-color: #CCCCCC;
	height: 22px;
	padding-left: 3px;
	padding-right: 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-shadow: #999999 2px 2px 1px;
}

.left_col_content {
	background-color: #D7E6C5;
	padding: 10px 12px 10px 12px;
	vertical-align: top;
}

.right_col_content {
	background-color: #F2F2F2;
	padding: 10px 12px 10px 7px;
	vertical-align: top;
}

.home_head {
	font-size: 12px;
}

.home_content {
	font-size: 10px;
}


.grad_t {
	background-image: url(/images/grad_t.gif);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	height: 22px;
	width: 10px;
}

.grad_c {
	background-image: url(/images/grad_c.gif);
	background-repeat: repeat-y;
	background-color: #F2F2F2;
	width: 10px;
}

IMG.artwork {
	text-shadow: #999999 2px 2px 1px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 0px;
}

.line {
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #62A452;
}

.line_right {
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.map {
	position: relative;
	height: 380px;
	width: 325px;
	top: 0px;
	left: 0px;
	text-align: right;
}

.mapOn {
	position: absolute;
	height: 380px;
	width: 325px;
	top: 0px;
	left: 0px;
	text-align: right;
}

.mapSect {
	position: absolute;
	cursor: pointer;
	cursor: hand;
}

.section {
	display: none;
}




.wac_title, .wac_italic {
	font-style: italic;
}

.wac_em {
	font-weight: bold;
}


/***********************************************************************
*  END OF LINE
***********************************************************************/
