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


/* Main */
html, body, p, h1, h2, h3, h4, h5, h6, font, img, div, span {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Removed : ul, ol and li to fix bullets/numbers not showing up in IE6. */

table {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center; /* Centering for IE */
}

body,td,th {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background: url(../images/background.gif);
}
a {
	color: #0066CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}


/* Containers */
#wrap {
	width: 978px;
	margin: 8px auto;   /* Centering for everyone else */
	text-align: left;   /* To undue what we did in IE */
}
#menu {
	margin: 3px 0;
	background: url(../images/menu-bg.gif) repeat-x;
	text-align: center;
}
#menuLeftBorder {
	background: url(../images/index_06.gif) no-repeat left;
	padding-left: 5px;
}
#menuRightBorder {
	background: url(../images/index_16.gif) no-repeat right;
	padding-right: 5px;
	height: 34px;
	text-align: center;
}

#mainContainer {
	background: #FFF;
	overflow: hidden;
}
#mainContent {
	float: left;
	margin: 0 3px;
	width: 781px;
}
#oneColumn {
	padding: 0 2px;
}
#rightcolumn {
	float: right;
	width: 187px;
	background: #002A54;
	margin: 0 3px 0 0;
	padding: 8px 0;
}
#bottomCorners {
	clear: both;
}
#topText {
	padding: 0 5px;
}
#mainText {
	padding: 10px;
}
#footer {
	width: 978px;
}

/* Text */
.text {
	font: 12px/20px; Arial, Helvetica, sans-serif;
	color: #333333;
}
.textSmall {
	font: 9px/15px; Arial, Helvetica, sans-serif;
	color: #222222;
}
.textSmallBlue {
	font: 9px/15px; Arial, Helvetica, sans-serif;
	color: #042E6E;
}
.textRed {
	font: 12px/20px; Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.logoTextLightBlue {
	color: #4295D1;
}
.titleLightBlue {
	font: 22px/28px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #4295D1;
}
.titleDarkBlue {
	font: 22px/28px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #042E6E;
}
.titleOrange {
	font: 22px/28px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FF9900;
}
.logoTextDarkBlue {
	color: #042E6E;
}
.narrowLines {
	line-height: 14px;
	margin-bottom: 14px;
}
.titleBoldBlue {
	font-weight: bold;
	color: #042E6E;
}

.textLightBlue {
	font: 10px;
	color: #4295D1;
}
.textDarkBlue {
	font: 10px;
	color: #042E6E;
}
.textOrange {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FF9900;
}
.textOrangeNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
ul.lists {
	margin-left: 20px;
}
ul.lists li {
	margin-left: 20px;
}



/* Images and Boxes */
.boxBlue {
	padding: 10px;
	margin: 0 10px;
	border: 1px solid #8EB6DC;
}

/* Tables */
table#wrapper {
	border-top: 1px solid #8EB6DC;
	border-left: 1px solid #8EB6DC;
}
table#wrapper td {
	padding: 5px;
	border-right: 1px solid #8EB6DC;
	border-bottom: 1px solid #8EB6DC;
}
table#nowrapper {
	border: 0;
}
table#nowrapper td {
	padding: 5px;
	border: 0;
}
td.single {
	padding: 5px;
	border-right: 1px solid #8EB6DC;
	border-left: 1px solid #8EB6DC;
}
td.singleLeft {
	padding: 5px;
	border-left: 1px solid #8EB6DC;
}

.paddingSides {
	padding: 0 8px;
}

/* Menus

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
	text-align: center;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a, .dropdown a:visited, .dropdown a:active{
	text-decoration: none;
	font: bold 11px/18px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FFF;
	border-top: 5px solid transparent;
	padding: 2px 18px 3px 18px;
	margin: 1px 0;
}
.dropdown a:hover, .dropdown a:visited:hover{
	text-decoration: none;
 	color: #FFF;
	background: #002A54;
	border-top: 5px solid transparent;
}
.dropdown .rightline {
	border-right:1px solid #CCCCCC;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	background: #cee8f7;
	text-align: left;
	width: 200px;
}
.dropdown ul li ul li{
	border-top:0;
	background: #cee8f7;
	text-align: left;
	position: relative;
	width: 185px;
	left: -15px;
}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
}
.dropdown ul li a, .dropdown ul li a:visited, .dropdown ul li a:active {
	text-decoration:none;
	font: bold 11px/22px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
	padding: 0 4px;
	width: 190px;
	border-bottom: 1px dotted #999;
	margin: 0;
}
.dropdown ul li a:visited:hover {
	text-decoration:none;
	color: #298cc7;
	background: #f4f4f4;
}
.dropdown ul {
	margin-top: 15px;
}
.dropdown ul li ul li a {
}
.dropdown ul li ul li a:hover {
}
.dropdown ul li ul li {
}
.dropdown ul li ul {
}

/* Scripts */
.expand {
   border:solid 1px black;
   position:absolute;
   background-color:#C0C0C0;
   vertical-align:bottom;
   display:none;
   z-index:25;
   cursor:pointer;
}


.style4 {
	color: #FF9900;
	font-weight: bold;
}
.subtitle {
	color: #0099CC;
	font-weight: bold;
	font-size: 14px;
}

.style2 {
	font-size: 10px;
	color: #333333;
}
.style3 {
	font-size: 13px;
	color: #0099CC;
	font-weight: normal;
}

.company {
	font-size: 18px;
	color: #FF9900;
}


.formtitle {
	font-size: 14px;
	color: #0099CC;
}
a.formtitle:link, a.formtitle:visited { color: #0099CC; text-decoration: none; font-size: 14px; font-weight: bold; }
a.formtitle:hover { color: #0099CC; text-decoration: underline; font-size: 14px; font-weight: bold; }
a.formtitle:active { color: #0099CC; text-decoration: none; font-size: 14px; font-weight: bold; }

.pgFooter {
	color: #333333;
	font-size: 0.8em;
	text-align: center;
	line-height: 13px;
}
.pgFooter a:link {color: #000066; text-decoration: none; font-size: 1.0em; font-weight: bold; }
.pgFooter a:visited {color: #000066; text-decoration: none; font-size: 1.0em; font-weight: bold; }
.pgFooter a:hover {color: #000066; text-decoration: none; font-size: 1.0em; font-weight: bold; }
.pgFooter a:active {color: #000066; text-decoration: none; font-size: 1.0em; font-weight: bold; }

/* LiveValidation CSS
    *  LV_validation_message - the class that is added to all validation messages
    * LV_valid - the class that is added to a valid message
    * LV_invalid - the class that is added to an invalid message
    * LV_valid_field - the class that is added to a valid field
    * LV_invalid_filed - the class that is added to an invalid field
*/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
.LV_valid {
    color:#00CC00;
}
.LV_invalid {
    color:#CC0000;
}
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 2px solid #00CC00;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
}

/* Tool Tips */
div.pgTip {display: none; }
.pgTip .tip				{ width:200px; font-family: Arial, Helvetica, sans-serif; z-index: 13000; text-align: left; line-height: 16px;}
.pgTip .tip-top			{ display: none; }
.pgTip .tip-title		{ background: url(../images/tip-title.gif) top left no-repeat; width: 200px; height: 15px; color:#e95e25; font-weight:bold; padding: 3px 9px 2px; }
.pgTip .tip-text		  { background:url(../images/tip-text.gif) left top repeat-y;; padding: 0 9px; color:#000; }
.pgTip .tip-bottom		{ background: url(../images/tip-bottom.gif) top left no-repeat; width: 200px; height: 15px; }

a.pgTip:link {color: #0000BB; text-decoration: none; font-size: 12px; }
a.pgTip:visited {color: #0000BB; text-decoration: none; font-size: 12px; }
a.pgTip:hover {color: #0000BB; text-decoration: none; font-size: 12px; }
a.pgTip:active {color: #0000BB; text-decoration: none; font-size: 12px; }

/* FancyUpload2 */
.progress {
	background:				white url(../includes/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
.progress-text {
	font-size:				0.9em;
	font-weight:			bold;
}

.noteUL {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.faqAnsTxt {
	font-size: 12px;
	line-height: 14px;
}


.ie #menuLeftBorder { /* only affects Internet Explorer */
	padding-left: 5px;
}

.webkit #menuLeftBorder { /* only affects Safari and Chrome */
	padding-left: 7px;
}

.gecko #menuLeftBorder { /* only affects Firefox and Netscape */
	padding-left: 7px;
}

.chrome #menuLeftBorder { /* only affects Chrome. */
	padding-left: 7px;
}

.opera #menuLeftBorder { /* only affects Opera. */
	padding-left: 7px;
}
.webkit .dropdown a {
	padding:2px 16px 3px;
}

/* scripts */
.no_js {
	display: block;
}
.has_js {
	display: none;
}
.js .no_js {
	display: none;
}
.js .has_js {
	display: block;
}

/* Validation CSS */
.validation-failed {
  border: 1px solid #f00;
}
.validation-passed {
  border: 1px solid green;
}
.validation-advice {
  margin: 2px;
  padding: 2px;
  color:#f00;
  font-size: 0.8em;
  font-weight: bold;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}