*{
	margin:0;
	padding:0px;
}

body{
	color:#ffffff;
	font-family:Arial;
	font-size:9pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	
	background-image: url(/inc/img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#ccc;
}
div#page_wrap{
	width:967px;
	margin:auto;
}
div#page_wrap div#link_top{
	width:260px;
	height:60px;
	float:right;
	color:#000000;
	background-image: url(/inc/img/link_bg.png);
	background-repeat: no-repeat;
}
div#page_wrap div#link_top div{
	width:222px;
	margin:4px auto;
}
div#page_wrap div#link_top a img{
	float:left;
	width:24px;
	height:24px;
	margin:0;
	text-decoration:none;
	border:none;
	padding:0;
	margin-left:5px;
}
div#header_content{
	height:120px;
	margin-top:35px;
	background-image: url(/inc/img/header.png);
	background-repeat: no-repeat;
	
}
div#logo{
	padding:8px 28px;
	width:282px;
	float:left;
}
div#navigation {
	padding-top:12px;
	margin-left:355px;
	margin-right:16px;
	height:49px;
}
div#navigation ul{
	
}
div#navigation ul li{
	list-style-type: none;
	float:left;
	text-align:center;
	letter-spacing: -1px;
	background-image: url(/inc/img/nav_sep.png);
	background-repeat: no-repeat;
	background-position:left;
	
}
div#navigation ul li a{
	text-decoration:none;
	color:#DDDDDD;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	display:block;
	height:30px;
	width:98px;
	padding-top: 10px;
}
div#navigation ul li a:hover{
	color:#b2adad;
}
div#page_content{
	color:#464646;
	padding:10px;
	min-height:300px;
	background-image: url(/inc/img/content.png);
	background-repeat: repeat-y;
}
div#page_footer_wrap{
	width:986px;
	margin:auto;
}
div#page_footer{
	* margin-left:1px;
	width:984px;
	height:238px;
	background-image: url(/inc/img/footer.png);
	background-repeat: no-repeat;
	position:relative;
	padding:15px 5px;;
}
div#footer_recent_project{
	width:138px;
	height:98px;
	background-image: url(/inc/img/recent_project.png);
	background-repeat: no-repeat;
	position:absolute;
	right:853px;
	top:5px;
}
div#feature_project_wrap{
	border:1px dotted #dddddd;
	height:138px;
	margin-left:43px;
	padding:10px;
	width:858px;
}
div#feature_project_wrap div.section{
	width:180px;
	height:138px;
	background-image: url(/inc/img/feature_project_bg.png);
	background-repeat: no-repeat;
	float:left;
	margin-right:20px;
	padding:6px;
}
div#feature_project_wrap div.section img{
	margin:auto;
}
div#page_footer div#footer_top{
	height:14px;
	background: transparent url(/inc/img/footer_top.png);
	background-repeat: no-repeat;
}
div#page_footer div#footer_bottom{
	height:62px;
	background-image: url(/inc/img/footer_bottom.png);
	background-repeat: no-repeat;
}
div#page_footer div#footer{
	background-color:#1f7be5;
	margin-left:3px;
	width:976px;
	color:#ffffff;
}
.gen_padding{
	padding:10px;
}
h1, h2, h3, h4, h5, H6 {
	
	cursor: default;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 18px;
	margin: 15px 0px;
}

h3 {
	font-size: 16px;
	padding: 15px 0px;
}

h4 {
	font-size: 14px;
	margin: 15px 0px;
}

h5 {
	font-size: 12px;
	margin: 15px 0px;
}

h6 {
	font-size: 10px;
	margin: 15px 0px;
}

p {
	font-size: 12px;
	line-height: 23px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: justify;
}

