@charset "utf-8";
/* Colors
	Light Blue 		#95b1d4
	Red 			#d83500
	Yellow 			#ffcc00
*/

body {
	background: #95b1d4 url('../_img/body0.gif') repeat-y 50% 0;
	min-width: 960px;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	color: #36393f;
}

a {
	text-decoration: none;
	color: #d83500
}
a:hover {
	color: #fc0;	
}

p {
	font-size: 12px;	
}

.layer0 {
	background: url('../_img/body1.png') repeat-x;
}
.layer1 {
	background: url('../_img/body2.png') no-repeat 50% 0;	
}

.header0 {
	height: 293px;
	width: 960px;
	margin: 0 auto;
	background: url('../_img/header.jpg') no-repeat;
	position: relative;
	border-bottom: 2px solid #fff;
}

.navbar {
	position: absolute;
	background: url('../_img/navbar.jpg') no-repeat;
	width: 462px;
	height: 67px;
	top: 91px;
	left: 455px;
}

.navbar a {
	background: url('../_img/navbar.jpg') no-repeat;
	display: block;
	height: 67px;
}
.navbar a span {
	display: none;	
}
.navbar a.projects {
	position: absolute;
	width: 118px;
	left: 49px;
	background-position: -49px 0;
}
.navbar a.projects:hover {
	background-position: -49px -67px;	
}
.navbar a.aboutus {
	position: absolute;
	width: 116px;
	left: 180px;
	background-position: -180px 0;
}
.navbar a.aboutus:hover {
	background-position: -180px -67px;	
}
.navbar a.history {
	position: absolute;
	width: 95px;
	left: 311px;
	background-position: -311px 0;
}
.navbar a.history:hover {
	background-position: -311px -67px;	
}

a.facebook {
	display: block;
	background: url('../_img/facebook.jpg') no-repeat;
	width: 37px;
	height: 38px;
	position: absolute;
	left: 478px;
	top: 31px;
}
a.facebook:hover {
	background-position: 0 -38px;	
}
a.facebook span {
	display: none;	
}

a.twitter {
	display: block;
	background: url('../_img/twitter.jpg') no-repeat;
	width: 33px;
	height: 26px;
	position: absolute;
	left: 528px;
	top: 34px;
}
a.twitter:hover {
	background-position: 0 -26px	
}
a.twitter span {
	display: none;	
}

.twitter_content {
	position: absolute;
	top: 37px;
	left: 567px;
	width: 330px;
	font-size: 12px;
	color: #41639f;
	text-shadow: #ccc 1px 1px 0px;
}

.content .projects {
	background: #f9f9f9 url('../_img/bgprojects.jpg') no-repeat;	
}

.content .aboutus {
	background: #f9f9f9 url('../_img/bgaboutus.jpg') no-repeat;	
}

.content .history {
	background: #f9f9f9 url('../_img/bghistory.jpg') no-repeat;	
}

.header_image {
	margin: 18px 6px;	
}

.content h1 {
	display: inline-block;	
}
.content .text_block {
	line-height: 18px;
	font-size: 14px;
	text-align: justify;
	padding: 0 8px;
}

.project {
	position: relative;
	background: url('../_img/grid_4frame.png') 0 1px no-repeat;
	height: 223px;	
}

.project_small {
	position: relative;
	background: url('../_img/grid_4frame2.png') 0 1px no-repeat;
	height: 102px
}

.project_mid {
	position: relative;
	background: url('../_img/grid_4frame3.png') 0 1px no-repeat;
	height: 118px;
}

.project a,
.project_small a,
.project_mid a{
	display: block;
	width: 280px;
	height: 205px;
	margin: 10px 0 0 9px;
	position: relative;
}

.project_small a {
	position: relative;
	height: 84px;
}

.project_mid a {
	position: relative;
	height: 100px;
}

.project a .description,
.project_small a .description,
.project_mid a .description {
	position: absolute;
	background: #000;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	height: 39px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}

.project_small a .description {
	height: 0px;
}

.project a .description h2,
.project_small a .description h2,
.project_mid a .description h2 {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0 0 10px;
	text-shadow: #000 1px 1px 0px;
}
.project a:hover .description h2,
.project_small a:hover .description h2,
.project_mid a:hover .description h2 {
	color: #fc0;	
}
.project a .description p,
.project_small a .description p,
.project_mid a .description p {
	color: #fff;
	margin: 10px;
	line-height: 18px;
	text-shadow: #000 1px 1px 0px;
}
.project a .description p strong,
.project_small a .description p strong, 
.project_mid a .description p strong {
	color: #999;
}

.spacer_20 {
	height: 20px;
}

.top a {
	display: block;
	width: 54px;
	height: 28px;
	background: url('../_img/top.png');
	margin: 22px auto;
}

.top a:hover {
	background-position: 0 -28px;	
}

.top a span {
	display: none;	
}

.divider {
	height: 7px;
	background: url('../_img/divider.gif') no-repeat;
	margin-top: 50px;
}

.person {
	position: relative;
	background: url('../_img/grid_4frame.png') 0 1px no-repeat;
	height: 223px;
	margin-bottom: 20px;
}

.person .text {
	margin: 4px 15px 4px 13px;
}

.person img {
	margin: 10px 0 0 9px;
	width: 280px;
	height: 56px;
}

.person h2 {
	font-size: 24px;
	color: #415f9c;
	font-weight: bold;
}

.person h2.alt {
	color: #e14a18;	
}

.person h3 {
	font-size: 14px;
}

.person p {
	line-height: 16px;
	margin-top: 5px;
	text-align: justify;
}

.date {
	background: url('../_img/grid_2history.png') 1px 1px no-repeat;
	height: 140px;
	text-align: center;
}

.date em {
	display: block;
	color: #fff;
	margin-top: 35px;
	font-style: normal
}
.date strong {
	font-size: 50px;
	color: #fff;
	display: block;
}

a.photo {
	position: relative;
	background: url('../_img/grid_3photo.png') 1px 1px no-repeat;
	height: 220px;
	display: block;
	margin-bottom: 20px;
}

a.photo img {
	position: absolute;
	/*margin: 9px 0 0 10px;*/
	left: 10px;
	top: 10px;
	width: 200px;
	height: 200px;
}

.footer {
	width: 960px;
	height: 188px;
	background: url('../_img/footer.jpg') no-repeat;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 18px;
}
.footer p {
	padding-top: 40px;	
}
.footer p span{
	display: block;
	color: #acc3db;
}

.shadow {
	text-shadow: #fff 1px 1px 0px;
}

.faint_divide {
	border-bottom: 1px dashed #ddd;
	height: 1px;
	margin: 0px 15px 18px 15px;
}

a.secondary {
	color: #4164a0;	
}
a.secondary:hover {
	color: #fc0;
}