@import url(blueprint/screen.css);
@import url(jqstyle.css);


body{
	background:#70726e;
	font-family:Arial, Helvetica, sans-serif;

}

#headerArea{
	z-index:10000 !important;
	height:auto;
}

.header{
	padding-left:24px;
}

.header img{
	height:auto !important;
	width:200px !important;
}

.container{
	padding:36px 0 8px 0;
	height:auto;
	background-color:#f3f4f5;
	padding-bottom:0 !important;
	margin-bottom:0! !important;
}

.topNav{
	padding-top:9px;
	height:79px;
}

.topNav ul{
	padding-top:18px;
	list-style-type:none;
	float:right;
}

.topNav ul li{
	float:left;
	padding-left:25px;
	font-size:14px;
}

.topNav ul li a{
	text-decoration:none;
	color:#494849;
}

.topNav ul li a:hover{
	border-top:2px solid #52a1af;
	color:#000;
}

.topNav ul li a.active{
	color:#000;
	font-weight:bold;
	border-top:2px solid #52a1af;

}

.subTitle{
	width:860px;
	position:relative;
	left:-16px;
	height:20px;
	padding-top:6px;
	background:url(../images/subtitle_edge.png) top left no-repeat;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-align:left;
	margin-top:6px;
	margin-bottom:-10px;
	z-index:50;
}

.subTitle p{
	margin:4px 38px;
}

.slideShow{
	width:853px;
	height:250px;
	position:relative;
	background:#000000 top center;
	margin:0;
	list-style-type:none;
	top:3px;
	left:-12px;
	border-bottom:5px solid #1a8c9d;
}

.slideShow li{
	position:relative;
	left:0px;
	overflow:hidden;
}

.slideShow img{
	border-bottom:4px solid #1a8c9d;
}

.mainArea{
	padding:26px 0px 24px 24px;
}

.footer{
	height:24px;
	background-color:#248b9a;
	font-size:12px;
	color:#FFF;
	text-align:left;
	padding:5px 17px 0 24px;
}

.footer a{
	color:#FFF;
	text-decoration:none;
	margin:0 4px 0 4px;
}

.footer a:hover{
	text-decoration:underline;
}

.projectNav{
	width:860px;
	height:190px;
	position:relative;
	left:-15px;
	background:url(../images/projectThumb_bg2.png) top left no-repeat;
	margin-bottom:-20px !important;
}

.projectNav.onPage{
	margin-top:-10px;
}

.contentTextArea p{
	width:auto !important;
	margin-right:8px;
	margin-bottom:8px;
}

.contentTextArea h2{
	font-size:20px;
	font-weight:bold;
}

.contentTextArea h3{
	margin-top:-15px;
}

.contentTextArea h4{
	font-size:12px;
	font-style:italic;
	margin-top:-12px;
}

.contentThumbArea{
	padding-top:20px;
}

.contentThumbArea img{
	vertical-align:top;
	padding-right:0px;
	padding-bottom:10px;
	height:114px !important;
	width:155px !important;
}

.contentThumbArea p{
	margin-bottom:4px;
}

.shortInfo{
	padding:10px 10px 10px 10px;
	width:300px;
	height:auto;
	background:#cadada;
	margin-bottom:10px;
}

.shortInfo p{
	margin:0 !important;
}

.contentPicArea img{
	width:250px !important;
	height:auto !important;
}

.cssForm p{
	font-size:12px;
	width:350px;
	clear:left;
	padding-left:155px;
}

.cssForm label{
	font-weight:bold;
	float:left;
	margin-left:-155px;
	width:150px;
}

.cssForm input[type="text"], textarea{
	width:250px;
	border:1px solid #666;
	background:#ffffff;
}

.cssForm textarea{
	width:250px;
	height:100px;
	padding:0 !important;
}

.indent{
	width:450px !important;
	text-align:left !important;
	float:right;
}