﻿html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Calibri, Verdana, Arial;
	font-size: 120%;
	line-height: 145%;
	background: #003471 url('images/mainbg.png') repeat-y center;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	font-family: Calibri, Verdana, Arial;
	color: #000000;
	padding: 0;
	margin: 0 0 0.5em;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

a:link, a:visited {
	color: #003471;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #aa1f25;
}

p {
	margin: 0 0 1em;
}

img {
	border: 0;
}

form, input, select, textarea  {
	margin: 0;
	background: #ffffff;
}

label {
	font-weight: bold;
}

#GRSubscribeForm {
	text-align: center;
	margin: 0;
}

#GRSubscribeForm label {
	float: left;
	width: 100px;
	padding: 5px 0;
	text-align: left;
}

#GRSubscribeForm input {
	float: left;
	font-size: 100%;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	border: solid 1px #003471;
	padding: 5px;
	width: 430px;
}

#GRSubscribeForm p {
	clear: left;
	overflow: auto;
}

input#signupbutton {
	float: none;
	width: auto;
	padding: 10px 50px;
	background: #b6e2fd url('images/buttonbg.png') repeat-x center center;
	color: #003471;
	border: none;
	margin: 0;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

input#signupbutton:hover {
	color: #aa1f25;
}

table {
	font-size: 100%;
}

hr {
	color: #003471;
	background-color: #003471;
	height: 1px;
	border: 0;
}

.contentimageright {
	float: right;
	padding: 0 0 1.5em 1.5em;
}

.contentimageleft {
	float: left;
	padding: 0 1.5em 1em 0;
}

#container {
	position: relative;
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
	background: #ffffff url('images/mainbg.png') repeat-y center;
}

#footer {
	position: relative;
	width: 960px;
	height: 75px;
	margin: 0 auto;
	background: #ffffff url('images/footerbg.png') no-repeat center bottom;	
}

#footer p {
	padding: 0 30px;
	margin: 0;
	text-align: center;
	line-height: 50px;
	font-size: 80%;
}

#footer a {
	margin: 0 0.5em;
}

#header {
	position: relative;
	width: 960px;
	height: 200px;
	background: #8fbff0 url('images/headerbg.png') no-repeat center top;
	margin: 0 -20px;	
}

#maintitle {
	position: absolute;
	top: 45px;
	left: 41px;
	width: 611px;
	height: 104px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/header0.png') no-repeat;
	z-index: 10;
}

#maintitle1 {
	position: absolute;
	top: 45px;
	left: 41px;
	width: 611px;
	height: 104px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/header1.png') no-repeat;
	z-index: 10;
}

#maintitle2 {
	position: absolute;
	top: 45px;
	left: 41px;
	width: 611px;
	height: 104px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/header2.png') no-repeat;
	z-index: 10;
}

#maintitle3 {
	position: absolute;
	top: 45px;
	left: 41px;
	width: 611px;
	height: 104px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/header3.png') no-repeat;
	z-index: 10;
}

#maintitle4 {
	position: absolute;
	top: 45px;
	left: 41px;
	width: 611px;
	height: 104px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/header4.png') no-repeat;
	z-index: 10;
}

#maintitle5 {
	position: absolute;
	top: 45px;
	left: 41px;
	width: 611px;
	height: 104px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/header5.png') no-repeat;
	z-index: 10;
}

#headerphoto {
	position: absolute;
	top: 0;
	right: 20px;
}

#quoteheader {
	position: relative;
	padding: 30px 30px 0;
	margin: 0 0 -30px;
	height: auto !important;
	height: 242px;
	min-height: 242px;
	background: url('images/quotebg.png') repeat-x top;
	font-size: 150%;
	line-height: 125%;
}
 
#quoteheader #booklink {
	float: left;
	position: relative;
	width: 260px;
	height: 350px;
	margin-top: -80px;
	margin-left: -30px;
	margin-right: 10px;
	margin-bottom: -20px;
}

#signature {
	float: right;
	position: relative;
	margin-top: -10px;
	text-align: right;
}

#contentarea {
	clear: both;
	position: relative;
	padding: 30px 30px 80px;
	margin: 0;
}

.boxouter {
	position: relative;
	width: 604px;
	background: url('images/boxbottom.png') no-repeat center bottom;
	margin: 30px auto;
}

.boxinner {
	position: relative;
	background: url('images/boxtop.png') no-repeat center top;
	padding: 30px;
}

.boxinnerheader {
	position: relative;
	padding: 30px;
}

.boxheader {
	position: relative;
	margin: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #8fbff0 url('images/boxheader.png') no-repeat center top;
	font-size: 120%;
	color: #003471;
}

.certificatebox {
	background: url('images/certificatebg.png') no-repeat;
	margin: 30px auto;
	width: 540px;
	height: 523px;
	padding: 67px 67px 0;
}

.red {
	color: #aa1f25;
}

.center {
	text-align: center;
}

ul li, ol li {
	padding-left: 0.75em;
	margin-bottom: 1em;
}

ul p, ol p {
	margin: 0;
}

ul.ticks {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

ul.ticks li {
	background: url('images/tick.png') no-repeat left top;
	padding-left: 43px;
}

ol.red, ul.red {
	font-weight: bold;
	font-family: Calibri, Verdana, Arial;
	font-size: 110%;
}

ol.red li, ul.red li {
	margin-bottom: 0.9em;
}

ol.red p, ul.red p {
	color: #000000;
	font-weight: normal;
	font-family: Calibri, Verdana, Arial;
	font-size: 90%;
}

a.buttonlink {
	display: inline-block;
	margin: 20px 0;
	height: 80px;
	line-height: 80px;
	padding: 0 50px;
	background: #b6e2fd url('images/buttonbg.png') repeat-x center center;
	font-weight: bold;
	font-size: 200%;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	outline: none;
}

a.buttonlink:active {
	line-height: 82px !important;
	line-height: 80px;
}

p.download {
	clear: left;
}

p.download a.buttonlink {
	margin: 0 20px 0 0;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 120%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	outline: none;
}

p.download a.buttonlink:active {
	line-height: 50px !important;
}

@media print {
	body {
		background: #ffffff;
		height: auto !important;
	}
	
	#container {
		width: auto !important;
		height: auto !important;
		min-height: 0;
		background: #ffffff;
		margin: 0;
	}
	
	#maintitle {
		background: none;
		text-indent: 0;
		color: #aa1f25;
		line-height: 120%;
		width: auto;
	}
	
	#headerphoto, #footer {
		display: none;
	}
	
	hr {
		border-bottom: solid 1px #003471;
	}
	
	#header, #quoteheader, .boxouter, .boxinner, ul.ticks li, .certificatebox {
		background: none;
	}
	
	.boxouter, .certificatebox {
		border: solid 2px #003471;
	}
	
	.boxheader {
		border-bottom: solid 1px #003471;
	}
	
	.certificatebox {
		width: 600px;
		height: auto;
		padding: 30px;
	}
	
	ul.ticks {
		list-style: url('images/tick.png');
		margin: 0 0 0 2em;
		padding: auto;
	}
	
	ul.ticks li {
		padding-left: 1em;
	}
}