

/* General Element Styles */
body {
	background: grey url('../images/background.png') top center repeat;
	background-attachment: fixed;
	color: #1a1a1a;
	font-family: 'Gentium Basic';
	font-size: 18px;
	font-weight: 400;
}
a {
	color: #2964a4;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #5b9adf;
}
em {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	color: #2964a4;
	font-family: 'Open Sans';
	font-weight: 400;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 20px;
}
h3 {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 10px;
}
h4 {
	
}
.clear {
	clear: both;
}

/* Main Containers */
#contain {
	background: #eee url('../images/containBg.png') top left repeat;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	
/* Black outer border */
	border-left: 5px solid #cc0071;
	border-right: 5px solid #cc0071;
}
/* White inner border */
#containIn {
	border-left: 1px solid rgba(255,255,255,0.75);
	border-right: 1px solid rgba(255,255,255,0.75);
	max-width: 1098px;
}
#main {
	margin: 0 auto;
	width: 950px;
}

/* Header */
header {
	height: 300px;
	font-family: 'Open Sans';
	font-weight: 400;
	width: 100%;
}
hgroup {
	background: url('../../assets/images/logoBg.png') top center no-repeat;
	height: 300px;
	margin: 0 auto;
	width: 440px;
}
hgroup a {
	margin-left: -175px;
	position: absolute;
		top: 50px;
		left: 50%;
	width: 350px;
	z-index: 10;
	font-weight:normal;
}
#search {
	width:300px;
	float:right;
	position:absolute;
	left:70%;
	top:15px;
}
#search .gsc-results-wrapper-overlay {
	width:40%;
	left:55%;
	background: #EDEBEB;
}

#search .gsc-control-cse {
	padding:0;
	border:none;
	background-color:transparent;
}


/* Top Navigation */
nav {
	height: 128px;
	position: absolute;
		top: 86px;
	text-align: center;
	z-index: 1;
}
nav .links {
	background: url('../images/linksBg.png') top left repeat-x;
	height: 128px;
}
nav .points {
	height: 128px;
	width: 175px;
}
nav ul {
	height: 100px;
	margin: 53px 0 0 0;
	width: 325px;
}
nav ul li {
	display: inline;
	font-size: 20px;
}
nav ul li a {
	color: white;
	height: 24px;
	line-height: 22px;
	padding: 36px 7px;
	text-shadow: 0 0 5px black;
	font-weight:normal;
}
nav ul li a:hover {
	background: url('../images/navHover.png') top left repeat-x;
	color: white;
}
nav#navLeft {
	left: 0;
	right: 50%;
}
nav#navLeft .links {
	float: left;
	position: absolute;
		top: 0;
		right: 175px;
		bottom: 0;
		left: 0;
}
nav#navLeft .links ul {
	float: right;
}
nav#navLeft .points {
	background: url('../images/pointsLeft.png') top right no-repeat;
	float: right;
}
nav#navRight {
	left: 50%;
	right: 0;
}
nav#navRight .links {
	float: right;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 175px;
}
nav#navRight .links ul {
	float: left;
}
nav#navRight .points {
	background: url('../images/pointsRight.png') top left no-repeat;
	float: left;
}

/* Content */
#content {
	line-height: 24px;
}
#content p {
	font-size: 18px;
	margin: 10px 0;
}
#content p strong {
	font-weight: 700;
}
#content .divider {
	background: rgba(0,0,0,0.10);
	margin: 0 24px;
	width: 1px;
}
.italic {
	font-style: italic;
}
.contactLinks {
	font-weight: bold;
	font-size: 102%;
}
address#slogan {
	color: #2964a4;
	font-family: 'Open Sans';
	font-size: 28px !important;
	font-style: italic;
	font-weight: 700;
	text-align: center;
}
address#slogan sup {
	font-size: 10px;
	vertical-align: top;
}

/* Footer */
footer {
	line-height: 24px;
}
footer div {
	margin: 25px 0 0 0;
	float: left;
	width: 33.3%;
}
footer div a {
	color: #1a1a1a;
	font-weight:normal;
}
footer img {
	margin-right: 15px;
}
footer p#copyright {
	clear: both;
	padding: 50px 0 25px 0;
	text-align: center;
	width: 100%;
}