body {
	background: url(../images/background_rest.jpg) repeat;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3E6BDD;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E6BDD;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E6BDD;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
p {
	padding: 5px 0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #374BFF;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
ul {
	list-style-type: disc;
}
li {
	margin-left: 20px;
}
#background_top {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/background.jpg) repeat-x;
	width: 100%;
	height: 447px;
	z-index: -5;
}
#container {
	width: 766px;
	margin: 0 auto;
	z-index: 10;
}
#top {
	position: relative;
	margin: 9px 0 0;
	width: 766px;
	text-align: center;
	height: 101px;
	background: url(../images/logo_background.jpg) no-repeat;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 14px;
	left: 25px;
	width: 150px;
	height: 77px;
}
#login {
	position: absolute;
	top: 5px;
	right: 23px;
	width: 230px;
	height: 25px;
}
#login a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	text-transform: uppercase;
	text-decoration: none;
}
#login img {
	vertical-align: middle;
}
#navigation {
	background: url(../images/body_background.png) repeat-y;
	height: 33px;
	padding-left: 6px;
	text-align: center;
	line-height: 33px;
	z-index: 10;
}
#navigation .nav {
	background: url(../images/navigation_background.jpg) no-repeat;
	width: 126px;
	height: 33px;
	float: left;
}
#navigation .nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	text-transform: uppercase;
	text-decoration: none;
	width: 126px;
	height: 33px;
}
#navigation .last, #navigation .last a {
	width: 124px;
}
#navigation .nav a:hover {
	background: url(../images/navigation_background_hover.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation .active {
	background: url(../images/navigation_background_active.jpg) no-repeat;
}
#navigation .active a {
	color: #FFFFFF;
}
#header {
	position: relative;
	background: url(../images/body_background.png) repeat-y;
	width: 760px;
	height: 220px;
	padding-left: 6px;
	z-index: 10;
}
#header_click_here {
	position: absolute;
	top: 193px;
	right: 35px;
}
#header_click_here a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: none;
	text-decoration: underline;
}
#index_content_wrapper {
	background: url(../images/body_background.png) repeat-y;
	width: 760px;
	height: 280px;
	padding-left: 6px;
	z-index: 10;
}
#index_content {
	background: url(../images/home_content_background.jpg) no-repeat;
	width: 754px;
	height: 280px;
	padding: 26px 0 0 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content_wrapper {
	background: url(../images/sub_content_background.png) repeat-y;
	width: 760px;
	padding-left: 6px;
	z-index: 10;
}
#subnavigation {
	float: left;
	width: 194px;
	height: 100%;
	line-height: 36px;
}
#subnavigation .nav {
	background: url(../images/subnavigation_background.jpg) no-repeat;
	width: 194px;
	height: 36px;
	float: left;
}
#subnavigation .nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
	text-transform: uppercase;
	text-decoration: none;
	width: 194px;
	height: 36px;
	padding: 0 0 0 16px;
}
#subnavigation .nav a:hover {
	background: url(../images/subnavigation_background_hover.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#subnavigation .active a {
	color: #3333FF;
	font-weight: bold;
}
#subnavigation .active a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#content {
	float: left;
	clear: none;
	background: url(../images/sub_content_background_inner.jpg) no-repeat;
	width: 560px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	padding-left: 16px;
}
#content h2 {
	padding-top: 25px;
}
#content h5 {
	padding-top: 10px;
}
#content p {
	padding-left: 16px;
	width: 510px;
}
#content ul {
	padding-left: 16px;
}
#content table {
	margin-left: 16px;
}
#content table p {
	width: auto;
}
#content table h1, #content table h2, #content table h3, #content table h4, #content table h5, #content table ul, #content table p {
	padding: 0;
}
#content .project_post {
	width: 530px;
	height: 115px;
	padding-top: 16px;
}
#content .project_post p {
	width: auto;
}
#content .project_post img {
	float: left;
	width: 113px;
	height: 115px;
	padding-left: 16px;
}
#content .project_post h5 {
	padding: 0;
}
#content .project_post .project_content {
	float: left;
	width: 390px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#bottom {
	background: url(../images/body_background.png) repeat-y;
	width: 760px;
	height: 111px;
	padding-left: 6px;
	z-index: 10;
}
#meet_our_staff, #project {
	background: #D8D8D8;
	float: left;
	width: 377px;
	height: 105px;
	padding: 6px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#meet_our_staff img, #project img {
	float: left;
	padding: 0 8px;
}
#meet_our_staff a, #project a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#footer {
	background: url(../images/footer_background.png) no-repeat;
	width: 766px;
	height: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252525;
	padding-top: 13px;
	padding-left: 18px;
}
#footer p {
	line-height: 18px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252525;
}
#subfooter {
	background: url(../images/footer_background.png) no-repeat;
	width: 766px;
	height: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252525;
	padding-top: 13px;
	padding-left: 18px;
}
#subfooter p {
	line-height: 18px;
}
#subfooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #252525;
}
#footer_navigation {
	margin-bottom: 5px;
}
#footer_navigation, #footer_navigation a {
	color: #374BFF;
	text-decoration: none;
	text-transform: uppercase;
}
#footer_navigation a:hover {
	text-decoration: underline;
}