/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  background:#3F71DC url(../images/interface/bg.gif) top repeat-y;
}

html {
     overflow: -moz-scrollbars-vertical;
}

p, h3 {
	border:0;
	margin:0;
	padding-top:1em;
}

h2 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.3em;
	/*color:#666;*/
	color:#3F71DC;
}

h3 {
	font-size:1em;
	color:#20396F;
}

em {
	color:#666666;
}

abbr, acronym {
  border-bottom: 1px dotted #3F71DC;
  cursor: help;
}

/* FORMS */

form {
	margin:0;
	padding:10px 21px 21px 21px;
	color:#FFF;
	background-color:#3F71DC;
	border:1px solid #20396F;
	margin-top:1.5em;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:350px;
	padding:3px;
	border:1px solid #20396F;
}

label {
	width:100px;
	display:block;
	float:left;
}


input:focus, textarea:focus {
	border:1px solid #FFD521;
}

.button {
	margin-left:100px;
	width:75px;
	background-color:#2F55A5;
	border:1px solid #8299C9;
	border-bottom:1px solid #213B73;
	border-right:1px solid #213B73;
	color:#FFF;
	font-weight:bold;
}

.buttonHover {
	margin-left:100px;
	width:75px;
	background-color:#FFD521;
	border:1px solid #FFF;
	border-bottom:1px solid #B29517;
	border-right:1px solid #B29517;
	color:#666;
	font-weight:bold;
}

* html .button {margin-left:103px;}
* html .buttonHover {margin-left:103px;}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display: none;
}

.clear {
	clear:both;
}

/*CLASSES*/

.image {
	float:right;
	margin:0 0 0 21px;
}	

.endtoend {
	float:right;
}	

.nojustify {
	text-align:left;
}

/*HEADER*/

#header {
	display:none;
}

/* NAVIGATION */

#navigation ul {
	margin:0;
	border:0;
	padding:0;
}

#navigation li {
	margin:0;
	border:0;
	padding:0;
	list-style: none;
}

#navigation {
	padding-top:21px;
	width:148px;
	float:left;
	font-weight:bold;
	border-bottom:1px solid #3F71DC;
	font-size:1.1em;
}

#navigation a, navigation #current {
	color:#C7CDDB;
	text-decoration:none;
	display:block;
	padding:6px 8px 7px 25px;
	background:url(../images/interface/button_off.gif) left no-repeat;
	border-top:1px solid #3F71DC;
	overflow:hidden;
	height:1%;
}

#navigation .secondary a {
	color:#C7CDDB;
	text-decoration:none;
	display:block;
	padding:3px 8px 4px 35px;
	background:#31497A url(../images/interface/button_sec_off.gif) left no-repeat;
	border-top:1px solid #3F71DC;
	overflow:hidden;
	height:1%;
}

#navigation .secondary a:hover {
	background-image:url(../images/interface/button_sec_on.gif);
	color:#FFF;
}

#navigation .secondary #current {
	background:#31497A url(../images/interface/button_sec_on.gif) left no-repeat;
}

#navigation a:hover {
	background-image:url(../images/interface/button_on.gif);
	color:#FFF;
}

#navigation #current {
	background:url(../images/interface/button_on.gif) left no-repeat;
}
	
/* IDs */
	
#wrapper {
	width:780px;
	margin: 0 auto;
}

#flash {
	height:357px;
	width:780px;
}

#bodywrapper {
	background:#20396F url("../images/interface/body.gif") bottom no-repeat;
	display:table;
	height:1%;
	width:779px;
	padding-left:1px;
}	

#mBody {
	padding:0 95px 0 0;
	height:1%;
	float:right;
	width:515px;
	font-size:1.3em;
	line-height:1.75;
	text-align:justify;
	/*margin-top:-1em;*/
}

#mBody ul {
	list-style-type:none;
	text-align:left;
	margin-bottom:0;
}

#mBody li {
	padding-left:15px;
	background:url("../images/interface/bullet.gif") no-repeat 0 0.75em;
	margin-left:-15px;
}

#mBody a {
	color:#000;
}

#mBody a:hover {
	color:#666;
}

#partnerlogos img {
	display:block;
}

/*FOOTER*/

#footer {
	padding-top:42px ;
	padding-left:170px;
	background:url("../images/interface/footer.gif") no-repeat;
	color:#666;
	height:66px;
	clear:both;
	font-size:0.9em;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* FAQS */

.question, .questionon {
	background-color:#20396F;
	border:1px solid #3F71DC;
	color:#FFF !important;
	text-align:left;
	padding:2px 8px;
	margin-bottom:0px;
	margin-top:12px;
	display:block;
	text-decoration:none !important;
}

.question:hover, .questionon {
	background-image:none;
	background-color:#3F71DC;
	border:1px solid #20396F;
}

.answer {
	padding:15px;
	padding-top:0;
	border:1px solid #20396F;
	border-top:0;
	background-color:#FFF;
}

/* CONTACT US */

.label {
	float:left;
	width:100px;
}

.content {
	float:left;
	
}
