@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;
}

img {
	border: medium #666 groove;
}

#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;
	border: none;
}

/* 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;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 12px;
}

table {
	width: 140px;
	background: #f5f5f5;
	margin-left: 380px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #900;
	float: left;
	clear: both;
}
table tr {
	text-align: center;
}
table td {
	text-align: center;
}

#content {
	width: 920px;
	margin-bottom: 20px;
	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;
}


/*#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: 450px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	clear: right;
}

#photos-a p {
	text-align: justify;
}

#photos-a img {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}

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

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

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

#photos-b img {
	float: right;
	clear: left;
	margin-top: 15px;
	margin-right: 20px;
	
}

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

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

#right-column-c {
	width: 390px;
	float: left;
	clear: right;
	margin-right: 0px;
	margin-bottom: 40px;
}

#left-column-c {
	width: 375px;
	padding-right: 15px;
	clear: left;
	float: left;
	margin-left: 60px;
	margin-right: 20px;
}

#photos-c p {
	text-align: justify;
}

#photos-c img {
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	clear: none;
	margin-left: 120px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
}

#photos-c-1 {
	width: 900px;
	float: left;
	margin-top: 20px;
	clear: both;
}

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



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

#photos-d img {
	float: right;
	clear: left;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

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

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

#photos-e p {
	text-align: justify;
}

#photos-e img {
	float: right;
	clear: left;
	margin-top: 12px;
	margin-right: 20px;
	margin-left: 30px;
}

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

/*Following are styles for the box containing links to other project photos*/
#nav-photos {
	width: 340px;
	float: left;
	clear: right;
	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: 20px;
	border: medium #666 groove;
}


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

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

.red {
	color: #900;
}

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

.justify {
	text-align: justify;
}

.hr-margin {
	margin-bottom: 20px;
}
#header .header_text h1 {
	padding-left: 20px;
}
