﻿#home body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6E6145;
	background-image: url(../nav_images/backgrounds/background-home.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6E6145;
	background-image: url(../nav_images/backgrounds/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#home #container  {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../nav_images/backgrounds/header-top-nav-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DED6BE;
}
#container  {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../nav_images/backgrounds/header-top-nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DED6BE;
}

/* header */
#home #header  {
	height: 362px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 9px;
	
	
}
#header  {
	height: 276px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 9px;
	
	
}

#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #DED6BE;
	padding-top: 14px;
	padding-left: 15;
	font-weight: bold;
	font-size: 30px;
	
}

.title {
	
	font-size: 14px;

}


#header p {
	font-size: 12px;
	color: #FFFFFF;
	
}

#header img {
	margin-top: 15pt;
}
#about #header img,#affiliations #header img,#contact #header img,#help #header img {
	margin-top: 15pt;
	margin-right: 10px;
}
#viewer {
	margin-top: 1px;
	margin-bottom: 12px;
}

#header #flashSlide {
	margin-right: 20px;
	margin-top: 15pt;
	float: left;
	height: 248px;
	width: 491px;
}

/* maincontent */
#mainContent  {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #DED6BE;
	
}
/* nav */
#nav-area {
	width: 940px;
	height: 75px;
}
#nav {
	height: 50px;
	float: right;
	width: 463px;
	padding-right: 18px;
	margin: 0px;
}
#nav  .home a {
	width: 63px;
}
#nav  .about a {
	width: 67px;
}
#nav  .port a {
	width: 61px;
}
#nav  .aff a {
	width: 75px;
}
#nav  .help a {
	width: 107px;
}
#nav  .contact a {
	width: 87px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	height: 27px;
	padding-top: 7pt;
}

#nav a:hover {
	color: #FEF3D7;
}

#nav-area #logo a {
	display: block;
	float: left;
	height: 80px;
	width: 220px;
	position: absolute;
	text-indent: -9000px;
}


/* box */
.box {
	height: 488px;
	width: 299px;
	margin-right: 2px;
	margin-left: 5px;
	float: left;
	margin-top: 20px;
}

.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 1px;
	margin-left: 5px;
	text-align: justify;
}
.box h2 {
	font-size: 15pt;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #262016;
	width: 220px;
	font-weight: bold;
	font-family: "Arial black", Arial, Helvetica, sans-serif;
}

.box img {
	margin-top: 10px;
	margin-bottom:10px;
}




/* Portfolio */


.boxP {
	height: 320px;
	width: 280px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boxP p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
}
.boxP a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #154E1B;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
}

.boxP img {
	margin: 10px;
	
}

/* About */



/* Affiliations



/* Help Documents */


/* Contact */.boxP h2 {
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: #164E1B;
}




/* footer */

#footer  {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
	text-align: center;
	color: #262016;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../nav_images/backgrounds/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Moves the header pictures down 
#header img {
	padding-right: 20px;
	margin-top: 15pt;
}


#nav {
	height: 50px;
	float: right;
	width: 463px;
	padding-right: 16px;
	margin: 0px;
}
.box {
	height: 488px;
	width: 298px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	margin-top: 20px;
}*/

