/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	font-size: 76%;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0.5em 0;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link, a:active, a:visited { color: #000; text-decoration: none; }
a:hover { color: #888; text-decoration: underline; }


/* site structure */

div#doc-container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#doc-header {
	padding: 2.7em 0 1.3em 0;
	margin: 0 15px;
	border-bottom: 5px solid #fff;
	text-align: center;
}
ul#top-level-navigation {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#top-level-navigation li {
	padding: 0 4px 0 9px;
	border-left: 1px solid #ccc;
	display: inline;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #252525;
	text-decoration: none;
	font-size: 1.2em;
}
ul#top-level-navigation li a:hover {
	color: #999;
	text-decoration: underline;
}
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	color: #F57F20;
	text-decoration: underline;
}
div#doc-content {
	border-bottom: 1em solid #fff;
}
div#doc-footer {
	text-align: center;
	clear: both;
	color: #888;
	border-top: 1px solid #ccc;
	font-size: 0.9em;
	background: #eee;
}
div#doc-footer a:link {
	color: #888;	
}
div#doc-content-left {
	width: 500px;
	float: left;
	font-family: 
}
div#doc-sidebar-right {
	width: 280px;
	float: right;
}
br.clear {
	clear: both;
}

/* table formatted dl */

dl.table-display {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

dl.table-display dt {
	width: 45%;
	float: left;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #dede78;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #999;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

dl.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #dede78;
}

/* form stuff */

label {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
}
input, textarea {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0.3em;
}
input {
}
input.validate-error {
	color: #666;
	padding: 0.3em 35px 0.3em 0.3em;
	width: 136px;
	border: 1px solid #666;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
	
}
textarea.validate-error {
	color: #666;
	padding: 0.3em;
	border: 1px solid #666;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
}
input.button {
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width: auto;
	color: #000;
	margin-right: 10px;
}
span.required {
	color: #666;
	font-style: italic;
}
img.captcha {
	margin-bottom: 0.5em;
	border: 1px solid #A5ACB2;
}

.widthReset {
	width: auto;	
}


/* user prompts */

div.user-message {
	background: #eee;
	border: 1px solid #ccc;
	margin: 1em 20px;
	padding: 0 1em;
}
div.user-message h4 {
	color: red;
	font-size: 1.3em;
	margin: 0.7em 0;
}	
div.user-message ul li, div.user-message p {
	color: red;	
	font-size: 1em;
}

/* miscellaneous */

h1.blockheading {
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 2.1em;
	padding: 0.9em 0 0.7em 0;
}
h1.redcorners {
	background: #cc0033 url(../images/red-500-top.gif) no-repeat top;
}

p.mini {
	text-align: center;	
	margin: 0.5em 0;
}

div.yellowbox {
	background: #ff9 url(../images/yellow-280-bottom.gif) no-repeat bottom;	
}
div.yellowboxinner {
	background: url(../images/yellow-280-top.gif) no-repeat top;	
	padding: 0.7em 20px 0.5em 20px;
	font-size: 1.1em;
}
div.yellowboxinner p strong, div.blueboxinner p strong {
	font-size: 1.1em;	
}

div.bluebox {
	margin: 1em 0 0 0;
	background: #BFDCF0 url(../images/blue-280-bottom.gif) no-repeat bottom;	
}
div.blueboxinner {
	background: url(../images/blue-280-top.gif) no-repeat top;	
	padding: 0.7em 20px 0.5em 20px;
	font-size: 1.1em;
}
div.textbox-blank {
	text-align: center;
	margin: 1em 0;
	font-size: 1.2em;
	padding: 0 20px;
}
div.textbox-blank p strong a:link,
div.textbox-blank p strong a:active,
div.textbox-blank p strong a:visited {
	color: #000;
	text-decoration: none;
}
div.textbox-blank p strong a:hover {
	color: #888;	
	text-decoration: underline;
}
h3.pleaseChoose {
	text-align: center;
	margin: 1.2em 0 -0.5em 0;
	color: #CC0033;
	font-size: 1.2em;
}

div.footer-alertacall {
	width: 110px;
	float: left;
	padding-top: 9px;
}

div.footer-content {
	width: 580px;
	float: left;
	padding-top: 4px;
}

div.footer-tsa {
	width: 110px;
	float: left;
	padding-top: 18px;
}

div#middle-blue {
	width: 599px;
	margin: 0 auto 1em auto;
	background: #bfdcf0 url(../images/blue-600-bottom.gif) no-repeat bottom;	
}
div#middle-blue h2, div#middle-yellow h2 {
	color: #fff;
	margin: 0;
	padding: 0.6em 0 0.4em 0;
	background: #467392 url(../images/blue-600-top.gif) no-repeat top;
	text-align: center;
}

div.blue-leftcol {
	width: 240px;
	float: left;
	margin-left: 20px;
	font-size: 1.1em;
	display: inline;
}

div.blue-leftcol img {
	margin-top: 20px;	
}

div.blue-rightcol {
	width: 299px;
	display: inline;
	margin-left: 20px;
	float: left;
	font-size: 1.2em;
}

div.blue-rightcol ul {
	margin: 1em 1.5em;	
}

div#middle-yellow {
	width: 599px;
	margin: 0 auto 1em auto;
	background: #ff9 url(../images/yellow-600-bottom.gif) no-repeat bottom;	
}

div.yellow-main {
	background: #ff9 url(../images/yellow-500-bottom.gif) no-repeat bottom;
	padding: 0 0 1em 0;
	font-size: 1.2em;
}
div.yellow-main h2 {
	color: #fff;
	background: #467392 url(../images/blue-500-top.gif) no-repeat top;
	margin: 0;
	font-size: 1.6em;
	padding: 0.5em 20px 0.4em 20px;
}

div.main-col-left, div.main-col-right {
	width: 220px;
	margin-left: 20px;
	float: left;
}

div.slim {
	padding: 0 8px;	
}
div.slim ul {
	margin: 1em;	
}
div.slim ul li {
	padding: 0.2em 0;	
}
div.slim p {
	line-height: 1.4em;	
}
div.slim h3 {
	margin-bottom: -0.34em;	
}

div.partnerSection {
	text-align: center;	
}
div.partnerSection img {
	display: block;
	margin: 0 auto;
}
div.partnerSection p {
	margin: 0 0 1em 0;	
	font-weight: bold;
}

.floatLeft {
	float: left;
	margin: 0em 1em 0 0;
}

h3.dblue-top {
	background: #467392 url(../images/dblue-280-top.gif) no-repeat top;
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	padding: 0.6em 0 0.5em 0;
	margin: -10px -20px 0 -20px;
}

p.picTitle {
	font-weight: bold;
	text-align: center;
	margin: 0;
}


div.brochureDownload {
	clear: both;
	text-align: center;
	margin: 1em 0;
}
div.brochureDownload p {
	color: #666;
	font-size: 0.9em;
	margin-top: 0;
}


div.innerBoxYellow {
	background: #ff9;
	padding: 0.1em 0;
	clear: both;
	margin: 1em 20px 20px 20px;
}
div.innerBoxYellow h3 {
	color: #000;
	text-align: center;
	font-size: 1.5em;
	padding-top: 0.4em;
}
div.innerBoxYellow ul {
	margin: 0.8em 0 1em 3.5em;	
	font-size: 1.2em;
}

div.whiteOut {
	background: #fff;	
	padding: 0.4em 1em 0.1em 1em;
}
div.whiteOut h4 {
	color: #CC0033;
	font-size: 1.2em;	
	font-weight: normal;
	text-align: center;
}

span.header-title {
	color: #666;	
}
ul.dropDownNav {
	margin-top: 0.6em !important;	
}