@charset "UTF-8";
body {
	color: #000;
	font-family: "Myriad Pro", sans serif;
	font-size: 16px;
	margin:0;
	/*background-color: #FFF;*/
	background-image: url(../Graphics/clouds2.png);
	
	/*background-color: #EDF3FF;
	background-image:
	url(Graphics/bg-ltgrayretic.gif);*/
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-radius: 10px;
}

hr {
	color: #999;
}

h1, h2, h3 {	
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 26px;
	margin-top: 6px;
	margin-bottom: 0px;
}

h2 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


a {
	text-decoration: none;
}

a:link {
	color: #0632FF;
}

a:visited {
	color: #0632FF;
}

a:hover, a:active {
	color: #999;
}

ul {
	margin-top: -6px;
	margin-bottom: 12px;
}

ul li {
	padding-bottom: 6px;
}

#header {
	/*background-image: url(Graphics/clouds2.png);*/
	border-radius: 10px 10px 0px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #f5f5f5;
	margin-top: 0px;
}

#header img {
	padding-left: 18px;
}

/* applies to contact info in header*/
#header p {
	text-align: left;
	color: #000;
	padding-left: 20px;
	margin-top: 9px;
	margin-bottom: 1px;
}



/* TOPNAV here*/
#topnav {
	width: 920px;
	background-color: #FFF;
	font-size:90%;
	padding: 2px 20px 2px 20px;
	color: #000;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #900;
	border-bottom-color: #900;
	border-bottom-style: double;
	border-bottom-width: medium;
	/*float: left;*/
	text-align: left;
	font-weight: normal;
}

#topnav a {
	color: #000;
	text-decoration: none;
}

#topnav a:hover {
	color: #999;
}

#photo-navtable {
	width: 920px;
	float: left;
	clear: both;
}


table {
	background: #f5f5f5;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 380px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #900;
}

#content {
	width: 920px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	clear: both;
}

#content p {
	line-height: 1.15em;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
}

#content figure {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	clear: right;
}

#content-a {
	margin-top: 20;px;
	float: left;
	clear: both;
	
}

/*#photos-a {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	width: 920px;
	margin-top: 0px;
	margin-bottom: 20px;
}*/


/*#photos-a-maincaption {
	float: left;
	width: 685px;
	margin-left: 120px;
	margin-bottom: 20px;
}*/


#photos-a {
	width: 920px;
	margin-top: 0px;
	clear: both;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

*html #photos-a img {
	display: inline;
}

#photos-b {
	clear: both;
	float: left;
	width: 920px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

*html #photos-b img {
	display: inline;
}

#photos-b-text {
	width: 920px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	clear: left;
}

#photos-c {
	float: left;
	width: 920px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 20px;
}

*html #photos-c img {
	display: inline;
}

#photos-d {
	width: 920px;
	margin-top: 0px;
	clear: right;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

#photos-e {
	width: 920px;
	margin-top: 0px;
	clear: right;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

/*Following are styles for the box containing links to other project photos*/
#nav-photos {
	width: 340px;
	float: left;
	clear: left;
	background: #f5f5f5;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#nav-photos p {
	padding: 0px;
	margin: 6px;
	font-size: 14px;
	line-height: normal;
}

#nav-photos h3 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}


#bottomphoto-navtable {
	width: 920px;
	margin-top: 0px;
	margin-left: 20px;
	clear: both;
	float: left;
	width: 920px;
}

/*need to have 0px margins for IE6 and IE7.*/
.support-img {
	float: left;
	clear: left;
	margin: 0px;
}


/* #tagline appears above #top-of-page and #footer. Need to insert a paragraph return after previous element and add display-inline to *html #tagline and #top-of-page to appear correctly in IE6 and IE7. Also, need to have tagline float right and clear right.*/
#tagline {
	font-size: 18px;
	color: #900;
	text-align: left;
	float: left;
	clear:left;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	padding-top: 3px;
	width: 480px;
	margin-right: 0px;
}
*html #tagline {
	display: inline;
}


#top-of-page {
	float: left;
	font-size: 95%;
	font-weight: normal;
	color: #FFF;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	width: 165px;
	clear: left;
}
#html #top-of-page {
	display: inline;
}


#lower-navbar {
	width: 920px;
	background-color: #FFF;
	font-size:90%;
	color: #000;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #900;
	border-bottom-color: #900;
	border-bottom-style: double;
	border-bottom-width: medium;
	float: left;
	text-align: left;
	font-weight: normal;
	clear: both;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#lower-navbar a {
	color: #000;
	text-decoration: none;
}

#lower-navbar a:hover {
	color: #999;
}

#footer {
	color: #333;
	font-size: 9pt;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 20px;
	clear:both;
	text-align: left;
	margin-top: 20px;
	border-radius: 0px 0px 10px 10px;
	width: 940px;
}

#footer a:hover {
	color: #999;
}


/*GENERIC CLASSES*/

.img-floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 90px;
	border: medium #666 groove;
}

.img-floatleft-0pxleftmargin {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: medium #666 groove;
}

.img-floatright {
	float: right;
	margin-right: 50px;
	margin-bottom: 12px;
	border: medium #666 groove;
	margin-left: auto;
}

.img-centered {
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: medium #666 groove;
}

.red {
	color: #900;
}

.gray {
	color: #666;
}
 
.ital {
	 font-style:oblique;
 }
 
.bold {
	font-weight: bold;
}
 
.centered {
	text-align: center;
}

#container #content p img {
	display: block;
}


#photos-a figure {
	margin-top: 0px;
	margin-left: 90px;
	padding: 0px;
	float: left;
	
}
#photos-a figcaption {
	margin-left: 0px;
	text-align: center;
	border: none;
	}	

#photos-b figure {
	margin-top: 0px;
	margin-left: 90px;
	padding: 0px;
	float: left;

}
#photos-b figcaption {
	margin-left: 0px;
	text-align: center;
	border: none;
	}
	
#photos-c figure {
	margin-top: 0px;
	margin-left: 90px;
	padding: 0px;
	float: left;
}
#photos-c figcaption {
	margin-left: 0px;
	text-align: center;
	border: none;
	}
	
.figure {
	margin-left: 0px;
	border: medium #666 groove;
	text-align: center;
}
.caption {
	padding-top: 6px;
	color: #666666;
	font-size: 16px;
	line-height: 1.15em;
	text-align: center;
}
#header .header_text h1 {
	padding-left: 20px;
}
