/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* restores some defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------------------------------------------------------ */

body { 
	background:url(images/mainBackground.jpg) center top no-repeat #202020;
	color:#c9c8c8;
}
#wrapper {
	width:960px;
	margin:0 auto;
}

#logo a:link, #logo a:visited {
	float:left;
	width:124px;
	height:124px;
	margin:19px 0 0;
	text-indent:-9999px;
}

#mainContent {
	clear:both;
}

#navBar {
	float:left;
	width:115px;
	margin:51px 0 0 0;
		
}
#navBar li {
	width:110px;
	float:left;
}
#navBar li a:link, #navBar li a:visited {
	height:14px;
	float:right;
	text-indent:-9999px;
	margin:16px 0;
}
#navBar li a:hover { height:14px; }

#navBar li.home a:link, #navBar li.home a:visited { width:43px; background:url(images/navBar.png) 0 -14px no-repeat;}
#navBar li.home a:hover { background:url(images/navBar.png) 0 0 no-repeat;}

#navBar li.services a:link, #navBar li.services a:visited { width:60px; background:url(images/navBar.png) -49px -14px no-repeat;}
#navBar li.services a:hover { background:url(images/navBar.png) -49px 0 no-repeat;}

#navBar li.projects a:link, #navBar li.projects a:visited { width:57px; background:url(images/navBar.png) -115px -14px no-repeat;}
#navBar li.projects a:hover { background:url(images/navBar.png) -115px 0 no-repeat;}

#navBar li.about a:link, #navBar li.about a:visited { width:47px; background:url(images/navBar.png) -177px -14px no-repeat;}
#navBar li.about a:hover { background:url(images/navBar.png) -177px 0 no-repeat;}

#navBar li.affiliations a:link, #navBar li.affiliations a:visited { width:75px; background:url(images/navBar.png) -229px -14px no-repeat;}
#navBar li.affiliations a:hover { background:url(images/navBar.png) -229px 0 no-repeat;}

#navBar li.bios a:link, #navBar li.bios a:visited { width:61px; background:url(images/navBar.png) -310px -14px no-repeat;}
#navBar li.bios a:hover { background:url(images/navBar.png) -310px 0 no-repeat;}

#navBar li.contact a:link, #navBar li.contact a:visited { width:62px; background:url(images/navBar.png) -377px -14px no-repeat;}
#navBar li.contact a:hover { background:url(images/navBar.png) -377px 0 no-repeat;}

#rightColumn {
	float:right;
	width:801px;
	margin:60px 0 0 0;
}
/* homepage */
#home {
	width:400px;
	float:left;
}
#projectsHome {
	width:350px;
	float:right;
}
.projectRotate {
	margin:10px 0 0 0;
}
/* homepage */
/* services page */
.services li {
	list-style-type:circle;
	margin: 5px 15px;
}
.services ul {
	margin: 10px 15px 25px 15px;
}
/* services page*/


/* about page */
.columnL {
	float:left;
	width:365px;
	margin:60px 0 0 35px;
}
.columnR {
	float:right;
	width:400px;
	margin:60px 0 0 0;
}

/* about page */



/* contact page */
.ddfmwrap {
	width:500px;
}
p.fieldwrap label {
	float:left;
	width:100%;
}
p.fieldwrap input {
	float:left;
	margin:2px 5px 2px 0;
}
p.fieldwrap {
	width:100%;
	float:left;
}
.fmtextwide, .fmverify, .submit {
	clear:left;
	float:left;
	margin:2px 0;
}

/* contact page */

#footer {
	position:absolute;
	float:right;
	top:670px;
	width:815px;
	height:100px;
	margin:0 0 0 130px;
	padding:62px 0 0 10px;
}
.quoteHome { background:url(images/quoteHome.jpg) top right no-repeat; }
.quoteServices { background:url(images/quoteServices.jpg) top right no-repeat; }
.quoteProjects { background:url(images/quoteProjects.jpg) top right no-repeat; }
.quoteAbout { background:url(images/quoteAbout.jpg) top right no-repeat; }
.quoteAffiliations { background:url(images/quoteAffiliations.jpg) top right no-repeat; }
.quoteBios { background:url(images/quoteBios.jpg) top right no-repeat; }




/* fonts */
body {
	font-family:Lucida Sans, Arial, Helvetica, Sans-Serif;
}
a:link, a:visited {
	color:#9e9e9e;
}
a:hover {
	text-decoration:none;
}
h2 {
	clear:both;
	font-size:16px;
	padding:10px 0 0 0;
	color:#18bac0;
}
h1 {
	color:#fff;
}
p {
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	margin:0 0 15px;
	color:#ccc;
	font-size:14px;
	line-height:18px;
}
p strong {
	color:#9e9e9e;
}
.home p, .bios p{
	font-size:16px;
	line-height:28px;
}
.homeText {
	padding:0 0 0 15px;
}
.services ul li {
	font-size:14px;
}
.about p {
	font-size:14px;
	line-height:22px;
}
.affiliations {
	font-size:14px;
}
.small {
	font-size:12px;
	padding: 0 0 15px 0;
}
.projectHeading {
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.affiliationsHeading {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.projectTitle {
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#b6b6b6;
	line-height:15px;
}
.alignRight { text-align:right; }
.alignLeft { text-align:left; }
.floatLeft { float:left; }
.floatRight { float:right;}

.miniLeft {
	float:left;
	width:175px;
}
.miniRight {
	float:right;
	width:115px;
	text-align:right;
}
#lower { 
	float:right;
	width:801px;
}
.clear { clear:both; }
#img2, #img1 {
	margin:4px 0 0 0;
	float:left;
	width:801px;
}
.miniLeftEntrance {
	width:125px;
	float:left;
}
.miniRightEntrance {
	float:right;
	width:225px;
}
.white {
	font-weight:bold;
	color:#fff;
}
