/* Start of CMSMS style sheet 'New' */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

body { text-align: left; background: url(/images/theme/header_menu_bg.jpg) repeat-x top left; }

a { color: #0D72B2; }

#content { margin-top: 0px; }

.wrapped {
  width: 930px;
  /*margin: auto;*/ /* align left */
  text-align: left;
  font-family: Arial, Helvetica;
  font-size: 14px;
  position: relative;
}

#top_wrapped {
  background: url(/images/theme/bulb_top.jpg) bottom right no-repeat;
  z-index: 2;
}

#footer {
   background: url(/images/theme/footer_bg.jpg) repeat-x top left;
   height: 142px;
   color: #eee;
   font-family: Georgia;
}

#footer .wrapped {
  position: relative;
  height: 140px; 
  background: url(images/theme/bulb_bottom.gif) no-repeat scroll 740px 5px;
}

#footer_left {
   position: absolute; 
   left: 150px;
   top: 30px;
   text-align: right;
}

#footer_right { 
   padding-left: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-left: 2px dotted #415B6E;
   position: absolute; 
   left: 395px;
   top: 20px;
   text-transform: uppercase;
}

#footer_copy {
   left:310px;
   position:absolute;
   top:100px;
}

#header {
   height: 104px;   
   position: relative; 
   color: #eee;
   font-family: Georgia; 
   padding-left: 5px; /* align left */    
}

#header_left {
   text-transform: uppercase;
   width: 515px;
   position: relative;
   padding-top: 20px;
}

#header_left span {
  display: block;
  font-size: 11px;
  padding: 2px;
  width: 230px;
}

#header_left span.name {
  font-size: 18px;
}

#header_left div {
   position: absolute; 
   right: 0;
   top: 20px;
   width: 250px;
   padding-left: 15px;
   border-left: 2px dotted #415B6E;
   padding-top: 10px;
   padding-bottom: 10px;
}

#header_right {
   position: absolute;
   right: 0;
   top: 0;
   padding-top: 20px;
   text-align: right;
}

#header_right a { color: #eee; display: inline; }

#header_right span {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom:3px;
  text-align:right;
}

#main { padding-bottom: 100px; }

#menu { position: relative; padding-left: 5px; } /* align left */

#search { position: absolute; right: 10px; top: 10px; }
#search label { display: none; }
#search INPUT.submit, #search input[type="submit"] { 
   border: 0;
   background: url(/images/theme/search_button.png) no-repeat left top;
   width: 63px;
   height: 24px;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
}

#search .submit {
   border: 0;
   background: url(/images/theme/search_button.png) no-repeat left top;
   width: 63px;
   height: 24px;
   cursor: pointer; /* hand-shaped cursor */
   cursor: hand; /* for IE 5.x */
}

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* The wrapper clears the floating elements of the menu */

.clearb { clear: both; }

#menuwrapper { 
   height: 46px;
}

#primary-nav { 
   margin: 0;
}

#primary-nav ul { 
   display: none;
   font-size: 12px;
   margin-top: 9px; 
   position: absolute; 
}

#primary-nav li li { 
   width: 200px; 
}

#primary-nav ul ul { 
   left: 100%; 
   top: 0;
   margin: 0;
}
	
#primary-nav li { 
   float: left; 
   height: 46px;
}

#primary-nav li li { 
   margin-top: -1px;
   float: none; 
   position: relative; 
   height: auto;
   background: #cfdbe3;
   border: 1px solid #172D3B;
   padding: 7px;
}

#primary-nav a { 
   display: block; 
   margin: 0; 
   padding: 5px 15px; 
   text-decoration: none; 
   color: #006699;
}

#primary-nav li a { 
  color:  #afb6bb;
  font-weight: bold;
  margin-top: 12px;
}

#primary-nav li li a { 
   color: #223d51;
   display: inline;
   margin 0; 
   padding: 0;
   font-weight: bold;
}	

#primary-nav li:hover, #primary-nav li.menuactive { 
  background: url(/images/theme/menu_item_bg.png) top left repeat-x;  
}

#primary-nav li li, #primary-nav li li:hover, #primary-nav li li.menuactive {
  background: #cfdbe3;
}

#primary-nav li.menuactive a, #primary-nav li:hover a {
    color: #223d51;
}

#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}

/* IE Hacks */

#primary-nav li li { 
   float: left; 
   clear: both;   
}

#primary-nav li li a { 
   height: 1%; 
}

/* END LISTS */

#home_splash .wrapped {}

#home_splash { height: 200px; background: #d0dce4; position: relative; }

#home_splash #splash_content { 
  color:#223D51;
  font-size:14px;
  left:30px;
  line-height:22px;
  position:absolute;
  top:15px;
  width:430px;
}

#home_splash #splash_content p {   margin-bottom: 15px; }

#home_splash #home_call {  
  position:absolute;
  right:15px;
  top:30px;
  width:240px;
  color: #6d5f4f;
  text-align: center;
  font-family: Georgia;
  font-weight: bold;
}

#home_splash #home_call p {  
  background:#E8EEF2 none repeat scroll 0% 0%;
  border:3px solid #C1D0DB;
  padding:5px 10px;
}

#home_splash #home_call p b {
  color: #223D51;
  font-size: 30px; 
  line-height: 40px;
  font-weight: normal;
  font-family: Arial, Helvetica;
}

#home_splash #home_call p span { display: block; }


#home_splash #live_chat_link {
  background: url(/images/theme/balloon.png) left center no-repeat;
  color: #223D51;
  display: block;
  font-size: 16px;
  height: 42px;
  line-height: 26px;
  text-decoration: none;
  width: 170px;
  margin: auto;
  margin-top: 10px;
}

#home_splash #live_chat_link span { 
  display:block;
  line-height:20px;
  margin-left:30px;
  text-align:center;
}

#home_content {
  border-top: 1px solid #D0DCE4;
  margin-top: 2px; 
  font-family: Arial, Helvetica;
  padding-top: 20px;
  font-size: 12px;
}

#home_content div h2 {
  color: #223D51;
  font-size: 20px;
  font-family: Georgia;
}

#home_content  {
  color: #555;
  position: relative;
}

#home_content ul {
  margin-top: 10px;
  margin-left: 10px;
}

#home_content ul li { background: url(/images/theme/arrow_right.png) no-repeat top left; margin-bottom: 9px; padding-left: 25px; line-height: 18px; }

#home_content #member { left:340px; position:absolute; top:0px; width:275px; }

#home_content #news { position: absolute; top: 0px; left: 640px; width: 275px; }


#home_content #offering {
  width: 280px;
  margin-left: 10px;
}


#header_print { background: #D0DCE4; position: relative; text-align: left; }
#header_print a { position: absolute; right: 10px; top: 15px; }
#header_print h2 { font-family: Georgia; font-size: 25px; color: #223D51; text-align: left; margin: 0; padding: 10px; padding-left: 210px; }


#menu_vert { float: left; width: 200px; background: url(/images/theme/sidebar_bg.gif) top left repeat-x; height: 400px; position: relative; }
#page #main { float: right; width: 700px; padding-right: 10px; padding-bottom: 10px; position: relative; font-size: 12px; color: #666; line-height: 20px; }
#page #footer { clear: both; }

#menu_vert ul { margin-top: 10px; }
#menu_vert ul li { text-align: right; padding: 8px; padding-right: 30px; padding-left: 0; font-size: 12px; }
#menu_vert ul li:hover { background: url(/images/theme/sidebar_active_bg.png) top right repeat-y; }

#menu_vert ul li a { color: #223D51; text-decoration: none; }

#page #main h3 { font-size: 20px; color: #223D51; padding: 10px 0px; text-decoration: none; line-height: 30px; }
#page #main a { color: #0d72b2; }
#page .gotop { position: absolute; right: 10px; bottom: 15px; }
#page .contextualnavigation { margin-top: 30px; }
#page #main p { padding-bottom:15px; }

#page #menu_vert #live_chat_link {
  background: url(/images/theme/balloon_white.gif) left center no-repeat;
  color: #223D51;
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  text-decoration: none;
  width:120px;
  margin-top: 20px;
  position: absolute; 
  right: 20px;
}
#page #menu_vert #live_chat_link span { margin-left: 40px; text-align: left; }

#page #main img { padding: 7px; }
/* End of 'New' */

