/***** Global Settings *****/

html
{
    height: 102%;
}

html, body
{
    border: 0;
    margin: 0;
    padding: 0;
}

body
{
    font: 12px arial, helvetica, sans-serif;
    background: url(images/bg.jpg) #fff repeat-x top left;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1
{
    padding: 0 0 0 0;
    margin: 5px 0 10px 0;
    letter-spacing: -1px;
    font: 18px arial, helvetica, sans-serif;
    color: #000;
}

h1.h1center 
{
    text-align: center;
}

h1 span.time 
{
    float: right;
    font-size: 14px;
    color: #000;
    padding: 3px 0;
    
}

h2
{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 5px 0 2px 0;
}

h2.home 
{
    font-size: 14px;
    color: #636363;
    padding: 5px 0 10px 0;
    text-align: center;
    font-weight: bold;
}

hr.yellow-bar 
{
    color: #cd9264;
    height: 1px;
    border: none;
    background: #cd9264;
}

hr.gold-bar 
{
    color: #f6cf7a;
    height: 1px;
    border: none;
    background: #f6cf7a; 
}

h3
{
    font: 1.1em arial, helvetica, sans-serif;
    font-weight: bold;
    color: #6d715d;
    padding: 0 0 5px 0;
}

p, ul, ol
{
    margin: 0;
    padding: 0 0 18px 0;
    color: #626262;
}

p strong 
{
    color: #636363;
}

ul, ol
{
    padding: 0 0 10px 40px;
}

ul
{
    list-style: none;
}

a
{
    color: #003B63;
    text-decoration: none;
}

a:hover
{
    color: #000;
}

p a, p a:visited, ul.list li a, ul.list li a:visited
{
   color: #626262;
   text-decoration: underline;

}

blockquote
{
    margin: 22px 40px;
    padding: 0;
}

small
{
    font-size: 0.85em;
}

img
{
    border: 0;
}

sup
{
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub
{
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}

acronym, abbr
{
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

.hrule
{
    border-bottom: 1px solid #96ba74;
    text-align: center;
    margin: 0 auto 5px auto;
    width: 520px;
}

.list li
{
    background: transparent url(images/list.gif) left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding-left: 18px;
    margin: 0;
    line-height: 18px; 
}
.list li ul 
{
    padding-bottom: 0;
}

.list li ul li
{
    background: transparent url(images/small-square.gif) left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding: 0 0 0 18px;
    margin: 5px 0;
}

.list li ul li ul li
{
    background: transparent url(images/small-arrow.gif) left .2em no-repeat;
    font-size: 12px;
    list-style-type: none;
    padding-left: 18px;
    margin: 5px 0;
}

.list li a
{
    color: #626262;
    text-decoration: underline;
}

.list li ol li 
{
    list-style-type: decimal;
    background: none;
    padding-left: 0;
}

ul.board 
{
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}

ul.board li 
{
    padding: 0 0 10px 0;
}

ul.ad-list 
{
    padding: 0 0 15px 8px;
    margin: 0;
    font-size: 10px;
    
}

.ad-list a 
{
    color: #636363;
}

ul#events
{
    margin-top: 10px;
}

ul#events li
{
    margin-bottom: 10px;
}

ul#events li a
{
    text-decoration: underline;
    color: #C53E01;
}

/***** Links *****/

a, a:visited
{
    text-decoration: none;
}

/***** Forms *****/

input, select, textarea
{
    font: 1em arial, helvetica, sans-serif;
}

textarea
{
    line-height: 1.25;
}

label
{
    cursor: pointer;
}

/***** Tables *****/

table
{
    border: 0;
    margin: 0 0 5px 0;
    padding: 0;
}

table tr td
{
    padding: 10px;
}

table.news 
{
    border-collapse: collapse;
}

table.news tr td
{
    padding: 0 10px 10px 10px;

}

table.news tr td a
{
    text-decoration: underline;
}

table.news tr.table-bar 
{
    background: url(images/table-bar.jpg) repeat-x;
    height: 18px;
    color: #fff;
}

/***** Wrapper *****/

#wrap
{
    width: 912px;
    margin: 0 auto -5px auto;
    background: url(images/wrap.png) repeat-y top center;
}

#wrap-inner 
{
    width: 898px;
    margin: 0 auto 0 7px;
    background: #fff;
}

/***** Content *****/
#topContent
{
    margin: 0;
    width: 898px;
}

#midContent 
{
    margin: 0;
    padding: 1px 0;
    width: 898px;
    height: 212px;
    border-top: 1px solid #d6d6d6;
    clear: both;
}

#mid-left 
{
    width: 520px;
    height: 212px;
    float: left;
}

#mid-right 
{
    width: 449px;   
    height: 212px;
    background: #d2dbec;
    text-align: center;
    float: right;
}

#address 
{
    width: 250px;
    float: right;
}

.timeBar
{
    height: 25px;
    float: right;
    width: 380px;
    padding: 0;
    margin: 2px 0;
}

.sideContent
{
    width: 185px;
    padding: 10px 0;
    float: left;
    font-size: 12px;
}

.nav-top-bottom 
{
    background: url(images/nav-bottom.jpg) no-repeat left;
    width: 188px;
    height: 16px;
    float: left;
}

#leftContent
{
    width: 185px;
    padding: 0 0 10px 0;
    float: left;
}

#sideContent
{
    padding: 10px 0 0 14px;
}

#middleContent
{
    width: 362px;
    padding: 10px 16px 10px 16px;
    float: left;

}
#rightContent
{
    width: 192px;
    padding: 10px 16px 10px 16px;
    float: left;

}

#mid-wrap 
{
    width: 898px;
    clear: both;
}

#mid-wrap-sub 
{
    background: url(images/bg-sub.jpg) repeat-y center top; 
    width: 898px;
    clear: both;
}

#search-content 
{
    background: #fff;
    width: 650px;
    padding: 10px;
}

#singleContent
{
    width: 650px;
    padding: 0;
    
}

#footerContent
{
    clear: both;
}

#contentArea 
{
    float: right;
    margin: 10px;
    width: 676px;
}

#rightSide 
{
    float: left;
    width: 210px;
}
#leftSide 
{
 width: 440px;
 float: left;
 margin: 0 30px 0 0;    
}

#bar 
{
    width:898px;
    background: #000;
    height: 15px;
}

.banners 
{
    margin: 0 auto;
    text-align: center;
}

.banners-grey
{
    margin: 0 auto;
    text-align: center;
    border-top: 1px #bac1cb solid;
}

.selectBar
{
    height: 20px;
    width: 120px;
    padding: 0;
    margin: 8px 0 0 34px;
    float: left;
}

p.non 
{
    font-weight: bold;
    margin: 0 0 0 4px;
    padding: 1px 0;
    font-size: 10px;
    color: #fff;
}

#mast 
{
  	background: url('images/logon-bg.gif') repeat-x top;
  	width: 898px;  
}

#logon-wrap {

	padding: 0;
	margin: 0;
	width: 190px;
	height: 162px;

}
#logon 
{
    padding: 10px 0;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	margin: 0;
}

#logon h3 {
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 3px 0 7px 0;
	text-align: center;
	clear: left;
}
#logon a.button {
	padding: 3px 4px 4px 10px;
	width: 87px;
	height: 23px;
	float: left;
	clear: none;
	background: url(images/logon.gif) no-repeat;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-left: 8px;
}
#logon a.button:hover {
	color: #fff;
	background: url(images/logon_off.gif) no-repeat;
}
#logon a.learn {
	color: #000;
}
#logon a.learn:hover {
	color: #000;
}
#logon .break {
	margin: 10px 0;
	color: #000;
	border-bottom: 1px solid;
}
#logon small {
	line-height: 24px;
}

#logon hr 
{
    color: #000;
    height: 1px;
    border: none;
    background: #000;
    width: 150px;
    padding: 0 0 0 10px;
}

#logon p 
{
    color: #000;
    text-align: center;
    font-size: 14px;
    width: 175px;
    padding: 0 0 0 6px;
}

.footer
{
    clear: both;
    width: 916px;
    margin: -10px auto;
    background: url(images/footer.png) no-repeat center;
    color: #fff;
    font-size: 11px;
    height: 42px;
    padding: 0;
}

.footer a, .footer a:visited
{
    color: #fff;
    text-decoration: none;
}

.footer a:hover
{
    color: #fff;
}

.footer-inner
{
    width: 880px;
    margin: 0px auto;
    height: 20px;
    line-height: 20px;
}

.footer-left
{
    float: left;
    margin: 6px 0;
}

.footer-right
{
    float: right;
}

.text-center-footer 
{
    text-align: center;
    margin: 8px 0;
}


/**** Navigation ****/
#nav-wrap 
{
    height: 32px;
    background: url(images/nav-bg.gif) repeat-x center;
    width: 898px;
}
.nav
{
    font-size: 14px;
    width: 695px;
    height: 32px;
    text-align: center;
    margin: 0px 0;
    float: right;

}

.nav ul
{
    padding: 0;
    margin: 0;
}

.nav ul.AspNet-Menu li.AspNet-Menu-Leaf:first-child
{
    height: 32px;
}

.nav ul.AspNet-Menu li.AspNet-Menu-Leaf:first-child a:hover
{
    height: 32px;
}

.nav ul.AspNet-Menu li a
{
    float: left;
}
.nav li
{
    display: inline;
    margin: 0;
    padding: 0;
}

.nav li a
{
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    padding: 0 20px 0 20px;
    margin: 0;
}

.nav ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    color: #000;
    height: 32px !important;
    background: url(images/nav-selected.jpg) repeat-x center;
}

.nav ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Selected
{
    font-size: 14px;
    height: 32px !important;
    background: url(images/nav-selected.jpg) repeat-x;
    color: #000;
}

.nav ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Selected:first-child 
{
    height: 32px;
}

.nav ul.AspNet-Menu li.AspNet-Menu-WithChildren ul
{
    display: none !important;
    visibility: hidden;
    overflow: hidden;
    
}

.nav ul.AspNet-Menu li.AspNet-Menu-WithChildren a:hover
{
    color: #000;
    height: 32px !important;
    background: url(images/nav-selected.jpg) repeat-x center;
    
}

.nav ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-Selected
{
    color: #000;
    height: 32px !important;
    background: url(images/nav-selected.jpg) repeat-x center;
    
}

.nav ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-ChildSelected
{
    color: #000;
    height: 32px !important;
    background: url(images/nav-selected.jpg) repeat-x center;
    
}

.nav ul li.AspNet-Menu-Selected,
.nav ul li.AspNet-Menu-Selected a.AspNet-Menu-Selected,
.nav ul li.AspNet-Menu-Selected span.AspNet-Menu-Selected
{

}


.nav a.noborder
{
    border-right: none;
}

#subNav
{
    margin: 0 0 10px 0;
    padding: 0;
    width: 190px;
    font-size: 12px;
    float: left;
    border-top: 1px solid #000;
    border-bottom: #000 solid 8px;
}

#subNav ul li
{
    list-style-type: none;
    text-align: left;
    padding: 1px 0;
    border-bottom: 1px solid #000;
    width: 190px;
    height: 27
}

#subNav ul li.AspNet-Menu-Selected
{
    font-weight: bold;
}

#subNav ul li a
{
    display: block;
    color: #000;
    width: 190px;
    text-decoration: none;
    padding: 0;
}

#subNav ul li a:hover
{
    background: #ccc no-repeat;
    color: #000;
}

#menulist ul{
margin: 0;
padding: 0 0 0 0;
text-align: left;
}

#menulist ul li {
padding: 0 0 0 0;
border-bottom: 1px solid #000;
font-size:12px;
line-height:27px;
font-weight: bold;
width: 190px;
height: 27px;
}

#menulist ul li:last-child {
border-bottom: none;
}


#menulist ul li a {
color: #000;
padding: 0;
}

#menulist ul li a:hover
{
color: #000;
}

#menulist ul li ul li 
{
border-bottom: none;
font-weight: normal;
font-size:12px;
width: 190px;
line-height:18px;
padding:0 0 0 0;
margin: 0;
}

#menulist ul li ul li a.AspNet-Menu-Link {
visibility: visible;
display: block;
overflow: hidden;
background: none;
}

#menulist ul li.AspNet-Menu-Leaf 
{
    padding: 0 0 0 0;
    margin: 0;
}

#menulist ul li.AspNet-Menu-Leaf a.AspNet-Menu-Selected 
{
    background: #ccc;
    color: #000;
    cursor: default;
}

#menulist ul li.AspNet-Menu-Leaf a.AspNet-Menu-Selected:hover 
{
    color: #000;
}

#menulist ul li ul li a.AspNet-Menu-ParentSelected {
visibility: visible;
display: block;
}

#menulist ul li.AspNet-Menu-ChildSelected ul li a.AspNet-Menu-Link{
visibility: visible;
display: block;
}

#menulist ul li.AspNet-Menu-ChildSelected ul li a.AspNet-Menu-Selected{
font-weight: bold;
color: #000;
}

#menulist ul li ul li a:hover
{
color: #000;
}

#menulist ul.AspNet-Menu li a, ul.AspNet-Menu li span 
{
width:180px !important;
padding: 0 0 0 10px;
}

#menulist ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-Selected 
{
color: #000;
}

#menulist ul.AspNet-Menu 
{
position:static;
}

#menulist ul.AspNet-Menu ul 
{
display:list-item;
position:static;
}

/** Vertical Static Menu List **/

.verticalMenu *
{
z-index:0;
}

.verticalMenu ul.AspNet-Menu ul
{
position: absolute;
visibility: visible;    
}

/* Add more rules here if your menus have more than three (3) tiers */
.verticalMenu ul.AspNet-Menu li:hover ul ul,
.verticalMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
visibility: visible; 
}

/* Add more rules here if your menus have more than three (3) tiers */
.verticalMenu ul.AspNet-Menu li:hover ul,
.verticalMenu ul.AspNet-Menu li li:hover ul,
.verticalMenu ul.AspNet-Menu li li li:hover ul,
.verticalMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul,
.verticalMenu ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
.verticalMenu ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
visibility: visible;
}

.verticalMenu ul.AspNet-Menu 
{
position:static;
}

.verticalMenu ul.AspNet-Menu ul 
{
display:list-item;
position:static;
}

#menulist .verticalMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-Link
{
  background: transparent url(images/menu-list.gif) left center no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 10px;
  width: 169px !important;   
}

#menulist .verticalMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-Selected
{

 
}

#menulist .verticalMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren a.AspNet-Menu-ChildSelected
{
  background: transparent url(images/menu-list-2.gif) left center no-repeat;
 
}

#menulist .verticalMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li
{
  background: #f5f5eb;
  border-bottom: 1px solid #fff; 
}

#menulist .verticalMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li:hover
{
  background: #4584af no-repeat;

}

#menulist .verticalMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li a.AspNet-Menu-Link
{
  background: none;
  padding: 0 0 0 20px;
  width: 171px !important;
}



/***** PDF List *****/

ul.pdf li
{
    background: transparent url(images/pdf-icon.gif) left center no-repeat;
    list-style-type: none;
    font-size: 12px;
    padding-left: 18px;
    margin: 0;
}

ul.pdf li a
{
    color: #000;
}

dl.pdf dd
{
    background: transparent url(images/pdf-icon.gif) left center no-repeat;
    padding-left: 18px;
}

/* custom styling for myWEALTH text */

span.my
{
    color: #d79a00;
    font-weight: bold;
}

span.wealth
{
    color: #333333;
    font-weight: bold;
}

.wealth-float
{
    float: right;
    text-align: center;
    margin: 0 0 0 5px;
    font-size: 11px;
}

.wealth-float img
{
    border: 1px solid #a49e98;
}

.disclaimer
{
    font-size: 11px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    padding: 5px;
    margin: 30px 10px 10px 10px;
    clear: both;
}

.disclaimer a
{
    color: #000;
}

/* tooltip for myWEALTH */

a span.tooltip
{
    display: none;
}

/***** Survey *****/
.survey
{
}

.survey p
{
    margin: 0;
    padding: 5px 0 5px 0;
}

/***** Search *****/

.search p
{
    font-size: 12px;
    padding: 0 0 2px 0;
    margin: 0;
}

.search p strong
{
    background: #ffc;
    font-weight: normal;
}

.search p a
{
    font-size: 14px;
    color: #0000ff;
    text-decoration: underline;
}

.search p.sgreen
{
    font-size: 10px;
    color: #008000;
}

.search-box
{
    width: 215px;
    margin: 20px auto 10px auto;
    font-size: 12px;
}

.search-float
{
    float: left;
    padding: 0 5px 0;
}

.listing
{
    font-size: 12px;
    background: #efefef;
    height: 24px;
    width: 100%;
    border-top: 1px solid #000;
    margin: 10px 0;
}

.listing p
{
    float: right;
    padding: 3px 5px 0;
}

.next-pre
{
    width: 150px;
    margin: 0 auto;
}

.next-pre a
{
    color: #000;
    font-size: 12px;
}

.siteboxWrap
{
    float: right;
    width: 360px; 

}

.float-text 
{
    float: right;
    padding: 4px 8px 0;
}
.siteboxWrap .siteBox
{
    margin: 0px 7px 0;
    width: 201px;
}

.siteboxWrap .siteBox input.siteBox-text, .siteboxWrap .siteBox input.siteBox-onblur
{
    margin: 0px 7px 0;
    width: 100px;
}

.siteBox
{
    margin: 10px auto 10px auto;
    width: 230px;
    height: 20px;
}


.siteBox input, submit
{
    display: inline;
}

.siteBox input.siteBox-text, .siteBox input.siteBox-onblur
{
    border: 1px solid #000;
    color: #333333;
    font-family: arial;
    font-size: 10px;
    padding: 2px 2px 1px 2px;
    vertical-align: middle;
    width: 160px;
}

.siteBox input.siteBox-onblur
{
    color: #999;
    font-style: italic;
}

.siteBox input.siteBox-button
{
    background: url(images/LiveLogo.gif);
    width: 61px;
    height: 15px;
    border: medium none;
    cursor: pointer;
    line-height: 500%;
    margin: 1px 0 1px 2px;
    vertical-align: middle;
}

.siteBox input.siteBox-button-custom
{
    background: url(images/LiveLogo-custom.gif);
    width: 61px;
    height: 15px;
    border: medium none;
    cursor: pointer;
    line-height: 500%;
    margin: 1px 0 1px 2px;
    vertical-align: middle;
}

.pn-btn-next
{
    background: url(images/next.gif) no-repeat right;
    cursor: pointer;
    width: 50px;
    height: 20px;
    padding: 2px 25px 2px 2px;
}

.pn-btn-prev
{
    background: url(images/prev.gif) no-repeat left;
    cursor: pointer;
    width: 50px;
    height: 20px;
    padding: 2px 2px 2px 25px;
}

.spelling
{
    color: #ff0000;
    font-size: 11px;
    font-style: italic;
}

.search-float-left
{
    float: left;
}

.search-float-right
{
    float: right;
}
/***** Global Classes *****/

.clear
{
    clear: both;
}
.clear-left
{
    clear: left;
}
.clear-right
{
    clear: right;
}

.float-left
{
    float: left;
}

.float-left-title 
{
    float: left;
    padding: 0 10px 5px 0 ;
}

.float-left-pad
{
    float: left;
    padding-left: 50px;
}
.float-left-img
{
    float: left;
    padding: 2px;
    border: 1px solid #A49E98;
    margin: 0 4px 0 0;
}
.float-right
{
    float: right;
}
.float-right-pad
{
    float: right;
    padding-right: 50px;
}
.float-right-img
{
    float: right;
    padding: 2px;
    border: 1px solid #A49E98;
    margin: 0 0 0 4px;
}

.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-center-small
{
    text-align: center;
    font-size: 10px;
    width: 200px;
    margin: 0 auto;
}
.text-center-footer 
{
    text-align: center;
    padding: 6px 0 0 75px;
}

.text-justify
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    border-bottom: 1px solid;
}
.highlight
{
    background: #ffc;
}
.bordered
{
    border: 1px solid #ccc;
    padding: 3px;
    float: right;
}
.bordered-left
{
    border: 1px solid #ccc;
    padding: 3px;
    float: left;
    margin: 0 2px 0 2px;
}
.bordered-nf
{
    border: 1px solid #ccc;
    padding: 3px;
}

.bordered-center
{
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 auto;
}

.video-center
{
    padding: 3px;
    margin: 0 auto;
    width: 330px;
}

.img-left
{
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right
{
    float: right;
    margin: 4px 0 4px 10px;
}
.img-center
{
    margin: auto;
    display: block;
}

.nopadding
{
    padding: 0;
}
.noindent
{
    margin-left: 0;
    padding-left: 0;
}
.nobullet
{
    list-style: none;
    list-style-image: none;
}

.small
{
    font-size: 10px;
}

p.small-pad 
{
    font-size: 10px;
    padding: 0 0 10px 50px;
}

.crumb
{
    font-size: 11px;
    color: #989898;
}

.crumb span 
{
    color: #636363;
    font-weight: bold;
}

.crumb a
{
    font-size: 11px;
    color: #989898;
    text-decoration: none;
    font-weight: bold;
}
.crumb a:visited
{
    text-decoration: none;
}

.calc
{
    font-size: 11px;
    border: 1px solid #eee;
    padding: 5px;
    margin: 0 auto 15px auto;
    width: 230px;
}

.quote 
{
    color: #000;
    margin: 10px 0;
    padding: 10px; 
    -x-system-font:none;
    font-family:Arial;
    font-size:1.9em;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:1.1em;
}

.grey
{
    background: #f0b310;
}

.grey h3
{
    color: #000;
}

.flash-banner 
{
    margin: 5px 0 10px 13px; 
}

.flash-banner-padding 
{
    margin: 0 0 10px 0;
}

.box 
{
    width: 100%;
    border: 1px solid #ccc;
}

.box2 
{
    width: 90%;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
} 
.box-section 
{
    width: 22%;
    background: url(images/box1.jpg) repeat-x; 
    height: 116px;
    float: left;
    padding: 10px 10px 0 10px;   
}

.box-section2 
{
    width: 22%;
    background: url(images/box2.jpg) repeat-x; 
    height: 116px;
    float: left;
    padding: 10px 10px 0 10px; 
}

.box-section-3 
{
    width: 30%;
    background: url(images/box1.jpg) repeat-x; 
    height: 116px;
    float: left;
    padding: 10px 10px 0 10px;   
}

.box-section-3a
{
    width: 30%;
    background: url(images/box2.jpg) repeat-x; 
    height: 116px;
    float: left;
    padding: 10px 10px 0 10px; 
}


.box p, .box2 p 
{
    font-size: 10px; 
}

/* Survey */

.survey p
{
    font-size: 11px;
}

.survey h3
{
    color: #000;
    padding: 0 0 3px 0;
    margin: 5px 0 0 0;
    letter-spacing: -1px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #96ba74;
}

.surveyNextBtn, .surveyBackBtn, .surveySubmitBtn
{
    background: url(images/surveyButton.gif) no-repeat right top;
    width: 52px;
}

.surveyNextBtn:hover, .surveyBackBtn:hover, .surveySubmitBtn:hover
{
    background: url(images/surveyButtonHover.gif) no-repeat right top;
}


.surveyNextBtn, .surveyBackBtn, .surveySubmitBtn
{
    margin: 10px 10px 0 0;
    float: left;
}

.surveyNextBtn a, .surveyBackBtn a, .surveySubmitBtn a
{
    font-weight: bold;
    padding: 3px 0px 3px 3px;
    background: url(images/surveyButton.gif) no-repeat left top;
    font-size: 12px;
    width: 45px;
    text-align: center;
    color: #000000;
    display: block;
}

.surveyNextBtn a:hover, .surveyBackBtn a:hover, .surveySubmitBtn a:hover
{
    background: url(images/surveyButtonHover.gif) no-repeat left top;
    color: #C53E01;
}

.surveySubmitBtn a
{
    width: 85px;
}

.surveySubmitBtn
{
    width: 90px;
}

.labelLine
{
    margin-bottom: 10px;
}

.labelLine label
{
    font-weight: bold;
    color: #444444;
    margin: 20px 0 5px 0;
    padding: 0px;
    font-size: 13px;
    float: left;
}

.survey .required
{
    float: left;
    font-size: 10px;
    color: Red;
    margin: 20px 0 0 10px;
}

span.mcss_checkbox_horizontal, span.mcss_checkbox_vertical, span.mcms_checkbox_horizontal, span.mcms_checkbox_vertical
{
    display: block;
}

span.mcss_checkbox_horizontal label, span.mcss_checkbox_vertical label, span.mcms_checkbox_horizontal label, span.mcms_checkbox_vertical label, span.mcss_checkbox_horizontal input, span.mcss_checkbox_vertical input, span.mcms_checkbox_horizontal input, span.mcms_checkbox_vertical input
{
    float: none;
    display: inline;
    margin-right: 5px;
}

span.mcss_checkbox_vertical input
{
    margin-bottom: 15px;
}

span.mcss_checkbox_horizontal label, span.mcss_checkbox_vertical label, span.mcms_checkbox_horizontal label, span.mcms_checkbox_vertical label, select
{
    font-size: 11px;
    font-weight: normal;
}

span.mcss_checkbox_horizontal label
{
    margin-right: 15px;
}

div.labelLine
{
    display: inline-block;
}

select, input, textarea
{
    display: block;
}

#surveyDIV p
{
    margin: 0px;
    padding: 0px;
    position: relative;
}

/* Rates */

#rates .spaceTD 
{
    display:table-cell;
    height:40px;
}

 
#rates .column1, #rates .column2, #rates .column3 

{
    display:table-cell;
    text-align:center;
    border-bottom:1px solid #cccccc;
}

#rates .column1 

{
 width:225px;   
 border-right:1px solid #cccccc;
 padding:8px 0px 8px 5px;
 text-align:left;
 vertical-align:top;
}

#rates .column2 
{
   width:150px;
   padding:8px 0px 8px 0px;
   border-right:1px solid #cccccc;
}

#rates .column3
{
    width:150px;
    padding:8px 0px 8px 0px;
}

 

#rates h3 
{
    padding-bottom:10px;
}
 

#rates .title 
{
    color:#777777;
    padding:5px 0px 5px 0px;
    border:none;
    border-bottom:1px solid #777777;
    vertical-align:middle;
    font-size:14px;
}

 

#rates tr.altRow 
{
    background-color:#96ba74;
}

#rates .tier 
{
    font-weight:bold; 
    border-top:6px solid #000;
    border-bottom:none;
    display:table-cell;
    padding:5px 0 0 5px;
    background:url('images/ratesTierBG.jpg')top left repeat-x;
}

 

.ui-tabs-hide { display: none; }

 

#rates ul 
{
    padding:0px;
    height:20px;
    margin-bottom:20px;
    border-bottom:1px solid #000;
}

 

#rates ul li 
{
    font-size:12px;
    display:block;
    float:left;
    display:inline;
    margin-right:5px;
    padding:3px 0px 2px 4px;
    background:url('images/ratesTab.jpg') left top no-repeat;
}
 

#rates ul li:hover, #rates ul li.ui-tabs-selected 
{
    background:url('images/ratesTab_over.jpg') left top no-repeat;
}

#rates ul li a:hover, #rates li.ui-tabs-selected a 
{
    background:url('images/ratesTab_over.jpg') right top no-repeat;
}
 

#rates li.ui-tabs-selected a
{
    font-weight:bold;
    color:#000000;
}

#rates ul li a 
{
  background:url('images/ratesTab.jpg') right top no-repeat;
  padding:3px 6px 2px 3px;
}

 

#rates #disclaimer 
{
    font-size:11px;
    color:#777777;
}


small 

{
    font-size:11px;
    color:#666666;
}


#imageData #caption 
{
    font-weight: normal;
}

/*** Banners ***/

.banner 
{
    margin: 5px 0px 5px 7px;
}

/***** Community Links ******/

 .links p
   {
     font-size: 12px;
     margin: 0;
     border: 1px solid #ffffff;
     padding: 0;
     background: #96ba74;
   }
        .links p:hover
        {
            border: 1px dotted #777777;
        }
        .links a
        {
            display: block;
            padding: 5px 0 5px 5px;
        }
        .links .odd
        {
            background-color: #f2f2f2;
        }
        .links a:hover
        {
            color: #efa51c;
        }
        .links .linkTitle, .links .linkTitle:hover
        {
            color: #000;
            text-decoration: none;
        }
        #screenshot
        {
            position: absolute;
            border: 1px solid #ccc;
            background: #000;
            padding: 5px;
            display: none;
            color: #fff;
            font-size: 10px;
        }
        #screenshot img
        {
            padding-bottom: 5px;
        }

/**** Vitural Earth Map ****/
.VEAPI_Pushpin
{ 
    text-decoration: none;
}
 
.pinStyle1 
{
    position:relative; 
    background:url(images/pin1.gif) no-repeat 0 0; 
    height:30px; 
    width:25px; 
    top:-15px; 
    color:#fff; 
    text-align:center; 
    font: bold 12px Arial; 
    cursor: pointer;
}

.pinStyle1 .text 
{
    position: relative; 
    top: 2px;
}

.map 
{
   position:relative;
   width:650px;
   height:400px;
   margin: 0 auto;
   border: 1px solid #787e94;

}

#news p
{
    padding:5px 0 5px 10px;
    margin:0 0 10px 0;
}

#news p.odd 
{
    background-color:#f1f1f1;
}

/**** Media Release *****/

#media_releases h1 
{
    display: none;
    visibility: hidden;
}

#media_releasesFP 
{
    background: #d2dbec;
    padding: 10px; 
}

#media_releasesFP p 
{
    border-bottom: 1px solid #fff;
    padding: 5px 0 10px 0;
}

#media_releasesFP strong 
{
    color: #1c2949;

}

#media_releasesFP a 
{
    text-decoration: none;


    
}
#media_releasesFP #press_link
{
    padding: 5px 0;
}
#media_releasesFP h3 
{
        
}
.odd 
{
    background: #f6f6f6;
    margin: 0 0 8px 0;
}

#years 
{
    background: url(images/table-bar.jpg) repeat-x;
    height: 18px;
    padding: 2px;
    color: #fff;
    margin: 4px 0 -15px 0;
}

#years a
{
    color: #fff;
}

/**************** Accordion*********************/

#accordion
{
width: 650px;
border-bottom: solid 1px #c4c4c4;
margin: 0 auto;
padding: 0;
text-indent: 0;
         
}
#accordion a.head
{
background: #636363 url(images/collapsed.gif) no-repeat right;
border: 1px solid #000;
color: #fff;
cursor: pointer;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
font-size:16px;
margin: 0;
padding: 7px 20px 15px 10px;
text-decoration: none;
text-indent: 0px;
}

#accordion a.head:hover
{
background-color: #fff;
color: #000;
}

#accordion a.selected
{
background-image: url(images/expanded.gif);
}

#accordion a.current
{
    background-color: #FFFF99;
}

#accordion-home
{
width: 230px;
margin: 0 0 0 20px;
padding: 0;
text-indent: 0;
         
}
#accordion-home a.head
{
background: url(images/collapsed.gif) no-repeat right;
border-bottom: 1px solid #f6cf7a;
color: #000;
cursor: pointer;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
font-size:14px;
margin: 0;
padding: 3px 20px 7px 10px;
text-decoration: none;
text-indent: 0px;
}

#accordion-home a.head:hover
{
color: #636363;
}

#accordion-home a.selected
{
background-image: url(images/expanded.gif);
}

#accordion-home a.current
{
    background-color: #FFFF99;
}	
	
#dhtmltooltip
{
    color: #000000;
    position: absolute;
    text-align: justify;
    width: 100px;
    font-size: 11px;
    border: 1px solid black;
    padding: 3px;
    background: #ffffcc;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#accordion h3 
{
    margin:4px 0 8px 0;
}

