body, p, td, th, ul, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 20px;
}

p {
	text-align : justify;
	margin : 10px 26px;
}

html {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 0px;
}

body {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 0px;
	overflow : auto;
	background-color : #FCFAD9;
}

#Layout {
	margin : 0px auto;
	width : 855px;
	height : 758px;
	text-align : left;
}

#TopBar {
	height : 175px;
}

	#TopBar > div {
		position : relative;
		height : 175px;
	}
	
		#TopBar > div > * {
			position : absolute;
		}
		
		#Logo {
			left : 178px;
			top : 9px;
			z-index : 1;
		}
		
		#CallToday {
			left : 42px;
			top : 51px;
		}
		
		#FacebookLink {
			left : 691px;
			top : 51px;
		}
		
		#BestOfWarrentonLink {
			left : 731px;
			top : 44px;
		}
		
		#NavBar {
			left : 0px;
			right : 0px;
			bottom : 0px;
			height : 81px;
			background-color : #262261;
			text-align : center;
			border-width : 4px 4px 0px 4px;
			border-color : #FFFFFF;
			border-style : solid;
			z-index : 0;
		}
			
			#NavBar a:first-child {
				border-left : 0px;
			}
		
			#NavBar a {
				display : block;
				float : left;
				padding : 0px 29px;
				border-left : 1px #FFFFFF solid;
				margin : 62px 0px 0px 0px;
			}

#Content {
	background-color : #FFFFFF;
	vertical-align : top;
}

	.header {
		margin : 28px auto 10px auto;
		display : block;
	}
	
	.header-main {
		margin : 42px 0px 0px 50px !important;
		display : block;
	}
	
	.portfolioListing {
		text-align : center;
		margin-top : 10px;
	}
	
	.portfolioListing a {
		display : block;
		float : left;
		margin : 0px 0px;
	}
	
	.galleryTable {
		width : 100%;
	}
	
		.galleryTable a:link,
		.galleryTable a:visited {
			color : #000000;
			font-weight : bold;
			text-decoration : none;
		}
		
		.galleryTable a:hover {
			color : #262261;
		}
		
		.galleryTable a:active {
			color : #444484;
		}
		
#AddressBar {
	height : 38px;
	border-top : 4px #FFFFFF solid;
	text-align : center;
	vertical-align : top;
	font-weight : bold;
}

	#AddressBar > span {
		margin : 0px 5px;
	}
	
.formTable tr:first-child {
	display : none;
}
