/* page styles */


/* structure */

* {
padding: 0;
margin: 0;
}

body {
	font: .8em/1.8em verdana, arial, sans-serif;
	background-color: #B9C9BF;
}

#wrapper {
margin: 0 auto; 
width: 900px;
background-color: #ffffff;
border-left: 10px solid #D1DDD5;
border-right: 10px solid #D1DDD5;

}

#masthead {
	height: 160px;
	width: 900px;
}

#masthead h1 span {
	display:none;
	}
	
#masthead h2 span {
display: none;
}

.separator {
			clear: both;
			height: 0px;
}

#photodiv {
}

#main {
}

#content {
float: left;
width: 690px;
}

h3 {
color: #3F464C;
font-size: 1.5em;
font-weight: normal;
}

#text {
	background-color: #ffffff;
	padding: 15px;
	border-left: 1px solid #DDE1CD;
	color: #000000;
}

#text p {
	padding-bottom: 10px;
}

#text a {
color: #3F464C;
text-decoration: none;
font-weight: bold;
}

#text a:hover {
border-bottom: 1px solid #A1737A;
}

p span {
font-weight: bold;
}

p span a {
color: #3F464C;
text-decoration: none;
font-weight: bold;
}

p span a:hover {
border-bottom: 1px solid #A1737A;
}


/* navigation */
#navbar {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
width: 180px;
float: left;
background-color: #ffffff;
}



#navbar ul {
	list-style-type: none;
	list-style-position: inside;
	
}

#navbar ul li {
letter-spacing: .02em;

}

#navbar a {
color: #587860;
text-decoration: none;
}

#navbar a:hover {
color: #3F464C;
border-bottom: 1px solid #A1737A;
}


#navbar li.cur {
border-bottom: 1px solid #8FB0D1;
letter-spacing: .02em;
}

.cur {
border-bottom: 1px solid #E0D8B5;
}



#firstfooter {
clear: both;
background-color: #9DB7A5;
margin-top: 10px;
}

#firstfooter h4 {
padding: 10px 0 0 20px;
color: #3F464C;
font-size: 1.2em;
}

#firstfooter h5 {
text-align: center;
padding: 0 0 10px 20px;
color: #3F464C;
font-size: 1.0em;
}

#firstfooter h6 {
text-align: center;
padding: 0 0 10px 20px;
color: #3F464C;
font-size: 1.0em;
}

#logos {
margin: 10px 10px 0 10px;
background-color: #ffffff;
padding-top: 5px;
}

#footer {
border-top: 12px solid #9DB7A5;
color: #F5EED4;
clear: both;
background-color: #3F464C;
padding: 15px 5px 5px 5px;
}

#footer ul {
list-style-type: none;
}

#footer li {
float: left;
padding-left: 35px;
}

#footer a {
font-weight: bold;
color: #616970;
text-decoration: none;
text-align: center;
}

p.center {
text-align: center;
clear: left;
}

.cluck {
font-size: 80%;
font-weight: bold;
float: right;
margin-right: 10px;
}

.cluck a {
	text-decoration: none;
	color: #616970;
	font-weight: bold;
}

.cluck a:hover {
border-bottom: 1px solid #A1737A;
}


#categories ul {
	list-style-type: none;
	list-style-image: url(../assets/images/bullet.gif);
	list-style-position: inside;
}

/* team styles */

#team ul li {
list-style-type: none;
list-style-position: inside;
border-bottom: 1px solid #A1737A;
margin-bottom: 60px;
margin-top: 10px;
height: 250px;
}

#team ul li h4 {
font-size: 1.5em;
color: #616970;
font-weight: normal;

}

.boxout {
width: 185px;
float: left;
}

/* end of team style */

/* contact styles */

ul.address {
list-style-type: none;
margin-top: 20px;
/*background-color: #D1DDD5;
padding: 10px;*/
}

ul.address li {
line-height: 1.3em;
}

ul.address li.bold {
font-size: 1.3em;
color: #616970;
}

ul.address li.space {
margin-top: 6px;
}


