/*-----Full Screen Setting-----*/

html, body {
	height:100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3E;
	padding:0;
	margin:0;
	background-color: #000000;
}

a:link {
	color: #3E3E3E;
}
a:visited {
	color: #3E3E3E;
}
a:hover {
	color: #3E3E3E;
}
a:active {
	color: #3E3E3E;
}

#outer{
	width: 100%;
	min-height:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-50px;
}

* html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/

#footer {
	width:100%;
	clear:both;
	height:50px;
	text-align:center;
	position:relative;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;	
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

.copyright {
	font-size: 10px;
	color: #545454;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}


/*-----Background Settings-----*/


.mainbg {
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.insidebg {
	background-image: url(../images/bg_insidebnr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.insidebgmid {
	background-image: url(../images/bgins_middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

.latestprojbg {
	background-image: url(../images/bg_proj.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bgttl{
	background-image: url(../images/bgttl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bgright {
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bgleft {
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.latprojborder {
	margin: 0px;
	height: auto;
	width: 115px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #78786F;	
}
.latprojborder2 {
	margin: 0px;
	height: auto;
	width: 90px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #78786F;	
}
.selprojfrmleft {
	background-image: url(../images/selproj_frmleft.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.selprojfrmright {
	background-image: url(../images/selproj_frmright.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}