@charset "ISO-8859-1";

/* HTML CHANGES */
body {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	background-image:url(/images/background_horizontal.jpg);
	margin: 0px;
	}
	
p {
margin-top: 0px;
}

p, #wrapper {
color: #464646;
}

/* START GENERAL LAYOUT  */
#wrapper {
width: 800px;
}

#top
{width: 800px;
height: 168px;
margin: 0px;
padding: 0px;
}

/* Center area text */
#center {
margin: 0px 30px;
}

/* The footer */
#footer {font-size: .8em;
bottom: 0px;
text-align:center;
}
/* END GENERAL AREA LAYOUT  */

a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #0153a2;
}


/* START OF TOP NAV */
/* positions menu over the logo */
#nav {
position: absolute;
top: 100px;
left: 315px;
background-image:none;
width: 475px;
}

/* creates space to right of each link -- #nav is extra wide so the navigation doesn't move to next line */
#nav ul li
	{
	margin-right: 5px;
	}


#nav ul 
	{padding:0; /* removes the space on the left hand side, so nav list left justified */
	margin:0px; /* removes space above the nav so it's next to the logo */
	}

/* displays drop down vertically */
#nav ul li
	{
	display: inline;
	}

/* removes dots from list */
li {
	list-style-type: none;
}

#nav li a
	{
color: #0153a2;
	display: inline;
	background-color: #efefef;
	margin: 0px 8px 0px 0px;
	padding: 3px 20px;
text-decoration: none;
font-size: .9em;
	}


#nav li a:link, #nav li a:visited
	{
color: #0153a2;
text-decoration: none;
	}

#nav li a:hover, #nav li a:active, a:hover, a:active
	{
color: #ffffff;
text-decoration: none;
background-color: #0153A2;
	}

/* END OF TOP NAV */


/* CLASSES */
.heading {font-size: 1.75em;
font-family:Cochin, "Times New Roman", Times, serif;
color: #0153A2;
margin: 0px;
padding: 0px;
}

.subHeading {
font-weight: bold;
color: #015;
font-size: 1.1em;
}

/* IMAGE LAYOUT FOR PROJECTS PAGES */

.image1 {
margin: 0px 0px 10px 20px;
}

/*lower image box*/
#images {width: 725px;
height: 300px;
padding-top: 0px;
margin: auto;
}

#image2 {
float: left;
}

#image3 {
float: right;
}