html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 80%;
	line-height: 145%;
	background: #f6f6f6;
	color: #000;
}

body.mceContentBody {
	height: auto;
	background: #fff;
	padding: 0.25em;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	padding: 0;
	margin: 0 0 0.5em;
}

h1 {
	font-size: 150%;
	margin-bottom: 1em;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

a:link, a:visited {
	color: #f93;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1em;
}

img {
	border: 0;
}

form  {
	margin: 0;
}

input, select, textarea {
	margin-bottom: 0.5em;
	background: #fff;
	border: solid 1px #ccc;
	padding: 0.5em;
	font-size: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	-webkit-box-shadow: inset 0 0 5px #eee;
	-moz-box-shadow: inset 0 0 5px #eee;
	box-shadow: inset 0 0 5px #eee;
}

form .full {
	width: 30em;
}

select.full {
	width: 31em;
}

select {
	padding: 0.25em;
}

select option {
	padding: 0.25em;
	vertical-align: middle;
	line-height: 1.5em;
}

label {
	font-weight: bold;
}

label.checkradio {
	margin: 0 1em 0 0.25em;
}

input.checkradio {
	border: none;
	vertical-align: middle;
}

.formbutton, #goog-wm-sb {
	display: inline;
	width: auto;
	padding: 0.5em 1em;
	border: solid 1px #ddd;
	color: #f93;
	background: #eee;
	background: -moz-linear-gradient(top, #eee, #ddd); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee, #ddd); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee, #ddd); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eee, #ddd); /* IE10+ */
	background: linear-gradient(top, #eee, #ddd); /* W3C */
	font-weight: bold;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: 0 0 5px #fff;
}

.formbutton:hover, #goog-wm-sb:hover {
	border: solid 1px #ccc;
	background: #eee;
}

#goog-wm-sb {
	margin: 0 0 0 0.5em;
	clear: none;
}

input[type=hidden] {
	display: none;
}

input:focus, textarea:focus {
	border-color: #666;
	outline: none;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	-moz-box-shadow: inset 0 0 5px #ccc;
	box-shadow: inset 0 0 5px #ccc;
}

input[readonly] {
	background: #eee;
}

.error {
	background: #ffe5e5;
	padding: 1em;
	margin-bottom: 1em;
}

.error ul {
	margin: 0.5em 0 0;
	line-height: 1;
}

table {
	font-size: 100%;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	border: 0;
}

.contentimageright {
	float: right;
	padding: 0 0 1.5em 1.5em;
}

.contentimageleft {
	float: left;
	padding: 0 1.5em 1em 0;
}

#header {
	z-index: 100;
	position: relative;
	height: 115px;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #eee, #fff 10%, #d6d6d6); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(10%,#fff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee, #fff 10%, #d6d6d6); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee, #fff 10%, #d6d6d6); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eee, #fff 10%, #d6d6d6); /* IE10+ */
	background: linear-gradient(top, #eee, #fff 10%, #d6d6d6); /* W3C */
	border-bottom: solid 2px #666;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 230px;
	height: 75px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background: url('images/logo.png') no-repeat;
	margin: 0 0 0 -470px;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

#tagline {
	position: absolute;
	top: 20px;
	right: 50%;
	width: 300px;
	margin-right: -450px;
	font-weight: bold;
	text-align: right;
}

#tagline h2 {
	font-size: 125%;
}

#tagline h3 {
	font-size: 100%;
	color: #666;
}

#footer {
	z-index: 100;
	clear: both;
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #eee, #d6d6d6); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee, #d6d6d6); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee, #d6d6d6); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eee, #d6d6d6); /* IE10+ */
	background: linear-gradient(top, #eee, #d6d6d6); /* W3C */
	border-top: solid 2px #666;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#footer p {
	text-align: center;
	padding: 0 20px;
	line-height: 30px;
	width: 920px;
	margin: 0 auto;
}

#container {
	z-index: 10;
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -117px auto -32px;
	background: #fff;
	overflow: auto;
	-webkit-box-shadow: 0 0 30px #fff;
	-moz-box-shadow: 0 0 30px #fff;
	box-shadow: 0 0 30px #fff;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 250px;
	background: #fff4dd;
	margin-top: 117px;
	padding: 30px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}

#sidebar ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#sidebar ul a, #sidebar ul strong {
	display: block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	background: #ffe8bb;
	border-bottom: solid 2px #fff4dd;
	color: #000;
	cursor: pointer;
}

#sidebar ul strong {
	background: #fff4dd;
	background: -moz-linear-gradient(top, #ffe8bb, #fff4dd 20%, #ffe8bb); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe8bb), color-stop(20%,#fff4dd), color-stop(100%,#ffe8bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe8bb, #fff4dd 20%, #ffe8bb); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffe8bb, #fff4dd 20%, #ffe8bb); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffe8bb, #fff4dd 20%, #ffe8bb); /* IE10+ */
	background: linear-gradient(top, #ffe8bb, #fff4dd 20%, #ffe8bb); /* W3C */
}

#sidebar ul strong:after {
	content: "»";
	float: right;
}

#sidebar ul a:hover {
	background: #fd9;
	background: -moz-linear-gradient(top, #ffd277, #ffe8bb 20%, #ffd277); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd277), color-stop(20%,#ffe8bb), color-stop(100%,#ffd277)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd277, #ffe8bb 20%, #ffd277); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd277, #ffe8bb 20%, #ffd277); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffd277, #ffe8bb 20%, #ffd277); /* IE10+ */
	background: linear-gradient(top, #ffd277, #ffe8bb 20%, #ffd277); /* W3C */
	text-decoration: none;
}

#contentarea {
	float: right !important;
	float: none;
	width: 650px;
	padding: 30px 30px 50px;
	margin: 117px 0 0 250px;
}

#paymentcontent {
	display: none;
}

#paymentform #amt {
	font-weight: bold;
}

#paymentform #initialamount, #paymentform #servicefee, #paymentform #amt {
	width: 6em;
	text-align: right;
}

ul.blocklinks {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
ul.blocklinks li {
	padding: 0 0 5px;
}

ul.blocklinks a:link, ul.blocklinks a:visited {
	height: auto !important;
	height: 20px;
	display: block;
	border: solid 1px #ddd;
	background: #eee;
	background: -moz-linear-gradient(top, #eee, #ddd); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee, #ddd); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee, #ddd); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eee, #ddd); /* IE10+ */
	background: linear-gradient(top, #eee, #ddd); /* W3C */
	padding: 0.5em 1em;
	width: 30em;
	font-weight: normal;
	color: #000;
	text-shadow: 0 0 5px #fff;
}

ul.blocklinks a:hover {
	border: solid 1px #ccc;
	background: #eee;
	text-decoration: none;
}

ul.blocklinks strong {
	color: #f93;
}

ul.homelinks-2 li, ul.homelinks-4 li {
	display: block;
	float: left;
	width: 312px;
	padding: 0 25px 25px 0;
}

ul.homelinks-3 li, ul.homelinks-5 li, ul.homelinks-6 li {
	display: block;
	float: left;
	width: 200px;
	padding: 0 25px 25px 0;
}

ul.homelinks-1, ul.homelinks-2, ul.homelinks-3, ul.homelinks-4, ul.homelinks-5, ul.homelinks-6 {
	margin: 0 -25px 0 0;
}

ul.homelinks-2 a, ul.homelinks-3 a, ul.homelinks-4 a, ul.homelinks-5 a, ul.homelinks-6 a {
	width: auto !important;
}

#bbar {
	overflow: hidden;
}

#bbar #header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	border-bottom: solid 1px #666;
}

#bbar #header h1 {
	margin: 0;
	top: 9px;
	left: 20px;
	width: 107px;
	height: 35px;
	background: url('images/logo-small.png');
}

#bbar #returnlink {
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-left: solid 1px #d6d6d6;
	background: url('images/arrow.png') no-repeat 10px center;
	padding-left: 32px;
}

#bbar #pagecont {
	position: absolute;
	top: 51px;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
	padding: 50px 0;
}

#bbar #page {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: none;
}

#contactdetails {
	float: right;
	width: 15em;
	padding: 1em;
	background: #fff4dd;
}

@media print {
	body {
		background: #fff;
		height: auto !important;
	}
	
	#container {
		width: auto !important;
		height: auto !important;
		min-height: 0;
		background: #fff;
		margin: 0;
	}
}
