
body {
	padding: 0;
	margin: 0; 
	background: url('../images/layouts/body_bg.jpg') center top;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 768px;
	padding: 0;
	margin: 0 auto;
	background: url('../images/layouts/top_bg.jpg') top center repeat-x;
	z-index: 15;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 1200px;
		/*height: 667px;*/
	}
		
		#contentTop {
			position: absolute;
			padding: 0;
			top: 0px;
			left: 0px;
			width: 1200px;
			height: 614px;
			background: url('../images/layouts/background.png') top center no-repeat;
		}
		
		#flash {
			position: absolute;
			width:968px;
			height:334px;
			top:62px;
			left:120px;
		}

		#priNav_container {
			position: absolute;
			top: 32px; 
			left: 300px;
			width: 790px;
			height: 30px;
			padding: 0px;
			margin: 0px auto;
			overflow:hidden;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				width: 790px;
				height: 30px;
				text-align: right; /* change this to change the alignment of navigation */
			}
			
				#priNav li {
					position: relative;
					margin: 0;
					list-style-type: none;
					display: inline; /* use this to align the navigation next to each other */
				}
			
					#priNav li a {
						padding: 10px 12px 11px 12px; /* padding strictly for the background to show completely */
						line-height: 30px; /* need this to actually stretch the button size because it's inline */
						color: #06131e;
						font-family: "Trebuchet MS";
						font-weight: normal;
						font-size: 16px;
						text-decoration: none;
						text-transform: lowercase;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #6a7b31;
						text-decoration: none;
					}
					
		#contact {
			position: absolute;
			height: 64px;
			left: 100px;
			top:30px;
			width: 203px;
		}

		#logo {
			position: absolute;
			height:116px;
			width:360px;
			left: 145px;
			top: 145px;
		}
		
		#buttons {
			position: absolute;
			top:430px;
			left:148px;
			width:912px;
			height:92px;
		}
		
			#button1 {
				position: absolute;
				top:0;
				left:0;
				width:298px;
				height:92px;
				background: url('../images/layouts/btn.png') top center no-repeat;
			}
			
			#button2 {
				position: absolute;
				top:0;
				left:307px;
				width:298px;
				height:92px;
				background: url('../images/layouts/btn.png') top center no-repeat;
			}
			
			#button3 {
				position: absolute;
				top:0;
				left:614px;
				width:298px;
				height:92px;
				background: url('../images/layouts/btn.png') top center no-repeat;
			}
				
				.btnheader {
					position: absolute;
					top:5px;
					left:15px;
					width:270px;
					height: 28px;
					color:#4f2017;
					font-size:25px;
					font-family: "Times New Roman",Times,serif;
					font-weight: bold;
					text-transform: uppercase;
				}
				
				.btnbody {
					position: absolute;
					top:35px;
					left:15px;
					width:270px;
					height: 50px;
					color:#FFF;
					font-size:13px;
					line-height: 24px;
					font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
					font-weight: normal;
				}
				
				.btnlink {
					position: absolute;
					top:0;
					left:0;
					width:298px;
					height:92px;
				}
		
		#bottomBG {
			position: absolute;
			left: 122px;
			top:562px;
			width: 764px;
			height: 192px;
			background: url('../images/layouts/content_back.png') top center no-repeat;
		}
		
			#pc1 {
				position: absolute;
				top:24px;
				left:22px;
				width:336px;
				height:148px;
				font-size:12px;
				color:#000;
				font-family: Arial,Helvetica,sans-serif;
				line-height: 18px;
			}
			
			#pc2 {
				position: absolute;
				top:24px;
				left:406px;
				width:336px;
				height:148px;
				font-size:12px;
				color:#000;
				font-family: Arial,Helvetica,sans-serif;
				line-height: 18px;
			}
			
		#serviceTimes {
			position: absolute;
			top:580px;
			left:930px;
			width:158px;
			height:162px;
			font-size:12px;
			color:#000;
			font-family: Arial,Helvetica,sans-serif;
		}
						
		#footer {
			position: absolute;
			top: 770px;
			left: 126px;
			width: 760px;
			height:30px;
		}
		
			#copy {
				float:left;
			}
			
			#right {
				float:right;
			}
			
			#footer p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #a7a8aa;
				line-height: 26px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #a7a8aa;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #939394;
				text-decoration: underline;
			}
			
		#spacer {
			position: relative;
			height:790px;
			width:100%;
		}
