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

/* print styles */

* { /* universal reset */
	padding:0;
	margin:0;
	border:0;
	outline:0;
	font-family:"Minion Pro",Minion,Georgia,"Times New Roman",Times,serif;
	font-size:1em;
}


/* layout styles */

div {
	position:relative
}
img {
	width:100%;
}
ul {
	list-style:none;
}
a {
	color:#000;
	text-decoration:none;
}
p a:after {
	content:" (" attr(href) ")";
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
}
#divBanner {
	width:100%;
	padding:1.5cm 5% 0 5%;
}
#divLinks {
	display:none;
}
#divContent {
	width:90%;
	padding:0 5% 0 5%;
	background:#FFF;
}

hr {
	border:0;
	width:100%;
	color:#000;
	background-color:#000;
	clear:both;
	}
#ruleUnder_banner {
	height:3px;
	}
#ruleUnder_links {
	height:8px;
	}
#ruleUnder_content {
	height:1px;
	}

.divContent_left {
	float:left;
	width:71%;
	text-align:left;
}
.divContent_right {
	float:right;
	width:25%;
	text-align:right;
}
.documentIcon {
	width:20px;
	height:22px;
	padding-right:5px;
	vertical-align:-5px;
}

h1 {
	clear:both;
	width:85%;
	height:76px;
	padding:20px 0 24px 0;
	font-style:normal;
	font-weight:normal;
	font-size:1.8em;
	white-space:nowrap;
	color:#000;
}
#bannerLogo {
	width:2.54cm;
	height:auto;
}

#socialMedia_array {
	float:right;
	padding:71px 25% 0 0;
	height:25px;
}

.socialMedia_logo {
	display:none;
}

.divFooter_left {
	color:#999;
}
.divFooter_right {
	color:#999;
}
.divFooter_right a:after {
	content:" (" attr(href) ")";
}

/* type styles */

p {
	margin-bottom:2em;
	font-style:normal;
	font-weight:normal;
	font-size:1em;
	line-height:1.6em;
	color:#000;
}

h2 {
	margin-top:0.1em;
	margin-bottom:0.4em;
	font-style:normal;
	font-weight:normal;
	font-size:2.2em;
	color:#000;
}

h3 {
	font-style:normal;
	font-weight:bold;
	font-size:1em;
	line-height:1.6em;
	color:#000;
}

h4 {
	font-style:normal;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.4em;
	color:#000;
}



/* toggled text */
/* modified from: Ian Flynn at http://www.rocketmill.co.uk/create-accordian-boxes-with-a-rotating-arrow-using-css-jquery */

.title {
	padding-left:15px;
	height:17px;
	background: url(../images/toggleArrow.png) 0 3px  no-repeat  !important;
	cursor:pointer;
	margin-bottom:2em;
	color:#000;
}

.on {
	background: url(../images/toggleArrow.png) 0 -12px  no-repeat  !important;
}

.content {
	display:none;
	background-color:#ddd;
	border:#999 1px solid;
	padding:10px;
	margin-bottom:2em;
}
/* possibly use this background-colour in the above: e5f2f9 */

h5 {
	font-size:1em;
	font-weight:normal;
	padding:0;
}

/* Main menu settings */
#centeredmenu {
	display:none;
}

.gallery{
    display:none;
}