/* basic formatting */
body * {
	font-family: Arial, Helvetica, sans-serif;
	}
p, li, td {
	font-size: 12px;
	line-height: 18px;
	color: #565656;
	margin-bottom: 10px;
	}
h1 {
	font-size: 22px;
	}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #f76d09;
	margin-top: 10px;
	margin-bottom: 10px;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #479ea4;
	margin-top: 10px;
	margin-bottom: 3px;
	}
h4	{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #f76d09;
	}
a:hover {
	text-decoration: underline;
	}
hr {
	border: 1px solid #ccc;
	margin: 25px 15px 25px 0px;
	}
span {
	display: block;
	}
strong {
	font-weight: bold;
	}

/* divs */
#shell {
	background: url(../images/bgPage.gif) repeat-x bottom;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}
#header {
	background: url(../images/bgHeader.jpg) no-repeat;
	}
#header h1 {
	float: left;
	width: 330px;
	margin-bottom: 7px;
	}
#helpBox {
	width: 251px;
	float: right;
	}
#helpBox * {
	margin: 0px;
	padding: 0px;
	}
#helpBox img {
	display: block;
	}
.hr {
	background: url(../images/bgHr.gif) repeat-x;
	margin-bottom: 5px;
	clear: both;
	height: 2px;
	}
#pics {
	text-align: center;
	margin-bottom: 5px;
	}
#pics img {
	margin-left: 2px;
	margin-right: 2px;
	}
#nav {
	background: #ecf6f6 url(../images/bgNav.gif) no-repeat top right;
	height: 35px;
	}
#nav ul {
	}
#nav ul li {
	float: left;
	}
#contentBox {
	float: left;
	width: 675px;
	padding-top: 4px;
	}
#content {
	float: right;
	width: 460px;
	}
#contrib ul {
	margin-top: 12px;
	}
#contrib li { /* used on NAP page */
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(../images/ulDot.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	}
table {
	margin-top: 13px;
	margin-left: 13px;
	margin-bottom: 18px;
}
tr {
}
tr.bold td {
	font-weight: bold;
}
td {
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}
td:first-child {
	border-left: none;
}
tr:last-child td {
	border-bottom: none;
}
#leftCol {
	float: left;
	width: 210px;
	margin-left: 5px;
	display: inline;
	}
#rightCol {
	float: right;
	width: 265px;
	margin-right: 5px;
	display: inline;
	}
#gutter {
	text-align: center;
	padding-bottom: 35px;
	}
#contrib {
	margin-left: 5px;
	border: none !important;
	}
#intro {
	float: left;
	width: 254px;
	padding-right: 4px;
	}
#map {
	float: left;
	width: 448px;
	padding-top: 30px;
	}
#list {
	float: left;
	width: 182px;
	padding-bottom: 20px;
	}
#list img {
	display: block;
	}
#list a {
	display: block;
	padding-bottom: 3px;
	}
.names {
	float: left;
	width: 206px;
	padding: 0px;
	border: none !important;
	}
.names p, #leftCol .contribs {
	white-space: pre;
	}
#intro h2 {
	margin-top: 60px;
	}
#intro div {
	padding: 0px !important;
	border: none !important;
	}
#intro div p {
	margin-left: 13px;
	}
.roundCase {
	border: solid 1px #d6d5d5;
	border-top: none;
 	background: #fefefc;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 20px;
	}

/* column headers & such */
#rightCol .roundCase, #leftCol .roundCase {
	border-left-width: 0px;
	border-right-width: 0px;
	}
#rightCol .roundCase {
	background: transparent url(../images/bgCalloutRight.gif) no-repeat top left;
	}
#leftCol .roundCase {
	background: url(../images/bgCalloutLeft.gif) no-repeat top left;
	}
#rightCol .roundCase h3, #leftCol .roundCase h3 {
 	background: transparent url(../images/bgCalloutHdr.gif) no-repeat top right;
	width: auto;
	float: left;
	display: inline;
	margin: -20px 0px 10px 4px;
	padding: 10px 13px 10px 0px;
	color: #111;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	}
#rightCol .roundCase p, #leftCol .roundCase p {
	clear: left;
	font-size: 11px;
	line-height: 16px;
	}
#rightCol .roundCase p a, #leftCol .roundCase p a {
	color: #479ea4;
	}
#leftCol .roundCase h4, #rightCol .roundCase h4 {
	clear: left;
	margin-bottom: 6px;
	}
#leftCol .roundCase div div img, #rightCol .roundCase div div img {
	clear: both;
	display: block;
	margin-bottom: 4px;
	}
#legal { /* for the NAP page */
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	}
#home #legal {
	margin: 5px;
	background-color: #fff;
}
#home #legal a {
}
#nap #contrib p {
	margin-right: 60px;
}
#nap #contrib li {
	margin-right: 90px;
}
#nap #contrib li li {
	margin-right: 70px;
}
#legal p {
	margin-right: 0px !important;
}
/* utilitiy */
.clrBoth {
	clear: both;
	}
.hide {
	visibility: hidden;
	position: absolute !important;
	left: -3000px;
	top: -3000px;
	}
.show {
	visibility: visible;
	left: auto;
	top: auto;
	}
