/*####################################
#	CSS RESET
####################################*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}


/*####################################
#	BODY, HTML, MISC
####################################*/

body, html {
	color: #8a8a8a;
	font: normal 12px Arial,sans-serif;
	height: 100%;
	width: 100%;
	background-color: #282828;
	/*background-image:url(bodybg.jpg);
	background-repeat: repeat;
	background-position: left top;*/
	}
	
html>body {
	font-size: 12px;
	}
	
#wrapper {
	min-height: 100%;
	position: relative;
	left: 0;
	}
	
* html #wrapper {
	height: 100%;
	}

.container {
	margin: 0 auto;
	padding: 0 33px;
	width: 935px;
	}
	
.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	}
	
a,
a:visited {
	color: #728c24;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

/*####################################
#	HEADER
####################################*/

#header {
	background: #d9d9d9 url(header_bg.gif) repeat-x bottom left;
	}
	
#header h1 {
	background: url(header_logo.png) no-repeat top left;
	float: left;
	height: 15px;
	margin: 32px 0 0 1px;
	text-indent: -1000em;
	width: 128px;
	}
	
#header ul {
	float: right;
	margin-top: 33px;
	}
	
#header ul li {
	display: inline;
	}
	
#header ul li a {
	background: url(header_nav_bg.gif) no-repeat -1000em top;
	float: left;
	height: 44px;
	margin-left: 7px;
	text-indent: -1000em;
	width: 144px;
	}
	
#header ul li.portfolio a {
	background-position: top left;
	}
	
#header ul li.portfolio a:hover {
	background-position: center left;
	}
	
#header ul li.portfolio a.sel {
	background-position: bottom left;
	}
	
#header ul li.about a {
	background-position: -144px top;
	}
	
#header ul li.about a:hover {
	background-position: -144px center;
	}
	
#header ul li.about a.sel {
	background-position: -144px bottom;
	}
	
#header ul li.contact a {
	background-position: -288px top;
	}
	
#header ul li.contact a:hover {
	background-position: -288px center;
	}
	
#header ul li.contact a.sel {
	background-position: -288px bottom;
	}
	
	
/*####################################
#	FOOTER
####################################*/

#footer {
	background: #000 url(footer_bg.gif) repeat-x top left;
	bottom: 0;
	position: absolute;
	width: 100%;
	}
	
#footer .container {
	background: url(footer_logo.gif) no-repeat 33px 20px;
	height: 79px;
	padding-top: 20px;
	}
	
#footer .container p {
	color: #9f9e9e;
	font: normal .9em/1.7em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 81px;
	width: 867px;
	}
	
#footer .container p a {
	color: #839e33;
	}
	

/*####################################
#	BODY
####################################*/

#body {
	background: url(body_gradient_bg.gif) repeat-x top left;
	padding: 90px 0 200px;
	}
	
#body .container h2 {
	color: #7da4a9;
	font: normal 50px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 11px;
	display: inline;
	}
	
#body .container .left {
	float: left;
	width: 705px;
	}
	
#body .container .left p {
	color: #868686;
	font: normal 16px/1.57em Helvetica, Arial, sans-serif;
	margin-bottom:18px;
}
	
#body .container p.intro {
	color: #868686;
	font: normal 21px/1.57em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18px;
	}
	
#contact #body .container p.intro {
	margin-bottom: 100px;
	}
	
#body .container .right {
	float: right;
	width: 219px;
	}
	
#about #body .container .right {
	background: url(about_bg.gif) no-repeat bottom right;
	min-height: 452px;
	margin-top: 8px;
	}
	
#contact #body .container .right {
	background: url(contact_bg.gif) no-repeat bottom right;
	min-height: 481px;
	padding: 0 22px 0 36px;
	width: 175px;
	}
		
#body .container .right img {
	border: 1px solid #565656;
	margin-bottom: 42px;
	}
	
#body .container h3 {
	/*border-bottom: 1px solid #565656;*/
	color: #808080;
	font: normal 48px Georgia, "Times New Roman", Times, serif;
	margin: 60px 0 27px;
	}
	
#body .container h3.first {
	margin-top: 90px;
	text-align: right;
	}
	
#body .container h4 {
	color: #4daee1;
	margin-bottom: 5px
	}
	
#body .container h4 a {
	color: #4daee1;
	text-decoration: underline;
	}
	
#body .container h5 {
	color: #718da0;
	font-size: 1.1em;
	margin: 38px 0 3px;
	}
	
#contact #body .container h5 {
	margin-top: 19px;
	}
	
#about #body .container .right h4,
#about #body .container .right p,
#about #body .container .affiliations div h4,
#about #body .container .affiliations div p {
	padding: 0 22px;
	}
	
#body .container .right p a {
	color: #728c24;
	}

#body .container blockquote {
	float:right;
	font-size:22px;
	margin:-96px 0 0 300px;
	padding:0;
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


#portfolio #body,
#about #body {
	padding-bottom: 176px;
	}

#portfolio #body .container .item,
#about #body .container .item {
	background: url(portfolio_bg.gif) no-repeat top right;
	margin-bottom: 24px;
	height: 472px;
	}
	
#about #body .container .item {
	background-image: url(press_bg.gif);
	}

#portfolio #body .container .item div,
#about #body .container .item div {
	float: right;
	margin-right: 26px;
	padding-top: 20px;
	width: 172px;
	}

#portfolio #body .container .item img,
#about #body .container .item img {
	border: 1px solid #4d4d4d;
	}

#portfolio #body .container .item div p,
#about #body .container .item div p,
#body .container .right p,
#about #body .container .affiliations div p {
	line-height: 1.45em;
	margin-bottom: 18px;
	}
	
#portfolio #body .container .item div p.credits {
	color: #556f81;
	}

#about #body .container .affiliations div {
	background: url(affiliations_bg.gif) no-repeat bottom left;
	float: left;
	margin-right: 24px;
	min-height: 402px;
	width: 219px;
	}
	
#about #body .container .affiliations div.last {
	margin-right: 0;
	}
	
#about #body .container .affiliations div img {
	margin-bottom: 37px;
	}
	
#contact #body .container form.left {
	background: #313d46 url(contact_form_bg.gif) repeat-x top left;
	float: left;
	padding: 34px 33px 38px;
	width: 630px;
	}
	
#contact #body .container form.left div label {
	display: block;
	margin-bottom: 8px;
	}
	
#contact #body .container form.left div input,
#contact #body .container form.left div textarea {
	background-color: #dbdbdb;
	border: 1px solid #000;
	color: #2f2f2f;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	padding: 5px 10px 0;
	}
	
#contact #body .container form.left div input {
	height: 21px;
	margin-bottom: 19px;
	width: 274px;
	}
	
#contact #body .container form.left div textarea {
	height: 173px;
	margin-bottom: 30px;
	width: 617px;
	}
	
#contact #body .container form.left p {
	font-size: 1em;
}
	
div#absolute {
left:0;
position:absolute;
top:0;
width:100%;
z-index:15;
}
/*####################################
#	FIX FLOAT MARGIN ISSUE
####################################*/

#portfolio #body .container .item div,
#about #body .container .item div {
	display: inline;
	}
	
p.wc3validation{

float:right; 
margin-top:50px;

}

p.about{

text-align:justify;

letter-spacing:1px;
line-height:19px;}
