/*CSS Reset*/

html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, var { font-style: normal; font-weight: normal; }

input, select, textarea, table { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

/* basic styles */

a { color: #365a96; }
a:visited { color: #6f86ad; }
a:active, a:hover { color: #968c36; }

body {
	background: #eaeff6;
	color: #000;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	color: #e3bd27;
	font: normal 160% Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 1em;
}
	.author { color: #85793d; font-style: italic; font-size: 90%; }

h3 {
	color: #85793d;
	font: normal 120% Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase; 
}
	#h-recentnews, #h-fromfrcollins {
		width: 172px;
		height: 47px;
		text-indent: -99999px;
	}
		#h-recentnews { background: url('/static/image/h-recentnews.gif') no-repeat; }
		#h-fromfrcollins { background: url('/static/image/h-fromfrcollins.gif') no-repeat; }

hr {
	color: #000;
	background: #000;
	border: none;
	height: 1px;
	margin: 1.5em 0px;
}

p {
	margin-bottom: 1em;
}

/* classes */
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

.clear { clear: both; }

.content { padding: 15px 15px 25px 25px; clear: both; }
#content_sub .content { padding: 15px 25px 25px 25px; }
.content.home { padding: 15px 5px 15px 15px; }
	.content.home h3, .content.home p { margin-left: 5px; margin-right: 5px; }

.floatleft { float: left; margin: 0px 1em 1em 0px; }
.floatright { float: right; margin: 0px 0px 1em 1em; }

.layout2col {
	
}
	.layout2col .body1, .layout2col .body2 { width:320px; }
	.layout2col .body1 { float: left; }
	.layout2col .body2 { float: right; }

.letter { font: 110% Georgia, Times, 'Times New Roman', serif; }

.pic-h {
	width: 300px;
	height: 173px;
	background: url('/static/image/pic-bg-h.gif') no-repeat;
	padding: 10px 12px 10px 11px;
}
.pic-v {
	width: 173px;
	height: 300px;
	background: url('/static/image/pic-bg-v.gif') no-repeat;
	padding: 12px 10px 11px 10px;
}

/* page specific */

/* home */
.pic-home {
	width: 300px;
	height: 105px;
	background: url('/static/image/pic-home-bg.gif') no-repeat;
	padding: 10px; 
	margin-bottom:.7em;
}

.welcome { 
	color: #000;
	font: normal 120% Verdana, Arial, Helvetica, sans-serif;
}

/* people */
#people { margin: 0px; padding: 0px; list-style: none; }
#people li {
	width: 212px;
	height: 16em;
	float: left;
}

.pic-people {
	width: 172px;
	height: 122px;
	background: url('/static/image/pic-people-bg.gif') no-repeat;
	padding: 11px 12px 10px 10px;
	margin-bottom: .5em;
}

/* layout */

#container-outer {
	width: 928px;
	margin: 0px auto;
	background: url('/static/image/bg.gif') repeat-y;
}

#container {
	width: 928px;
	text-align: left;
	background: url('/static/image/bg-bottom.gif') no-repeat bottom left;
}

#language {
	width: 928px;
	background: #eaeff6 url('/static/image/bg-top.gif') no-repeat bottom left;
	padding-bottom: 10px;
}
	#language ul {
		margin: 8px 4px;
		padding: 0px;
		list-style: none;
		text-align: right;
		font-size: 85%;
	}
		#language li {
			display: inline;
			border-left: solid 1px #8a8f98;
		}
			#language li.first { border-left: none; }
		
		#language a {
			padding: 3px 10px;
			text-decoration: none;
		}

#container-inner {
	padding: 0px 14px 14px 14px;
}

#top {
	height: 99px;
	background: url('/static/image/pic-top.jpg') no-repeat top right;
}
	#top h1 {
		margin: 0px; 
		width: 380px;
		height: 98px;
		background: url('/static/image/logo.gif') no-repeat;
	}
		#top h1 a {
			display: block;
			width: 380px;
			height: 98px;
			background: url('/static/image/logo.gif') no-repeat;
			text-indent: -99999px;
		}

#body2col {
	width: 900px;
	background: url('/static/image/bg-column.gif') repeat-y;
}
	#body2col #content_main {
		width: 678px;
		float: right;
	}
	
		#content_main .article img { float: right; margin: 1em 0px 1em 1em; }
	
	#body2col #content_sub {
		width: 222px;
		float: left;
		font-size: 90%;
	}
	
#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	#menu li {
		height: 40px;
		float: left;
	}
	
	#menu-visit a, #menu-services a, #menu-about a, #menu-bulletins a {
		display: block;
		height: 30px;
		float: left;
		background: #365a96;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		padding-top: 10px;
	}
	
	#menu-services, #menu-services a {
		width:157px;
		border-right: solid 1px #fff; 
	}
	
	#menu-about, #menu-about a {
		width: 162px;
		border-right: solid 1px #fff; 
	}
	
	#menu-bulletins, #menu-bulletins a {
		width: 192px;		
		border-right: solid 1px #fff;
	}
	
	#menu-visit, #menu-visit a { 
		width: 164px; 
	}
	
	#menu-visit a:hover, #menu-services a:hover, #menu-about a:hover, #menu-bulletins a:hover {
		background: #e3bd27;
	}
	
	/* old menu graphics stuff 
	#menu-visit, #menu-services, #menu-about, #menu-bulletins {
		height: 40px;
		background: url('/static/image/menu.gif') no-repeat;
	}
	
	#menu-visit a, #menu-services a, #menu-about a, #menu-bulletins a {
		display: block;
		height: 40px;
		background: url('/static/image/menu.gif') no-repeat;
		text-indent: -99999px;
		float: left;
	}
	
	#menu-visit, #menu-visit a {
		width:157px;
	}
	
	#menu-services, #menu-services a {
		width:173px;
		background-position: -157px 0px;
	}
	
	#menu-about, #menu-about a {
		width: 159px;
		background-position: -330px 0px;
	}
	
	#menu-bulletins, #menu-bulletins a {
		width: 189px;
		background-position: -489px 0px;
	}
	
	#menu-visit a:hover, #menu-services a:hover, #menu-about a:hover, #menu-bulletins a:hover { background-position-y: -40px }
	*/
	
#breadcrumb {
	font-size: 90%;
	margin-bottom: 2em;
}

#footer {
	background: #365a96;
	color: #fff;
	padding: 5px 20px;
	font-size: 80%;
}