/* CSS Document */

a:link {
	color: #999990;
	text-decoration:none;
}

a:visited {
	color: #999990;
	text-decoration:none;
	border:none;
}

a:hover {
	color: #4fa2a7;
	text-decoration:none;
	border:none;
}

a:active {
	color: #db4f17;
	text-decoration:none;
	border:none;
}

html {
	overflow-y: scroll;
	min-height: 100%; 
	margin-bottom: 1px;
}

body {
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:62.5%;
	color: #3e3e34;
	font-weight:normal;
	line-height:normal;
	margin:0px;
	padding:0px;
}

#nav {
	width:800px;
	background-color:#fff;
	margin:0 auto;
	padding-top:0px;
	position:relative;
}

#container {
	width:740px;
	background-color:#fff;
	margin:0 auto;
	position:relative;
	margin-bottom:20px;
}

#side {
	width:125px;
	float:left;
	background-color:#fff;
	margin-top: 25px;
	margin-bottom: 4px;
	padding-left:0px;
}

#content {
	width:593px;
	float:right;
	background-color:#fff;
	color:#3e3e34;
	margin-top: 25px;
	margin-bottom:4px;
}

#footer {
	width:740px;
	background-color:#fff;
	color:#999990;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	clear:both;
}
	
.nav-item {
	width:125px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	position:relative;
	bottom:17px;
}

.nav-item-left {
	width:125px;
	margin-left:0px;
	padding-right:10px;
	*padding-right:12px;
	padding-left:0px;
	display:inline;
	position:relative;
	bottom:17px;
	left:0px;
}

.nav-item-right {
	width:125px;
	padding-left:10px;
	margin-right:0px;
	padding-right:0px;
	*padding-left:12px;
	display:inline;
	position:relative;
	bottom:17px;
	right:0px;
}

.nav-logo {
	padding-left:10px;
	padding-right:10px;
	*padding-left:12px;
	*padding-right:12px;
	*margin-left:1px;
	*margin-right:1px;
	display:inline;
	position:relative;
}

.home-image {
	width:740px;
	display: block;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color: #aeaea4;
	margin-top: 20px;
	margin-bottom: 4px;
	position:relative;
}

.home-title {
	width:740px;
	display: block;
	position:relative;
	color: #3e3e34;
}

.title {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	position:relative;
	border-bottom: 1px solid #aeaea4;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	color:#3e3e34;
}

.title_side {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	position:relative;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:.25em;
	color:#3e3e34;
}

.description {
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	color:#3e3e34;
}

.recognition {
    font-family:Georgia,Times New Roman,Times,serif;	
	font-size:1em;
	font-weight:normal;
	line-height:normal;
	color:#999990;
	font-style: italic;
}

.project-image {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	border:0px;
}

.sidebar_ul {
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.75em;
	list-style-type:none;
	text-align:left;
	text-indent:0px;
	position:relative;
	padding-left:-40px;
	left:-40px;
	clear:both;
	margin-bottom:20px;
	color:#aeaea4;
}

.ul_active {
	color: #db4f17;
	text-decoration:none;
}