@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px;
	background:#000000;
	width:100%;
	text-align:center;
}

#Container{
	position:relative;
	width:897px;
	margin:0px auto;
}

#Portfolio{
	position:absolute;
	margin:0px;
	width:100%;
	height:547px;
	top:0px;
	left:0px;
	z-index:100;
}

#Header{
	position:relative;
	margin:0px;
	width:100%;
	height:100px;
	background-color:#ffffff;
}

#Content{
	position:relative;
	margin:0px;
	width:100%;
	height:440px;
	text-align:left;
	background-color:#ffffff;
}

#LeftCol{
	position:absolute;
	margin:0px;
	top:0px;
	left:1px;
	height:439px;
	width:350px;
	
	background-color:#cccccc;
}

#RightCol{
	position:absolute;
	margin:0px;
	top:0px;
	left:362px;
	height:439px;
	width:525px;
	overflow:hidden;
}

#RightCol p{
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	margin:10px 20px 10px 24px;
	text-align:left;
}

#RightCol p.strong{
	font-weight:bold;
}

#RightCol p.red{
	font-weight:bold;
	color:#be2d00;
	margin:0px 24px;
}

#RightCol p.map{
	margin-top:0px;
	
}

#RightCol p.map img{
	float:left;
	margin-right:20px;
}


#RightCol h3{
	margin:0px;
	border-bottom:1px solid #000000;
	display:block;
}

#RightCol h3 span{
	margin:0px 10px;
	padding:2px 4px 0px 4px;
	background-color:#9c9c9c;
	font:10px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#RightCol form{
	margin-left:20px;
}

#RightCol input, #RightCol textarea{
	background:#d1d1d1;
	border:none;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:2px;
}

#RightCol textarea{
	width:400px;
	height:80px;
}

#RightCol input.submit{
	background:none;

}


#RightCol td{
	tetx-align:left;
	vertical-align:top;
}

#RightCol a{
	text-decoration:none;
	margin:15px 0px;
	color:#000000;

}

#RightCol a:hover{
	color:#be2d00;
}

#RightCol .triCol{
	margin:0px;
	padding:0px;
	width:175px;
	float:left;
	
}

#RightCol .triCol p{
	font-weight:bold;
}

#Footer{
	position:relative;
	margin:0px;
	width:100%;
	height:250px;
	text-align:left;
	background: url(../gfx/footerbkg.jpg) no-repeat top center;
	
}

#Footer2{
	position:absolute;
	z-index:1;
	top:540px;
	left:0px;
	margin:0px;
	width:100%;
	height:230px;
	text-align:left;
	background: url(../gfx/footerbkg.jpg) no-repeat top center;
}

#FooterContent{
	position:relative;
	margin:20px 0px 0px 40px;
	float:left;
	text-align:left;
}
*html #FooterContent{
	margin-left:20px;
}

#FooterContent p{
	margin:30px 0px;
	font:10px Arial, Helvetica, sans-serif;
	color:#ffffff;

}
#FooterContent p.copyright{
	font:10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#FooterContent p.copyright a{
	color:#666666;
	text-decoration:none;
}
#FooterContent p.copyright a:hover{
	color:#cccccc;
	text-decoration:underline;
}
#FooterContent strong{
	font-weight:bold;
	font-size:11px;
}

#FooterContent a{
	color:#be2d00;
	text-decoration:none;
}

#FooterContent a:hover{
	color:#ffffff;
	text-decoration:underline;
}


