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

/******************************************** POSITIONING STUFF ********************************************/
body {
	font: 14px Helvetica, Arial, sans-serif;
}
p {
	margin-bottom: 12px;
	margin-top: 0px;
	color: #7985A6;
}

.blackparas p {
	color: black;
}
.blackparas h3, .blackparas h4 {
	color: black;
	margin-bottom: 0px;
}

H3, H4 {
	text-transform: uppercase;
	margin-top: 0px;
	color: #7985A6;
}
h4.links {
	text-transform: none;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom:0px;
	color: #000000;
}
h4.links1 {
	text-transform: uppercase;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom:0px;
	color: #000000;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	background-color:#95a3c8;
	width:1000px;
	height:538px;
	margin: 0px auto;
	position:absolute;top:50%;left:50%;
	margin-left:-500px;		/* half of the width */
	margin-top:-269px;		/* half of the height */
}

#inner {
	background-color:white;
	width:910px;
	height:448px;
	position:absolute;top:50%;left:50%;
	margin-left:-455px;		/* half of the width */
	margin-top:-224px;		/* half of the height */
}

#content {
	margin-left:12px;
	margin-top:12px;
}

#page {
	margin-top:12px;
	margin-right:12px;
	height:300px;
	overflow:auto;
}

#pageMainPic{
	float:left;
	margin-right:12px;
}

#navBar{
	margin-top:12px;
}

a, a:hover, a:visited {
	font-size:12px;
	text-decoration: none;
	border:none;
	color: #7985A6;
}

a img{
	border-style: none;
}

img{
	border-style:none;
}

#titleCaption {
	position:relative;
	margin-top:10px;
	margin-right:50px;
	text-align:right;
}

#leftFloat {
	float:left;
	width:280px;
	padding-right:20px;
}
#rightFloat {
	float:right;
	width:370px;
	border-left:1px solid #95a3c8;
	padding-left:20px;
	padding-right:170px;
}
#rightFloatGallery {
	float:right;
	width:470px;
	border-left:1px solid #95a3c8;
	padding-left:20px;
	padding-right:70px;
}
#rightFloatStatic {
	float:right;
	width:387px;
	border-left:1px solid #95a3c8;
	padding-left:20px;
	padding-right:170px;
}

img.colouredPixel {
	margin-top: 4px;
	margin-bottom:10px;
}
