html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(images/background.jpg) #FFFFFF top left repeat-x;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	font-family: Gotham, Arial, Sans-serif;
}
p {
	margin: 0px;
}
h1{
	margin: 10px 0px;
	padding: 0px;
	color: #123c64;
	font-size: 20px;
	width: 100%;
	border-bottom: 2px solid #123c64;

}
#wrapper {
	top: 0px;
	width: 969px;
	margin: 0 auto;
	z-index: 0;
}
#head {
	position: relative;
	float: right;
	width: 969px;
	background: url(images/bluermasthead.jpg) top no-repeat;
	z-index: 1;
	height: 91px;
	margin: 0px 0px -2px 0px;
	padding: 0px;
}
#logo_link {
	position: relative;
	float: left;
	left: 30px;
	top: 10px;
	height: 70px;
	width: 180px;
	z-index: 10;
	cursor: pointer;
}
#nav{
	width: 969px;
	background: url(images/nav_bg.jpg) top no-repeat;
	height: 25px;
	color: #c0c1c3;
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
}
#SubNav{
	width: 969px;
	background: url(images/bluermastheadbottom.jpg) top no-repeat;
	top: 0px;
	height: 25px;
	color: #c0c1c3;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#body_wrap{
	position: relative;
	top: 0px;
	width: 969px;
	background: url(images/body_bg.png) left top repeat-y;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#left_column{
	position: relative;
	float: left;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	width: 208px;
}
#main_content{
	position: relative;
	float: left;
	top: 0px;
	left: 70px;
	z-index: 0;
	width: 400px;
}
#right_column{
	position: relative;
	float: right;
	top: 40px;
	right: 50px;
	width: 200px;
	padding: 0px 0px 10px 0px;
}

#flash_wrap{
	position: relative;
	float: left;
	margin: 30px 0px;
	padding: 0px 0px 0px 25px;
	width: 208px;
}
#sub_page_quote{
	margin-top: 5px;
	padding: 0px 0px 0px 29px;
	width: 210px;
	font-family: Gotham, Arial, Sans-serif;
	color: #16547d;
	text-align: left;
	font-size: 11px;
}
#footer {
	position: relative;
	float: right;
	z-index: 5;
	right: 20px;
	font-size: 11px;
	color: #AcAcAc;
	font-family: Tahoma, Arial, Sans-serif;
}
#footer a {
	color: #AcAcAc;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#bottom_footer{
	position: relative;
	width: 969px;
	background: url(images/footer_img.png) top no-repeat;
	height: 14px;
	margin: 0px;
}
#customer_login{
	position: relative;
	float: right;
	top: 15px;
	right: 0px;
	color: #6fecff;
}
#customer_login a{
	color: #6fecff;
	text-decoration: none;
	font-size: 15px;
	font-family: gotham,Helvetica,Sans-serif;
	font-weight: normal;
}
.clearer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
#right_side{
	position: relative;
	float: right;
	right: 30px;
	top: 0px;
	margin: 0px;
}
#sixtydaytrial {
	position: relative;
	float: right;
	top: 30px;
	right: 0px;
}
#toll_free_num {
	position: relative;
	float: right;
	top: 35px;
	right: 7px;
	text-align: right;
	font-family: gotham,Helvetica,Sans-serif;
	color: #ACACAC;
	font-size: 14px;
	font-weight: normal;
}


/* Navigation */
#top_nav{
	clear: both;
	height: 25px;
	position: relative;
	font-family: Gotham, Helvetica, sans-serif;
	padding: 0px 0px;
	margin: 0px 7px 0px 0px;
	z-index: 999999;
	float: right;
}
#top_nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-weight: normal;
	z-index:999999;
}
#top_nav li {
	display: block;
	float: left;
	z-index: 999999;
}
#top_nav li a {
	display: block;
	float: left;
	color: #ACACAC;
	text-decoration: none;
	font-size: 13px;
	z-index: 999999;
	height: 12px;
	font-weight: normal;
	padding: 5px 15px 7px 15px;
	cursor: pointer;
}
#top_nav li a:hover {
	color: #FFFFFF;
	background-color: #115e9b;
}

#top_nav li ul { /* second-level lists */
	clear: both;
	top: 24px;
	position: absolute;
	width: 115px;
	height: auto;
	z-index:20000;
	padding: 0px 0px 6px 0px;
	background: url(images/sub_menu_bot.jpg) no-repeat bottom;
	left: -999em;
}
#top_nav li ul li{
	float: left;
	white-space: nowrap;
	background-color: #dee9d1;
	opacity:0.80;
	filter:alpha(opacity=80);
	background: url(images/sub_menu_bg.jpg) repeat-y;
	width: 115px;
}
#top_nav li ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #115e9b;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	width: 110px;
	z-index:20000;
	text-align: left;
}
#top_nav li ul li a:hover {
	color: #FFFFFF;
	background-color: #115e9b;
}
#top_nav li:hover ul ul, #top_nav li:hover ul ul ul, #top_nav li.sfhover ul ul, #top_nav li.sfhover ul ul ul {
    left: -999em;
}

#top_nav li:hover ul, #top_nav li li:hover ul, #top_nav li li li:hover ul, #top_nav li.sfhover ul, #top_nav li li.sfhover ul, #top_nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

/*Sub Page Left Nav*/
.menu_title {
	background-color: #123c64;
	font-family: Gotham, Arial, Sans-serif;
	font-weight: bold;
	font-size: 17px;
	width: 208px;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}
.left_sub_nav{
	width: 250px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	padding: 0px 0px 6px 0px;
	position: relative;
	float: left;
	background: url(images/left_nav_bot.jpg) bottom left;
	background-repeat: no-repeat;
	list-style: none;
}
.left_sub_nav li{
	margin: 0px;
	padding: 0px;
	width: 261px;
	background: url(images/left_nav_bg.jpg) left repeat-y;
}
.left_sub_nav li a{
	display: block;
	height: 25px;
	width: 225px;
	padding: 3px 0px 0px 44px;
	color: #153c64;
	text-decoration: none;
	font-family: Gotham, Arial, Sans-serif;
	font-size: 13px;
}
.left_sub_nav li a:hover{
	color: #FFFFFF;
	z-index: 40;
	width: 204px;
	background: #115e9b;
}
.left_sub_nav li.active{
	color: #FFFFFF;
	z-index: 40;
	margin: 0px 0px 0px 0px;
	background: url(images/left_nav_active.jpg) left no-repeat;
}
.left_sub_nav li.active a{
	color: #FFFFFF;
}
/*Page Styles*/
.home_page_intro_flash {
	background-color: #103b64;
}
.home_page_tag_line{
	background-color: #103b64;
	color: #d4d4d4;
	font-family: Gotham, Arial, Sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding: 5px 5px 8px 5px;
}
.home_page_topic_title{
	color: #103b64;
	border-bottom: 2px solid #889db2;
	font-size: 20px;
	font-family: Gotham, Arial, Sans-serif;
	line-height: 25px;
	vertical-align: bottom;
	padding-left: 8px;
}
.blueText{
	color: #1169a9;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
}
.blueText a{
	color: #1169a9;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
	text-decoration: none;
}
.blueText a:hover{
	text-decoration: underline;
}
.blueTitleText{
	color: #307bbb;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
}
.blueTitleText a{
	color: #307bbb;
	font-size: 12px;
	font-weight: bold;
	font-family: Gotham, Arial, Sans-serif;
	text-decoration: underline;
}
.blueTitleText a:hover{
	text-decoration: none;
}
a.blueTitleText{
	color: #307bbb;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
	text-decoration: underline;
}
a:hover.blueTitleText {
	text-decoration: none;
}
a.blueText{
	color: #307bbb;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
	text-decoration: none;
}
a:hover.blueText{
	text-decoration: underline;
}
.greyText{
	color: #7f8083;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
}
.bodyText{
	color: #545454;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
}
.bodyText a{
	color: #545454;
	font-size: 12px;
	font-family: Gotham, Arial, Sans-serif;
	text-decoration: underline;
}
.bodyText a:hover{
	text-decoration: none;
}

/** Form **/
div.form-container {
	margin: 0 auto;
	padding: 4px;
	width: 550px;
}

p.legend { margin-bottom: 1em; }

p.legend em {
	color: #41463D;
	font-style: normal;
}

div.form-container h3 {
	color: #41463D;
	line-height: 30px;
	font-family: Verdana, Arial, sans-serif;
	height: 30px;
	margin-top: 15px;
}

div.form-container form p { margin: 0; }

div.form-container form p.note {
	padding-left: 120px;
	font-size: 10px;
	color: #ccc;
}

div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #ddd 1px solid;
}

div.form-container form legend {
	font-weight: bold;
	color: #41463D;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div.form-container form fieldset div { padding: 0.25em 0; }

div.form-container label,
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	line-height: 15px;
	font-size: 13px;
	float: left;
	text-align: right;
	position: relative;
}

div.form-container label.error,
div.form-container span.error { color: #C00; }

div.form-container label em,
div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 100%;
	font-style: normal;
	color: #0099ff;
}

div.form-container input.error {
	border-color: #0099ff;
	background-color: #f5f5f5;
}

div.form-container input:focus,
div.form-container input.error:focus,
div.form-container textarea:focus {
	background-color: #f5f5f5;
	border-color: #ccc;
}

div.form-container div.controlset label,
div.form-container div.controlset input {
	display: inline;
	float: none;
}
.radio {
	font-size: 12px;
}
.radio input {
	width: 20px;
}
div.form-container input {
	width: 220px;
}

div.form-container div#checkboxes input {
	width: auto;
}

div.form-container select {
	margin: 2px 0;
}

div.form-container div.controlset div { margin-left: 65px; }

div.form-container div.buttonrow input {
	margin: 0 0 0 120px;
	width: auto;
}

.code-image {
	margin-left: 93px;
}

div.code-input {
	margin-left: 46px;
}

.features_benefits{
	margin: 0px;
	padding: 0px 15px;
	list-style: disc;
}

/** Signup Form Styles **/
.required {
	color: #ff0000;
	padding: 0 3px;
}
.heading {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 1em 0 .3em 0;
}
.highlight {
	background-color: #ffff00;
}
.clause {
	font-weight: bold;
	text-decoration: underline;
}
.signupLabel{
  font-weight: normal;
	width: 400px;
}
.text {
  font-weight: normal;
	padding: 3px 0;
}
OL.terms {
	margin: 0;
	padding: 0 0 0 3em;
}
LI.terms {
	font-size: .8em;
	padding: 5px 0 0 0;
}

/** User Meeting Styles **/
.schedule {
	position: relative;
	padding: 5px;
	margin-top: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1169A9;
	background-image: url(../images/sectionBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.schedule #date {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1169A9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1169A9;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.schedule #altDay {
	background-color: #EEFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #BDDBE4;
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px;
}
.schedule #sessionTime {
	font-size: 12px;
	color: #0C7E9F;
}

.destInfo {
	position: relative;
	padding: 5px;
	margin-top: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #1169A9;
	background-image: url(../images/sectionBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.destInfo #sectionHead {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1169A9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1169A9;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.destInfo #altInfo {
	/*background-color: #EEFFFF;*/
	margin-top: 20px;
	margin-bottom: 20px;
	/*border: 1px solid #BDDBE4;*/
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px;
}

.destInfo #important {
	font-size: 12px;
	color: #0C7E9F;
}
