@charset "utf-8";
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	cursor: default;
	text-align: center;
	background-color: white;
}

/*  Text Links  */
a {	text-decoration: none; color: #02497f;}
a:hover { text-decoration: underline; color: #d20808;}
a:focus {}
a.backtotop { display: block; width: 100%; text-align: right; clear: both;}

p {
	line-height: 200%;
	padding: .8em;
}

/*  Headings  */
h1 {font-size: 200%; font-weight: bold; margin: 0 0 .5em 0; padding:0.8em 0.8em 0.8em 0.4em;}
h2 {font-size: 180%; font-weight: bold; margin: .5em 0; padding: 0 .8em;}
h3 {font-size: 160%; font-weight: bold; margin: 1em 0;}
h4 {font-size: 140%; font-weight: bold; margin: 0; padding: 0 0.8em 0 0.4em;}
h5 {font-size: 110%; font-weight: bold; margin: 1em 0; text-transform: uppercase;}
h6 {font-size: 110%; font-weight: bold; margin: 1em 0;}


h1 {
	color: #a4a4a4;
	font-weight: normal;
	border-bottom: solid 2px #eaeaea;
}

h1 span { 
	color: #004483;
	text-transform: uppercase;
	}
	
h2 {
	color: #0065b1;
	font-weight: normal;
}
h2.featured-title {
	color: #a4a4a4;
	font-weight: normal;
	border-bottom: solid 2px #eaeaea;
	font-size: 200%;
	margin: 0 0 .5em 0;
	padding: 0.8em 0.8em 0.8em 0.4em;
}

h2.featured-title span { 
	color: #004483;
	text-transform: uppercase;
	}
h3 {}
h4 {
	color: #0065b1;
	font-weight: normal;
}

/* Table Styles */
table {
	border-collapse:separate; 
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	width:100%;
	}
table a {
	text-decoration:none;
	border-bottom:1px dotted;
	}
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style:solid;
	}
thead th, thead td, tfoot th, tfoot td {
	color: white;
	font-weight: bold;
	}
th {
	font-weight:bold;
	line-height:normal;
	text-align:left;
	color:  white;
	background-color: #1c76d2;
	}
tbody th, td {
	padding:0.5em 0.5em;
	text-align:left;
	vertical-align:top;	
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;		
	}
tbody th a:link, tbody th a:visited {
	font-weight:bold;
	}
tbody td, tbody th {
	border:1px solid #ccc;
	border-width:1px;
	}
tbody tr.odd th, tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td, tbody tr:hover th {
	background: #e9f2fa;
	border-color:#015fbd;
	color: black;
	}
caption {
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}

/*  Useful CSS rules  */
.invisible { visibility: hidden; display: none;}
.skip_nav {display: none;}

.thumbnail { border:  solid 1px #ececec; padding: 1px; }
.left { float: left; margin-right:1em;}
.right { float:  right; margin-left: 1em;}
.center { text-align: center; margin: 0 auto;}

.img-am { vertical-align: bottom;}
.a-m {vertical-align: middle;}

.clear { clear: both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b {font-weight: bold;}
.no-m {padding: 0; margin: 0;}
.no-u {text-decoration: none;}

.image-caption {float: right; padding: 0 0 0.8em 0.5em; width: 226px; color: #333333;}
.space15 {clear: both; height: 15px; font-size: 1%; line-height: 0;}
.space10 {clear: both; height: 10px; font-size: 1%; line-height: 0;}

/* List Items */
ul, ol { padding: 0 0 0 20px; margin: 5px 0 5px 40px;}
ul li, ol li {padding: .3em 0 .3em 0;}

ul.arrow li {	background: url(../images/bulletim_arrow_black.gif) no-repeat left 5px; }
ul.bullets { list-style: none; padding: 0 0 0 20px; margin: 0 0 5px 0;}
ul.bullets li {
	padding: 5px 0 5px 24px;
	margin: 0;
	background: no-repeat 0 5px;
}
ul.bullets li ul { margin: 0; padding: 0; list-style: none; display: block; }
ul.bullets li ul li { background-color: #FFFFFF; background-image: none;}

ul.list_calendar li { background-image: url(../images/icon_calendar.png);}
ul.list_ticks li { background-image: url(../images/icon_bullet-tick.png);}
ul.list_book li { background-image: url(../images/icon_book.png);}
ul.list_pages li { background-image: url(../images/icon_pages.png);}
ul.list_pdf li { background-image: url(../images/icon_pdf.png);}
ul.list_webpage li { background-image: url(../images/icon_webpage.png);}

/*image gallery thumbs list styles added by Phil*/
ul#image-gallery-thumbs
{
	overflow: auto;
	z-index: 1;
}

ul#image-gallery-thumbs li 
{
	float: left;
	width: 28%;
	margin: 0 3% 2% 0;
	padding: 0;
}

ul#image-gallery-thumbs li img
{
	width: 92%;
	padding: 3%;
	border: solid 1px #b3b3b3;
}

ul#image-gallery-thumbs li h5
{
	margin: 0 0 0.2em 0;
	padding: 0;
}

ul#image-gallery-thumbs li.clear
{
	width: 100%
}

.box ul
{
	list-style: circle;
}
