/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  background:#6AA1C0 url(../images/interface/tile_bg_circles.gif) top no-repeat;
  background-attachment:fixed;
}

html {
     overflow: -moz-scrollbars-vertical;
}

h1 {
	display:none;
}

p, h3, h4 {
	border:0;
	margin:0;
	padding-top:1em;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.6em;
	color:#5AAE41;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
	display:inline;
}

h3 {
	color:#519C3A;
	font-weight:normal;
	font-size:1.1em;
}

h4 {
	color:#666;
	font-weight:bold;
	font-size:1em;
}

em {
	color:#666;
}

abbr, acronym {
  border-bottom: 1px dotted #3F71DC;
  cursor: help;
}

blockquote {
	/*background-color:#D6E9CF;*/
	background:#FFF url("../images/interface/tile_gradient.gif") bottom repeat-x;
	padding:10px 20px 14px 20px;
	margin:0;
	margin-top:1.4em;
	margin-bottom:0.4em;
	border-bottom:1px solid #5AAE41;
	border-top:1px solid #5AAE41;
	font-style:italic;
	overflow:visible;
	height:1%;
}

blockquote p {
	padding-top:0;
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display: none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:21px;
	margin-bottom:15px;
	border:1px solid #5AAE41;
}

.imagehome {
	float:right;
	margin-left:21px;
	margin-bottom:10px;
}

.sideBySide{
	width: 49.6%;
	float: left;
}

.sideBySide img {
	border:1px solid #5AAE41;
}

.center{
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
}

.datatable th {
	background:#509A3A url(../images/interface/tile_th_bg.gif) repeat-x;
	font-size:1em;
	padding:0.5em 0.8em;
	vertical-align:top;
	border-bottom:1px solid #FFE826;
	font-weight:bold;
	color:#FFF;
	text-align:left;
}

.datatable td {
	background-color:#D6E9CF;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#FFE826 !important;
}

.highlight {
	/*background-color:#D6E9CF;*/
	padding:10px 20px 14px 20px;
	margin:0;
	margin-top:1.4em;
	margin-bottom:0.4em;
	border-bottom:1px solid #5AAE41;
	border-top:1px solid #5AAE41;
	background:#FFF url("../images/interface/tile_gradient.gif") bottom repeat-x;
}

/*HEADER*/

#header {
	background:  url("/images/interface/bg_header.gif") no-repeat;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 38px;
}

 
#header ul {
	width: auto;
	margin: 0;
	padding: 0 0 0 11px;
	list-style: none;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#header li {
	float: left;	
}

#header ul a {
	float: left;
	display: block;
	padding: 9px 10px 9px 10px;
	color: #D6E9CF;
	text-decoration: none;
}

* html #header ul a {padding-top:10px;}

#header ul a:hover {
	color:#FFF;
}

#header #current {
	color:#FFE826;
	background:url(../images/interface/header_arrow.gif) bottom no-repeat;
}

/* SECONDARY NAVIGATION */

.navTitle {
	font-size:1.5em;
	color:#FFE826;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	padding-left:21px;
	padding-bottom:8px;
	margin: 0;
	border:0;
	display:block;
}

#navigation ul {
	margin:0;
	border:0;
	padding:0;
	margin-right:21px;
	border-bottom:1px solid #90C980;
}

#navigation ul ul {
	margin:0;
	border:0;
	padding:0;
}

#navigation li {
	margin:0;
	border:0;
	padding:0;
	list-style: none;
}

#navigation {
	padding-top:21px;
	width:202px;
	float:right;
}

#navigation a, #navigation .current, #navigation .currentdown{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:5px 8px 6px 23px;
	background:#5AAE41 url(../images/buttons/arrow_off.gif) left no-repeat;
	border-top:1px solid #90C980;
	/*overflow:hidden;*/
	height:1%;
	font-size: 1em;
}

#navigation ul ul a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:3px 8px 4px 37px;
	background:#519C3A url(../images/buttons/sec_arrow_off.gif) left no-repeat;
	border-top:1px solid #8ABD7B;
	/*overflow:hidden;*/
	height:1%;
}

#navigation ul ul a:hover {
	background:#519C3A url(../images/buttons/sec_arrow_on.gif) left no-repeat;
	color:#FFE826;
}

#navigation ul ul .seccurrent {
	background:#519C3A url(../images/buttons/sec_arrow_on.gif) left no-repeat;
	color:#FFE826;
}

/* =RQ Changed this to a:hover - so non a hover (ie h3) didn't change */
#navigation a:hover {
	background:#6CBE4E url(../images/buttons/arrow_on.gif) left no-repeat;
	color:#FFE826;
}

#navigation .current {
	background:#5AAE41 url(../images/buttons/arrow_sel.gif) left no-repeat;
	color:#FFE826;
}

#navigation .currentdown {
	background:#5AAE41 url(../images/buttons/arrow_down_on.gif) left no-repeat;
	color:#FFE826;
}

#navigation a.currentdown:hover {
	background:#6CBE4E url(../images/buttons/arrow_down_over.gif) left no-repeat;
	color:#FFE826;
}

#navigation ul {
	clear:both;
}
	
/* IDs */
	
#wrapper {
	width:738px;
	margin:21px auto;
	background:url("/images/interface/bg_body.gif") repeat-y;
	margin-bottom:21px;
}

#flash {
	height:174px;
	width:738px;
}

#bodywrapper {
	background:url("/images/interface/bg_body_top.gif") top right no-repeat;
	/*display:table;*/
	height:1%;
	width:738px;
	float:left;
}	

#mBody {
	padding:0 21px;
	height:1%;
	float:left;
	width:494px;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
}

#mBody ul {
	list-style-type:none;
	text-align:left;
	margin-bottom:0;
	margin-top:1em;
}

#mBody li {
	padding-left:15px;
	background:url("/images/interface/bullet.gif") no-repeat 0 0.65em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	background: none;
	margin-left:-15px;
}

#mBody a {
	color:#000;
}

#mBody a:hover {
	color:#666;
}

#mBody p img {
	margin-top:1em;
}

#partnerlogos img {
	display:block;
}

/*FOOTER*/

#footer {
	padding:48px 21px 0px 21px;
	background:url("/images/interface/bg_footer.gif") no-repeat;
	color:#879383;
	height:36px;
	width:696px;
	clear:both;
}

#backtotop {
	display:block;
	float:right;
	color:#879383;
	text-decoration:none;
}

#backtotop:hover {
	color:#000;
	text-decoration:underline;
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
	color: #879383;
	text-decoration: none;
}

#footer ul a:hover {
	color:#000;
	text-decoration:underline;
}

#copyright {
	clear:both;
	text-align:center;
	padding-top:23px;
	padding-bottom:10px;
	color:#4D758C;
	height:1%;
}

#copyright a {
	color:#4D758C;
	text-decoration:none;
}

#copyright 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:80px;
}

.content {
	float:left;
}

/* GOOGLE MAP */

#map {
	width:492px;
	height:400px;
	border:1px solid #5AAE41;
	font-size:0.9em;
	margin-top:2em;
}

#map strong {
	font-size:1.2em;
	color:#5AAE41;
	display:block;
}

#map a {
	color:#666;
}

#map a:hover {
	text-decoration:none;
}

/*LIFE CYCLE NAVIGATION */

.cyclenavigation {
	margin:0;
	border:0;
	padding:0;
	border-bottom:1px solid #90C980;
	margin-top:2em !important;
	clear:both;
}

.cyclenavigation li {
	margin:0;
	border:0;
	padding:0;
	list-style:none;
	background-image:none !important;
}

.cyclenavigation a, .cyclenavigation .current {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:5px 8px 6px 23px;
	background:#D6E9CF url(../images/buttons/cycle_arrow_off.gif) left no-repeat;
	border-top:1px solid #90C980;
	/*overflow:hidden;*/
	height:1%;
	font-size: 1em;
}

.cyclenavigation a:hover {
	background:#6CBE4E url(../images/buttons/arrow_on.gif) left no-repeat;
	color:#FFF !important;
}

.cyclenavigation .current {
	background:#5AAE41 url(../images/buttons/arrow_sel.gif) left no-repeat;
	color:#FFE826;
}

/* NEW STYLES */

/* Extra level of nav in secondary nav */

#navigation ul ul ul a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:3px 8px 4px 50px;
	background:#519C3A url(../images/buttons/sec_arrow_off.gif) 13px center no-repeat;
	border-top:1px solid #8ABD7B;
	/*overflow:hidden;*/
	height:1%;
}

#navigation ul ul ul a:hover {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:3px 8px 4px 50px;
	background:#519C3A url(../images/buttons/sec_arrow_on.gif) 13px center no-repeat;
	border-top:1px solid #8ABD7B;
	color:#FFE826;
	/*overflow:hidden;*/
	height:1%;
}

#navigation ul ul ul a.seccurrent {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:3px 8px 4px 50px;
	background:#519C3A url(../images/buttons/sec_arrow_on.gif) 13px center no-repeat;
	border-top:1px solid #8ABD7B;
	color:#FFE826;
	/*overflow:hidden;*/
	height:1%;
}

#navigation ul ul a.currentdown {
	padding:3px 8px 4px 37px;
	background:#5AAE41 url(../images/buttons/arrow_down_on.gif) 13px center no-repeat !important;
	color:#FFE826;
}

#navigation ul ul a.currentdown:hover {
	background:#6CBE4E url(../images/buttons/arrow_down_over.gif) 13px center no-repeat !important;
	color:#FFE826;
}

#navigation ul ul ul a.currentdown {
	padding:3px 8px 4px 50px;
	background:#5AAE41 url(../images/buttons/arrow_down_on.gif) 26px center no-repeat !important;
	color:#FFE826;
}

#navigation ul ul ul a.currentdown:hover {
	background:#6CBE4E url(../images/buttons/arrow_down_over.gif) 26px center no-repeat !important;
	color:#FFE826;
}

/* Controls captioned images */

.captionPic{
	text-align: left;
}

.captionPic p{
	background-color: #D6E9CF;
	width: 200px;
	padding:0 0 5px 0;
	margin: 1em 0;
	display: block;
	border-bottom:1px solid #5AAE41;
	text-align:center;
	font-size:0.9em;
}

span.captionPic{
	background-color: #D6E9CF;
	width: 138px;
	padding: 0 0 5px 0;
	margin: 10px 0;
	display: block;
	float: right;
	margin-left: 20px;
	border-bottom:1px solid #5AAE41;
	text-align:center;
	font-size:0.9em;
}

.captionPic p img, span.captionPic img {
	border:0 !important;
	border-bottom: 2px solid white;
	margin-top:0 !important;
}

.captionPic p span, span.captionPic span{
	display: block;
	padding:1em;
}