@charset "UTF-8";
/* CSS Document */

/* clear universal margin/padding for all browsers ken*/
* { margin: 0; 	padding: 0; }

img{border:0px; text-decoration:none;}
	
#cookieCrumb{
	font-size:8pt;
	padding-top:40px;
	margin-bottom:15px;
	color:#6f7856;
}

#cookieCrumb a:link, a:visited, a:active{
	color:#6f7856;
}

.noTopMargin{
	margin-top:0px;
}

.roundCorners{
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius:4px;
}
			
/*----------------------------------------------

Tables

----------------------------------------------*/
table{
	display:table;
	padding:2px;
	margin:2px;
	border-style:0px;
	border:0px;
	border-collapse:collapse;
	}
	
tr {
	display:table-row;
	padding:0px;
	margin:0px;
	}
	
thead{
	display:table-header-group;
	background-color:#b8b47f;
	padding:0px;
	margin:0px; 
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	}
	
tbody{
	display:table-row-group;
	padding:0px;
	margin:0px;
	}
	
tfoot{
	display:table-footer-group;
	padding:0px;
	margin:0px;
	}
	
col{
	display:table-column;
	padding:0px;
	margin:0px;
	}
	
colgroup{
	display:table-column-group;
	padding:0px;
	margin:0px;
	}
	
td{
	display:table-cell;
	padding:4px; margin:0; 
	font-size:1em;
	}
	
th{
	display:table-cell;
	padding:4px;
	margin:0;
	font-size:1em;
	}
	
caption{
	display:table-caption;
	padding:0px; 
	margin:0px;
	}

.nopaddingmargin{
	padding:0px;
	margin:0px;
	}

.nopaddingmargin td{
	padding:0px;
	margin:0px;
	}

.nopaddingmargin th{
	padding:0px;
	margin:0px;
	}

.border{
	border:solid #000000 1px;
	border-collapse:collapse;
	}
	
.border td{
	border:solid #000000 1px;
	}
	
.border th{
	border:solid #000000 1px;
	}

.topalign td, th{
	vertical-align:top;
	}

.noborder{
	border:0px;
	}
	
.noborder td{
	border:0px;
	}
	
.noborder th{
	border:0px;
	}

.evenrow{
	background-color:#e0d9c8;
	}
	
.oddrow{
	background-color:#ffffff;
	}
	
.hoverrow{
	background-color:#E8E8E8;
	}
	
	
/*----------------------------------------------
Clearing floats hack
----------------------------------------------*/
.clearhack:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearhack {display: inline-block;}

/* Hides from IE-mac \*/	
* html .clearhack {
	height:1%;
	}
.clearhack {display: block;}




body {
	background-image: url('/images/header_top.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 25pt;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11.5pt;
	line-height: 16pt;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}

h2 a:link, h2 a:visited{
	text-decoration:none;
	color:#666666;
}
	
h2 a:hover, h2 a:active{
	text-decoration:underline;
	color:#666666;
}

.largeBodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
}
.sub-sub-head {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 8pt;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.rightHead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
	line-height: 16pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #284a51;
	letter-spacing: 0px;
	font-style:normal;
	margin-top: 12px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	color: #666666;
	font-weight: normal;
	margin-top: 10px;
}

.rightHead a:link,
.rightHead a:visited{
	color: #284a51;
	text-decoration:none;
	font-style:normal;
}

.rightHead a:hover,
.rightHead a:active{
	color: #284a51;
	font-style:normal;
	text-decoration:underline;
}


.rightSub-Head {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
	font-weight: normal;
	color: #666666;
	padding-top:6px; /* added by ken */
}
.quote {
	clear: none;
	padding-right: 50px;
	float: none;
	width: auto;
	padding-top: 30px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
}

p a:link, p a:visited{
	text-decoration:none;
	color:#6c2807;
	font-style:italic;
}

p a:hover, p a:active{
	text-decoration:underline;
	color:#6c2807;
	font-style:italic;
}

div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
}

div a:link, div a:visited{
	text-decoration:none;
	color:#6c2807;
}

div a:hover, div a:active{
	text-decoration:underline;
	color:#6c2807;
}

.homeLeft {
	float: left;
	width: 468px;
	margin-top: 20px;
	padding-right: 0px;
	margin-bottom: 15px;
}
.homeRight {
	float: right;
	width: 412px;
	margin-top: 43px;
	padding-right: 0px;
	margin-bottom: 15px;
}
.homeLower {
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	clear: both;
	padding:5px;
	border:1px dotted #c1c1c1;
}
.homeLeftCol {
	text-align: left;
	float: left;
	width: 270px;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: middle;
}
.homeCenterCol {
	text-align: left;
	float: left;
	width: 270px;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: middle;
}
.homeRightCol {
	text-align: left;
	float: right;
	width: 270px;
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: middle;
	padding-top:14px;
*padding-top:24px;
}
p.largeBodyText {
	margin-top: 0px;
}
.browseTable {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #28505a;
}

.browseTable td a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #28505a;
	text-decoration:none;
}

.browseTable td a:hover{
	text-decoration:underline;
}

.navContainer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: auto;
	clear: both;
	float: left;
	display: block;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index:99;
}

.navLeft {
	clear: none;
	float: left;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:650px;
}

.navRight {
	clear: none;
	float: right;
	display: block;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.readMore a:link,
.readMore a:visited{
	color:#9baab7;
	text-decoration:none;
}

.readMore a:hover,
.readMore a:active{
	color:#9baab7;
	text-decoration:underline;
}

.rightNav a{
	text-decoration: none;
}
#leftSide {
	float: left;
	width: 642px;
}
#rightSideBorder {
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
#rightSide {
	float: right;
	width: 226px;
	padding-top: 44px;
	padding-left: 0px;
}
.leftText_aof {
	float: left;
	width: 270px;
	margin-top: 0px; /* -16px ken*/
	clear: left;
}
.rightImage_aof {
	float: left;
	width: 316px;
	margin-top: 10px; /* -8px ken*/
	margin-left: 20px;
	clear: right;
}
.rightFlash_aof {
	float: left;
	width: 316px;
	margin-top: 1px; /* -23px ken*/
	margin-left: 20px;
	clear: right;
}
.footerLeft {
	clear: none;
	height: 20px;
	width: 600px;
	padding-top: 30px;
	float: left;
	text-align: left;
	margin-bottom: 0px;
}
.footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.footerRight {
	clear: none;
	height: 20px;
	width: 300px;
	padding-top: 33px;
	float: right;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	letter-spacing: 1pt;
	margin-bottom: 0px;
}

.footerRight a:link,
.footerRight a:visited{
	color: #999999;
	text-decoration:none;
}

.footerRight a:hover,
.footerRight a:active{
	color: #999999;
	text-decoration:underline;
}
.smText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	letter-spacing: 1pt;
	line-height: 14px;
}


/*** LEFT SIDE NAV STYLES ***/
/* Top menu items */
ul.nav {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	letter-spacing:1px;
}

ul.nav li {
	margin:0 0 0 0;
	padding:0;
	float:left;
	position:relative;
	width:130px;
}

ul.nav li a {
	display:block;
	margin:0;
	padding:4px 11px 4px 11px;
	text-decoration:none;
	background-color:#e4e2cf;
	color:#203f50;
	font-size:11px;
	font-weight:bold;
}

ul.nav li.active a {
	color:#fff;
	background:#000;
}

ul.nav li a:hover {
	background:#787878; /* Top menu items background colour */
	color:#fff;
}

ul.nav li:hover a,
ul.nav li.hover a { /* This line is required for IE 6 and below */
	background:#787878; /* Top menu items background colour */
	color:#fff;
}

/* Submenu items */
ul.nav ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	margin:0;
	left:0;
	float:left;
	list-style-type:none;
}

ul.nav ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}

ul.nav ul li a,
ul.nav li.active li a,
ul.nav li:hover ul li a,
ul.nav li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:10px;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#787878;
	color:#fff;
	line-height:1.4em; /* overwrite line-height value from top menu */
	float:left;
	width:100%;
}

ul.nav ul li a:hover,
ul.nav li.active ul li a:hover,
ul.nav li:hover ul li a:hover,
ul.nav li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#848484; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Make the sub menus appear on hover */
ul.nav li:hover ul,
ul.nav li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}


/*** RIGHT SIDE NAV STYLES ***/

ul.rightNav,
.rightNav ul {
/*Remove all spacings from the list items*/
	margin: 0;
	/*padding-top: 5px; ken*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
}
.homeBG {
	background-image: url('/images/homeBG.jpg');
	background-repeat: repeat-x;
}

ul.rightNav {
	display: table;
}
ul.rightNav > li {
	display:table-cell;
	position: relative;
	margin-left:0px;
	padding-left: 13px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}


/*** RIGHT SIDE NAV COLORS ***/

.rightNav {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

		
ul.rightNav li{
	font-size:11px;
	color: #6c2807;
	font-weight:bold;
	float:left;
}

ul.rightNav li a:link{
	color: #6c2807;
}

ul.rightNav li a:visited{
	color: #6c2807;
}

ul.rightNav li a:hover{
	color: #6c2807;
	text-decoration:underline;
}

ul.rightNav li:active
{
	color: #6c2807;
}
.bodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #333333;
}


/**Archive list styles **/

.archive {
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	list-style-type: none;
	font-size:15px;
	text-indent:20px;
	line-height:25px;
}

.archive a:link, .archive a:visited{
	text-decoration:none;
	color:#999999;
}

.archive a:hover, .archive a:active{
	text-decoration:none;
	color:#666666;
}


ul.archive,
.archive ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	cursor: default;
	list-style-type: none;
	display: block;
}


div#archiveDrop2012,
div#archiveDrop2011,
div#archiveDrop2010,
div#archiveDrop2009,
div#archiveDrop2008,
div#archiveDrop2007,
div#archiveDrop2006,
div#archiveDrop2005,
div#archiveDrop2004,
div#archiveDrop2003
{
  font-size:13px;
  padding-left:5px;
  line-height:18px;
  margin: -5px 10px 10px 10px;
  display: none;
}

div#jan2009,
div#feb2009,
div#mar2009,
div#apr2009,
div#may2009,
div#jun2009,
div#jul2009,
div#aug2009,
div#sep2009,
div#oct2009,
div#nov2009,
div#dec2009,
div#jan2010,
div#feb2010,
div#mar2010,
div#apr2010,
div#may2010,
div#jun2010,
div#jul2010,
div#aug2010,
div#sep2010,
div#oct2010,
div#nov2010,
div#dec2010,
div#jan2011,
div#feb2011,
div#mar2011,
div#apr2011,
div#may2011,
div#jun2011,
div#jul2011,
div#aug2011,
div#sep2011,
div#oct2011,
div#nov2011,
div#dec2011,
div#jan2012,
div#feb2012,
div#mar2012,
div#apr2012,
div#may2012,
div#jun2012,
div#jul2012,
div#aug2012,
div#sep2012,
div#oct2012,
div#nov2012,
div#dec2012
{
  font-size:12px;
  font-style:italic;
  text-decoration:underline;
  padding-left:10px;
  line-height:16px;
  margin: -5px 10px 5px 10px;
  display: none;
}




.articleTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 18pt;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1px;
}

.articleTitle a:link, .articleTitle a:visited{
	color:#666666;
	text-decoration:none;
}

.articleTitle a:hover, .articleTitle a:active{
	color:#666666;
	text-decoration:underline;
}

.special {
	background-image: url('/images/special_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}
.archiveArticles {
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	list-style-type: none;
	font-size:14px;
	text-indent:0px;
	line-height:18px; /* 17px ken*/
	margin-top: 8px;
}

.archiveArticles a:link, .archiveArticles a:visited{
	text-decoration:none;
	color:#999999;
}

.archiveArticles a:hover, .archiveArticles a:active{
	text-decoration:none;
	color:#666666;
}
.author {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9.5pt;
	line-height: 15pt;
	font-weight: normal;
	text-transform: none;
	color: #91a2a6;
	letter-spacing: 0px;
	font-style:normal;
}
.whatsNew {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: normal;
	color: #333333;
}

.whatsNew a:link, .whatsNew a:visited {
	font-size: 9pt;
	color:#333333;
	text-decoration:none;
}

.whatsNew a:hover, .whatsNew a:active {
	font-size: 9pt;
	color:#333333;
	text-decoration:underline;
}



/*----------------------------------------------
Press Release
----------------------------------------------*/
#press_release p, td, th, li, div, span{font-size:11pt;}

#press_release p{margin-bottom:20px;}

#press_release h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom:20px;
	}

#press_release h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height:11pt;
	font-weight: bold;
	color: #666666;
	letter-spacing:1px;
	padding-bottom:0px;
	margin-bottom:0px;
	}
	
#press_release p.headline{font-style:italic;}




/*-------------------------------------------------
Feature Box
--------------------------------------------------*/
.featureBox img{
	float:left;
	}
	
.featureBox div.quoteContainer{
	float:left;
	padding:0;
	margin:0;
	}
	
.featureBox div.quoteContainer div.quote{
	font-size:113%;
	line-height:133%;
	font-style:italic; 
	color:#a47a65;
	padding:0;
	margin:0;
	}
	
.featureBox div.quoteContainer div.person{
	color:#a47a65;
	text-align:right;
	}
	
.featureBox a{
	display:block;
	float:right;
	clear:right;
	background-color:#787878; 
	margin-top:0px; 
	margin-bottom:10px; 
	font-style:normal;
	color:#fff;
	text-align:center;
	}
	
.featureBox a:link, .featureBox a:active, .featureBox a:visited{
	font-style:normal;
	color:#fff;
	}
	
.featureBox a:hover{
	background-color:#848484;
	text-decoration:none;
	color:#fff;
	font-style:normal;
	}
	
	
	
/*-------------------------------------------------
Feature List
--------------------------------------------------*/
.featureList{
	font-size:9pt;
	}
	
.featureList div, p{
	font-size:9pt;
	}
	
.featureList .featureListItem{
	width:46%;
	float:left;
	margin-right:2%;
	}
	
.featureList .featureListItem h4{
	margin:0;
	padding:0;
	}
	
.featureList .featureListItem div{
	margin:0;
	padding:0;
	}
	
.featureList .featureListItem img{
	width:50px;
	height:50px;
	margin-right:5px;
	float:left;
	background-color:grey;
	cursor:hand;
	cursor:pointer;
	border:1px solid #d2d2d2;
	}
	
a.button{
	display:inline-block;
	background-color:#787878; 
	margin-top:0px; 
	margin-bottom:10px; 
	padding:5px;
	font-style:normal;
	color:#fff;
	border-left:2px solid #adadad;
	border-top:2px solid #adadad;
	border-right:2px solid #404040;
	border-bottom:2px solid #404040;
	}
	
a.button:link, a.button:active, a.button:visited{
	font-style:normal;
	color:#fff;
	}
	
a.button:hover{
	background-color:#848484;
	text-decoration:none;
	color:#fff;
	font-style:normal;
	border-left:2px solid #404040;
	border-top:2px solid #404040;
	border-right:2px solid #adadad;
	border-bottom:2px solid #adadad;
	}
	
	
a.yellowButton{
	display:inline-block;
	background-color:#eaae04;
	color:#fff;
	border:2px solid #a9aaaa;
	margin-top:0px; 
	margin-bottom:10px; 
	padding:5px;
	font-style:normal;
	font-size:103%;
}

a.yellowButton:link, a.yellowButton:active, a.yellowButton:visited{
	font-style:normal;
	color:#fff;
}

a.yellowButton:hover{
	text-decoration:none;
	color:#000;
	background-color:#ead204;
	border:2px solid #a9aaaa;
}
	


/*----------------------------------------------
Clearing floats hack
----------------------------------------------*/
.clearhack:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearhack {display: inline-block;}

/* Hides from IE-mac \*/	
* html .clearhack {
	height:1%;
	}
.clearhack {display: block;}
/* End hide from IE-mac */
