@charset "utf-8";
/* CSS Document */

/*common*/
a:active, a:focus {outline: 0;}
a img{border:none;}
body {
	margin: 0px;
}
.footertext{
	font:11px arial;
	color:#f9dfba;
	line-height:1.5em;
	padding-left:10px;
}
.footertext a:link {text-decoration: none;color:#f9dfba;}
.footertext a:visited {text-decoration: none;color:#f9dfba;}
.footertext a:active {text-decoration: none;color:#f9dfba;}
.footertext a:hover {text-decoration: underline;color:#f9dfba;}
.whitespace{
	height:5px;
}
/*common*/

/**/

/*home*/
.welcometext{
	font:11px arial;
	color:#000000;
	line-height:1.5em;
	padding:0px 15px;
}
/*home*/


/**/

/*innerpage*/
.contentcontainer{
	width:575px;
	height:323px;
	border:solid 2px #999999;
	text-align:left;
	font:11px arial;
	color:#605f63;
}
.contentcontainer a:link {text-decoration: underline;color:#605f63;}
.contentcontainer a:visited {text-decoration: underline;color:#605f63;}
.contentcontainer a:active {text-decoration: underline;color:#605f63;}
.contentcontainer a:hover {text-decoration: none;color:#605f63;}
.padding10{
	padding:10px;
}
.pagetitle{
	font:bold 17px arial;
	color:#ea9419;
}
.paginationtext{
	font:bold 11px arial;
	color:#ea9419;
}
.button{
	border:solid 1px black;
	background-color:#ea9419;
	font:bold 12px arial;
	color:#ffffff;	
}
.prop_th_line{
	width:6px;
	background-color:#ea9419;
}
.orangetext{
	color:#ea9419;
}
.propdetIMGborder{
	border:solid 4px #ea9419;
	margin-bottom:5px;
}
.propdetText{
	line-height:1.5em;
}
.portfolioimagelinks a img:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.contentBG{
	background:url(images/developmentBG.jpg) repeat-x #efefef;
}
/*innerpage*/
