﻿/* global elements */

html, body, form {
    height: 100%;
}

body {
	font: 400 12px Georgia, Times, serif; /* Arial, Helvetica, sans-serif; */
	background: #ececec url(../images/bg.gif) center top repeat-y;
	color: #333;
}

/* master structure */

.header {
	width: 912px; /* add left & right padding to get true width */
	margin: 0 auto;
	padding: 26px 0 10px;
	height: 102px;
	background: #fff url(../images/headerBg.gif) left top repeat-x;
	border-bottom: solid 1px #605c59;
	font-family: Arial, Helvetica, sans-serif;
}

.headerInside {
	padding: 9px 23px 11px 33px;
	color: #b19d2f;
	font-weight: 400;
}

.search {
    float: right;
    clear: both;
    padding: 10px 20px 0 0;
}

.search input.searchBox {
	color: #999;
	border: solid 1px #ccc;
	border-left: none;
	padding: 0;
	font-size: 9px;
	letter-spacing: 0.1em;
	float: left;
	width: 145px;
	height: 12px;
}

.search img {
    float: left;
}

.nav {
    margin-top: 14px;
}

.headerNav li, .footer li {
    background: none;
	display: inline;
	padding: 0;
	margin: 0;
	letter-spacing: 4px;
	font-size: 12px;
}

.headerNav li {
	font-size: 9px; /* set low to style the pipes */
}

.headerNav li a, .footer li a {
	display: inline;
	padding: 0;
	position: relative;
	top: 1px;
	letter-spacing: 0;
	margin-right: 8px;
	margin-left: 4px;
	text-decoration: none;
	color: #7e7573;
	font-size: 11px;
	line-height: 17px;
}

.headerNav li a:hover, .footer li a:hover {
	text-decoration: underline;
	color: #54b947;
}

img.logo {
    position: relative;
    bottom: 10px;
    margin-left: 30px;
}

.wrapper {
	width: 912px;
	background: #fff url(../images/bodyBg.gif) left bottom repeat-x;
	min-height: 100%;
	_height: auto !important;
	_height: 100%;
	margin: 0 auto -167px; 
}

.main {
    padding: 50px 13px 10px;
    background: #fff url(../images/mainBg.gif) left bottom repeat-x;
}

.home .main {
    padding: 18px 13px 10px;
}

.main li {
    padding: 5px 0 5px 10px;
    background: url(../images/bullet.gif) 0 8px no-repeat;
} 

.footer {
	width: 852px;
	_width: 792px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
	_padding: 0;
	height: 133px;
	background: #fff url(../images/footerBg.gif) left top repeat-x;
	_background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

.footerInner {
    float: left;
    width: 853px;
    _width: 854px;
    height: 91px;
    padding: 24px 0 0;
    _padding: 42px 29px 0;
    margin-top: 18px;
    margin-left: 6px;
    _background: #fff url(../images/footerBg.gif) left top repeat-x;
    position: relative;
    _left: 1px;
}

.footerBorder {
    float: left;
    clear: left;
    width: 938px;
    height: 34px;
	background: #ececec url(../images/footerBorder.gif) left top no-repeat;
	position: relative;
	right: 43px;
}

.footer ul {
    width: 170px;
    margin: 0;
    padding: 0;
}

.footer li {
    float: left;
    width: 100px;
    margin: 0;
    padding: 0;
} 

.footer li.shorter {
    width: 70px; /* 100px minus right margin of footer (30px) */
}

.push {
    height: 133px;
}

/* reusable elements */

blockquote {
    margin-left: 20px;
}

hr {
	margin: 0;
	color: #dedede; /* for IE */
	background-color: #dedede; /* for FF & Opera */
	height: 1px;
	border: none; /* for FF & Opera */
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

.clearL {
	clear: left;
}

.clear {
	clear: both;
}

.bold {
	font-weight: 700;
}

.noWrap {
    white-space: nowrap;
}

.padT {
    margin-top: 5px;
}

.padR {
    margin-right: 10px;
}

select {
    font-size: 12px;
    margin: 10px 10px 0 0;
}

.hand {
    cursor: pointer;
}

/* links */

a:link, a:visited {
	color: #505fa3;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

a:hover {
    color: #54b947;
	text-decoration: none;
}

/* typography */

h1 {
	color: #0d5753;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif; /* 'Times New Roman', Garamond, Century; */
	margin-bottom: 9px;
    padding-bottom: 5px;
    border-bottom: solid 1px #dedede;
}

.home .whatsNew h1 {
    margin-bottom: 0;
}

h2 {
	color: #505fa3;
	font-size: 18px;
	line-height: 17px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #505fa3;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

.module h3, .corp h3 {
	margin-bottom: 9px;
    padding-bottom: 5px;
    border-bottom: solid 1px #dedede;
}

.browse h3 {
	margin-bottom: 5px;
}

ul + h2, ul + h3, h2 + h3, ul + p { /* adds style to the second item whenever it follows the first */
    margin-top: 10px;
}

h3 + p, h2 + p {
    margin-top: 10px;
}

.home h2 + p {
    margin-top: 2px;
}

p + h2, p + h3 {
    margin-top: 15px;
}

p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px;
}

.searchResults p {
    margin: 0;
}

.threeColMid p {
    padding-right: 10px;  
}

/* lists */

ul {
	color: #666;
}

li {
	background: url(../images/arrowBullet.gif) no-repeat 0 .8em;
	padding: 5px 5px 5px 15px;
}

li.noBullet {
	background: none;
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 0;
}

/* tables */

table {
    width: 100%;
}

th {
    padding: 8px 10px 8px 0;
    border-bottom: solid 1px #ccc;
    font-weight: 700;
    text-align: left;
}

td  {
    padding: 8px 10px 8px 0;
    vertical-align: top;
    border-top: dotted 1px #ccc;
}

.back {
	font-weight: 700;
	background: url(../images/back.gif) left no-repeat;
	padding-left: 14px;
	margin: 0 13px 10px 0;
	font-size: 12px;
}

.print {
	font-weight: 700;
	background: url(../images/print_icon.gif) left no-repeat;
	padding-left: 20px;
	margin: 0 13px 10px 10px;
	font-size: 12px;
}

.threeColRight .print {
	font-weight: 700;
	background: url(../images/print_icon.gif) left no-repeat;
	padding-left: 20px;
	margin-right: 13px;
	margin-bottom: 10px;
	float: right;
	font-size: 12px;
}

/* page structure */

.threeColLeft, .twoColLeft {
	float: left; 
	width: 176px;
	margin-right: 36px;
}

.threeColMid {
	float: left;
	width: 454px;
}

.threeColRight {
	float: right;
	width: 204px;
	margin-left: 16px;
}

.twoColRight {
	float: right;
	width: 674px;
}

/* home page structure */

.home .leftCol {
	float: left;
	width: 667px;
}

.home .rightCol {
	float: right;
	width: 204px;
}

.home .aboutUs {
    width: 312px;
    padding: 30px 7px 5px 14px;
    float: left;
}

.whatsNew {
    padding: 19px 0 0 0;
}

.home .whatsNew {
    width: 312px;
    padding: 30px 12px 5px 10px;
    float: left;
}

.whatsNew img {
    float: left;
    border: solid 1px #000 !important;
    margin: 0 10px 0 0;
}

.home .whatsNew img {
    margin: 9px 10px 0 0;
}

.home .whatsNew h2 {
    margin-top: 9px;
}

.home .whatsNew p {
    width: 242px;
    display: inline-block;
    padding-bottom: 5px;
}

/* footer */

.footer ul, ul.headerNav {
	float: right;
	font-size: 13px;
	letter-spacing: 0.1em;
    margin: 0 12px 0 0;
    _margin: 0 6px 0 0;
}

.breadcrumb ul {
	font-size: 13px;
	letter-spacing: 0.1em;
}

.footer li, .headerNav li, .breadcrumb li {
	display: inline;
}

.breadcrumb li {
	padding-left: 0;
}

.footer p {
	width: 40%;
	float: left;
	text-align: left;
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #666;
}

/* Non-image-based Resizing Button */

a.resizedButton {
    background: #b19d2f url('../images/arrowBulletBtn.gif') no-repeat 0.5em 0.6em; 
    padding-right: 1px; /* reference to right image width */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
	cursor: pointer;
	font-size: 12px;
	line-height: 16px; /* sets button height */
	border: solid 1px #ccc !important;
	padding: 1px 8px 2px 19px;
	margin: 10px 0;
}

a.resizedButton:hover {
    background: #a46a00 url('../images/arrowBulletBtn_RO.gif') no-repeat 0.5em 0.6em; 
}

/* paging */

.paging {
    margin-top: 10px;
    font-weight: 700;
}

a.prevNext:link, a.prevNext:visited, a.prevNext:hover {
    display: inline-block;
    border: solid 1px #8d7d23;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 4px 6px;
}

a.pageNum:link, a.pageNum:visited, a.pageNum:hover {
    display: inline-block;
    border: solid 1px #8d7d23;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 4px 6px;
    width: 10px;
}

span.currentPage {
    display: inline-block;
    border: solid 1px #8d7d23;
    background: #ccc;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 4px 6px;
    width: 10px;
}

/* side nav - top level */

div.AspNet-TreeView li {
    padding: 2px 0;
    border-bottom: solid 1px #dedede;
    background: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

div.AspNet-TreeView li.AspNet-TreeView-ChildSelected {
    padding: 2px 0 0;
}

div.AspNet-TreeView li a, div.AspNet-TreeView li span {
    padding: 4px 0 4px 18px;
    background: url(../images/bullet.gif) 7px 8px no-repeat;
    color: #333;
    display: inline-block;
}

div.AspNet-TreeView li.AspNet-TreeView-Root.AspNet-TreeView-ChildSelected a {
    padding: 5px inherit;
}

div.AspNet-TreeView li span.AspNet-TreeView-ClickableNonLink {
    margin-bottom: 2px;
}

div.AspNet-TreeView li a:link, div.AspNet-TreeView li a:visited { /* for IE6 */
    color: #333; 
}

div.AspNet-TreeView li..AspNet-TreeView-Selected {
    padding: 2px 0;
}

div.AspNet-TreeView li.AspNet-TreeView-Selected span {
    padding: 3px 0 5px 18px;
    color: #fff;    
    background: #b8b4b3 url(../images/bulletSel.gif) 7px 8px no-repeat;
    display: inline-block;
    width: 158px;
    text-decoration: none;
}

div.AspNet-TreeView li.AspNet-TreeView-ChildSelected a:link, div.AspNet-TreeView li.AspNet-TreeView-ChildSelected a:visited {
    font-weight: 700;
    color: #54b947;
}

div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-ParentSelected a:link, div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-ParentSelected a:visited, div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf a:link, div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf a:visited {
    font-weight: 400;
    color: #333;
}

div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-ParentSelected a:hover, div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf a:hover {
    font-weight: 400;
    color: #54b947;
}

div.AspNet-TreeView li a:hover, div.AspNet-TreeView li span:hover {
    color: #54b947;
    text-decoration: underline;
} 

div.AspNet-TreeView li.AspNet-TreeView-Selected span.AspNet-TreeView-NonLink:hover, div.AspNet-TreeView li.AspNet-TreeView-Selected span.AspNet-TreeView-ClickableNonLink:hover  {
    color: #fff;
}

/* side nav - second level */

div.AspNet-TreeView li li {
    padding: 2px 0;
    border-top: solid 1px #dedede;
    border-bottom: none;
    background: url(../images/bulletSub.gif) 18px 10px no-repeat;
}

div.AspNet-TreeView li li.AspNet-TreeView-Leaf {
    padding: 2px 0 2px 30px;
    background: url(../images/bulletSub.gif) 18px 10px no-repeat;
}

div.AspNet-TreeView li li.AspNet-TreeView-ParentSelected {
    padding: 0 0 0 30px;
    background: url(../images/bulletSub.gif) 18px 8px no-repeat;
}

div.AspNet-TreeView li li a, div.AspNet-TreeView li li span {
    padding: 5px 0;
    background: none;
    display: inline-block;
}

div.AspNet-TreeView li li.AspNet-TreeView-ChildSelected a, div.AspNet-TreeView li li span.AspNet-TreeView-NonLink {
    background: none;
    padding-left: 30px;
}

div.AspNet-TreeView li li.AspNet-TreeView-Leaf a:hover {
    padding-left: 30px;
    margin-left: -30px;
    background: url(../images/bullet.gif) 18px 8px no-repeat;
} 

div.AspNet-TreeView li li.AspNet-TreeView-Selected {
    padding: 2px 0;
}

div.AspNet-TreeView li li.AspNet-TreeView-Selected span {
    padding: 5px 5px 5px 30px;
    display: inline-block;
    width: 141px;
    text-decoration: none;
    color: #fff;
    background: #b8b4b3 url(../images/bulletSubSel.gif) 18px 8px no-repeat;
}

div.AspNet-TreeView li li a:hover, div.AspNet-TreeView li li span:hover {
    text-decoration: underline;
} 

div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Selected span {
    color: #fff;
}

/* side nav - third level */

div.AspNet-TreeView li li li {
    padding: 2px 0;
    border-top: solid 1px #dedede;
    border-bottom: none;
    background: url(../images/bulletSub.gif) 32px 10px no-repeat;
}

div.AspNet-TreeView li li li a:hover {
    padding-left: 30px;
    background: url(../images/bullet.gif) 2px 8px no-repeat;
}

div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li li a:link, div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li li a:visited, div.AspNet-TreeView li.AspNet-TreeView-ChildSelected li li a:hover {
    padding-left: 15px;
}

div.AspNet-TreeView li li.AspNet-TreeView-ChildSelected li a:link, div.AspNet-TreeView li li.AspNet-TreeView-ChildSelected li a:visited {
    font-weight: 400;
    color: #333;
}

div.AspNet-TreeView li li.AspNet-TreeView-ChildSelected li a:hover {
    font-weight: 400;
    color: #54b947;
    padding-left: 45px;
}

div.AspNet-TreeView li li li.AspNet-TreeView-Leaf a:hover {
    padding-left: 30px;
    margin-left: -15px;
    background: url(../images/bullet.gif) 17px 8px no-repeat;
}

div.AspNet-TreeView li li li.AspNet-TreeView-ParentSelected, div.AspNet-TreeView li li li.AspNet-TreeView-Leaf {
    padding: 2px 0 2px 30px;
    background: url(../images/bulletSub.gif) 32px 10px no-repeat;
}

div.AspNet-TreeView li li li.AspNet-TreeView-Selected span {
    padding: 5px 5px 5px 45px;
    width: 126px;
    margin-left: -30px;
    background: #b8b4b3 url(../images/bulletSubSel.gif) 32px 8px no-repeat;
}

div.AspNet-TreeView li li li.AspNet-TreeView-ParentSelected a:hover, div.AspNet-TreeView li li li.AspNet-TreeView-ParentSelected span:hover {
    text-decoration: underline;
}

/* related links */

.related {
    padding-bottom: 8px;
    background: url(../images/relatedLinksFooter.gif) left bottom no-repeat;
    margin-bottom: 20px;
}

.related h3 {
	background: #dedede url(../images/relatedLinksHeader.gif) no-repeat;
	/* height: 18px; */
	padding: 4px 0 4px 13px;
	color: #0d5753;
	margin-bottom: 0;
}

.related ul {
    border-left: solid 1px #dedede;
    border-right:  solid 1px #dedede;
    width: 202px;
    float: left;
    padding-top: 4px;
    background: #fbf7f4;
}

.related li {
    padding: 3px 3px 3px 24px;
    background: url(../images/bulletSquare.gif) 11px 7px no-repeat;
} 

.related li.noBullet {
	background: none;
	padding: 10px 0 0 11px;
	color: #505fa3;
	font-size: 12px;
	font-weight: 700;
}

.related ul + font {
	line-height: 0;
	padding: 0;
	margin: 0;
}

/* global broadcast */

.callOut {
    padding: 0 10px;
}

/* whats new */

.whatsNew ul {
    margin-left: 58px;
}

.home .whatsNew ul {
    margin-left: 0;
}

.whatsNew li {
    padding: 2px 0 2px 10px;
    background-position: 0 4px;
}

/* module tabstrip */

.module, .corp {
    border: solid 1px #dedede;
    border-bottom: none;
    padding: 10px;
    margin-top: 20px;
}

/* module inners */

.module div, .corp div {
    margin-top: 20px;
}

.corp div.moduleBCap {
    margin-top: 0;
}

.module div.info, .corp div.info {
    margin-top: 0;
}

/* rounded corners for module */

.module img.cornerTR {
    float: right;
    position: relative;
    left: 11px;
    bottom: 11px;
}

.corp img.cornerTR {
    float: right;
    position: relative;
    left: 1px;
    bottom: 1px;
}

.tabsDiv img.cornerTR {
    float: right;
    position: relative;
    left: 11px;
    bottom: 11px;
}

.moduleBCap {
    border-bottom: solid 1px #dedede;
    height: 9px;
    position: relative;
    top: 9px;
}

.tabsDiv .moduleBCap {
    top: -1px;
}

.moduleBCap img {
    position: relative;
    top: 1px;
}

.moduleTCap {
    border-top: solid 1px #dedede;
    height: 9px;
    position: relative;
    bottom: 9px;
}

.moduleTCap img {
    position: relative;
    bottom: 1px;
}

.searchDiv {
    border-right: solid 1px #dedede;
    border-left: solid 1px #dedede;
}

div.moduleContent {
    padding: 10px;
    margin-top: 10px;
}

.searchDiv .moduleContent {
    padding: 0 10px;
}

.searchResults .moduleContent {
    margin-top: 0;
}

.searchResults .moduleContent {
    border-right: solid 1px #dedede;
    border-left: solid 1px #dedede;
}

.searchResults .moduleTCap {
    top: 1px;
}

.searchResults .moduleBCap {
    top: -1px;  
}

/* search */

.column {
    float: left;
    width: 50%;
    padding-top: 10px;
}

.columnWide {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.column span, .columnWide span {
    display: inline-block;
    padding: 0 0 3px;
    font-weight: 700;
    font-size: 12px;
}

.column input, .columnWide input {
    margin: 0 0 3px;
}

.browse a {
    margin-right: 4px;
    font-size: 12px;
}

/* search tabs */
 
.searchTabs .ajax__tab_header {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    /* color: #000;
    background: url(img/blue_bg.jpg) repeat-x; */
}

.searchTabs .ajax__tab_active .ajax__tab_outer,
.searchTabs .ajax__tab_header .ajax__tab_outer,
.searchTabs .ajax__tab_hover .ajax__tab_outer {
    height: 27px;
    background: #dedede url(../images/tabR.gif) right 0 no-repeat;
    padding-right: 7px;
    margin-right: 1px;
}

.searchTabs .ajax__tab_active .ajax__tab_outer,
.searchTabs .ajax__tab_hover .ajax__tab_outer {
    background: #189e97 url(../images/tabSelR.gif) right 0 no-repeat;
}

.searchTabs .ajax__tab_active .ajax__tab_inner,
.searchTabs .ajax__tab_header .ajax__tab_inner,
.searchTabs .ajax__tab_hover .ajax__tab_inner {
    height: 25px;
    padding-left: 7px; /* offset the width of the left image */
    background: #dedede url(../images/tabL.gif) left 0 no-repeat;
    color: #0d5753;
}

.searchTabs .ajax__tab_active .ajax__tab_inner,
.searchTabs .ajax__tab_hover .ajax__tab_inner {
    background: #189e97 url(../images/tabSelL.gif) left 0 no-repeat;
}

.searchTabs .ajax__tab_tab {
    margin: 5px 0 0 2px;
}

.searchTabs .ajax__tab_hover .ajax__tab_tab,
.searchTabs .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.searchTabs .ajax__tab_body {
    /* font-family: verdana,tahoma,helvetica;
    font-size: 10px;
    border: 1px solid #999;
    border-top: 0;
    padding: 2px;
    background-color: #666; */
    margin-top: -21px;
}

/* mock tables for search tabs */

.FourColTable span {
    display: inline-block;
    width: 160px;
    padding-top: 3px;
}

.FourColTable span.th {
    width: 400px;
    font-weight: 700;
    padding-bottom: 3px;
}

.ThreeColTable span {
    display: inline-block;
    width: 215px;
    padding-top: 3px;
}

.TwoColTable span {
    display: inline-block;
    width: 320px;
    padding-top: 3px;
}

/* dropdowns */

.nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav li {
    padding: 0;
    float: left;
	position: relative;
	text-align: center;
	cursor: default;
	border: 1px solid transparent;
	border-width: 0 0 1px;
}

.nav li.navItem1 ul {
	width: 142px;
}

.nav li.navItem2 ul {
	width: 204px;
}

.nav li.navItem3 ul {
	width: 176px;
}

.nav li.navItem4 ul {
	width: 197px;
}

.nav li.navItem5 ul {
	width: 189px;
}

.nav img {
    float: left;
}

.nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 31px;
	border-top: solid 1px #dedede;
}

.nav li>ul {
	top: auto;
	left: auto;
}

.nav li li {
    display: block;
	float: none;
	border: solid 1px #dedede;
	border-top: none;
	padding: 5px;
}

.nav li:hover ul, li.over ul {
	display: block;
}

.dropdown {
    background: #fbf7f4;
    font-family: Arial, Helvetica, sans-serif;
}

.dropdown a:link, .dropdown a:visited {
    color: #333;
}

.dropdown a:hover {
    color: #54b947;
    text-decoration: underline;
}

/* site map */

.oneCol div.AspNet-TreeView li {
    border: none;
}

.oneCol div.AspNet-TreeView li li {
    background: url(../images/bulletSub.gif) 18px 10px no-repeat;
    padding: 2px 0 2px 30px;
}

.oneCol div.AspNet-TreeView li li a:hover {
    padding-left: 0;
}

.oneCol div.AspNet-TreeView li li li {
    background: url(../images/bulletSub.gif) 0 10px no-repeat;
    padding: 2px 0 2px 15px;
}

.oneCol div.AspNet-TreeView li li li a:hover {
    padding-left: 15px;
    background: none;
}

.oneCol div.AspNet-TreeView li li.AspNet-TreeView-Leaf a:hover, .oneCol div.AspNet-TreeView li li.AspNet-TreeView-Parent a:hover {
    padding-left: 0;
    margin-left: 0;
} 
