@CHARSET "ISO-8859-1";

html
{
	overflow: -moz-scrollbars-vertical; /* force vertical scroll bar to show */
}
/* show scrollbars all the time */
html { overflow-y: scroll; height: 100%; }	
img
{
	behavior: url("/support/pngbehavior/pngbehavior.htc"); /* IE 5.5+ png hack */
	border: 0;
	vertical-align: text-bottom;
}  

body
{
	font-family: helvetica,sans-serif;
	/* font-size: .75em; */
	font-size: 12px;
	text-align: center;	/* centers content in IE */
	background: url(../images/page_bg.gif) repeat-x bottom left;
	background-color: #535353;
	background-attachment: fixed;
	border: 0;
	line-height: 14px;	
	color: #333333;
}

a
{
 outline: none;
}
a { color: #052d75;}
a:hover { color: #94b6d1;}

ul.sitemap li, ul.sitemap li ul li { list-style: none; line-height: 1.7em; font-weight: bold;}
 
#container
{
	width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	position: relative;
}
.home {
	float: left; 
	width:900px; 
	height:90px;
	border-bottom: 1px solid black;
	}
.home img { 
	width:900px; 
	height:90px;
}
	
.nav1 ul {
	margin: -29px 0 0 190px;
	padding: 0px;
	float: left;
	font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	width: 900px;
	background: transparent;

list-style: none;
	/* for new homepage */
	z-index: 10;
	color:white
}

.nav2 ul {
	margin: 0;
	padding: 0;
	/*padding-left: 0px;*/
	float: left;
	/*font-family: century gothic;*/
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	width: 774px;
	background-color: #04365E;
	
	list-style: none;
	/* for new homepage */
	z-index: 10;

}

.nav2 ul{
	background-color: #94B6D1;
	width:100%;
	background: transparent url(../images/menuDropShadow.gif) repeat-x;	
}


.nav1 a, .nav2 a
{
	display: block;
}
.nav1 li, .nav2 li
{
	float: left;
}
.nav1 ul li ul
{
	width: 14em;
	padding: 0;
	margin: 0;
}
.nav1 ul li ul.services
{
	width: 17em;
	padding: 0;
	margin: 0;	
}

.nav1 ul li ul li a
{
	background-image: none;		
	
}

.nav1 ul li ul {
	width:160px;
	background: transparent url(../images/roundedcorners.png) bottom right no-repeat;
}
.nav1 ul li ul li
{		
	width: 160px;
	height:100%;
	color:#ffffff;
}
/*	
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: white;
	
}*/

.nav1 ul li ul li a:visited, .nav1 ul li ul li a.last:visited
{
	color: #ffffff;
}

.nav1 ul li ul li a:hover{
	color: #003d73;
	background:transparent url(../images/menu-bullet.png) no-repeat;
	background-position: center left;
}

.nav1 ul li a
{
	color: #ffffff;	
	padding: 7px 10px 7px 10px; /* centers text in middle */
	text-decoration: none;	
}

#shopItem {
	background-color: #00a65d;
}
#shopItem a:hover {
	background-color: #048304;
}

.nav2 ul li a
{
	color: #FFFFFF;	
	padding: 7px 12px; /* centers text in middle */
	text-decoration: none;
	background: transparent url(../images/vertical.gif) center right no-repeat;		
}

.nav1 ul li a:visited, .nav1 ul li a.last:visited
{
	color: #ffffff;
}

.nav1 ul li a:hover, .nav1 ul li a.active{
	color: #ffffff;
	background: #6799ce url(../images/nav1_bg.gif) repeat-x;
}

.firstChoice {
	background: transparent url(../images/firstChoiceBG.png) top right no-repeat;
	width:160px;
}
.midChoice {
	width:160px;
	background-color: #6799ce;
}
.nav2 ul li a:hover,.nav2 ul li a.last:hover{
	color: #05365E;
	text-decoration: none;
}

.nav2 ul li a.selected
{
	color: #05365E;
}

.nav1 ul li a.last, .nav2 ul li a.last
{
	background: none;
}


.nav1 li ul
{
	position: absolute;
	width: 12em;
	left: -999em;	
}
.nav1 li:hover ul
{
	left:auto;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}

#homeIconItem {
	background: transparent url(../images/houseCold-2.gif) center no-repeat;
}

#homeIconItemOnHomePage {
	background: transparent url(../images/houseHot-2.gif) center no-repeat;
}
#homeIconItemOnHomePage a {
	visibility: hidden;
}
#homeIconItem a:hover {
	background: transparent url(../images/houseHot-2.gif) center no-repeat;
}

.nav3
{
	float:left;
	background-color: #F1EBDD;
	border:1px solid #94B6D1;
	padding: 5px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
}
	
.nav3 a
{
	text-decoration: none;
	color: white;
}

.nav3 a.selected
{
	color: #05365E;
}

.nav3 ul
{
	margin: 0;
	padding: 6px 10px;	
	list-style: none;
	background-color: #94B6D1;
	border:1px solid #03375C;			
}

.nav3 ul li a:hover, .nav3 ul li a.last:hover{
	color: #05365E;		
}

.nav3 ul span
{	
	margin-right: 4px;
	visibility: hidden;
}

.nav3 ul span.selected
{	
	visibility: visible;
}

.nav3 li
{
	padding: 4px 0px;
}
/* end navigation area */


.tree
{
	width: 185px;
	* width: 195px;
}

.tree ul li ul
{
	display: none;
	color: white;	
	list-style: disc;
	list-style-position: inherit;
	border: 0;
	margin-left: 10px;
}

.tree ul li ul.selected
{
	display: block;
}

.tree li.selected  
{
	color: #05365E;
}


/* store button on main navigation area */
.store
{
	float: right;
	height: 120px;
	position: absolute;
	top: 77px;
	right: 0px;
	/* code out for now 
 	*top: 74px; // ie hack  */
}

.store a.rollover
{
	display:block;
	width:126px;
	height:36px;
	background: url(../images/store_btn.png) 0 0 no-repeat;
	text-decoration: none;	
}
.store a:hover.rollover
{
	background-position: -126px 0;
}


/* clear and fixes */
.clearAll
{
	clear: both;
	margin: 0;
	padding: 0;	
}
.clear {
	clear: both;
	height: 0px;
	line-height: 1px;
	}
	
/* main content containers */
#content_wrapper { width: 900px; background-color: #fff;}	
#content, #press
{
	font-family: verdana;
	font-size: 12px;
	border: 0;	
	float: left;
	background-color: white;
	padding: 5px;
	padding-left: 10px;
	* padding-top: 10px; /* used to have 20px; */
	 
	width: 635px;
	*width: 650px; /* hack for width issue in IE box model */
}
  #content .press { width: 630px; }

#press
{
	width: 885px;
	* width: 900px;
	margin: 0;	
	padding-bottom: 10px;
}

.theArticle
{
	margin-left: 210px;
	* margin-left: 205px;
	margin-right: 10px;
}

.ads
{
	float: right;
	background-color: #D1DFEA;
	width: 250px;
	margin: 0 auto; /* centers in mozilla */	
	text-align: center;
	padding-top: 10px;		
}

.homeAds {
	float: right;
	width: 242px;
	margin: 0 auto; /* centers in mozilla */	
	padding:0;
	text-align: center;
}

#beliefs
{
	border-top: 1px solid black;
	clear: both;
}

/* new homepage 11/10/08 button links and container info */
#thanks_container { position: absolute; display: block; z-index: 0;}

/* position elements within parent container */
#thankyouimg { 
	position: relative;
	top: 0;
	left: 0;
	width: 658px;
	height: 405px;
	z-index: 5;
}
#buttonsGoTo {
	background: url(../images/buttonsGoTo.png) top left no-repeat;
	width: 310px;
	height: 101px;
	position: relative;
	bottom: 102;
	left: 348;
	z-index: 15;
	text-align: left;
}

  /* links in this container */
  #buttonsGoTo .readMore, #buttonsGoTo .discuss { 
    display: block;
  	list-style-type: none;
	/* reset ul margins and padding */
	padding:0;
	margin: 0;
	}
	
  /* buttons div to float left */
  .btncols { width: 145px; float: left;}
    
	.btncols .readMore { margin-top: 30px;}
	
	.btncols .discuss { margin-top: 10px;}
  
  ul.readMore li.goTo a, ul.discuss li.goTo a {
	display: block;
	text-decoration: none;
	color: #edffd5;
	font-weight: bold;
  }
   ul.readMore li.goTo a:hover, ul.discuss li.goTo a:hover { color: #ffe84f;}
   
   /* arrow background image for button links */
	  #buttonsGoTo .readMore a { 
		background: url(../images/arrow.png) left no-repeat;
		padding: 0 0 0 25px;
		margin: 30px 0 0 30px;
		display: block;
	}
	
	  #buttonsGoTo .discuss a { 
		background: url(../images/arrow.png) left no-repeat;
		padding: 0 0 0 25px;
		margin: 10px 0 0 30px;
		display: block;
	}
	  /* hover state for arrow image */
	  #buttonsGoTo .readMore a:hover, #buttonsGoTo .discuss a:hover { background: url(../images/arrow_hover.png) left no-repeat; }
  
/* footer information */
.footer
{
	background-color: #00599d;	
	clear: both;
	height: 30px;
}
.footer table
{
	font-size: 90%;
	color: white;		
}
.footer li.company
{
	padding-right: 20px;
}

/* footer navigation */
.footer ul
{
	margin-top: 5px;
}
.footer ul li
{
	display: inline;
	padding: 5px 5px;
}
.footer ul li a
{
	text-decoration: underline;
	background-color: transparent;
	color: white;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: white;
	padding-right: 10px;	
}

.footer ul li a.last
{
	border: none;	
}

/* images information */
.mugshot
{
	float: right;
	padding-left: 5px;
	*padding-left: 0px;
	padding-bottom: 5px;
}
.mugshot div
{
	background-color: black;
	color:white;
	text-align: center;
	margin-top:1px;
	padding: 2px;
}

h1, .ie_h1
{
	color: #0A3558;
	font-size: 20px;
	background-color: transparent;
	padding-bottom: 5px;
	padding-top: 2px;
	* padding-bottom: 0px;
	* padding-top: 0px;
	line-height: 1.3em;
}

.ie_h1
{
	* padding-top: 10px;
}


h3
{
	color: #0A3558;
	font-size: 14px;
	font-weight: bold;
}


.nav2 a.noop, .nav1 ul li ul li a.noop
{
	color: red;
}

.contact_us, .contact_us td
{
	color: #2E3337;
	font-weight: bold;	
}

.contact_us td
{
	font-size: .60em;
}

.captcha_input,.contact_us textarea
{
	border:1px solid #000000;
}

.captcha a.rollover
{
	display:block;
	width:84px;
	height:17px;
	background: url(../images/regenerate_btn.png) 0 0 no-repeat;
	text-decoration: none;	
	float: right;
	margin-top: 10px;		
}

.captcha a:hover.rollover
{
	background-position: -84px 0;
}

/*.book
	{
		border:1px solid #94B6D1;
	}
*/	
.book .title
{
	color: #6990AD;
	font-weight: bold;			
}

.book .bookImg
{
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;	
	*padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
}

.book .buy_now
{
	padding-top: 10px;
	padding-bottom: 5px;	
}

.buy_now a
{
	padding-right: 7px;	
}

hr
{
	clear:right;
	width: 100%;
	color: #6990AD;
	background-color: #6990AD; 	
	height: 1px;
	border: 0;
}

.icon
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

#newsletter
{
	padding-top: 15px;	
	* float: left;
}

#newsletter td
{
	text-align: right;
}

#newsletter td.label
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 10px;
	* padding-right: 0px;
}

#newsletter .newsTable
{
	width: 250px;
}
	

#newsletter input.text, select, td input.text
{
	border: 1px solid #04365E;
	width: 100%;
}	

#newsletter .privacyFooter 
{
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
}

.photos td
{
	color:#333333;
	line-height:17px;
	font-family:Arial,Helvetica,sans-serif;	
	font-size:12px;
	font-weight:bold;
	padding-left: 15px;
}

.photos td img
{
	padding: 10px 0px;
}
.photos td a
{
	font-size:10px;	
}

.submit
{
	display:block;
	width:54px;
	height:17px;
	background: url(../images/submit_btn.png) 0 0 no-repeat;
	text-decoration: none;	
}
.submit:hover
{
	background-position: -54px 0;
}

.tooltip
{
	width: 200px; 
	color:#000;
	text-decoration:none;
	text-align:center;
}

.tooltip span.top
{
	padding: 30px 8px 0;
    background: url(../images/bt.gif) no-repeat top
}

.tooltip b.bottom
{	
	padding:3px 8px 6px;
	color: #548912;
    background: url(../images/bt.gif) no-repeat bottom
}

.sharing
{	
	padding: 0;
	margin: 0;
	padding-top: 3px;
	* padding-top: 0px;
}

.print
{
	display: none;	
}


#headBanner
{
	text-align: center;
	margin: 0 auto;	
}
#headBanner img
{
	border:1px solid black;
	margin-bottom: 10px; 
}

.theArticle	h1, .theArticle	h2, .theArticle	h3 {
	  margin:1em 0 .5em;
	  font-family:Georgia,Serif;
	  font-weight:normal;
	  color: #0A3558;
	  }
	.theArticle	h1 {
	  margin-top:.5em;
	  font-size:180%;
	  line-height: 5px;
	  * line-height: 12px;
	  }
	.theArticle	h2 {
	  font-size:140%;
	  }
	.theArticle	h3 {
	  font-size:125%;
	  }	
	 .periodical
	 {
	 	font-style:italic;
	 	font-weight: bold;
	 }	 

