@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/background.png) repeat-y center top; /* E STREET EDIT : adds background drop shadow */
	color: #584B4E;

}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #999;
}

#header {
	width: 950px;
	height: 140px;
	background-image: url(../images/Double_Wave_2.jpg);
}
#headerNavigation {
	height: 30px;
	width: 950px;
	padding-top: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#headerNavigation a:link {
	color: #FAF8F5;
	text-decoration: none;
}
#headerNavigation a:visited {
	color: #FAF8F5;
	text-decoration: none;
}

#headerNavigation a:hover {
	color:#4D4D4D;
	text-decoration: none;
}
#headerNav1 {
	float: right;
	padding-right: 120px;
}
#headerNav2 {
	float: right;
	padding-right: 27px;
}
#headerNav3 {
	float: right;
	padding-right: 27px;
}
#headerNav4 {
	float: right;
	padding-right: 27px;
}
#headerNav5 {
	float: right;
	padding-right: 27px;
}
#mainContent {
	width: 950px;
	background-color: #766D6E;

}
#navigationColumn {
	width: 189px;
	float: left;
	height: 779px;
	padding: 10px 0px 0px 20px;
	background-color: #8199A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
#box1a {
	padding-bottom: 15px;
}

#navigationBox {
	width: 190px;
	height: 350px;
}
#navigationBox a:link {
	color: #FAF8F5;
	text-decoration: none;
}
#navigationBox a:visited {
	color:#FAF8F5;
	text-decoration: none;
}
#navigationBox a:hover {
	color: #4D4D4D;
	text-decoration: none;
}
#box1 {
	width: 190px;
	padding-bottom: 20px;
	font-weight: bold;
}
#box2 {
	width: 190px;
	padding-bottom: 3px;
	font-weight: bold;
}
#box3 {
	width: 170px;
	padding-left: 20px;
}
#box4 {
	width: 170px;
	padding-left: 20px;
}
#box5 {
	width: 170px;
	padding-left: 20px;
}
#box6 {
	width: 170px;
	padding-left: 20px;
}
#box7 {
	width: 170px;
	padding: 0px 0px 20px 20px;
}
#box8 {
	width: 190px;
	padding-bottom: 3px;
	font-weight: bold;
}
#box9 {
	width: 170px;
	padding-left: 20px;
}
#box10 {
	width: 170px;
	padding: 0px 0px 20px 20px;
}	
#box11 {
	width: 190px;
	padding-bottom: 3px;
	font-weight: bold;
}
#box12 {
	width: 170px;
	padding-left: 20px;
}
#box12a {
	width: 170px;
	padding: 0px 0px 20px 20px;
}	
#box13 {
	width: 190px;
	padding-bottom: 3px;
	font-weight: bold;
}
#box14 {
	width: 170px;
	padding: 0px 0px 20px 20px;
}	
#iconBox {
	width: 153px;
	padding-right: 35px;
}
#footer {
	clear: both;
	height: 83px;
	background-color: #8199A3;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
#footerNav {
	width: 575px;
	padding-left: 375px;
}
#copyrightBox {
	width: 400px;
	padding-top: 25px;
	color: #3A3429;
	padding-left: 395px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #8199A3;
}
#footerNav a:visited {
	color:#FFF;
	text-decoration: none;
}

#footerNav a:link {
	color: #FFF;
	text-decoration: none;
}
#footerNav a:hover {
	color: #4D4D4D;
	text-decoration: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
