/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

/* General styling */
body {
	text-align: center;
	background-color: #789cc4;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div {
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

td {
	vertical-align: top
}

/*  Page  */
div#page {
	margin: 0px auto;
	text-align: left;
	width: 846px;
}

/* Header */
div#header {
	height: 95px;
}

div#header .logo {
	float: left;
	margin: 7px 0 0 21px;
}

div#header h1 {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	font-family: Helvetica, Arial, san serif;
	margin: 0;
	margin: 45px 35px 0 0; 
	text-align: right;
	float: right;
}

div#header h1 span {
	color: #ed1c24;
}

/*  Content  */
.content {
	width: 100%;
	clear: both;
}

/* Image links */
.click-here-block {
	width: 159px;
	float: left;
	border-top: 1px solid #e1e6eb;
	background: url(../images/click-here-shadow.gif) repeat-x left 187px;
	text-align: center;
}

.content .top-block {
	margin: 24px 0 10px 25px;
}

.empty {
	width: 9px;
	float: left;
	background: url(../images/click-here-bord.gif) no-repeat left top;
	height: 220px;
}

.click-here-block-border {
	background: url(../images/click-here-bord.gif) no-repeat left top;
	width: 100%;
}

.button-click-here {
	position: relative;
	top: 7px;
}

.map {
	margin: 0px 0 0 13px;
}

/* Navigation links */
.menu {
	width: 100%;
	float: left;
	background: url(../images/menu-bg.gif) repeat-x left top;
	margin-bottom: 15px;
}

.menu-side {
	width: 100%;
	float: left;
	background: url(../images/menu-right.gif) no-repeat right top;
}

.menu ul {
	width: 100%;
	float: left;
	background: url(../images/menu-left.gif) no-repeat left top;
	padding: 0 25px;
	margin: 0;
}

.menu ul li {
	float: left;
	list-style: none;
	padding: 10px 15px;
	_padding: 10px 14px;
}

.menu ul li a {
	font-size: 14px;
	color: #e2e2e2;
	font-weight: bold;	
}

/* Main content block */
.bottom-block {
	margin: 18px 0 0;
}

.bottom-block td {
	padding: 0;
}

/* First column (hidden for time beeing) */
.a-col {
	width: 225px;
	float: left;
	display: none;
}
/*
.content .a-content {
	float: left;
	clear: left;
	line-height: 0;
	font-weight: 0;
	margin: 0px 0 18px 43px;
}
*/
/* Center column for text */
.text {
	float: left;
	width: 635px;
}

.text p {
	margin: 15px 30px 15px 45px;
	font-size: 16px;
	color: black;
}

.text h1 {
	margin: 0 30px 0 45px;
	font-size: 24px;
	color: #ffff00;
	font-weight: bold;
	text-align: center;
}
.text h2 {
	font-size: 18px;
	color: yellow;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}

.text h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.text .imgLeft {
	float: left;
	margin: 10px;
}

.text .imgRight {
	float:right;
	margin: 10px;
}

/* Right column - form and logos */
.form {
	float: left;
	width: 180px;
	border-top: 1px solid #e3e7ec;
	background: url(../images/form-bord.gif) repeat-x left -23px;
	text-align: center;
}

.form img {
	margin: 15px 0px;
}

.form h1 {
	margin: 0px;
	font-size: 24px;
	color: #ffff00;
	font-weight: bold;
	text-align: center;
}

.form h2 {
	margin: 0px 10px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

.form p {
	padding: 0 10px;
}

.form-interior {
	background: url(../images/form-bg.gif) repeat-x left top;
	width: 178px;
	margin-bottom: 30px;
	margin-left: 1px;
	margin-right: 1px;
}

.form-interior p {
	text-align: center;
}

.form form {
	padding: 13px 0px 0px 0px;
}

.form label {
	font-size: 13px;
	color: #ffffff;
	margin-left: 9px;
}

.inputbox {
	width: 90px;
	height: 18px;
	background: #ffffff;
	padding: 0 0 0 3px;
	border: 1px solid #54a0ec;
	margin-right: 11px;
}

.form select {
	width: 93px;
	_width: 90px;
	height: 20px;
	background: #d0d0d0;
	border: 1px solid #80b0d6;
	float: right;
	margin-right: 11px;
	font-size: 12px;
}

.form .row {
	margin-bottom: 8px;
}

.form .row {
	text-align: center;
}

.form .first-row {
	margin-top: 15px;
}

/* Footer area */
.bottom-text-area {
	clear: both;
	width: 100%;
	height: 101px;
	background: url(../images/bottom-bg.gif) repeat-x;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
}

#footer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#footer #f-col-1 {
	text-align: left;
	width: 250px;
	float: left;
}

#footer #f-col-1 a {
	color: #fff;
	font-size: 18px;
}

#footer #f-col-2 {
	float: left;
	width: 250px;
	text-align: left;
	font-size: 10px;
}

