@charset "utf-8";
/* CSS Document */
body {
	/*background: #bdd5e8;*/
  background:#6d8bb0 url(../images/bgGradient.jpg) repeat-x;
	margin:0 0 10px 0;
	padding:0;
	font-family:arial;
	text-align:left;
}
h1 {
	color: #f7cc39;
}
h3 {
	margin: -5px 0 5px 25px;
	font-style:italic;
	color: #d4cead;
}
a {
	text-decoration:none;
	font-weight: bold;
	color: #52719a;
}
a:hover {
	color:#9e7404;
	text-decoration:underline;
}
.spacer {
	margin:1px;
	height:5px;
}
/* HEADER CONTAINER */
#headercontainer {
	background:#ffffff url(../images/bgGradient.jpg) repeat-x;
	height:195px;
	margin-right:-10px;
	width:100%;
	text-align:left;
}
#headercontentcontainer {
	height:195px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1000px;
}
#headercontainer div.menu {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1000px;
	top:135px;
	left:0px;
}
#caption {
	margin-top:35px;
	right:30px;
	position:absolute;
	color:white;
	width:450px;
	font-size:20pt;
	font-family:arial;
	font-weight:bold;
	text-align:center;
}
#headercontainer div.header {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:left;
	position:absolute;
	background:#0b1327;
}
/* END HEADER CONTAINER */

#bodycontainer {
	overflow:hidden;
	/*  margin: -20px auto 0 auto;*/
  margin-left:auto;
	margin-top:-10px;
	margin-right:auto;
	margin-bottom:10px;
	width:1000px;
	/*background:#77aef3;*/
  background: #f2ebd9;
	text-align:left;
}
/* LEFT SLIDERS */
#leftcontainer {
	width:295px;
	float:left;
	display:block;
}
#slider {
	width:295px;
	position:relative;
	/*background:#0813a1;*/
  background:#0842a1;
}
/* TOP SLIDER */
#slide-top {
	width:295px;
	height:399px;
	padding-top:0px;
	position:relative;
	background:url(../images/left-slide2.png) no-repeat;
}
#bg-overlay {
	top:191px;
	margin-left:166px;
	position:absolute;
	width:199px;
	height:210px;
	background:url(../images/left-triangle4.jpg) no-repeat;
}
/*BOTTOM SLIDER */
.slider-bottom {
	width:250px;/*width needs to be same as below*/
	margin-bottom:30px;
	margin-top:0px;
}
.slide-bottom-top {
	margin-bottom:0px;
	/*width:250px;*/
  height:14px;
	background: url(../images/bottom-left-top4.png) top right no-repeat;
}
.slide-bottom-content {
	/*width:247px; /*width needs to be same as above if you chage the size img must also change size*/
  padding-left:3px;
	display:block;
	background:url(../images/bottom-left-bg3.png) right repeat-y;
}
.slide-bottom-content div {
	width:215px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left: 5px;
}
.slide-bottom-content div h4 {
	margin: 0;
	padding-left:5px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration:underline;
}
.slide-bottom-content div ul {
	margin-top:0;
	list-style-type:square;
	font-size:10pt;
}
.slide-bottom-content div ul li {
	margin-left: -15px;
	margin-bottom: 5px;
	font-size:10pt;
}
.slide-bottom-bottom {
	/*width:250px;*/
  height:30px;
	background: url(../images/bottom-left-bottom3.png) top right no-repeat;
}
/* CLICK TO CALL CONTENT */
.ctc {
	text-align:center;
	padding:10px;
}
.ctc img {
	border:0;
}
.ctc img:hover {
	cursor:pointer;
}
/* END CLICK TO CALL CONTENT*/


/* END LEFT SLIDERS */

/* MAIN CONTENT*/
#maincontainer {
	float:left;
	display:block;
	width:705px;
	position:relative;
	padding-bottom:20px;
}
/*TOP CONTAINER MAIN AREA */
#main-top {
	float:left;
	display:block;
	width:705px;
	height:193px;
	overflow:hidden;
	/*background:#0813a1; */
  background:#0842a1;
	color:#fff;
}
#main-header {
	padding:0 30px 0 10px;
}
#main-header h1 {
	margin-top:20px;
	margin-bottom:7px;
}
#main-header h4 {
	float:left;
	margin-top:10px;
	margin-bottom: 5px;
	border-bottom: solid;
	position:relative;
	clear:both;
}
#main-header div, #main-body div {
	clear:both;
	padding-top:0px;
}
#main-header div span.label, #main-body div span.label {
	float:left;
	width:70px;
	font-weight:bold;
}
#main-header div a {
	color:#ffffff;
}
/* END TOP CONTAINER MAIN AREA*/

/*MAIN BODY TEXT AREA */
#main-body {
	float:left;
	padding: 10px 30px 0 70px;
}
#main-body div.media-form {
	background:#ffffff;
}
#main-body div.media-form td {
	position:relative;
}
#main-body div.media-form span {
	float:left;
	width:5px;
	position:absolute;
}
#main-body div.media-form span span {
	float:left;
	width:10px;
	position:relative;
}
#main-body div.media-form table {
	width:620px;
}
#main-body form table {
	background:#ffffff;
	width:520px;
	border-color:#2A497D;
	border-style:solid;
	border-width:3px;
}
#main-body form table tr:hover {
	background:#f2f5f9;
}
#main-body form table.payment td {
	text-align: left;
	vertical-align: top;
	width: auto;
	white-space: normal;
	color: #2a497d;
	font-size: 12px;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
}
/*END MAIN BODY TEXT AREA */


/*END MAIN CONTENT*/

/* FOOTER */
#footer {
	float:left;
	width:100%;
	/*height:62px;*/

  background:#0b1327 url("../images/footer-left2.png") left top no-repeat;
	color:#ffffff;
	padding-bottom:15px;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#f7d76b;
}
#footer-overlay {
	width:65%;
	height:27px;
	background:#f2ebd9 url("../images/footer-top2.jpg") left top no-repeat;
	float:left;
}
#footer-title {
	font-weight:bold;
	font-size:13pt;
	float:left;
	width:24%;
	margin-left:100px;
	padding:5px;
}
#footer-bottom {
	display:inline;
	text-align:left;
	width:100%;
	font-size:9pt;
	padding: 15px 5px 5px 40px;
	float:left;
}
#footer-bottom span {
	float:left;
	font-size:8pt;
}
#footer-bottom ul {
	list-style-type:none;
	display:inline;
	float:left;
	margin:0 0 0 20px;
	padding:0;
}
#footer-bottom ul li {
	margin-left:5px;
	display:inline;
}
/*END FOOTER */


#main-body div.station-list {
	clear:none;
	margin:2px;
	width:147px;
	height:75px;
	float:left;
	border:none;
}
#main-body div.station-list a.stationsRef {
	border:none;
}
.imgBorder {
	border:1px solid #999;
	margin-bottom:20px;
}

.imgBorderFloat {
	border:1px solid #999;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}

imgFloat {
	float:right;
	border:1px solid #999;
}
.imgright {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: 1px solid #999999;
}
.imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border: 1px solid #999999;
}

/*FLAGS*/

.Australia{
	list-style-image:url(../images/Flags/Australia.gif);
}
.UnitedKingdom{
	list-style-image:url(../images/Flags/UK.gif);
}
.USA{
	list-style-image:url(../images/Flags/USA.gif);
}
.Canada{
	list-style-image:url(../images/Flags/Canada.gif);
}
.NewZealand{
	list-style-image:url(../images/Flags/New%20Zealand.gif);
}
.Vietnam{
	list-style-image:url(../images/Flags/Vietnam.png);
}

