

html {
	min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	width: 100%;
	background: #f3f3f3 url(../images/bg2.png) bottom repeat-x;
}

#headerContainer {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	background: url(../images/headerBG.png) repeat-x;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 141px;
}

#logo {
	position: relative;
	float:left;
	width: 434px;
	height: 83px;
	margin-top: 30px;
	padding: 0;
}

#navContainer {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#nav {
	position: absolute;
	width: 515px;
	height: 29px;
	padding: 0;
	z-index: 5;
	top: -20px;
	left: 451px;
}

#nav ul,
#nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#nav li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	height: 24px;
	line-height: 1em;
	margin-right: 20px;
}

#nav li a {
	position: relative;
	float: left;
	color: #00833E;
	height: 24px;
	padding-bottom: 5px;
	text-decoration: none;
}

#nav li.current a,
#nav li a:hover {
	background: url(../images/nav-bottom.png) center bottom no-repeat;
	color: #00833E;
	height: 24px;
	text-decoration: none;
}

#headerImageContainer {
	position: relative;
	float: left;
	height: 253px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/header-green.png) center no-repeat;
	z-index: 1;
}

#headerImageContainerSmall {
	position: relative;
	float: left;
	height: 28px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/header-green-small.png) center no-repeat;
	z-index: 1;
}

#headerImage {
	margin: 0 auto;
	width: 960px;
}

#headerImageText {
	position: relative;
	float: left;
	width: 650px;
	margin-top: 20px;
}

#bannerImage {
	position: relative;
	float: right;
	background: url(../images/wireframe.png);
	width: 300px;
	height: 250px;
}

#wrapper {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
}

#bodyContainer {
	position: relative;
	float: left;
	width: 608px;
	height: 100%;
	margin:0;
	padding:0;
}

#rightContainer {
	position: relative;
	float: right;
	width: 345px;
	height: 100%;
	margin: 0;
	padding:0;
}

.bodyContent {
	position: relative;
	float: left;
	margin: 10px 0 -1px 0;
	width: 548px;
	padding: 10px 30px 0 30px;
	background: url(../images/mainBGtop.png) repeat-y;
}

.bodyContentFooter {
	position: relative;
	float: left;
	width: 608px;
	height: 19px;
	padding: 0;
	margin: 0;
	background:url(../images/mainBGbottom.png) no-repeat;
}

.rightContent {
	position: relative;
	float: left;
	margin: 10px 0 -1px 0;
	width: 285px;
	padding: 10px 30px 0 30px;
	background: url(../images/rightBGtop.png) repeat-y;
}

.rightContentFooter {
	position: relative;
	float: left;
	width: 345px;
	height: 19px;
	padding: 0;
	margin: 0;
	background: url(../images/rightBGbottom.png) repeat-y;
}

.projectsHolder {
	position: relative;
	clear: both;
	width: 285px;
	padding: 0;
	margin: 10px 0;
}

img.project {
	margin: 6px;
	border: 4px solid #00833E;
	vertical-align: middle;
}

img.project:hover {
	border: 4px solid #000;
}

img.projectSmall{
	margin: 2px 8px;
	border: 2px solid #00833E;
	vertical-align: middle;
}

img.projectSmall:hover {
	border: 2px solid #000;
}


#footer {
	position: relative;
	margin: 20px auto;
	width: 760px;
	height: 50px;
	text-align: left;
	padding: 0 100px;
	background: url(../images/footer-logo.png) left top no-repeat;
}

#footer ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	display: inline;
}

#footer ul li a {
	position: relative;
	float: left;
	color: #666;
	padding-bottom: 1px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #666;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li.last a {
	border: none;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	clear: both;
	padding: 5px 0;
	color: #666;
}

#footer p a:link,
#footer p a:visited {
	color: #666;
	text-decoration: underline;
}

#footer p a:hover {
	color: #666;
	text-decoration: none;
}

#accreditations {
	position: absolute;
	float: right;
	left: 801px;
	top: -1px;
}	

.clear {
	clear: both;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

blockquote {
    background: url(../images/right-speech.png) bottom right no-repeat;
	position: relative;
	clear: both;
	}

blockquote p {
	position: relative;
	clear: both;
	font-size: 0.8em;
	background: url(../images/left-speech.png) top left no-repeat;
	padding: 2em 1em 2em 2em;
	}



/*---------------FONTS-----------------*/


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	margin: 0 -23px;
	padding: 5px 23px;
	color:#000;
	width: 100%;
	border-bottom: 1px solid #999;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color:#00833E;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	letter-spacing: -1px;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 0;
	color:#FFF;
}

p, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 8px 0;
	padding: 5px 0;
	color:#000;
}

p a:link,
p a:visited {
	color: #00833E;
	text-decoration: none;
}

p a:hover {
	color: #00833E;
	text-decoration: underline;
}

.bodyContent ul li {
	margin-left: 30px;
	padding-left: 2px;
	line-height: 1em;
	margin-top: 2px;
	list-style: disc;
}

.bodyContent ul li a:link,
.bodyContent ul li a:visited {
	color: #00833E;
	text-decoration: none;
}

.bodyContent ul li a:hover {
	color: #00833E;
	text-decoration: underline;
}


#projectsHolder p a,
#projectsHolder p.highlighted a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

#projectsHolder p a:link,
#projectsHolder p a:visited {
	color:#000;
	text-decoration: none;
}

#projectsHolder p a:hover {
	background: #F5F5F5;
	color:#000;
	text-decoration: none;
}

#projectsHolder p.highlighted a {
	background: #F5F5F5 url(/images/arrows.png) right center no-repeat;
	color: #000;
	text-decoration: none;
}
