	#logoInstructions{
	width: 175px;
	height: 83px;
	position: absolute;
	z-index: 1000;
	background: url(images/logoInstructions.gif) no-repeat;
	left: 30px;
	top: 40px;
	display: none;
	}
	#promoInstructions{
	width: 175px;
	height: 83px;
	position: absolute;
	z-index: 1000;
	background: url(images/promoInstructions.gif) no-repeat;
	left: 30px;
	top: 170px;
	display: none;
	}
.alignRight{
text-indent: 15px;	
}
.clearMe{
clear: both;	
}
#clicker{
position: absolute;
width: 600px;
height: 200px;
z-index: 10000;
top: 0;
}
.spacerHeader{
margin-top: 150px;	
}
.spacer{
margin-top: 100px;	
}
.container{
width: 960px;
margin: 0 auto;
}
#header{
margin-top: 20px;
overflow: hidden;
position: relative;
}
	.mainLogo{
	width: 388px;
	height: 140px;
	background: url(images/logos.jpg) top left no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
	}
	.left{
	position: absolute;
	left: 0;
	width: 194px;
	height: 100px;
	}
	.right{
	position: absolute;
	right: 0;
	width: 194px;
	height: 100px;
	}
	#headerNav{
	float: right;
	margin-top: -70px;
	}
	#headerNav li{
	display: inline-block;
	text-transform: uppercase;
	margin-left: 32px;	
	font-size: 18px;
	}
	#headerNav li a{
	text-decoration: none;	
	color: #7d7e81;
	}
		#headerNav li a:hover{
		color: #5d9e3e;	
		}
#mainRow{
position: relative;
z-index: 4;
}
	#mainRowBG{
	height: 378px;
	background: url(images/mainRowBG.png) repeat-x;	
	}
	#promoPics{
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	display: block;
	z-index: 1000;
	}
	.promos{
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 3px;
	z-index: 1000;
	}
		#promo1{
		background: url(images/promo1.png) no-repeat;	
		}
		#promo2{
		background: url(images/promo2.png) no-repeat;	
		}
		#promo3{
		background: url(images/promo3.png) no-repeat;	
		}
	#writeUp{
	width: 460px;
	height: 150px;
	overflow: hidden;
	margin-top: 160px;
	padding: 10px;	
	}
		#writeUp h1{
		color: #2a4f5e;
		font-size: 24px;
		margin: 10px 0;	
		text-shadow: grey 1px 2px 5px;
		}
	#mainPic{
	width: 538px;
	height: 320px;
	background: url(images/mainPic.png) no-repeat;
	position: absolute;
	right: -30px;
	top: 50px;
	z-index: 5;
	}
	.leftSide{
	float: left;	
	}
	
#subRow{

}
	#subRowBG{
	height: 236px;
	background: url(images/subRowBG.gif) repeat-x;
	}
	.subBox:first-child{
	border: none;
	}
		.subBox li{
		margin-top: 7px;
		list-style-type: circle;
		}
		.divide4{
		width: 140px !important;
		padding: 20px 5px !important;
		}
		
	.subBox{
	width: 198px;
	height: 230px;
	float: left;	
	padding: 20px;
	position: relative;
	}
	.subBox h2{
	font-weight: bold;
	font-size: 18px;	
	color: #2a4f5e;
	}
	.subBox img{
	margin: 0 auto;	
	}
	
	
	
	
#footer{
position: relative;
}
	#footerBG{
	background: url(images/footBG.jpg) repeat-x;
	height: 184px;	
	}
	#footerNav{
	top: 80px; 
	position: absolute;
	}
	#footerNav li{
	display: inline-block;
	margin-right: 40px;	
	font-size: 15px;
	}
	#footerNav li a{
	text-decoration: none;	
	color: #2a4f5e;
	text-transform: uppercase;
	}
		#footerNav li a:hover{
		color: #5d9e3e;
		}
	#socialIcons{
	float: right;
	margin-top: 60px;
	}
		.icons{
		width: 38px;
		height: 38px;
		margin-left: 20px;	
		display: inline-block;
		}
		#twitter{
		background: url(images/twitterUp.png) no-repeat;	
		}
			#twitter:hover{
			background: url(images/twitterDown.png) no-repeat;	
			}
		#facebook{
		background: url(images/facebookUp.png) no-repeat;	
		}
			#facebook:hover{
			background: url(images/facebookDown.png) no-repeat;	
			}
		#socialIcons h5{
		text-transform: uppercase;
		text-indent: 20px;
		margin-bottom: 12px;
		}
		

