@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/** main typographic styles **/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #00624a;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333333;
}

ul { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333; line-height: 1.8em;}
ul li ul li { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; color: #333; line-height: 1.8em;}
ol { font-family: VArial, Helvetica, sans-serif; font-size: 0.8em; color: #333; line-height: 1.3em}


a:link { text-decoration: underline; color: #00624A; }
a:visited {text-decoration: underline; color: #00624A; }

/** images **/
.photoleft {
	margin-right: 10px;
	margin-bottom: 18px;
	border: 1px solid #000000;
	text-align: left;
	float: left;
	clear: left;
}

.photoright {
	margin-left: 10px;
	margin-bottom: 18px;
	border: 1px solid #333;
	text-align: right;
	float: right;
	clear: right;
}
 img {
 	border: 1px solid #333;
	}

/** tagline to be used on opening page only **/
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	color: #333333;
	word-spacing: 0em;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/** main structural items **/

#containall {
	width: 715px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#header {
	background-image:url(/trio/img/banner_top.jpg);
	background-repeat: no-repeat;
	width: 715px;
	height: 140px;
	margin-bottom: 25px;
	padding: 0;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#containall #content_main {
	margin-left: 230px;
	padding-left: 15px;
	padding-right: 15px;
	clear: right;
}
#containall #sidebar {
	float: left;
	width: 225px;
	background-position: center top;
	padding-top: 15px;
}
#containall #sidebar #navlinks {
	text-align: left;
	margin: 0;
	list-style-type: none;
}

#containall #sidebar #navlinks ul {
	padding: 15px 15px 15px 5px;
	list-style-type: none;
}
#containall #sidebar #navlinks ul li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5d9b8c;
	margin: 5px 5px 5px 0;
	padding-bottom: 8px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#containall #sidebar #navlinks ul li a:link {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#containall #sidebar #navlinks ul li a:visited {
	color: #666666;
	text-decoration:none;
	font-size: .9em;
	}
#containall #sidebar #navlinks ul li a:hover {
	color: #2e7f6b;
	}	
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	clear: both;
	text-align: center;
	padding: 1.2em;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.staffportraits {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: right;
}
