@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
.header-outer {
	background-image: url(../images/body-top.gif);
	background-repeat: repeat-x;
}
.header {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	height: 92px;
	line-height: 1.3;
}
.header .searchbox {
	height: 16px;
	border: 1px solid #5B5B5B;
	vertical-align: middle;
	background-image: url(../images/search-bg.gif);
	background-repeat: repeat-x;
	padding: 3px;
}
.content-outer {
	background-image: url(../images/content-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	text-align: center;
	color: #333;
	padding: 20px;
	background-position: top;
	width: 982px;
	margin: 0 auto;
	clear: both;
}
br.clear-both {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.headerimg-outer {
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	pading: 0;
	margin: 0;
}
.headerimg {
	padding: 1px 0px 0px 0px;
	width: 982px;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 0px;
	line-height: 0px;
}
.content, .content-wide {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content-inner {
	width: 982px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content-wide {
	width: 982px;
	clear: both;
}
.content {
	width: 765px;
	float: right;
}


.header #ajaxSearch_submit {
	height: 24px;
	padding: 0;
}

.logo {
	float: left;
}
.header form {
	float: right;
	padding: 0;
	margin: 50px 0 0 0;
}
.header img {
	vertical-align: top;
	border: none;
}

.nav-right {
	float: right;
	white-space: nowrap;
}
.nav-right ul {
	clear: right;
}

/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
    #nav {
	float:right;
	clear: right;
	padding: 0;
	margin: 0;
	disply: block;
	width: 780px;
    }
    #nav ul {
      margin:0 auto;
      padding: 0;
      list-style:none;
	  display:table;
    }
    #nav li {
	float:left;
	margin:0;
	padding:0;
	background-image: url(../images/right-both.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:table-cell;

      }
    #nav li a {
	display:block;
	position:relative;
	padding:6px 15px 4px 14px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	background-image: url(../images/left-both.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 12px;
      }
	  

    #nav > ul a {width:auto;}
    
	  /* not for IE5.x or IE6 */
    #nav li:hover, 
	#nav li:hover a {
      background-position:100% 0;
      color:#EFEFEF;
      }
    #nav li:hover a {
      background-position:0 0;
      }
	  
	.nav li:hover, 
	.nav li:hover a {
      background-position:0 0;
      color:#EFEFEF;
      }
    .nav li:hover a {
      background-position:100% 0;
      }
	  
	  
#nav li ul {
	display: block;
	
	position: absolute;
	z-index: 100;
	width: 165px;
	left: -999em;
	margin: 0;
	padding: 0 0 7px 0;
	background-image: url(../images/menu-bg.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
#nav li ul li {
	background: none;
	clear: left;
	width: 165px;
}
#nav li ul li.first {
	background-image: url(../images/menu-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
}
#nav li ul li a {
	padding-top: 4px;
	background: none;
	color: #EFEFEF;
}
#nav li ul li a:hover {
	color: #333333;
	background-image: url(../images/menu-bg-over.gif);
	background-repeat: repeat-y;
	
}
#nav li:hover ul {
	left: auto;
	
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
}  
a {
	color: #879F13;
	text-decoration: underline;
}
.content h1, .content-wide h1, .content h2, .content-wide h2, .content h3, .content-wide h3 {
	font-weight: normal;
	color: #333;
	/* border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACCB18;  */
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.content h1, .content-wide h1 {
	font-size: 26px;
	color: #505F0C;
}
.content h2, .content-wide h2 {
	font-size: 22px;
	padding-top: 10px;
	/* border-bottom-width: 1px; 
	color: #505F0C;  */
}
.content h3, .content-wide h3 {
	font-size: 18px;
	padding-top: 10px;
	/*border-bottom-width: 1px;*/
	color: #505F0C;
	/*border-bottom-color: #CCCCCC;*/
	border: none;
}
.content a:hover, .content-wide a:hover {
	color: #ACCB18;
}
.footer a {
	/*color: #ffffff;
	text-decoration: underline;*/
}
.footer a:hover {
	color: #ACCB18;
}  


#nav ul {display:block;}

#nav ul {display:inline;}
#nav ul li {display:block}
#nav ul li {display:inline;}
#nav ul a {display:block;}

.img-border-left {
	padding: 3px;
	border: 1px solid #999999;
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	background-color: #FFBFAA;
}
.img-border-center {
	padding: 3px;
	border: 1px solid #999999;
	background-color: #FFBFAA;
	width: 160px;
}
.img-border-left img {
	border: none;
}
.ajaxSearch_resultsInfo {
	background-color: #F0F6CF;
	padding: 10px;
	border: 1px solid #ACCB18;
	margin-bottom: 10px;
}
.ajaxSearch_paging {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ajaxSearch_resultLink {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.ajaxSearch_result {
	margin: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.ajaxSearch_highlight1 {
	background-color: #D5FBFF;
}
.ajaxSearch_highlight2 {
	background-color: #FFFAD5;
}
.ajaxSearch_highlight3 {
	background-color: #FFD5D6;
}
.ajaxSearch_highlight4 {
	background-color: #E7FFD5;
}
.ajaxSearch_highlight5 {
	background-color: #F7D5FF;
}
.reqasterisk {
	color: #FC4D01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.spaced-table td {
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
}
.browser-warn {
	background-color: #FFE7DF;
	padding: 10px;
	border: 1px solid #EAA493;
	margin-bottom: 10px;
}
.B_crumbBox {
	padding: 10px 0 5px 0;
}
.raquo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size: 13px;
}
#ajaxSearch_form {
	padding: 0;
	margin: 19px 0 20px 0;
	float: right;
	clear: both;
}
#ajaxSearch_form input {
	color: #ffffff;
}
label {
	float: left;
	clear: left;
	width: 160px;
	display: box;
	font-weight: bold;
}
label.required {
	color: #333;
	font-weight: normal;
}
input.required {
	color: #333;
	font-weight: normal;
	border: 1px solid #ff0000;
}
.LSM_1 {
	padding: 0;
	margin: 0;
}
.LSM_1 a {
	text-decoration: none;
}
.LSM_1 li {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding: 5px; 0;
}
.LSM_2 li {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	border-bottom: none;
	list-style-type: disc;
	margin-left: 15px;
	padding: 0;
}
.LSM_3 li {
	list-style-type: circle;
}
form p {
	padding: 3px 0;
}
.logostrip {
	margin: 0 auto;
	width: 982px;
	padding-top: 10px;
}
.logostrip img {
	float: left;
}
ul.support {
	list-style-type: none;
	margin: 10px auto;
	clear: both;
	padding: 0;
}
ul.support li {
	display: inline;
	width: 200px;
	padding: 0 22px;
	float: left;
}
ul.support li img {
	vertical-align: middle;
	float: left;
	padding-right: 10px;
}
ul.support li strong {
	font-size: 16px;
}
ul.support li a {
	text-decoration: none;
	width: 215px;
	display: block;
}
.displaytbl {
	background-color: #E6E6E6;
	font-size: 12px;
}
.displaytbl th {
	background-color: #F9F9F9;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.displaytbl td {
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}
table.powerlung {
	width: 812px;
	text-align: center;
}
table.powerlung h2 {
	border: none;
	color: #999999;
	padding-top: 0px;
}
table.powerlung h2 a {
	text-decoration: none;
	color: #999999;
}
table.powerlung h2.highlight {
	color: #F19904;
}
table.powerlung h2 a:hover {
	color: #F19904;
	text-decoration: underline;
}
.imgright, .imgright160 {
	float: right;
	padding: 0 0 10px 10px;
}
.imgright160 {
	width: 160px;
}
.imgleft {
	float: left;
	padding: 0 10px 10px 0;
}
.paddedtbl {
	
}
.paddedtbl td {
	padding: 8px 0;
	vertical-align: top;
}
table td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.news-date, .headline-date {
	float: right;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #666666;
}
.news-date {
	padding: 10px 0 0 10px;
}
.news-block, .wide-block {
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
}
.wide-block {
	padding: 0 10px;
	width: 620px;
}
.news-block {
	float: right;
	width: 296px;
	margin: 9px 0 10px 22px;
	padding: 0 10px;
	clear: right;
}
div.news-block label {
	width: 125px;
}
.news-block h4, .wide-block h4, .news-block p, .wide-block p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}
.news-block h3 a, .wide-block h3 a {
	text-decoration: none;
	color: #505F0C;
}
.news-block h3 a:hover, .wide-block h3 a:hover {
	text-decoration: underline;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.download-button {
	background-color: #efefef;
	background-image: url(../assets/images/icons/press-kit-downloads.jpg);
	height: 44px;
	margin: 10px 0 10px 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 74px;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	float: right;
}
.slideshow {
    position: relative;
	padding: 0;
	margin: 0;
	width: 932px;
	height: 231px;
	display: block;
}
.slideshow a {
    position:absolute;
    padding-top:1px;
    left:0;
    z-index:1;
}

.slideshow a.active {
    z-index:3;
}

.slideshow a.last-active {
    z-index:2;
}
.clear-both {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
.feedicon {
	padding: 3px 0 0 10px;
	vertical-align: top;
}
blockquote.quote-open {
	background-image: url(../images/quote-open.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 45px;
	margin: 10px 0;
}
.quote-close {
	background-image: url(../images/quote-close.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 35px;
	margin-right: 0;
}
.row-light {
	background-color: #F9FFD7;
}
.row-dark {
	background-color: #F5FFC2;
}
.quotedate {
	text-align: right;
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidemenu {
	float: right;
	width: 197px;
	padding: 0 10px;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	margin: 0 0 5px 10px;
}
.sidemenu ul {
	margin: 0px;
	padding: 0 0 0 20px;
}
.sidemenu li {
	padding: 5px 0;
}
.sidemenu a {
	text-decoration: none;
}
.sidemenu a:hover {
	text-decoration: underline;
}
