@charset "UTF-8";
/* CSS Document */

/*---------------Basic Styling---------------*/
*{
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../Images/Template%20Images/bgraylines.gif);
}
#clear {
	clear: both
}
a {
	border: none;
}
img {
	border: none;
}
a img {
	border: none;
}
/*---------------End of Basic Styling---------------*/

#wrapper {
	position: relative;
	width: 760px;
	height: auto;
	margin: 5px auto 10px auto;
	background: #FFFFFF;
}
#banner {
	position: relative;
	width: 760px;
	height: 175px;
}
#topNav {
	position: relative;
	bottom: 0;
	left: 0;
	width: 760px;
	height: 22px;
	background: #000000;
}
#topNav li {
	float: left;
	list-style: none;
}
#topNav li.home {
	position: absolute;
	 top: 3px;
	left: 20px;
}
#topNav li.aboutUs {
	position: absolute;
	 top: 3px;
	left: 265px;
}
#topNav li.contactUs {
	position: absolute;
	 top: 3px;
	left: 380px;
}
#topNav li.yearsInBusiness {
	position: absolute;
	top: 4px;
	left: 610px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#topNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#topNav li a:hover {
	color: #999999;
	border: 1px dashed #999999;
}
#leftPanel {
	position: relative;
	float: left;
	width: 188px;
	height: auto; 
	border: 1px solid #666666;
}
#sideNav  {
	position: relative;
	width: 188px;
	min-height: 125px; 
	height: auto;
	background: #FFFFFF;
}
#sideNav li {
	width: 170px; 
	height: 23px;
	list-style: none;
	margin: 2px 0 0 0;
	border-bottom: 1px solid #CC0033;
}
#sideNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 0 23px;
	text-decoration: none;
	background: url(../Images/Template%20Images/redSquare.gif) no-repeat 7px 3px;
}
#sideNav a.toolong {
	font-size: 12px;
	letter-spacing: 0px;
}
#sideNav li:hover {
	background: #CCCCCC;
}
#sideNav li a:hover { 
	border: none;
}
body#buildings2016 li#buildings2016, body#buildings2012 li#buildings2012, body#buildings2010_2011 li#buildings2010_2011, body#buildings2008_2009 li#buildings2008_2009, body#buildings2006_2007 li#buildings2006_2007, body#postFrameBuilding li#postFrameBuilding, body#commericalBuildings li#commericalBuildings, body#commericalRentals li#commericalRentals, body#MultiUseBuildings li#MultiUseBuildings, body#onlineQuoteForm li#onlineQuoteForm, body#beforeAfter li#beforeAfter, body#colorChoices li#colorChoices, .current {
	background: #CCCCCC;
}

/*------ End of Navigation ------*/
#companyDescrip {
	position: relative; 
	width: 160px;
	height: auto;
	margin: 10px auto;
	padding: 5px 5px 5px 5px;
	background: #CCCCCC;
}
#companyDescrip p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0 0 5px 28px;
	background: url(../Images/Template%20Images/diamonds.gif) no-repeat 7px 3px;
}
#sideNav .imageDivider {
	position: relative;
	display: block;
	width: 178px;
	height: 1px;
	margin: -3px 0 10px 6px;
	background:#CC0033;
}


/*------ End of Left side bar ------*/


#mainContent  {
	position: relative;
	float: right;
	width: 560px;
	min-height: 125px; 
	height: auto;
	background: #FFFFFF;
}

/*------ End of Middle Content ------*/

#bottomBlackBar {
	position: relative;
	width: 760px;
	height: 22px;
	background: #000000;
}

#bottomBusinessInfo {
	position: relative;
	width: 760px;
	height: auto;
	margin: 2px auto 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990033;
	line-height: 15px;
	text-align: center;
} 
#bottomBusinessInfo a {
	color: #990000;
}
#bottomBusinessInfo a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}