/* DEFAULT CSS FOR THE EEC */

body {
    background-color: #ffffff;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    padding:0px;
    margin:0px;
    font-family:"Georgia", Arial;
    font-size:10pt;
}

#head {
    float:left;
    padding:0px;
    margin-left:80px;
    height: 200px;
    width: 740px;
    background-image: url(../images/arrow_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#logo {
	float: left;
	width: 175px;
}

#nav_container {
	float: left;
	margin: 70px 0px 0 40px;
	font-size: 10pt;
	font-weight: 100;
	letter-spacing: 1px;
}

#nav_labels {
	float: left;
	text-align: right;
	color: #6f5543;
}

#nav_links {
	float: left;
	text-align: left;
	color: #ffffff;
	padding-left: 10px;
}

#nav_links a:link, #nav_links a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav_links a:hover {
	color: #B5DFF7;
	text-decoration: none;
}

.blue {
	color: #00a2ff;
}

#content {
	float: left;
	clear: both;
	background-image: url(../images/arrow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 740px;
	margin-left: 80px;
	min-height: 460px;
	padding-top: 50px;
}

.project {
	width: 800px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	display: block;
}
.project + .project {
	border-top: 1px solid #28160A;
	padding-top: 20px;
}

.images {
	width: 560px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #00a2ff;
	float: left;
	color: #6f5543;
}
.images img {
	padding-right: 1px;
	padding-bottom: 10px;
	float: left;
}
.notes {
	float: left;
	color: #6f5543;
	width: 215px;
	font-size: 10pt;
}
.notes p a img.border{
	padding: 0px;
	border: 1px solid #6f5543;
	background-color: #b1886c;
}
.noborder {
	border: 0px;
}
h3{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}

h4{
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
	font-weight: normal;
}
p a:link, p a:visited{
	color: #6f5543;
}

p a:hover {
	color: #00a2ff;
}

#footer {
	background-color: #eeeeee;
	color: #686868;
	height: 20px;
	clear: both;
	width: auto;
	padding: 5px 0 10px 80px;
}
#footer #toplink a:link, #footer #toplink a:hover, #footer #toplink a:visited {
	color: #686868;
	float: left;
	width: 100px;
}
#footer #footertxt {
	float: left;
	width: 700px;
	text-align: right;
}