body {
	padding: 0;
	margin: 0; 
	background: #8b723a url('../images/layouts/new/ead_repeat.jpg') repeat-x top center;
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1024px;
	padding: 0;
	margin: 0 auto;
}
	
	#topContainer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
		height:105px;
		background: url('/images/layouts/new/top_repeat.jpg') repeat-x center top;
	}
	
		#header {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:950px;
			height: 105px;
		}
		
			#logo {
				position: absolute;
				left: 0px;
				top: 0;
			}
				
			#search {
				position: absolute;
				width: 140px;
				height: 24px;
				right: 255px;
				top:16px;
			}
					
				#search form {
					position: absolute;
					height:20px;
					left:0px;
					z-index: 200;
				}
				
				#search form #input {
					margin:4px 0 0;
					padding:2px 6px 2px 1px;
					height:14px; 
					width:105px;
					background-color:#FFFFFF; 
					color:#878787;
					text-align: left;
				}
				
				#search_btn {
					position: absolute;
					left:116px;
					top: 0px;
					z-index: 200;
				}
			
			#index {
				position: absolute;
				top:0;
				right:135px;
				width:113px;
				height:46px;
				background: url('/images/layouts/new/index.png') no-repeat center top;
			}
			
				#index:hover {
					background: url('/images/layouts/new/index.png') no-repeat center bottom;
					cursor: pointer;
				}
				
			#contact {
				position: absolute;
				top:0;
				right:20px;
				width:113px;
				height:46px;
				background: url('/images/layouts/new/contact.png') no-repeat center top;
			}
			
				#contact:hover {
					background: url('/images/layouts/new/contact.png') no-repeat center bottom;
					cursor: pointer;
				}
				
	#midContainer {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		min-width: 1024px;
	}
	
		#contentContainer {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:1024px;
			height:465px;
		}
		
			#rotatorContainer {
				position: relative;
				margin: 0 auto;
				padding: 0;
				width:900px;
				height:408px;
				background: url('/images/layouts/new/rotator_bg.png') no-repeat center bottom;
			}
		
				#serviceBox {
					position: absolute;
					right:10px;
					bottom: 10px;
					width:240px;
					height:360px;
					background: url('/images/layouts/new/service_box.jpg') no-repeat center top;
				}
				
					#new {
						position: absolute;
						top:18px;
						left:18px;
						width:222px;
						height:30px;
					}
					
					#media {
						position: absolute;
						top:56px;
						left:18px;
						width:222px;
						height:30px;
						text-decoration: none;
					}
					
					#give {
						position: absolute;
						top:94px;
						left:18px;
						width:222px;
						height:30px;
						text-decoration: none;
					}
					
						.text {
							position: relative;
							margin: 0;
							padding: 0;
							text-align: left;
							float: left;
							font-family: Century Gothic,"Century Gothic",Arial,Helvetica,sans-serif;
							font-size: 25px;
							text-transform: uppercase;
							color: #FFFFFF;
							text-decoration: none;
						}
						
						.arrow {
							position: relative;
							margin: 8px 0 0 3px;
							padding: 0;
							text-align: left;
							float: left;
							height:18px;
							width:22px;
							overflow: hidden;
							text-decoration: none;
							background: url('/images/layouts/new/arrow.png') no-repeat center top;
						}
						
							#new:hover .arrow {
								background: url('/images/layouts/new/arrow.png') no-repeat center bottom;
								cursor: pointer;
								text-decoration: none;
							}
							
							#media:hover .arrow {
								background: url('/images/layouts/new/arrow.png') no-repeat center bottom;
								cursor: pointer;
								text-decoration: none;
							}
							
							#give:hover .arrow {
								background: url('/images/layouts/new/arrow.png') no-repeat center bottom;
								cursor: pointer;
								text-decoration: none;
							}
						
							#new a {
								text-decoration: none;
								cursor:pointer;
							}
							
							#media a {
								text-decoration: none;
								cursor:pointer;
							}
							
							#give a {
								text-decoration: none;
								cursor:pointer;
							}
							
							.text a {
								text-decoration: none;
							}
							
					#services {
						position: absolute;
						bottom:165px;
						top:190px;
						width:226px;
						height:90px;
					}
					
						#service {
							position: relative;
							margin: 0;
							padding: 0;
							width:226px;
							height:34px;
							text-align: right;
							font-family: Century Gothic,"Century Gothic",Arial,Helvetica,sans-serif;
							font-size: 30px;
							text-transform: uppercase;
							color: #FFFFFF;
						}
						
						#times {
							position: relative;
							margin: 0;
							padding: 0;
							width:226px;
							height:50px;
							text-align: right;
							font-family: Century Gothic,"Century Gothic",Arial,Helvetica,sans-serif;
							font-size: 12px;
							line-height: 18px;
							color: #FFFFFF;
						}
						
							#times p {
								margin: 0;
							}
						
					#social {
						position: absolute;
						height:41px;
						width:144px;
						bottom:17px;
						right:12px;
					}
					
						#fb {
							position: absolute;
							top:0;
							left:0;
							width:41px;
							height:41px;
							background: url('/images/layouts/new/fb.jpg') no-repeat center top;
						}
						
						#twit {
							position: absolute;
							top:0;
							right:51px;
							width:41px;
							height:41px;
							background: url('/images/layouts/new/twit.jpg') no-repeat center top;
						}
						
						#rss {
							position: absolute;
							top:0;
							right:0;
							width:41px;
							height:41px;
							background: url('/images/layouts/new/rss.jpg') no-repeat center top;
						}
				
				#priNav_container {
					position: relative;
					width: 1024px;
					height: 50px;
					margin: 0px auto;
					padding: 0px;
					overflow: hidden;
				}
		
					#priNav {
						position: relative;
						width: 962px;
						height: 50px;
						margin: 0 0 0 62px;
						padding: 0;
						text-align: left; 
					}
					
						#priNav li {
							position: relative;
							margin: 0px auto;
							padding: 0px;
							list-style-type: none;
							display:inline;
							text-decoration:none;
							text-align: left;
						}
					
							#priNav li a {
								padding: 9px 63px 2px 0;
								margin: 0 20px 0 0;
								color: #ffffff;
								font-family: Century Gothic,"Century Gothic",Arial,Helvetica,sans-serif;
								font-size: 25px;
								text-decoration: none;
								text-transform: uppercase;
								text-align: left;
								height:50px;
								line-height:50px;
							}
							
							#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
								border-bottom: 6px solid #ddd4ac;
							}
							
							#priNav li.last a {
								margin: 0 0 0 0;
							}
			
	#bottomContainer {
		position: relative;
		padding: 0;
		margin: 0 auto;
		width:100%;
		min-width:1024px;
		background: url('/images/layouts/new/bottom_repeat.jpg') repeat-x center top;
	}
		
		#footer {
			position: relative;
			margin: 0px auto;
			padding: 50px 0 0;
			width: 900px;
			height: 200px;
		}
		
			#footer p {
				font-family: "Arial";
				font-size: 10px;
				color: #aeadad;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #aeadad;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #ffffff;
				text-decoration: underline;
			}
			
	#viewer_window {
		width: 351px;
		height:194px;
		top:250px;
		left: 0px;
		padding:60px;
		margin:0 auto;
	}
	
	#viewer_window p {
		text-align: left;
		font-size: 16px;
		color: #FFFFFF;
		font-family: Century Gothic,"Century Gothic",Arial,Helvetica,sans-serif;
	}
	
	#viewer_close {
		position: absolute;
		top: 314px;
		left: 0px;
		z-index: 500;
	}

