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

/* Structural Divs */

html, body {
    height: 100%;
	margin: 0 0 1px 0;
	background-color: #495c6c;
	background-image: url(../images/bg_gradient.jpg);
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #666666;	
}


#mainDiv {
	width: 936px;
	height: auto;
	margin: auto;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 11px 0px 11px;
}

#header {
	width: 936px;
	height: 105px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #89929a;
}

#bannerLG {
	width: 936px;
	margin-top: 2px;
	
}

#banner {
	width: 936px;
	margin-top: 5px;
}


#content {
	background-color: #f5f6f7;
	width: 936px;
	height: 320px;
	margin-top: 5px;
	margin-bottom: 0px;
	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#contentLG {
	background-color: #f0f0f0;
	width: 936px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#contentLG p {
	width: 600px;
	
	

	
}

p {
	margin-top: 0px;
	margin-bottom: 8px;	
	
}

.copyInterior {
	float: right;
	width: 641px;
	padding: 0px 30px 0px 32px;
	background-color: #FFF;
	margin-top: 3px;
	clear: both;
	
}

/* NEW - added 20101022 for new "Walton in the Community" link by George Langley */
.copyLeftMargin {
	position:relative;
	top:20px;
	left:10px;
	font-size:110%;
}
/* END NEW */

.leaderCol {
	float: right;
	clear: both;
	height: 295px;

}

.leader {
	background-image: url(../images/leadersCorner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 363px;
	height: 145px;
	margin-bottom: 15px;
	
	
}

.leader a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00457c;
	text-decoration: none;
	padding-left: 7px;
	background-image: url(../images/bulletLink.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.leader a:hover {
	color: #002b54;
	text-decoration: underline;

}

.leader p {
	padding: 0px 15px;
	line-height: 20px;
	color: #666666;
	font-size: 13px;
	
}

#footer {
	width: 940px;
	margin: auto;
	background-color: #495c6c;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #929da7;
	padding: 30px 22px 0px 0px;
	text-align: right;
}


/* Main Nav */
#nav {
	float:right;
	height:33px;
	width:514px;
	padding: 0px;
	margin: 72px 0px 0px 0px;
	
}

#nav ul {
	margin:0;
	height:33px;
	list-style:none;
	margin: 0px;
	padding: 0px;
	
}

#nav li {
      display:inline;
      margin:0px;
	  padding:0px;
	  height:33px;
}

/* Tags */
a {
	color: #00457c;
}

a:visited {
	color: #00457c;

}

a:hover {
	color: #0072cf;

}


ul {
	margin-left: 0px;
	padding-left: 0px;
}


li {
	margin-bottom: 35px;
	list-style-type: none;
}

ul.Grey {
	margin-left: 0px;
	padding-left: 0px;
	margin: 10px 0;
}


li.Grey {
	margin-bottom: 35px;
	list-style-type: none;
	background-color: #e5e5e5;
	padding: 10px 20px;
	color: #444444;
	margin: 0 0 10px 0;
}


h1 {
	color: #00457c;
	font-size: 24px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

.Grey h2 {
	margin: 0;
}

p.Contact {
	background-color: #e5e5e5;
	color: #444444;
	padding: 20px;
}

#copyHome {
	background-color: #f5f6f7;
	width: 520px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d2d5d7;

}

#copyHome {
	padding: 10px 20px;
	margin: 0px;
}

#copyHome h1 {
	font-size:18px;
	font-weight:normal;
	line-height:28px;
}

/*Form Styles */

input.register {
	
	background-color: #e0e0e0;
	padding-left: 5px;
	height: 16px;
	width: 180px;
	border: 1px solid #6e6e6e;
}

select.register {
	
	background-color: #e0e0e0;
	padding-left: 5px;
	height: 22px;
	width: 190px;
	border: 1px solid #6e6e6e;
}
