/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
	color:#231603;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/bgsmall.jpg) top repeat-x #dad1c1;
	margin-top: 0px;
}
body.small{
background: url(../../images/bgsmall.jpg) top repeat-x #dad1c1;
}
#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	color: #622e00;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.7em;
	color:#622e00;
}

h2 {
	font-size: 1.6em;
}

#container h2 a {
	text-decoration: none;
}


/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

#header {
	width: 740px;
	height: 89px;

	background:url(../../images/header.gif) no-repeat #FFFFFF;
}
#header.smaller{
	height: 89px;
}

	#logo {

	position:absolute;
	left:7px;
	}

#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);

	height:251px;
}

#contentContainer {
	width: 740px;
	
	margin-bottom:20px;
}

	#contentLeft {
		float: left;
		width: 390px;
		padding:15px 20px;
	}
	
		#contentLeft-text {
			padding: 10px;
		}
	
	#contentRight {
		float: right;
		width: 284px;
		padding-top:10px;
	}
	
		#contentRight-text {
			padding-left: 33px;
		}
	
	#map {
		width: 200px;
		height: 200px;
	}
	#phone{
	position:absolute;
	right:12px;
	top:12px;
	font-weight:bold;
	font-size:24px;
	color:#622e00;
	}
	.phone2{
	color:#622e00;
	font-weight:bold;
	font-size:20px;
	}
	#cert{
	position:absolute;
	top:235px;
	left:20px;
	}
	#cert.smaller{
	top:235px;
	}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
margin-left:160px;
padding-top:42px;
}

	#navigation ul {
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	
	#navigation li {
		display: inline;
		margin: 0px;
	}
		  
	#navigation a {
		float:left;
		
		color: #231603;
		text-decoration:none;
		padding: 15px 20px 1px 9px;
		font-weight: bold;
		border-left:#231603 solid thin;
		font-size: 1.0em;
	}

	#navigation a:hover {
	background:url(../../images/hover.gif) no-repeat;
	color:#b9a584;
	}
	body#home #navigation a.home,
	body#newbuilds-page #navigation a.newbuilds,
	body#loft-page #navigation a.loft,
	body#barn-page #navigation a.barn,
	body#renovations-page #navigation a.renovations,
	body#contact #navigation a.contact
	{
	
		background:url(../../images/hover.gif) no-repeat;
		color:#660000;
	}
/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navcta {
	width: 200px;
	
	
}

	#navcta ul {
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	
	#navcta li {
		display: inline;
		margin: 0px;
	}
		  
	#navcta a {
		float:left;
		margin-top:5px;
		width: 208px;
		background: url(../../images/navBg_a.jpg) right no-repeat #00216b;
		color: #fff;
		margin-left:30px;
		text-decoration:none;
		padding: 65px 10px 0px 10px;
		margin-bottom:0px;
		font-size: 0.9em;
		text-align:right;
	}
	#navcta a.lines2 {
		padding: 48px 10px 2px 10px;
		
	}
	#navcta a:hover {
	
	}
	#navcta #newbuilds {
	background:url(../../images/right-buttons/new-builds.jpg);
	color:#824d1e;
	font-weight:bold;
	}
	#navcta #newbuilds:hover{
	background:url(../../images/right-buttons/new-builds-h.jpg);
	color:#FFFFFF;
	}
	#navcta #renovations{
	background:url(../../images/right-buttons/renovations.jpg);
	color:#824d1e;
	font-weight:bold;
	}
	#navcta a#renovations:hover{
	background:url(../../images/right-buttons/renovations-h.jpg);
	color:#FFFFFF;
	}
	#navcta #barn{
	background:url(../../images/right-buttons/barn.jpg);
	color:#824d1e;
	font-weight:bold;
	}
	#navcta a#barn:hover{
	background:url(../../images/right-buttons/barn-h.jpg);
	color:#FFFFFF;
	}
	#navcta #loft {
	background:url(../../images/right-buttons/loft.jpg);
	color:#824d1e;
	font-weight:bold;
	}
	#navcta a#loft:hover{
	background:url(../../images/right-buttons/loft-h.jpg);
	color:#FFFFFF;
	}	
		
		#barn-page #barn{
			display:none;
		}
				
		#loft-page #loft{
			display:none;
		}
		#renovations-page #renovations{
			display:none;
		}	
		#newbuilds-page #newbuilds{
			display:none;
		}				
/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color: #000;
	background: url(../../images/misc/footerBg.png) bottom;
	font-size: 0.9em;
	text-align: center;
	border-top:#221502 solid;
	
}
	#footer a {
		white-space: nowrap;
		color: #000;
		text-decoration: none;
	}
	#footer a:hover {
		color: #444;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 720px;
	text-align: center;
	text-transform:capitalize;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	width: 700px;
	background: url(../../images/misc/footerBg.png)

}
	ul#footerDetails li {
		display:block;
		list-style: none;
	}
	
ul#footerW3C {
	margin: 0px;
	text-align: center;
	padding: 0px 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	text-align: center;
	width: 720px;
}

/* List Styles
--------------------------------------------------------------- */

ul li {
	line-height: 1.4em;
}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Class Styles
--------------------------------------------------------------- */

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #ccc;
	background: #fff;
}

	#contactTable #botBuster {
		display: none;
	}

.clearfix {
	clear: both;
}



#bottom-links {
	margin-top: 5px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-size:11px;
	color: #7b674f;
}
#bottom-links2 {
	margin-top: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-size:10px;
	color: #8f7657;
}
#bottom-links2 p {
	color: #8f7657;
}

#bottom-links ul{
	list-style:none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;	
}
#bottom-links li{
	display: inline;
}
#bottom-links a{
	padding: 5px 10px;
	color: #7b674f;
	font-size: 11px;
}

