/*
Based on Animus Rex Default Style Sheet
CSS 2.0

Dark blue #0E2D6D
light blue #00B3DF
yellow on blue #FFC425
gold on white #EDAE20
grey (text) #666

*/

.bgHome { background:#e8e8e8 url(/layout_images/background.gif) repeat-y center;
}
.bodyBg {
	background:#e8e8e8 url(/layout_images/bg_columns.gif) repeat-y center;
}
.bodyBg2 {
	background:#e8e8e8 url(/layout_images/bg_columns2.gif) repeat-y center;
}

/* TinyMCE specific rules: If site has a background, use next style to set TinyMCE editor background to white */
body.mceContentBody {
   background: #FFF;
}
* { 	margin:0;
	padding:0;
}
/*remove dotted outline form links in firefox*/
a:active { outline: none; }
:focus { -moz-outline-style: none; }

p, td, ol, ul, li, div, .body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
} 

ol, ul { margin-left:30px; margin-bottom:12px;}

p {
	margin-bottom:12px;
}
dt { font-weight:bold;
margin-top:16px;
}
dd {margin-left:30px;}
th, .bodybold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666; font-style: normal; font-weight: bold; } 

/* h1 is for Logo ONLY */
h1 { margin:-30px 0 30px 0; width:250px; text-indent:-9000px; height:62px; font-size:30px; font-family: Arial, Helvetica, sans-serif; color: #0E2D6D; font-weight:normal; font-style: normal; background:url(/layout_images/logo.gif) no-repeat; }

h2 { clear:left; margin-bottom:12px; font-size: 19px; font-family: Arial, Helvetica, sans-serif; color: #0E2D6D; font-weight:bold;  font-style: normal; } 
h3 { margin-bottom:12px; font-size:15px; font-family: Arial, Helvetica, sans-serif; color: #0E2D6D; font-weight:bold; font-style: normal; } 
h4 { margin-bottom:8px; font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #666; font-weight:bold; font-style: normal;} 
h5 { margin-top:8px;margin-bottom:4px; font-size:12px; font-family: Arial, Helvetica, sans-serif; color: #666; font-weight:bold; font-style:normal;}
h6 { margin-bottom:9px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight:bold;} 

.header2 { clear:left; margin-bottom:12px; font-size: 19px; font-family: Arial, Helvetica, sans-serif; color: #0E2D6D; font-weight:bold;  font-style: normal; } 
.header3 { margin-bottom:12px; font-size:15px; font-family: Arial, Helvetica, sans-serif; color: #0E2D6D; font-weight:bold; font-style: normal; } 
.header4 { margin-bottom:8px; font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #666; font-weight:bold; font-style: normal;} 
.header5 { margin-top:8px;margin-bottom:4px; font-size:12px; font-family: Arial, Helvetica, sans-serif; color: #666; font-weight:bold; font-style:normal;}
.header6 { margin-bottom:9px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight:bold;} 


pre, tt, code { font-family: courier, sans-serif; font-size: 11px; color: #000000; }

a { color: #0E2D6D; text-decoration: none; }
a:link { color: #0E2D6D; text-decoration: none; }
a:visited { color: #0E2D6D; text-decoration: none; }
a:hover { color: #00B3DF; text-decoration: underline; }
a:active { color: #00B3DF; text-decoration: underline; }

hr { color: #666666; height: 1px; }

.alert { color: #cc0000; font-weight: bold; }
.small { font-size: 10px; line-height:12px; }
.caption { font-style: italic;}
.copyright { font-size: 10px; }
.summaryHome { margin-left:20px; font-size:14px; color:#FFF; display:block; width:700px;}
.summary { padding-top:22px; margin-left:20px; font-size:14px; color:#FFF; display:block; width:700px; font-weight:bold;}
.footerHeader { font-weight:bold; font-size:12px; margin-top:20px;margin-bottom:4px; border-top:1px #666 solid; padding-top:5px; width:200px;}

.clear { clear:both; }

.breadcrumb {
	font-size: 10px;
	color: #9aa0ab;
	margin-bottom:12px;
}
a.breadcrumb:link, a.breadcrumb:visited { color: #9aa0ab; text-decoration: none; }
a.breadcrumb:hover, a.breadcrumb:active { color: #666; text-decoration: none; }

.legal { font-size: 10px; color: #9aa0ab; }
a.legal:link, a.legal:visited { color: #9aa0ab; text-decoration: none; }
a.legal:hover, a.legal:active { color: #666; text-decoration: none; }

/* jQuery Menu Styles - for top menu */

.jqueryslidemenu{
width: 800px;
}

.jqueryslidemenu ul{
margin: 0;
padding:0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
font: bold 12px Verdana,Arial,Helvetica,sans-serif;
text-transform:uppercase;
color: #0E2D6D;
padding:2px 18px 2px 16px;
margin-bottom:6px;
border-right:2px solid #00B3DF;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #0E2D6D;
text-decoration: none;
}

.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li a:active{
color: #00B3DF;
text-decoration: none;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left:0;
display: block;
visibility: hidden;
text-decoration: none;
border-top:1px solid #a8a8a8;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top:0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: bold 10px Arial;
width: 160px; /*width of sub menus*/
padding:4px;
margin:0;
border-left:1px solid #a8a8a8;
border-right:1px solid #a8a8a8;
border-bottom:1px solid #a8a8a8;
color:#0E2D6D;
background:#e8e8e8;
text-decoration: none;
}
.jqueryslidemenu ul li ul li a:link, .jqueryslidemenu ul li ul li a:visited{ /*sub menus hover style*/
color: #0E2D6D;
text-decoration: none;
}
.jqueryslidemenu ul li ul li a:hover, .jqueryslidemenu ul li ul li a:active{ /*sub menus hover style*/
color:#00B3DF;
background:white;
text-decoration: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* Nav 1-5 for left Nav  */

.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #0E2D6D;
	font-weight: bold;
	display:block; 
	padding:4px 5px 4px 16px;
	text-decoration: none;
}
a.nav1:link, a.nav1:visited { color: #0E2D6D; text-decoration: none; }
a.nav1:hover, a.nav1:active { color: #586071; text-decoration: none; }

.nav1on {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #00B3DF;
	font-weight: bold;
	display:block; 
	padding:4px 5px 4px 16px;
	text-decoration: none;
}
a.nav1on:link, a.nav1on:visited { color: #00B3DF; text-decoration: none; }
a.nav1on:hover, a.nav1on:active { color: #00B3DF; text-decoration: none; }


.nav2 {
	color: #0E2D6D;
	padding:2px 5px 2px 16px;
	font-weight:bold;
	display:block;
}
a.nav2:link, a.nav2:visited { color: #0E2D6D; text-decoration: none; }
a.nav2:hover, a.nav2:active { color: #00B3DF; text-decoration: none; }

.nav2on {
	color: #00B3DF;
	padding:2px 5px 2px 16px;
	font-weight:bold;
	display:block;
}
a.nav2on:link, a.nav2on:visited, a.nav2on:hover, a.nav2on:active { color: #00B3DF; text-decoration: none; }

.nav3 {
	color: #0E2D6D;
	padding:2px 5px 2px 26px;
	font-size:11px;
	font-weight:bold;
	text-indent:-10px;
	display:block; 
}
a.nav3:link, a.nav3:visited { color: #0E2D6D; text-decoration: none; }
a.nav3:hover, a.nav3:active { color: #00B3DF; text-decoration: none }

.nav3on {
	color: #00B3DF;
	padding:2px 5px 2px 26px;
	font-size:11px;
	font-weight:bold;
	text-indent:-10px;
	display:block;
}
a.nav3on:link, a.nav3on:visited, a.nav3on:hover, a.nav3on:active { color: #00B3DF; text-decoration: none; }

.nav4 {
	color: #0E2D6D;
	padding:2px 5px 2px 35px;
	font-size:11px;
	font-weight:bold;
	text-indent:-7px;
	display:block;
}

a.nav4:link, a.nav4:visited { color: #0E2D6D; text-decoration: none; }
a.nav4:hover, a.nav4:active { color: #00B3DF; text-decoration: none }

.nav4on {
	color: #00B3DF;
	padding:2px 5px 2px 35px;
	font-size:11px;
	font-weight:bold;
	text-indent:-7px;
	display:block;
}
a.nav4on:link, a.nav4on:visited, a.nav4on:hover, a.nav4on:active { color: #00B3DF; text-decoration: none; }


.nav5 {
	color: #0E2D6D;
	padding:2px 5px 2px 45px;
	font-size:10px;
	font-weight:bold;
	text-indent:-9px;
	display:block;
}
a.nav5:link, a.nav5:visited { color: #0E2D6D; text-decoration: none; }
a.nav5:hover, a.nav5:active { color: #00B3DF; text-decoration: none }

.nav5on {
	color: #00B3DF;
	padding:2px 5px 2px 45px;
	font-size:10px;
	font-weight:bold;
	text-indent:-9px;
	display:block;
}
a.nav5on:link, a.nav5on:visited, a.nav5on:hover, a.nav5on:active { color: #00B3DF; text-decoration: none; }


/* Form Elements */

.field {
	font-size: 10px;
	color: #666;
        background:#fff;
	border: 1px #666 solid;
	padding: 2px 1px 2px 3px;
}

.button { font-size: 10px; background-color: #0E2D6D; border: 1px #0E2D6D solid; color: #FFFFFF; padding:1px; } 
.dropdown { font-size: 10px; background-color: #fff; border: 1px #666 solid; color: #666; padding: 1px 1px 1px 3px;} 
.dropdownFixed { font-family: "Lucida Console", Monaco, monospace; font-size: 10px; background-color: #FFFFFF; border: 1px #999999 solid; color: #333333; } 

/* custom form layouts */

.mForm p {margin:3px 0;}
.mForm label {float:left;width: 110px; text-align:right; padding: 3px 10px;}

#textInputs label {
 float:left;
 width:8em;
 text-align:right;
 padding-right:10px;
}
#textInputs p {
 margin: 8px 0;
 clear:both;
}

#eventrequest {
 width:280px;
 float:left;
}


/* Related */

.relatedHeader { font-weight:bold; color: #0E2D6D; }

.relatedLink {
	color: #FFF;
	text-decoration: none; 
}

a.relatedLink:link, a.relatedLink:visited { color: #FFF; text-decoration: none; }
a.relatedLink:hover, a.relatedLink:active { color: #FFC425; text-decoration: underline; }

/* listing out data in landing pages and search returns */

.listReturn { border-bottom:1px #0E2D6D dotted; padding:8px 4px; }
.leftListCol { float:left; width:115px;}
.listSummary { margin-left:125px; margin-top:-2px; }
.listSummary p { margin:0; }


/* Sitemap */

.sitemap1 { padding-top: 8px; font-weight:bold;}
.sitemap2 { padding-left:20px; padding-top:6px;}
.sitemap3 { padding-left:40px; }
.sitemap4 { padding-left:60px; }
.sitemap5 { padding-left:80px; }


/* Borders */ 

.BdrTwhite { border: #FFFFFF solid; border-width: 3px 0px 0px 0px }

.BdrT { border: #ccccb1 solid; border-width: 1px 0px 0px 0px }
.BdrR { border: #ccccb1 solid; border-width: 0px 1px 0px 0px }
.BdrB { border: #0E2D6D dotted; border-width: 0px 0px 1px 0px }
.BdrL { border: #ccccb1 solid; border-width: 0px 0px 0px 1px }
.BdrTL { border: #ccccb1 solid; border-width: 1px 0px 0px 1px }
.BdrTR { border: #ccccb1 solid; border-width: 1px 1px 0px 0px }
.BdrTB { border: #ccccb1 solid; border-width: 1px 0px 1px 0px }
.BdrTBL { border: #ccccb1 solid; border-width: 1px 0px 1px 1px }
.BdrBR { border: #ccccb1 solid; border-width: 0px 1px 1px 0px }
.BdrBL { border: #ccccb1 solid; border-width: 0px 0px 1px 1px }
.BdrTBLR { border: #ccccb1 solid; border-width: 1px 1px 1px 1px }

/* tool icon links */

.print, a.print:link, a.print:visited  { font-size: 10px; color: #9aa0ab; height:17px; background:url(/layout_images/icon_print.gif) top left no-repeat; padding:0 0 18px 20px; text-decoration:none; }
a.print:hover, a.print:active { font-size: 10px; color: #9aa0ab; height:17px; background:url(/layout_images/icon_print-over.gif) top left no-repeat; padding:0 0 18px 20px; text-decoration:underline; }

.emailLink, a.emailLink:link, a.emailLink:visited  { font-size: 10px; color: #9aa0ab; height:17px; background:url(/layout_images/icon_email.gif) top left no-repeat; padding:0 0 18px 20px; text-decoration:none; }
a.emailLink:hover, a.emailLink:active { font-size: 10px; color: #9aa0ab; height:17px; background:url(/layout_images/icon_email-over.gif) top left no-repeat; padding:0 0 18px 20px; text-decoration:underline; }

/* for accordion script */

.heading {
background: #e8e8e8;
position: relative;
color:#0E2D6D;
padding: 2px 0;
padding-left:8px;
margin-bottom:2px;
text-decoration: none;
cursor:hand;
cursor:pointer;
}
.selected
 {
background: #00B3DF;
color:#fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left:8px;
margin-bottom:2px;
text-decoration: none;
}
.listing {margin:4px 0; padding-left:16px;}

.languageOptions { 
  display:block;
  text-align:left;
  position:relative;
  cursor:hand;
  cursor:pointer;
  padding-bottom:5px;
}
.languageSelected {
  display:block;
  text-align:left;
  position:relative;
  width:auto;
  padding-bottom:5px;
}

.languageList { 
  text-align:left;
}
.languageFlag {
  display:block;
  text-align:left;
  padding:4px 6px;
  color:#0E2D6D;
  text-decoration:none;
  background:#e8e8e8;
}
a.languageFlag:link, a.languageFlag:visited { 
 text-decoration:none;
  background:#e8e8e8;
}
a.languageFlag:hover, a.languageFlag:active {
  text-decoration:none;
  background:#cfe2e5;
  color:#0E2D6D;
}
.languageFlagOn {
  display:block;
  text-align:left;
  padding:4px 6px;
  background:#cfe2e5;
  color:#0E2D6D;
  text-decoration:none;
}
a.languageFlagOn:link, a.languageFlagOn:visited, a.languageFlagOn:hover, a.languageFlagOn:active {
  color:#0E2D6D;
  text-decoration:none;
  background:#cfe2e5;
}

/* special styles for tabs */

UL.tabNavigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
UL.tabNavigation LI {
  display: inline;
  margin-right:6px;
}
UL.tabNavigation LI A {
  padding: 3px 16px;
  background-color: #727272;
  color:#fff;
  text-decoration: none;
}
UL.tabNavigation LI A.select,
UL.tabNavigation LI A:hover {
 background-color: #0E2D6D;
 color: #fff;
 text-decoration: none;
}
UL.tabNavigation LI A:focus {
 outline: 0;
}
div.tabs > div {
  padding: 5px;
  margin-top: 2px;
  border: 1px solid #0E2D6D;
}
div.tabs > div h2 {
  font-size:12px;
  margin: 0;
  background:none;
}

/* Layout styles and classes */

#mainWrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#topWrapper {
	background-color:#FFF;
	width:979px;
	height:124px;
}
#tools {
	text-align:right;
	height:20px;
	padding-top:18px;
	padding-right:10px;
	width:970px;
}
#tools p { 
	display:inline;
        margin-right:8px;
}
#tools form { 
	display:inline;
        margin-right:8px;
}
.toolPrint {
	float:left;
}
.toolEmail { 
	float:right;
	width:140px;
	height:18px;
	text-align:right;
	padding-right:12px; 
}
#topNav { 
	margin-left:4px;
	color:#666;
	padding-bottom:8px;
}
#pageTop {
	height:86px;
	width:980px;
	background:url(/layout_images/bg_banner.gif) repeat-x;
}

#contentWrapper {
	width:980px;
}
#leftWrapper {
	float:left;
	padding:20px 10px 0 5px;
	width:165px;
	font-family:Arial,Helvetica,sans-serif;
}
#contentMain {
	float:left;
	margin:20px 10px 20px 20px;
	width:590px;

}
#content {
	line-height:18px;
	width:590px;
	background:white;
}

#contentMain2 {
	float:left;
	margin:20px;
/*	margin:20px 20px 20px 200px; */
	width:760px;
}
#content2 {
	line-height:18px;
	width:760px;
	background:white;
}
.contentPic {
	float:right; 
	margin-left:16px;
	margin-bottom:8px;
}

.contentPicLg {
	text-align:center;
	margin-bottom:8px;
}

#sectionPhoto {
/*	float:right;
	margin:-84px 0 8px 8px;
	position:relative; */
	position:absolute;
	top:146px;
	right:18px;
	margin-left:8px;
	width:190px;
}
#sectionPhoto img { behavior: url(/Scripts/iepngfix.htc) }

#rightWrapper {
	float:right;
	width:170px;
	border-left:1px solid #0E2D6D; 
	padding-bottom:40px;
}
#newsSearch {
	margin:12px;
	padding:6px 0 10px;
}
.rightDiv {
	margin:0 12px 12px 12px;
	padding-bottom:10px;
	line-height:18px;
}
.quotes {
	color:#0E2D6D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	margin:12px;
	padding:6px 0 10px;
	width:150px;
/*	border-bottom:1px dotted #ccc; */
}
#footer {
	margin-left:180px;
	padding:20px 20px 3px 20px;
}
#rssDocList {
	float:left;
	margin-top:16px;
	width:76%;
}
#rssGifList {
	float:left;
	margin-top:16px;
	margin-left:15px;
	width:110px;
}
#rssGifList img {
	margin-bottom: 8px;
}

/* jQuery validate styles */
#textInputs label.error {
 float:none;
 margin-left: 5px;
 color: #cc0000;
}

#inquiry_fieldset {
 border:none;
}
#inquiry_fieldset label {
 float: none;
}