body{
	font-family: arial;
}

a:link{
	color: #003288	;
}

.pageTitle{
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	color: #018DED;
}

.sectionHeading{
	margin-left: 10px;
	margin-top: 10px;
	color: white;
}

.specialsBox{
	background-color: #8EC3EC;
	float: left;

	margin: 5px;
	border: 1px black solid;
}

.blueBoxDiv{
	margin: auto; 
	margin-bottom: 25px;
	padding-top: 20px;
	border: 1px #01649E solid; 
	height: 350px; 
	width: 850px; 
	background-color: #8EC3EC;
}

.controlButtons{
	float: left;
	border: 1px solid black;
	text-align: center;	
	margin: 3px;
	width: 40px;
	height: 40px;
	background-color: #8EC3EC;
	background-image: url(./images/menuBackground.png);
}

.buttonImage{
	margin: 2px;
}

/*#018DED*/
#containerDiv{ 
	border: 6px #0068A5 solid;
	height: 700px;
	width: 900px;
	margin: auto;
	overflow: hidden;
}


#bannerDiv{
	border-bottom: 2px #018DED solid;
}

#menuDiv{
		border-bottom: 2px #018DED solid;
		height: 30px;
		background-image: url(./images/menuBackground.png);
	}
	#menuNav{
		margin: auto;
		margin-left: 20px;
		padding: 0;
	}
	#menuNav li{
		color: #01649E;
		float: left;
		margin-top: 3px;
		margin-left: 4px;
		margin-right: 4px;
		padding: 0;
		list-style: none;
		
		}
		#menuNav li a{
			text-decoration: none;
			font-size: larger;
			color: #018DED;
		}
		#menuNav li a{
			text-decoration: none;
			font-size: larger;
		}
		#menuNav li a:HOVER{
			color: #01649E
		}
	

#contentDiv{
	border: 6px yellow solid;
	height: 100%;
	}
	#storeInfoContainerDiv{
		color: white;
		height: auto;
		}
		#storeInfoDiv{
			margin: auto; 
			border: 1px #01649E solid; 
			height: auto; 
			width: 850px; 
			background-color: #8EC3EC;
			}
			#addressDiv{
				border: 0px black solid; 
				float: left; 
				height: 300px; 
				width: 400px; 
				margin-left: 10px; 
				margin-top: 10px;
				}
				#storeAddressList{
					list-style: none;
				}
				#storeMapPic{
					margin-top: 10px;
					margin-left: 30px;
				}
			#storeHours{
				border: 0px black solid; 
				float: left; 
				height: 300px; 
				width: 400px; 
				margin-left: 10px; 
				margin-top: 10px;
				}
				#storeHours p{
					margin-left: 30px;
				}
	#diyTipsContainerDiv{
		color: white;
		}
		#diyTipsDiv{
			margin: auto; 
			border: 1px #01649E solid; 
			height: 350px; 
			width: 850px; 
			background-color: #8EC3EC;
			}
	#contactsContainerDiv{
		
		}
		#contactsList li{
			list-style-type: none;
			
		}
		#contactsList li.mainListHeading{
			margin-top: 20px;
			font-weight: bolder;
		}
		#contactsList li ul li{
			margin-top: 1px;
			font-weight: normal;
		}
	#careersContainerDiv{
			
		}
		#careersDiv{
			color: #00325B;
		}
		#careersDiv h1,h2,h3,p{
			margin-left: 20px;
			color: #00325B;
		}
	

