body {
	background: #394948 url(../i/bg.gif) 20px 0 repeat-y;
	margin: 0 0 0 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
}
hr { display: none; }
#wrap {
	float: left;
	font-size: 85%;
	width: 870px;
	background: url(../i/bg-4col.gif) repeat-y;
}
#wrap.three-col { background: url(../i/bg-3col.gif) repeat-y;}
#wrap.five-col { background: url(../i/bg-5col.gif) repeat-y;}
/*#wrap.four-col { background: url(../i/bg-4col.gif) repeat-y;}*/
a:link, a:visited {
	color: #b1be6e;
}
a:hover, a:active {
	color: #9EA900;
}

h1 {
	background: #9EA900 url(../i/everitt-logo.gif) 50% 50% no-repeat;
	height: 124px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
h1 a {
	height: 124px;
	display: block;
	overflow: hidden;
}
h2 {
	text-transform: uppercase;
	font-size: 140%;
	padding-top: 1em;
	color: #627d7c;
}
div.three h2 { color: #6e6a12;}
h3 {
	color: #333;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	font-size: 125%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/* Building the columns */
.single {
	width: 172px;
}
.double {
	width: 344px;
}
.triple {
	width: 516px;
}
.column { float: left;}
.two-double { background: url(../i/two-double.gif) 12px 0 no-repeat; ; padding-top: 16px;}
.two-triple { background: url(../i/two-triple.gif) 12px 0 no-repeat; ; padding-top: 16px;}
.two { background: url(../i/two.gif) 12px 0 no-repeat; ; padding-top: 16px;}
.three { background: url(../i/three.gif) 12px 0 no-repeat; ; padding-top: 16px;}
.four { background: url(../i/four.gif) 12px 0 no-repeat; ; padding-top: 16px;}
.five { background: url(../i/five.gif) 12px 0 no-repeat; ; padding-top: 16px;}

/* Padding for the columns */
.column h1, .column h2, .column h3, .column h4, .column p, .column ul, .column img {
	margin-right: 12px;
	margin-left: 12px;
}
.column p img {
	margin-right: 0;
	margin-left: 0;
}
.column p {
	line-height: 1.4em;
}
.column ul {
	padding: 0 0 1em 0;
	margin-left: 15px;
	list-style: none;
}
.column li {
	background: url(../i/bullet-01.gif) 0 0.7em no-repeat;
	padding: 0.2em 0 0.2em 10px;
}
.column ul.featuredpublications {
	padding: 0 0 2em 0;
	margin-left: 0px;
	list-style: none;
}
.column ul.featuredpublications li {
	padding: 0.5em 0 0.5em 0px;
	background: none;
	clear: both;
}
.column ul.featuredpublications li img {
	float: left;
	padding: 0 0 10px 0;
}
/* Home Page */
#s-home #wrap .column img {
	margin-bottom: 100px;
}

/* Navigation */
ul#nav {
	list-style: none;
	padding: 50px 0 0 15px;
	text-transform: uppercase;
	margin: 0;
	border: none;
	font-size: 110%;
}
ul#nav li {
	background: none;
	padding: 0;
	border: none;
}
ul#nav li a {
	text-decoration: none;
}
ul#nav li a.active {
	font-weight: bold;
	color: #9EA900;
}
ul.nav-sub {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	list-style: none;
	border-top: none;
	border-left: 1px solid #E8ECD3;
}
ul#thumbnails {
	border: none;
}
ul#thumbnails  li {
	background: none;
	padding: 3px;
	margin: 0;
	float: left;
	border: none;
}
ul#thumbnails li img {
	border: none;
	padding: 0;
	margin: 0;
}
ul#thumbnails.three-d li img {
	border: 2px solid #;
}
.description {
	color: #666;
	padding: 0;
	margin: 0;
	font-style: italic;
}
#other-work {
	clear: both;
	background: #F3F5E9;
	margin: 0 12px;
	border-top: 25px solid #fff;
	padding: 1px 0;
}
img.img-left {
	float: left;
	padding: 0 12px 12px 0;
	margin: 0;
}

/* Footer */
#footer {
	width: 860px;
	clear: left;
	background: #fff;
	text-align: center;
	padding: 50px 0 0 0;
}
#footer p {
	margin: 0;
	padding: 1em 0;
	overflow: hidden;
	color: #999;
}
.credits {
	color: #bbb;
}
.credits a {
	color: #777;
}