@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#stf {
	margin: 0 0 3px 0;
	width: 175px;
}


#topcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 83px;
	background-image:url(/custom/themes/default/images/toptile.gif);
	z-index:-1;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}
#header {
	position: relative;
	padding: 0px;
}

h1 {
	font-size: 14px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

h2{
	font-size: 12px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

h4{
	font-size: 12px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#borderdots {
	border-bottom: 1px dotted #cccccc;
}


.featureIntro {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#contenttile {
	background: url(/custom/themes/default/images/maincontent-tile.gif);
	background-repeat:no-repeat;
	width: 600px;
}
	
	
	
#header #top{
	width: 900px;
	height: 83px;
	background-image:url(/custom/themes/default/images/header.gif);
	background-repeat: no-repeat;
}
	
#header #nav {
	position: absolute;
	top: 8px;
	left: 245px;
	width: 654px;
	height: 24px;
}

#mainContent {
	padding: 0px;
}

#homewrap1 {
	position: relative;
	width: 900px;
	}
	
#homewrap #homeleft {
	float: left;
	width: 600px;
}

#homewrap #homeright {
	margin-left: 615px;
	width: 275px;
}

#homewrap2 {
	position: relative;
	width: 600px;
	}
	
#homewrap2 #meettoppino {
	float: left;
	width: 260px;
	padding: 5px;
	background-color: #212121;
	border: 1px solid #585858;
	}

#homewrap2 	#fprojects {
	margin-left: 275px;
	width: 260px;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #585858;
}

#homebox h2 {
	color: #ff0016;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}


.lcontentwrap {
	position: relative;
	float: left;
	width: 650px;
	background: url(/custom/themes/default/images/back-middle.gif);
}

.lcontentwrap #top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 88px;
	background: url(/custom/themes/default/images/back-top.gif);
	background-repeat:no-repeat;
	z-index: 1;
	}
.lcontentwrap #middle{
	position: relative;
	width: 610px;
	padding: 20px 25px 0 25px;
	background-repeat:repeat-y;
	z-index: 10;
	}
		
.lcontentwrap #bottom{
	width: 650px;
	height: 88px;
	background: url(/custom/themes/default/images/back-bottom.gif);
	background-repeat:no-repeat;
	}	

.rcontent {
	margin-left: 660px;
	width: 210px;
	padding: 10px 0 0 0;
	color: #ffffff;
}

.rcontent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
}

.rcontent a {
	color: #00CCFF;
}


#Table_01 {
	float: right;
/*	position:absolute;
	left:0px;
	top:0px;*/
	width:491px;
	height:24px;
}

#Home {
	float: left;
/*	position:absolute;
	left:25px;
	top:0px;*/
	width:60px;
	height:24px;
}

#Services {
	float: left;
/*	position:absolute;
	left:120px;
	top:0px;*/
	width:85px;
	height:24px;
}

#Meet-Philip-Toppino {
	float: left;
/*	position:absolute;
	left:145px;
	top:0px;*/
	width:137px;
	height:24px;
}

#Property-Portfolio {
	float: left;
/*	position:absolute;
	left:230px;
	top:0px;*/
	width:161px;
	height:24px;
}

#Press-Room {
	float: left;
/*	position:absolute;
	left:415px;
	top:0px;*/
	width:106px;
	height:24px;
}

#Contact {
	float: left;
/*	position:absolute;
	left:549px;
	top:0px;*/
	width:79px;
	height:24px;
}


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(/custom/themes/default/images/footer.gif);
	background-repeat:no-repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}


.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px;
	border: 1px solid #000000;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

