/* CSS Document */

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

p {
	line-height: 1.4em;
}

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

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/layout/bodybg.jpg) top repeat-x #fef5e4;
	margin: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

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

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

a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	color: #775341;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 1.4em;
}

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

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

#header {
	width: 980px;
	height: 100px;
}

	#logo {
		width: 475px;
		height: 115px;
		position: absolute;
		z-index: 200;
		left: 0px;
		top: 0px;
		font-size: 1px;
	}
	
	#freephone {
		position: absolute;
		z-index: 300;
		right: 0px;
		top: 40px;
		font-size: 2.4em;
		color: #f9f9f9;
	}
	
	#callnow {
		position: absolute;
		z-index: 301;
		right: 0px;
		top: 28px;
		font-size: 1.4em;
		font-weight: bold;
		color: #fcf5e8;
	}

#contentContainer {
	width: 960px;
	padding: 10px 10px 10px 10px;
	background: url(../../images/layout/containerBg.jpg) repeat-x #fef5e4;
}

/* Banner Container
--------------------------------------------------------------- */

	#bannerContainer {
		float: left;
		width: 940px;
		height: 245px;
		padding: 10px 10px 15px 10px;
		background: url(../../images/layout/bannerBg.jpg) repeat-x;
	}
	
		#bannerContainerLeft {
			width: 460px;
			height: 235px;
			float: left;
		}
		
			#flashSlideshow {
				width: 460px;
				height: 235px;
				background: url(../../images/layout/flashSlideShowBackup.jpg) no-repeat;
			}
		
		#bannerContainerRight {
			width: 418px;
			height: 195px;
			padding: 42px 40px 0px 0px;
			float: right;
			background: url(../../images/layout/bannerRightBg.jpg) no-repeat top right;
		}
		
			#bannerContainerRight p {
				margin: 0px;
				font-size: 2.0em;
				color: #eecca6;
				font-weight: normal;
			}
			
	#bannerContainerRight ul {
		margin: 0px;
		list-style: none;
		padding: 0px 30px;
	}
	
	#bannerContainerRight li {
		width: 180px;
		margin: 5px;
	}
	
	#bannerContainerRight a {
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 1.4em;
	}
	
		#bannerContainerRight a.homebanner {
			margin: 20px 0px;
			color: #fff;
			text-decoration: none;
			font-size: 1.8em;
		}
		
	#bannerContainerRight a:hover {
		color: #000;
	}
/* Main Body Container - Left / Right
--------------------------------------------------------------- */

	#contentLeft {
		float: left;
		width: 670px;
		padding: 0px 10px 0px 10px;
		background: url(../../images/layout/contentLRBg.jpg) repeat-x #fef5e4;
	}
	
		#contentLeft-text {
			padding: 20px 5px 5px 10px;
			background: url(../../images/layout/contentLeftBg.jpg) no-repeat top left;
		}
		
		#contentLeft-text ul {
			list-style: none;
		}
	
	#contentRight {
		float: right;
		width: 250px;
		padding: 20px 20px 10px 0px;
		background: url(../../images/layout/contentLRBg.jpg) repeat-x #fef5e4;
	}
	
	#flashGallery {
		width: 615px;
		height: 450px;
	}
	
	#map {
		width: 470px;
		height: 300px;
		float: right;
		border: 1px solid #000;
	}
	
/* Call To Actions - Right Content
--------------------------------------------------------------- */

#cta1 {
	width: 220px;
	height: 175px;
	border: 5px solid #eecca6;
	padding: 5px 10px 0px 10px;
	margin: 10px 0px 20px 0px;
	background: url(../../images/cta/cta1-bg.jpg) no-repeat;
}
	
	#cta1 p.subtitle {
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1.6em;
	}
	
		#cta1 ul {
			margin: 0;
			padding: 0px 30px;
		}
		
			#cta1 ul li {
				padding: 0px;
				color: #000;
				font-weight: normal;
				font-size: 1.2em;
			}
				
		#cta1 p.bottomNumber {
			margin: 0;
			padding: 0;
			color: #0096e4;
			font-size: 1.6em;
		}
		
			#cta1 p.bottomNumber span {
				color: #000;
				font-size: 1.1em;
				font-weight: bold;
			}
			
#cta2 {
	width: 220px;
	height: 175px;
	border: 5px solid #eecca6;
	padding: 5px 10px 0px 10px;
	background: url(../../images/cta/cta2-bg.jpg) no-repeat;
}
	
	#cta2 p.subtitle {
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.6em;
	}
	
		#cta2 ul {
			margin: 0;
			padding: 0px 30px;
		}
		
			#cta2 ul li {
				padding: 0px;
				color: #fff;
				font-weight: normal;
				font-size: 1.2em;
			}
				
		#cta2 p.bottomNumber {
			margin: 0;
			padding: 0;
			color: #f5fe5f;
			font-size: 1.6em;
		}
		
			#cta2 p.bottomNumber span {
				color: #fff;
				font-size: 1.1em;
				font-weight: bold;
			}

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

#navigation {
	width: 980px;
	height: 40px;
}

	#navigation ul {
		float: right;
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	
	#navigation li {
		display: inline;
		margin: 0px;
	}
		  
	#navigation a {
		height: 28px;
		width: 100px;
		float: left;
		background: url(../../images/layout/navBg.jpg) no-repeat;
		padding: 12px 0px 0px 0px;
		color: #fcf5e8;
		border-left: 1px dashed #ccc;
		text-decoration:none;
		font-weight: normal;
		font-size: 1.2em;
		text-align: center;
	}

	#navigation a:hover {
		color: #775341;
	}
	
	#index #navigation .index-a,
	#services #navigation .services-a,
	#areas #navigation .areas-a,
	#gallery #navigation .gallery-a,
	#contact #navigation .contact-a {
		background: url(../../images/layout/navBgActive.jpg) no-repeat;
		color: #fff;
	}

/* Sub Navigation
--------------------------------------------------------------- */

#subnav {
	width: 100px;
	position: absolute;
	z-index: 1001;
	top: 140px;
	left: 576px;
	padding: 0px;
	border: 1px dashed #ccc;
	background: #a7816e;
	visibility: hidden;
}

	#subnav ul {
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	
	#subnav li {
		display: inline;
		margin: 0px;
	}
	
	#subnav a {
		width: 92px;
		display: block;
		padding: 8px 4px 8px 4px;
		border-bottom: 1px solid #ccc;
		float: left;
		color: #fcf5e8;
		text-decoration: none;
		font-weight: normal;
		font-size: 1.2em;
		text-align: center;
	}
	
	#subnav a:hover {
		color: #77523f;
	}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 940px;
	padding: 10px;
	margin: 10px;
	color: #775341;
	background: url(../../images/layout/footerBg.jpg) repeat-x #e6d6c3;
	font-size: 0.9em;
}
	#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: 940px;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	width: 920px;
}
	ul#footerDetails li {
		display:block;
		list-style: none;
	}
	
ul#footerW3C {
	margin: 0px;
	padding: 0px 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	width: 940px;
}

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

ul li {
	line-height: 1.4em;
}

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

.img-left {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 5px solid #fff;
}

.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;
}