@charset "utf-8";
/* CSS Document */

html, body {
font-family:Tahoma, Geneva, sans-serif;
margin: 0;
font-size: small;


}

td {
padding-top: 10px;	
}

#bg {
	/*background-color:#69F;*/
	background-image:url(../images/100_6665.jpg);
	background-size:100%;
	margin:0;
	padding-bottom:10px;
	padding-top:15px;

}
/* this is the div styling for the top bar that contains the nav bar */
#header {
	background-color:#003;
	margin-top: -1px;
	padding-left: auto;
	padding-right: auto;
	padding-top:1px;
	padding-bottom: 35px;
	
}

#bar {
	width:900px;
	margin-left: auto;
	margin-right: auto;

}
/* this is the wrapper that keeps all the actual content inside a 900px width */
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px;
	background-color:#FFF;

}

#logo {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#logo img {
	margin-left: 130px;
		
}

img {
	border:none;
}

#bw {
	background-color:#fff;	
}

/* this is nav link stylings */
ul#nav {
	list-style: none;
	margin-left: 55px;
	padding: 0;
	font-size: 1.3em;
	}
	
ul#nav li {
	float: left; 

	}



ul#nav li a {
	
	display: inline;
	text-decoration:none;
	padding: 20px;
}

/* this is the roll over color change for the nav bar links */
#nav a:link {
COLOR:#CCC;
}
#nav a:visited {
COLOR: #ccc;
}
#nav a:hover {
COLOR:#fff ;
}
#nav a:active {
COLOR: #fff;
}

#nav a.const:hover {
color:#900;	
}

.line {
	clear:both;
	color:#999;	
	margin: 0;
	padding:0;
}





/* this is the two footer color bars and the part inside the first one that keeps it within 900px */

#footer1 {
	background-color:#003;
	padding-left: auto;
	padding-right: auto;
	padding-top:30px;
	padding-bottom: 200px;

}

#map{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer2 {
	background-color:#333;
	padding-left: auto;
	padding-right: auto;
	padding-top:10px;
	padding-bottom: 30px;
	clear:both;
}
/* this is the line inside the map bits styling */
#mapline {
	clear:both;
	color:#999;
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	height: 15px;
}
#map{
	color:#999;
	line-height: 140%;	
}

.maphead {
	font-size: 110%;
	font-weight: bold;
	text-decoration:underline;
	line-height: 150%;	
	color:#CCC;
}

/* this is the roll over color change for the map links */
.m1 {
	margin-right: 60px;
	float:left;
}

.m1 a {
text-decoration:none;	
}

/* this is the roll over color change for the map links */

.m1 a:link {
COLOR:#CCC;
}
.m1 a:visited {
COLOR: #ccc;
}
.m1 a:hover {
COLOR:#fff ;
}
.m1 a:active {
COLOR: #fff;
}

#m4 {
	float:left;

}

#tel {
	font-size: 120%;
	color:#CCC;
}

#email {
	font-size: 90%;
	color:#CCC;
}

#copy {
	margin-left: 15px;
	margin-top: 30px;
	color:#999;
	font-size: 80%;	
	float:left;
}

#accred {
	width: 900px;	
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 50px;
}

#accred2 {
	float:right;
}



.associatedpages {
	
	text-align:center;
	font-size: 1.2em;
	color:#666;
	margin-bottom: 30px;

		
}

.associatedpages a{
	border-top:solid;
	border-bottom:solid;
	text-decoration:none;
	padding: 5px;
		
}
.associatedpages a:visited {
 	color:#666;
}

/* this is the roll over color change for the associated page links */

.associatedpages a:link {
COLOR:#666;
}
.associatedpages a:visited {
COLOR: #666;
}
.associatedpages a:hover {
COLOR:#003;
}
.associatedpages a:active {
COLOR: #003;
}

.brentwoodintro {
	width: 500px;
	margin: 20px;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-left: 30px;
	font-size: 110%;
	text-align:center;
	background-color:#FFF;	
	line-height: 140%;

}

#intro {
	font-size: 110%;
	text-align:center;
	background-color:#FFF;	
	line-height: 140%;	
}
