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


body {
	/*font-family:Avenir, Helvetica, Arial, sans-serif;*/
	font-family:Avenir, Arial, Helvetica, sans-serif;
	color:#7A7C7F;
	background-color:#FFFFFF;
	font-size:75%;
	}
div#shim, #navigation {
	display: none;
}

/* Lots of !importants needed to override javascripts inline styles.. */
div#information_mcontentwrapper.mcontentwrapper {
	height:100% !important;
	width:100% !important;
	overflow:visible !important;
	border:none !important;
	text-align:left !important;
	margin:0 !important;
	position:static !important;
	}
#information_contentwrapper.contentwrapper {
	border:1px solid none !important;
	
	}
	
#information_scrollwrapper {
	display:none;
	}
	
#content {
	float:none;
	height:100%;
	width:100%;
	padding-right:0;
	}
#information {
	height:100% !important;
	width:100% !important;
	overflow:visible !important;
	border:1px solid none !important;
	position:relative !important;
	padding:0 !important;

	}
#wide_content {
	float:none;
	height:100%;
	width:100%;
	padding-right:0;
	}
#wide_information {
	height:100%;
	width:100%;
	overflow:visible;
	position: relative;
	}

#info_noscroll {
	height:100%;
	width:100%;
	position: relative;
	}
.inner, .flexscroll, .flexcrollactive {
	overflow:visible !important;
	text-align:left !important;
	}
	
a:link, a:visited {
	color:#16325C;
	}
h1 {
	color:#16325C;
	margin:18px 0;
	padding:0;
	}
h2 {
	color:#16325C;
	margin:16px 0;
	padding:0;
	}
h3, h4 {
	color:#16325C;
	padding:0;
	}
h3 {
	margin:16px 0 2px;
	clear:left;
	}
h4 {
	font-weight:normal;
	margin:2px 0 12px 0;
	}
p, ul, ol {
	margin:12px 0;
	padding:0;
	line-height:14px;
	}
ul {
	margin-left:15px;
	list-style-image:url(images/dash.gif);
	}

ol {
	margin-left:25px;
	}
li {
	padding:0 0 0 15px;
	margin:2px 0 2px 0;
	}
li h3 {
	margin-top:6px
	
	}
li h4 {
	margin-bottom:6px
	
	}
	

.buttonrow {
	padding:5px 0 25px;
	overflow:hidden;
	}

a.leftbutton:link, a.leftbutton:visited, input.leftbutton {
	display:block;
	float:left;
	background-color:#003A6B;
	color:#FFFFFF;
	padding:8px;
	text-align:center;
	width:180px;
	text-decoration:none;
	border:none;
	}
	
a.rightbutton:link, a.rightbutton:visited, input.rightbutton {
	display:block;
	float:right;
	background-color:#003A6B;
	color:#FFFFFF;
	padding:8px;
	text-align:center;
	width:180px;
	text-decoration:none;
	border:none;
	}
	
.news_item {
	margin-bottom:20px;
	}
.news_item h4, .news_item p {
	margin:5px 0;
	}
/*.news_item h3 {
	font-size:12px;
	}*/
img {
	border:none;
	}

.details {
	margin-left:90px;
	}
	
.list_item {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #DDDDDD;
	clear:both;
	overflow:hidden;
	}
.list_item h3 {
	clear:none;
	}
.list_item p {
	margin-top:5px;
	}
.list_item img {
	margin-bottom:7px;
	}
.mugshot {
	float:left;
	padding:0 10px 10px 0;
	clear:left;
	}
.mugshot-placeholder {
	float:left;
	width:80px;
	height:110px;
	clear:left;
	}
.clearall {
	clear:both;
	height:1px;
	overflow:hidden;
	}
	
.errors {
	color:#D71920;
	}
	
.screenonly {
	display:none;
	}