/*********************
 * 
 *  COMMON STYLES
 * 
 *********************/

#content .leftCol {
	width: 490px;
	margin: 0 0 0 20px;
}

/* HEADERS */

#content .innerContent {
	padding-top: 210px;
}

#content h1 {
	width: 885px;
	height: 189px;
	padding: 0;
	background: url(/data-bin/images/sitemap_header.jpg) no-repeat;
	position: absolute;
	top: -6px;
	left: 22px;
}

#content h1 span {
	display: none;
}

#content h2 {
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 30px 0 20px 20px;
}

/* BREADCRUMB FIX */

#content .sitemap #breadcrumb {
	margin-left: 0;
}


/* LISTS */

ul {
	list-style: none;
	margin: 5px 0 0 30px;
}

ul a {
	color: #000;
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

ul li {
	margin: 0 0 20px 0;
	font-family: Georgia, serif;
	font-size: 22px;
}

ul ul li {
	font-size: 16px;
	margin: 0 0 4px 0;
}

ul ul ul li {
	font-size: 12px;
	font-family: 'Lucida Sans', LucidaSans, Arial, Helvetica, sans-serif;
	font-style: italic;
}


/* TEXT */

p {
	margin: 40px 0 40px 20px;
}

p a {
	color: #000;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}


/* RIGHT COL */

#content #moreContact {
	width: 300px;
	min-height: 414px;
	padding: 115px 0 0 50px;
	background:  url(/data-bin/images/contact_right_paper.jpg) no-repeat;
	position: absolute;
	top: 207px;
	right: 17px;
}

#content #moreContact h3 {
	display: none;
}

#content #moreContact label {
	display: block;
	margin: 20px 0 8px 0;
	font-family: Georgia, serif;
	font-size: 16px;
}

#content #moreContact input, #content #moreContact textarea {
	width: 236px;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 4px 0 0 4px;
	background: url(/data-bin/images/trans_white_bg.png) repeat;
	border: 1px solid #938b85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content #moreContact textarea {
	height: 100px;
}

#content #moreContact input.submit {
	width: 72px;
	height: 27px;
	margin: 20px 0 0 168px;
	border: none;
	background: url(/data-bin/images/send_but.png) no-repeat;
}

#content #moreContact input.submit:hover {
	cursor: pointer;
	background: url(/data-bin/images/send_but.png) 0 -27px no-repeat;
}





