﻿/* CSS Document */

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #004685;
	margin: 5px 0;
	text-decoration: none !important;
}

img {
    border: none;
}

p, ul {
	color: #464646;
	font-size: 10px;
	line-height: 135%;
	margin: 5px 0;
}

a {
	color: #004685;
	font-weight:bold;
	text-decoration: underline !important;
	cursor: pointer;
  }
h2 a 
  {
text-decoration: underline !important;
  }
h2 a sup
  {
    text-decoration:none;
  }

a:hover {
	text-decoration: none !important;
}

.clear {
	clear: both;
}

.no_margin_top {
	margin-top: 0;
}

#wrapper {
	width: 791px;
}

#navBar {
	background: url(../images/bg-navbar.jpg) no-repeat 0 0;
	height: 29px;
	margin-bottom: 15px;
	padding: 3px 0 0 0;
}

#navBar ul {
	list-style: none;
	margin:0;
	padding:0;
}
#navBar ul li {
	display: inline;
	height: 31px;
}
#navBar ul a {
	border-right: 2px solid #fff;
	color: #c4d5e3;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding: 4px 10px 0 10px;
	text-align: center;
	text-decoration: none !important;
	xwidth: 175px;
}
#navBar ul a.homepage {
    color: #fff;
}
#navBar ul a:hover {
    color: #fff;
    text-decoration: underline !important;
}
#navBar ul a span {
    /*display: none;*/
}

#navBar ul a.current {
    /*background-position: 0 -22px;*/
    color: #fff !important;
    text-decoration: underline !important;
}
/*
#ratesBtn {
    background: url(../images/main_nav/btn-rates.jpg) no-repeat 0 0;
    width: 167px;
}
#ratesBtn:hover {
    background: url(../images/main_nav/btn-rates.jpg) no-repeat 0 -22px;
}

#existingBtn {
    background: url(../images/main_nav/btn-existing.jpg) no-repeat 0 0;
    width: 175px;
}
#existingBtn:hover {
    background: url(../images/main_nav/btn-existing.jpg) no-repeat 0 -22px;
}

#enrollBtn {
    background: url(../images/main_nav/btn-enroll.jpg) no-repeat 0 0;
    width: 172px;
}
#enrollBtn:hover {
    background: url(../images/main_nav/btn-enroll.jpg) no-repeat 0 -22px;
}

#hotelsBtn {
    background: url(../images/main_nav/btn-hotels.jpg) no-repeat 0 0;
    width: 164px;
}
#hotelsBtn:hover {
    background: url(../images/main_nav/btn-hotels.jpg) no-repeat 0 -22px;
}
*/
#infoColumn {
	float: left;
	padding: 0 17px;
	width: 272px;
}

#infoColumn h1 {
	font-size: 15px;
}

#infoColumn h4 {
	font-size: 11px;
	margin-bottom: 3px;
}

#infoColumn p {
	margin: 0 0 15px 0;
}

#infoColumn a {
	text-decoration: underline;
}
#infoColumn a:hover {
	text-decoration: none;
}

#contentColumn {
	border-left: 1px solid #e1e1e1;
	color: #464646;
	float:left;
	font-size: 12px;
	margin-bottom: 50px;
	padding: 0 0 0 17px;
	width: 450px;
}

#contentColumn h1, #contentColumn h2 {
	font-size: 15px;
}

#contentColumn h1 span.content {
    display: block;
    float: left;
    font-size: 18px;
}
#contentColumn h1 span.progress {
    display: block;
    float: right;
    font-size:12px;
    padding: 5px 0 0 0;
}
#contentColumn h1 span.progress strong {
    color: #666;
}

#contentColumn h3 {
	font-size: 11px;
	margin-bottom: 3px;
}

#contentColumn hr {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

#contentColumn label 
{
    
}

#contentColumn ul {
    margin: 3px 0;
    padding: 0 0 0 15px;
}

.form_container p {
    margin: 3px 0;
    padding: 3px 0;
}

.form_container label {
    display: block;
    float: left;
    font-size: 11px;    
    font-weight: bold;
    text-align: left;
    width: 150px;    
}

#footer {
	color: #004685;
	font-size: 9px;
	margin: 0 0 50px 0;
}

#footer span a {
	color: #004685;
	font-weight: normal;
	text-decoration: underline;
}
#footer span a:hover {
	text-decoration: none;
}

#footer #copyright {
	float: left;
	margin: 10px 0 0 15px;
	width: 300px;
}

#footer #disclaimer {
	float: right;
	margin: 10px 15px 0 0;
	text-align: right;
	width: 300px;
}

.div_enter_guest 
{
    display: inline;
    margin: 0;
    padding: 0;
}