@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	font-family:"Times New Roman", Times, serif;
	font-size:87%;
	line-height:1.5em;
	text-align:center;
	color:#666;
	text-decoration: none;
	}

img {
	border:0;
	}

h1, h2, h3, h4 {
	font-weight:normal;
	color:#d1862f;
	padding:.75em;
	}

ul {
	margin:1em 25px;
	}

p {
	margin:1em 0;
	}

a:hover {
	color:#9e3708;
	}

#pageContainer {
	width:767px;
	margin:0 auto;
	text-align:left;
	font-size:95%;
	}


/***** NAVIGATION *********/

#navcontainer ul {
	background:#fff url(../pix/navBG.jpg) top left repeat-x;
	list-style:none;
	height:78px;
	border-top:6px solid #fff;
	text-align: center;
	padding-top: 12px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	width: 100%;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

#navcontainer ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	/* matches link padding except for left and right */
	padding-top: 15px;
	}

#navcontainer ul li a {
	padding:15px 25px 10px 25px;
	color: #9d2119;
	font-size:150%;
	text-transform:lowercase;
	text-decoration: none;
	}

#navcontainer ul li a:hover, #navcontainer #active a {
	background:#d56f07 url(../pix/navButtonBG_L.gif) bottom left no-repeat;
	color: #fff;
	padding:15px 25px 10px 25px;
	}

#navcontainer ul li a:hover .rightCorner, #navcontainer #active .rightCorner {
	background:url(../pix/navButtonBG_R.gif) bottom right no-repeat;
	padding:15px 25px 10px 25px;
	margin-right:-25px;
	margin-left:-25px;
	}


/******* END NAVIGATION *******/

#content {
	padding:0 45px 45px 45px;
	}

#imageBox {
	margin-bottom:40px;
	}

.leftColumn {
	width:237px;
	float:left;
	}
	
.leftColumn h2 {
	color:#D56F07;
	padding-left:15px;
	}

.rightColumn {
	width:415px;
	float:right;
	}

.rightColumn h2 {
	padding-left:15px;
	color: #7E4105;
	}

.pad {
	padding:0 15px;
	}
	
#projectList ul {
	list-style:none;
	margin:0;
	}

#projectList li {
	padding:.5em 15px;
	border-bottom:1px dashed #efc533;
	}

#projectList a {
	color:#D56F07;
	text-decoration:none;
	}

#projectList a:hover {
	color:#9e3708;
	}

#footer a {
	text-decoration: none;
	}

#footer {
	background:#d1862f url(../pix/footerBG.jpg) top left repeat-x;
	text-align:center;
	padding:10px 0;
	}
