/* Copyright (c) 2010 Orion Transfer Ltd. All Rights Reserved. */

body {
	margin: 0;
	padding: 0;
}

body, p, ol, ul, blockquote {
	font-family: "Palatino", "Optima", "Skia", verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #303;
	
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-weight: normal;
}

img {
	border: none;
}

a {
	color: #33c;
}

a:visited {
	color: #33c;
}

a:hover {
	color: #00f;
}

p, dl, h3 {
	line-height: 1.4em;
	margin: 1em;
}

ul.basic, dl.basic {
	line-height: 1.4em;
	margin: 3em;
}

h3 {
	border-bottom: 1px solid #ccf;
}

ul {
	line-height: 1.4em;
	margin-bottom: 1em;
}

h3, h4, h5, h6 {
	font-weight: normal;
}

/* Main Page Design */

.header {
	position: relative;
	height: 80px;
	
	background-color: rgb(226, 226, 226);
	background: url("/_static/gd2.png") repeat-x;
	
	border-bottom: 2px solid rgb(39,0,156);
}

.header .logo {
	background: url("/_static/logo-small.png") no-repeat 10pt 50%;
	position: absolute;
	left: 0; top: 0; bottom: 0; right: 0;
}

.header .menu {
	position: absolute;
	
	left: 20%;
	right: 0;
	bottom: 0;
	height: 30px;
	
	padding: 0 0.5em 0;
}

.header .menu > div {
	line-height: 30px;
}

.header .menu .link {
	text-align: center;
	
	text-decoration: none;
	display: inline-block;
	
	min-width: 100px;
	margin-bottom: 4px;
}

.header .menu .links {
	text-align: right;
}

.header .menu .link:hover {
	margin-bottom: 0;
	border-bottom: 4px solid rgb(60,20,200);
}

.header .menu .search {
	z-index: 2;
	
	position: relative;
	float: right;
	
	width: 20em;
	
	text-align: right;
}

.header .menu .search input[type=image] {
	vertical-align: -25%;
	padding: 0 0.5em 0;
}

.header .menu .search input[type=search] {
	width: 50%;
}

.content {
	padding: 1em 4em 4em;
}

/* Forms v2.2 */
form.central {
	margin: auto;
	width: 90%;
	clear: both;
}

form.basic legend {
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 0.5em;
}

form.basic dl {
	padding: 0px;
	margin: 0 4em 0;
	list-style: none;
}

form.basic dt {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}

form.basic dd {
	margin: 0 2em 0.5em;
}

form.basic dd + dt {
	margin-top: 2em;
}

form.basic fieldset {
	border: 1px solid #ccc;
	margin: 2.5em 4em 2.5em;
	padding: 1em;
	
	color: black;
	background: #bbb url(/_static/gd2.png) repeat-x top;
}

form.basic input, form.basic textarea {
	margin: 0px;
}

form.basic input[type="text"],
form.basic input[type="password"] {
	width: 50%;
}

form.basic textarea {
	width: 100%;
	height: 100px;
}

form.basic fieldset.footer {
	text-align: right;
}

form.basic label.error {
	float: right;
	color: red;
}

/* Tables */

table.basic {
	border-collapse: collapse;
	margin: auto;
	width: 90%;
	margin-top: 2em;
	margin-bottom: 4em;
}

table.basic thead th {
	font-size: 110%;
	color: #039;
	border-bottom: 2px solid #6678b2;
	padding: 10px 8px;
}

table.basic tbody th,
table.basic tbody td {
	border: none;
	padding: 9px 8px 0px 8px;
	color: #335
}

table.basic tbody th {
	text-align: left;
	padding-top: 2.0em;
}

table.basic tbody tr:hover td {
	text-shadow: #ddd 1px 1px 4px;
}

/* Search Results */

.content .search {
	margin: 1em;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #f0f0f0;
	
	padding: 0.5em;
	text-align: center;
	
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.content .search input[type=search] {
	width: 40%;
	margin: 0 1em 0;
}

dl.search-results dt {
	margin-top: 1em;
}

dl.search-results dt {
	font-size: 1.2em;
}

dl.search-results dd.href {
	color: green;
	font-family: arial, sans-serif;
	font-size: 0.8em;
}

/* Page Navigation Bar */
.navigation {
	position: relative;
	
	height: 2.2em;
}

.navigation a {
	text-decoration: none;
}

.navigation ul.trail {
	padding-left: 22px;
	font-size: 0.8em;
}

.navigation ul, .navigation li {
	list-style: none;
	float:left;
	
	line-height: 30px;
	padding-bottom: 0.2em;
	margin-right: 11px;
}

.navigation ul {
	padding: 0;
	margin: 0;
}

/* Photo Gallery */

.gallery {
	text-align: center;
	padding: 5px;
}

.gallery .photo, .gallery .thumbnail {
	display: inline-block;
	vertical-align: middle;
}

.gallery img {
	margin: 10px 10px 5px;
}

.gallery .photo {
	width: 320px;
	margin: 10px;
}

.gallery .photo .caption {
	font-size: 0.8em;
}

#fancybox-title {
	text-align: center;
}

/* Footer */

#footer {
	position: fixed;
	
	bottom: 0;
	left: 0; right: 0;
	
	padding: 5pt;
	
	font-size: 0.8em;
	text-align: center;
	
	background-color: white;
	background-color: rgba(255, 255, 255, 0.95);
}

/* Contact Popup */

#contact-popup {
	position: fixed;
	left: 0; right: 0;
	bottom: 0;
	
	color: white;
	
	background-color: black;
	background-color: rgba(0, 0, 0, 0.9);
}

#contact-popup a.close {
	background-image: url("close.png");
	float: right;
	
	display: block;
	
	width: 32px;
	height: 32px;
	
	margin: 0.5em;
}

#contact-popup a {
	color: #aaf;
}

#contact-popup a:hover {
	color: #ccf;
}

/* Contact Details Definition List */

dl.basic {
	
}

dl.basic dt {
	font-size: 1.2em;
	margin: 1.0em 0 0.5em;
	border-bottom: 1px solid #ccf;
}

dl.basic dd {
	
}

/* Message Boxes */

div.notice {
	background-image: url("/_static/SadElephant.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	
	border: 0.2em solid #eef;
	
	padding: 1em;
	padding-left: 120px;
	background-color: #fafaff;
	
	margin: 5em;
	text-align: center;
	
	border-radius: 1em;
}