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

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#878377;
	margin:0px;
}
a {
	color:#9cd29f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {

}
h2 {

}
h3 {

}
.serif {
	font-family:serif;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	margin-top:30px;
	padding:9px;
	width:888px;
	height:659px;
	background:url(../images/bg.png) no-repeat;
}
#footer_container {
	clear:both;
	margin:0px auto;
	
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:888px;
	height:165px;
	background:url(../images/header_bg.png) repeat-x;
}
#logo {
	clear:both;
	margin:0px auto;
	padding-top:42px;
	width:229px;
	height:41px;
	background:url(../images/logo.gif) bottom no-repeat;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	padding-top:39px;
	width:888px;
	height:30px;
}
#nav a {
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left:36px;
	padding-right:36px;
	padding-top:9px;
	height:21px;
	letter-spacing:1px;
	text-decoration:none;
}
#nav a:hover {
	color:#99c29b;
}
#nav .on {
	display:block;
	float:left;
	font-family:serif;
	font-size:11px;
	color:#99c29b;
	padding-left:36px;
	padding-right:36px;
	padding-top:9px;
	height:21px;
	letter-spacing:1px;
	text-decoration:none;
}
#nav_separator {
	float:left;
	width:1px;
	height:30px;
	background:url(../images/nav_separator.gif) no-repeat;
}


/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	padding:3px;
	width:882px;
	height:422px;
	background:#78987a;
}
#content ul {
	padding-left:20px;
	font-size:11px;
	list-style-image:url(../images/li.gif);
}
#content ul ul {
	padding-left:20px;
	font-size:10px;
	list-style-image:url(../images/li.gif);
}
#content_inner {
	clear:both;
	margin:0px auto;
	padding:3px;
	width:872px;
	height:412px;
	background:#efebdf;
	border:#cac4b2 solid 2px;
}
#content_left-sm {
	float:left;
	padding:4px;
	width:274px;
	height:403px;
	background:#3a3320;
}
#content_text-sm {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:17px;
	padding:15px;
	padding-top:22px;
	width:242px;
	height:364px;
	background:#5a5444;
	border:#88806c solid 1px;
}
#content_left-lg {
	float:left;
	padding:4px;
	width:574px;
	height:403px;
	background:#3a3320;
}
#content_text-lg {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:17px;
	padding:15px;
	padding-top:22px;
	width:542px;
	height:364px;
	background:#5a5444;
	border:#88806c solid 1px;
}
#content_right-lg {
	float:right;
	width:586px;
	height:411px;	
}
#content_right-sm {
	float:right;
	width:286px;
	height:411px;	
}
#content_bottom {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#76736b;
	clear:both;
	margin:0px auto;
	padding-top:40px;
	padding-left:10px;
	width:878px;
	height:12px;
	background:url(../images/bottom_bg.png) top repeat-x;
}
#content_bottom a {
	color:#76736b;
	text-decoration:underline;
}
.projects_ul {
	height:150px;
	overflow:hidden;
}
.libraries_ul {
	height:80px;
	overflow:hidden;
}
.libraries_txt {
	height:225px;
	line-height:14px;
	overflow:hidden;
}
.projects_txt {
	height:135px;
	line-height:14px;
	overflow:hidden;
}
#projects_nav {
	padding-top:10px;
	height:15px;
}
#projects_nav a {
	display:block;
	float:right;
	font-size:8px;
	margin-left:5px;
	padding-top:6px;
	width:10px;
	height:4px;
	color:#FFFFFF;
	text-align:center;
	line-height:0px;
	border:#5a5444 solid 1px;
	text-decoration:none;
}
#projects_nav a:hover {
	background:#797466;
	border:#cfcdc9 solid 1px;
	text-decoration:none;
}
#projects_nav .on {
	display:block;
	float:right;
	font-size:8px;
	margin-left:5px;
	padding-top:6px;
	width:10px;
	height:4px;
	color:#FFFFFF;
	text-align:center;
	line-height:0px;
	background:#797466;
	border:#cfcdc9 solid 1px;
	text-decoration:none;
}

.library_txt {
	padding-top:4px;
	height:320px;
	line-height:14px;
	overflow:hidden;
}



/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:888px;
	height:40px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
}
