@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	color: #0a74af;
	margin: 0px;
	padding: 0px;
}
body.landing
{
	background: url(images/bg_page_new_2011.jpg) repeat-x #046ead;
	color: #FFFFFF;
}

.container
{
	position: relative;
	width: 790px;
	margin: 0 auto;
}
.col-left
{
	position: relative;
	float: left;
	width: 335px;
	padding-right: 35px;
}
.col-right
{
	position: relative;
	float: left;
	width: 420px;
}

#header
{
	position: relative;
	background: url(images/bg_page_top_2011.jpg) repeat-x bottom #43b6c8;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-height: 350px;
	* height: 0px;
	font-size: 1.2em;
}
#header .container
{
	position: relative;
	padding-bottom: 30px;
	* padding-bottom: 0px;
	padding-top: 30px;
}
#header .col-left
{
	position: relative;
	padding-top: 8px;
	font-size: 1.4em;
	padding-right: 50px;
	width: 320px;
	text-align: right;
}
#header .col-right
{
}
#header-logo
{
}
#main
{
	position: relative;
	padding-bottom: 40px;
	min-height: 300px;
	clear: both;
	font-size: 1.2em;
}
#main .col-right
{
	padding-top: 40px;
}
#main .col-right h1
{
	position: absolute;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	top: -40px;
	background: url(images/bg_tab_white_2011.gif) no-repeat;
	width: 280px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
}
#footer
{
	position: relative;
	background: url(images/bg_page_top.jpg) repeat-x bottom #43b6c8;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-height: 40px;
	* height: 0px;
	font-size: 1.2em;
}
#footer .container
{
	text-align: right;
}

#landing-intro
{
	position: relative;
	font-size: 1.3em;
	margin-top: 200px;
}
#landing-intro h1
{
	font-size: 1.5em;
	text-transform: none;
	font-weight: normal;
}
#landing-intro img
{
	float: left;
	margin-right: 10px;
	margin-top: -25px;
}
#landing-splash
{
	position: relative;
	margin-top: 40px;
}
#landing-splash img
{
	margin: 0 40px;
}
#landing-footer
{
	position: relative;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}

ul#nav-main
{
	position: relative;
	margin: 0px;
	padding: 200px 0px 50px 0px;
	list-style: none;
}
ul#nav-main li
{
	text-align: right;
	padding: 0px;
}
ul#nav-main li a
{
	display: block;
	padding-right: 15px;
	width: 320px;
	font-weight: normal;
	line-height: 1.7em;
	text-transform: uppercase;
	text-decoration: none;
}
ul#nav-main li a:hover
{
	background: url(images/arrow_blue_left.gif) no-repeat right;
}
ul#nav-main li a.nav-selected
{
	background: url(images/arrow_blue_left.gif) no-repeat right;
}
ul#nav-main li ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#nav-main li ul li
{
	text-align: right;
	padding: 0px;
}
ul#nav-main li ul li a
{
	text-transform: none;
	color: #6caccf;
}
ul#nav-main li.nav-submit
{
	position: absolute;
	top: -40px;
}
ul#nav-main li.nav-submit a:hover
{
	background: none;
}

ul#list-footer
{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#list-footer li
{
	position: relative;
	float: right;
	padding-top: 10px;
}
ul#list-footer li a
{
	display: block;
	padding: 1px 12px;
	border-left: 1px solid #FFFFFF;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
}
ul#list-footer li a:hover
{
	text-decoration: underline;
}
ul#list-footer li a.item-first
{
	border-left: none;
}


form
{
	position: relative;
	text-align: right;
}
form p
{
	position: relative;
	clear: both;
	padding-top: 20px;
}
label
{
	position: relative;
	float: left;
	width: 130px;
	padding-top: 4px;
	padding-right: 2px;
	text-align: left;
	font-size: 1.1em;
}
label.label-wide
{
	float: none;
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 1em;
}
.form-text
{
	position: relative;
	float: left;
	width: 260px;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #43b6c8;
}
.form-text-inline
{
	position: relative;
	width: 200px;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #43b6c8;
}
.form-select
{
	width: 260px;
	float: left;
	border: 1px solid #43b6c8;
}
.form-select-md
{
	border: 1px solid #43b6c8;
}
.form-textarea
{
	position: relative;
	float: left;
	width: 260px;
	padding-left: 4px;
	padding-top: 4px;
	height: 90px;
	border: 1px solid #43b6c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.form-textarea-lg
{
	position: relative;
	float: left;
	width: 260px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #43b6c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 370px;
}
.form-textarea-wide
{
	position: relative;
	float: left;
	width: 420px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #43b6c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 370px;
}
.form-textarea-shallow
{
	position: relative;
	float: left;
	width: 420px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #43b6c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 90px;
}
.form-checkbox
{
	position: relative;
	float: left;
	width: auto;
}
.form-holder
{
	position: relative;
	float: left;
	text-align: left;
	width: 260px;
}
.form-file
{
	position: relative;
	float: left;
	width: 260px;
	height: 24px;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #43b6c8;
	background-color: #FFFFFF;
}
.form-hide
{
	display: none;
}
.form-accordion
{
	padding: 10px;
	background-color: #f1fbfe;
}
.form-inline
{
	display: inline;
}
.field-error input
{
	background-color: #f1d1d1;
	border: 1px solid #990000;
}
.field-error textarea
{
	background-color: #f1d1d1;
	border: 1px solid #990000;
}
.field-error label
{
	color: #990000;
}
.form-wordcount
{
	font-style: italic;
}

table.list-view
{
	position: relative;
}
table.list-view th
{
	position: relative;
	text-align: left;
	font-size: 1.5em;
	padding: 0.5em 0;
}
table.list-view td
{
	position: relative;
	vertical-align: top;
	padding: 5px;
	font-size: 1em;
}
td.list-view-label
{
	font-weight: bold;
	width: 200px;
	padding-right: 10px;
}
td.list-view-alt
{
	/*background-color: #c4e9f5;*/
}
td.list-view-content
{
	border: 1px solid #c4e9f5;
}
table.list-view td h3
{
	position: relative;
	font-size: 1.1em;
	border: 1px solid #c4e9f5;
	padding: 5px;
	cursor: pointer;
}
table.list-view td h3 .title-btn
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: normal;
	font-size: 0.8em;
}
table.form-title .link-edit
{
	cursor: pointer;
}

dl.list-faq dt
{
	position: relative;
	border: 1px solid #0a74af;
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	padding-right: 30px;
	margin: 1em 0 0 0;
	cursor: pointer;
}
dl.list-faq dt .link-edit
{
	position: absolute;
	top: 3px;
	right: 3px;
	font-weight: normal;
	font-size: 0.8em;
}
dl.list-faq dd
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 10px;
	background-color: #f1fbfe;
}

.float-clear
{
	clear: both;
}
.float-left
{
	float: left;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-error
{
	color: #990000;
	font-weight: bold;
}
.text-note
{
	float: left;
	width: 300px;
	font-size: 0.8em;
	text-align: right;
}
.text-italic
{
	font-style: italic;
}
.text-small
{
	font-size: 0.8em;
}
.text-bg
{
	font-style: italic;
	font-size: 1.2em;
	background-color: #c4e9f5;
	padding: 1em;
	border: 1px solid #43b6c8;
}
.strong-large
{
	display: block;
	text-align: center;
	font-size: 1.4em;
}
.header-note
{
	display: block;
	font-size: 0.7em;
}

form p
{
	* margin: 0;
}
a
{
	color: #0a74af;
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold;
}
a.hover
{
	text-decoration: underline;
}
a.link-white
{
	color: #FFFFFF;
	font-weight: normal;
}
a.tooltip
{
	text-decoration: none;
	/*color: #990000;*/
}
em
{
	color: #e6f8ff;
	font-style: normal;
}
img
{
	border: none;
}
h1
{
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	word-spacing: -2px;
}
h2
{
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
}
h3
{
	text-align: left;
}
h3.form-title
{
	position: relative;
	background-color: #0a74af;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	padding-right: 100px;
	margin: 1em 0 0 0;
	cursor: pointer;
}
h3.form-title .text-normal
{
	font-weight: normal;
}
h3.form-title .link-edit
{
	position: absolute;
	top: 2px;
	right: 2px;
	font-weight: normal;
	font-size: 0.8em;
}
h3.form-title .link-edit-off
{
	position: absolute;
	display: none;
	right: 2px;
	font-weight: normal;
	font-size: 0.8em;
}
h3.form-title .text-cost
{
	position: absolute;
	top: 3px;
	font-weight: normal;
	font-size: 0.8em;
	right: 30px;
	font-weight: normal;
	font-size: 0.8em;
}
blockquote
{
	font-style: italic;
	font-size: 1.2em;
	background-color: #c4e9f5;
	padding: 1em;
	border: 1px solid #43b6c8;
}
cite
{
	display: block;
	text-align: right;
	font-size: 0.8em;
	margin-top: 0.2em;
	font-style: normal;
}

#alert-box
{
	position: fixed;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	height: 160px;
	padding: 40px 50px 40px 30px;
	text-align: center;
	background-color: #FFFFFF;
	background: url(images/bg_alert.png) no-repeat;
	z-index: 100;
}
.alert-box
{
	position: fixed;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	height: 160px;
	padding: 40px 50px 40px 30px;
	text-align: center;
	background-color: #FFFFFF;
	background: url(images/bg_alert.png) no-repeat;
	z-index: 100;
	font-size: 1.2em;
}

.tooltip .tip
{
	background-color: #fff;
	padding: 5px;
	width: 210px;
	border: 1px solid #0a74af;
}
.tooltip .tip-title
{
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #0a74af;
	margin-bottom: 3px;
}
.tooltip .tip-text
{
	font-weight: normal;
}
