﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
a:active {
	outline: none;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.container {
	position: relative;
	margin: 20px auto;
/*height: 100%;*/	background: #ffffff url('../images/containerBacker.png') no-repeat top center;
}
body {
	background: #322f31 url('../images/mainBacker.png') no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
}
/*-------------------------------- BEGIN LAYOUT ----------------------------------------- */
#header h1 a {
	display: block;
	text-indent: -99999px;
	width: 287px;
	height: 137px;
	background: transparent url('../images/asce_logo.png') no-repeat top left;
	margin: 5px;
}
#header ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 110%;
}
#header a {
	display: block;
	width: 8em;
	white-space: nowrap;
}
#header li {
	/* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */;
	border-right: 1px solid #c2c2c2;
	padding: 0 15px;
}
#header li a {
	color: #654272;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	line-height: 110%;
}
#header li a:hover {
	color: #ad6fc4;
}
#header ul li ul li {
	border: 0;
	padding: 0;
	margin: 0;
	width: 12em;
}
#header li ul {
	/* second-level lists */
	position: absolute;
	width: 12em;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */;
	margin-left: 0;
	.margin-top: -3px;
}
#header li ul a {
	display: block;
	width: 12em;
	font-size: 13px;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 0;
	.padding: 0px;
	.line-height: 180%;
	background: transparent url('../javascripts/blank.gif') repeat;
}
#header li ul a:hover {
	color: #ad6fc4;
}
#header li:hover ul, #header li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}
#contentWrapper {
	padding: 8px 0 0 0;
	margin: 0;
	border-top: 20px solid #bc8e00;
	min-height: 400px;
}
#breadCrumbs {
	margin-bottom: 4px;
	font-size: 11px;
}
#leftColumn {
	margin-bottom: 20px;
}
#rightColumn {
	margin-bottom: 20px;
}
#rightColumn h2 {
	margin: 10px 0 0 0;
	line-height: 110%;
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize;
}
#rightColumn h3,#rightColumn h3 a,#rightColumn h3 a:hover{
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 0;
	color: #000000;
}

#picRow {
	height: 85px;
}
#picRow li {
	float: left;
}
#textWrapper {
	font-size: 14px;
	line-height: 145%;
	color: #434343;
	padding-bottom: 30px;
	.margin-top: 20px;
}
#textWrapper ul{
	margin-bottom: 10px;
}
#textWrapper li {
	margin-left: 20px;
	list-style: disc;
}
#textWrapper h3{
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 8px;
	color: #000000;
}








