﻿/*======================================

	CSS of Council On State Taxation
	(c) 2007 COST
	www.statetax.org
	--------------------------------
	American Technology Services
	XHTML/CSS by Todor Iliev

======================================*/


html, body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(../imgs/pageBg.gif) repeat-x 0 0;
	}

#wrapper {
	margin: 0 auto 0 auto;
	width: 920px;
	text-align: left;
	background: url(http://www.statetax.org/image.aspx) no-repeat center 0;
	}
	
/* ---------- Begin Header ---------- */
#header {
	height: 150px;
	}

/* -- Begin Logo -- */
#header .logo {
	float: left;
	margin: 20px 0 0 0;
	}
#header .logoPrint {
	display: none;
	}
#header .logo img {
	border: 0;
	}
/* -- End Logo -- */

#header .controls {
	float: right;
	height: 30px;
	width: 240px;
	margin: 8px 0 0 0;
	text-align: right;
	color: #6c85a3;
	}
	
/* -- Begin Header Links -- */
#header .controls a:link,  #header .controls a:visited {
	font-variant: small-caps;
	color: #004483;
	font-weight: bolder;
	text-decoration: none;
	font-size: 110%;
	}
#header .controls a:hover {
	color: #6c85a3;
	}
/* -- End Header Links -- */

/* -- Begin Search -- */
#header .controls .search {
	margin: 20px 0 0 0;
	text-align: left;
	}
#header .controls .search h1 {
	margin: 0 0 0 0;
	padding: 0;
	font-variant: small-caps;
	color: #004483;
	font-weight: bolder;
	font-size: 110%;
	}
#header .controls .search a {
	font-size: 90%;
	}
	
/* Begin Form */
.search form {
	margin: 0;
	padding: 0;
	}
.searchInput {
	width: 205px;
	}
.searchBtn {
	background: url(../imgs/searchBtn.gif) no-repeat 0 0;
	width: 23px;
	height: 23px;
	border: none;
	background-color: transparent;
	float: right;
	}

/* End Form */

/* -- End Search -- */

/* ---------- End Header ---------- */


/* ---------- Begin Left Column ---------- */
#leftColumn {
	float: left;
	width: 205px;
	height: 400px;
	background: #fff;
	clear: both;
	}
	
/* -- Begin Main Navigation -- */
.mainNavigation {
	z-index:1000;
	margin: 0 0 10px 0;
	border: 1px solid #fff;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	}
.mainNavigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:203px;
	}
/* hack for IE5.5 */
* html .mainNavigation ul {
	margin-left:-16px;
	ma\rgin-left:0;
	}
.mainNavigation li {
	position:relative;
	background: url(../imgs/) #173f72 no-repeat 185px 3px ;
	height:20px;
	font-size: 96%;
	}
.mainNavigation li.arrow {
	position:relative;
	background: url(../imgs/navArrow.gif) #173f72 no-repeat 185px 3px ;
	height:20px;
	font-size: 96%;
	}
.mainNavigation li ul li {
	position:relative;
	background: #173f72;
	height:20px;
	border-left: 1px solid #fff;
	font-size:95%;
	}
.mainNavigation li ul li {
	height:18px;
	}
/* get rid of the table */
.mainNavigation table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;	
	}
.mainNavigation a, .mainNavigation a:visited {
	display:block; 
	text-decoration:none;
	height:19px;
	line-height:19px;
	width:203px;
	color:#fff;
	text-indent:12px;
	border: 1px solid #fff;
	border-width:0 0 1px 0;
	}
.mainNavigation li ul li a, .mainNavigation li ul li a:visited {
	display:block; 
	text-decoration:none;
	height:18px;
	line-height:18px;
	width:203px;
	color:#fff;
	text-indent:8px;
	border: 1px solid #fff;
	border-width:0 0 1px 0;
	}
/* hack for IE5.5 */
* html .mainNavigation a, * html .mainNavigation a:visited {
	background: url(../imgs/) #173f72 no-repeat 185px 3px;
	width:204px;
	w\idth:204px;
	}
	
* html .mainNavigation li.arrow a, * html .mainNavigation li.arrow a:visited {
	background: url(../imgs/navArrow.gif) #173f72 no-repeat 185px 3px;
	width:204px;
	w\idth:204px;
	}
	
* html .mainNavigation li.arrow li a, * html .mainNavigation li.arrow li a:visited {
	background: url(../imgs/) #173f72 no-repeat 185px 3px;
	width:204px;
	}
	
* html .mainNavigation a:hover, li.currentNavItem {
	color: #fff;
	background: url(../imgs/) #a4c1df no-repeat 185px 3px;
	}
* html .mainNavigation li.arrow a:hover, .currentNavItem {
	color: #fff;
	background: url(../imgs/navArrow.gif) #a4c1df no-repeat 185px 3px;
	}
* html .mainNavigation li.arrow li a:hover, .currentNavItem {
	color: #fff;
	background: url(../imgs/) #a4c1df no-repeat 185px 3px;
	}

.mainNavigation :hover > a, .currentNavItem {
	color: #fff; 
	background: url(../imgs/) #a4c1df no-repeat 185px 3px;
	}
	
.mainNavigation .arrow:hover > a {
	color: #fff; 
	background: url(../imgs/navArrow.gif) #a4c1df no-repeat 185px 3px;
	}
	
.mainNavigation ul ul :hover > a {
	color: #fff; 
	background: #a4c1df;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.mainNavigation ul ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 203px; 
	}
/* make the second level visible when hover on first level list OR link */
.mainNavigation ul li:hover ul, .mainNavigation ul a:hover ul {
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.mainNavigation ul :hover ul ul{
	visibility:hidden;
	}
/* keep the fourth level hidden when you hover on second level list OR link */
.mainNavigation ul :hover ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.mainNavigation ul :hover ul :hover ul{ 
	visibility:visible;
	}
/* make the fourth level visible when you hover over third level list OR link */
.mainNavigation ul :hover ul :hover ul :hover ul { 
	visibility:visible;
	}
/* -- End Main Navigation -- */	
	
/* -- Begin Login Box -- */
#leftColumn .loginBox {
	padding: 5px 10px 10px 10px;
	height: 90px;
	background: url(../imgs/loginBoxBg.gif) repeat-x 0 0;
	}
#leftColumn .loginBox h1 {
	margin: 0 0 0 0;
	padding: 0;
	font-variant: small-caps;
	color: #004483;
	font-weight: bolder;
	font-size: 110%;
	}
#leftColumn .loginBox a:link,  #leftColumn .loginBox a:visited {
	font-variant: small-caps;
	color: #004483;
	font-weight: bolder;
	text-decoration: none;
	font-size: 85%;
	}
#leftColumn .loginBox a:hover {
	color: #6c85a3;
	}
	
/* Begin Form */
#leftColumn .loginBox form {
	margin: 0;
	padding: 0;
	}
#leftColumn .loginBox form .loginInput, .loginInput {
	width: 177px;
	font-size: 90%;
	color: #858585;
	}
#leftColumn .loginBox form .loginBtn, .loginBtn {
	float: right;
	background: url(../imgs/searchBtn.gif) no-repeat 0 0;
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	margin: 7px 3px 0 0;
	}
/* End Form */

/* -- End Login Box -- */

/* ---------- End Left Column ---------- */

/* ---------- Begin Content ---------- */	
#content {
	margin: 80px 0 0 220px;
	width: 445px;
	}
#contentNoRight {
	margin: 80px 0 0 220px;
	width: 668px !important;
	}

#content h1, #contentNoRight h1 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	font-size: 135%;
	color: #a4bfdc;
	}
#content h2, #contentNoRight h2 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	font-size: 110%;
	color: #a4bfdc;
	}
#content h3, #contentNoRight h3 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	font-size: 120%;
	font-weight: bolder;
	color: #004483;
/*
	font-weight: bolder;
	color: #004483;
*/
	}
#title {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	font-size: 150%;
	font-weight: bolder;
	color: #004483;
	text-align: center;
}

#content p, #contentNoRight h1 {
	margin: 10px 0 0 0;
	}
#costStaff {
	}
#costStaff img {
	margin: 10px;
	border: 1px solid #222;
	}
#costStaff .imgColumn {
	width: 130px;
	}	
#costStaff .infoColumn {
	}	
#costStaff .firstStaff {
	/*background: #b3cce5;*/
	border-bottom: 10px solid #9cb4d1;
	}
#costStaff .firstStaff img {
	border: 1px solid #fff;
	}
#costStaff .alternate {
/*	background: #dae6f1;
	border-bottom: 1px solid #000;*/
	}
	
.Attention {
	font-weight: bold;
	color: #FF0000;
	}
	
#costBoard .separator {
	border-bottom: 10px solid #9cb4d1;
}

#costCommittees .separator {
	border-bottom: 10px solid #9cb4d1;
}

#costPublications .separator {
	border-bottom: 10px solid #9cb4d1;
}

.indentTitle 
{
    margin-left: 20px;
}

/* -- Begin Print -- */	
#printPage {
	text-align: right;
	}
#printPage img {
	vertical-align: middle;
	border: 0;	
	}
#printPage a, #printPage a:link, #printPage a:visited {
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 5px 0 5px;
	}
/* -- End Print -- */	
/* -- Begin News -- */	
#content .news {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
	}
#content .news h1 {
	margin: 0 0 10px 0;
	}
#content .news a:link, #content .news a:visited {
	color: #a98d44;
	font-weight: bold;
	text-decoration: none;
	}
#content .news a:hover {
	color: #c8b37b;
	}
/* -- End News -- */	

#content a:link, #content a:visited, #contentNoRight a:link, #contentNoRight a:visited {
	color: #676767;
	font-weight: bold;
	text-decoration: none;
	}
#content a:hover, #contentNoRight a:hover{
	color: #909090;
	}
/* ---------- End Content ---------- */	


/* ---------- Begin Right Column ---------- */	
#rightColumn {
	margin: 0 0 20px 0;
	clear: right;
	float: right;
	width: 223px;
	}

/* -- Begin Image Buttons -- */	
#rightColumn img.btn {
	margin: 10px 0 0 0;
	border: 0;
	}
#rightColumn img {
	border: 0;
	}
#rightColumn img.btn:hover {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	}
/* -- End Image Buttons -- */	

/* -- Begin COST Membership Links -- */	
#rightColumn .membership {
	padding: 20px 20px 40px 20px;
	color: #fff;
	background: #90b2d7;
	border: 1px solid #fff;
	} 
#rightColumn .membership h1 {
	margin: 0 0 0 0;
	padding: 0;
	font-variant: small-caps;
	color: #fff;
	font-weight: bolder;
	font-size: 130%;
	}
#rightColumn .membership p {
	font-size: 80%;
	}
p.membershipLink {
	line-height: 23px;
	margin: 0;
	padding: 0 0 2px 0;
	border-top: 1px solid #fff;
	}
p.membershipLinkLast {
	border-bottom: 1px solid #fff;
	}
p.membershipLink a:link,  p.membershipLink a:visited {
	padding: 0 0 0 20px;
	font-variant: small-caps;
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	background: url(../imgs/navArrow.gif) no-repeat 0 2px;
	font-size: 130%;
	}
p.membershipLink a:hover {
	color: #173f72;
	background: url(../imgs/navArrowHover.gif) no-repeat 0 2px;
	}
/* -- End COST Membership Links -- */

.subNavigation {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #d3e0f0;
	text-indent: 3px;
	}
.subNavigation ul {
	padding:0;
	margin:0;
	list-style-type: none;
	font-variant: small-caps;
	}
	
.subNavigation ul li a:link, .subNavigation ul li a:visited {
	font-weight: bolder;
	color: #004483;
	text-decoration: none;
	display:block; 
	height:19px;
	line-height:19px;
	border: 1px solid #d3e0f0;
	border-width: 1px 0 0 0;
	font-size: 110%;
	}
.subNavigation ul li a:hover {
	color: #6c85a3;
	background: #e0edfd;
	}
	
.subNavigation ul li ul {
	border-top: none;
	}
	
.subNavigation ul li ul li a:link, .subNavigation ul li ul li a:visited {
	font-weight: normal;
	color: #385785;
	text-decoration: none;
	border-top: none;
	font-size: 95%;
	}
.subNavigation ul li ul li a:hover {
	color: #6c85a3;
	background: #e0edfd;
	}

/* ---------- End Right Column ---------- */	

/* ---------- Begin ContentFooter ---------- */	
#contentFooter {
	clear: both;
	margin: 10px 0 0 0;
	font-variant: small-caps;
	font-size: 95%;
	color: #9b9b9b;
	}
/* ---------- Begin ContentFooter ---------- */	


/* ---------- Begin Footer ---------- */	
#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px;
	height: 123px;
	font-variant: small-caps;
	font-size: 95%;
	color: #9b9b9b;
	background: url(../imgs/footerBg.gif) repeat-x 0 0;
	}
#footer .footerBlock {
	margin: 0 auto 0 auto;
	width: 900px;
	border: 0;
	text-align: left;
	}
#footer .footerNav {
	float: right;
	}
#footer .footerNav a:link,  #footer .footerNav a:visited {
	font-variant: small-caps;
	color: #9b9b9b;
	font-weight: bolder;
	text-decoration: none;
	}
#footer .footerNav a:hover {
	color: #7f7f7f;
	}
/* ---------- End Footer ---------- */


/* ---------- Begin Internal Ad Promo ---------- */
#rightColumn .promoBox {
	margin: 10px 0 0 0;
	padding: 10px;
	height: 70px;
	background: url(../imgs/loginBoxBg.gif) repeat-x 0 0;
	border: 1px solid #a4c1de;
	}
#rightColumn .promoBox h1 {
	margin: 0 0 0 0;
	padding: 0;
	font-variant: ;
	color: #004483;
	font-weight: bolder;
	font-size: 110%;
	}
#rightColumn .promoBox a:link,  #rightColumn .promoBox a:visited {
	font-variant:;
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	font-size: 100%;
	}
#rightColumn .promoBox a:hover {
	color: #6c85a3;
	}
/* ---------- End Internal Ad Promo ---------- */

/* ---------- Job Bank ---------- */
.JobBankDataEntryLabel
{
    width: 20%;
    text-align: left;
}
/* ---------- End Job Bank ---------- */

/* ---------- Event ---------- */
.EventDataEntryLabel
{
    width: 20%;
    text-align: left;
}
/* ---------- End Event ---------- */

/* ---------- Buttons ------------ */
input.button {
	background: #b5cde5 ;
	border: 1px solid #8dacca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f80b0;
	}
input.button:hover {
	background: #dfe9f3 ;
	border: 1px solid #a3c1de;
	color: #6b9ac8;
	}
/* ---------End Buttons ----------- */ 





/* ---------- Begin Forum Paging ------------ */
table.content {
	}
html #wrapper table.content td.header1 span {
	}
html #wrapper table.content td.header1 span a {
	width: 22px;
	line-height: 22px;
	display: block;
	text-align: center;
	float: left;
	}
/* ---------- End Forum Paging ------------ */
