/* MAIN TEXT STYLES */

* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background: #fff url(../images/bg.jpg) repeat-x 0 0;
	color: #4f4f4f;
	font: 75%/1.6 Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}
/* Clean slate */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}
p, blockquote, ul, ol, table {
	margin-bottom: 1.6em;
}
h1 {}
.banner h1 {
	line-height: 0;
}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p {}
p.intro {
	color: #a3a3a3;
	font-size: 125%;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
#mainContent.whatWeDo p {
	margin-right: 300px;
}
ul { /* reset left margin for lists */
	margin-left: 1.2em;
}
ol { /* reset left margin for lists */
	margin-left: 1.6em;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
	width: 400px;
}
dl {
	margin: 0 0 1em;
	zoom: 1;
	overflow: hidden;
}
dt {}
dd {}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 4px;
}
th {
	text-align: left;
	color: #fff;
	font-weight: bold;
}
form {}
img {
	border: none;
}
a, a:link, a:visited {
	color: #333;
}
a:focus, a:hover, a:active {
	color: #999;
	text-decoration: none;
}

/* SPECIFIC STYLES */

.overflow {
	overflow: hidden;
}
.navList {
	margin: 0;
	padding: 0;
}
.navList li {
	list-style: none;
}

/* MISC. */

.divider {
	line-height: 0;
	height: 1px;
	margin: 0;
}