html {
	font-size: 100.01%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, caption, cite, code, dfn, em, strong th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
a {
	text-decoration: none;
	outline: none;
}
q:before, q:after {
	content: '';
}
body {
	background-color: #f0efea;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover {
	color: #000000;
}
#container {
	width: 960px;
	padding: 0;
	margin: 15px auto;
	background-position:center;
	font-size: .8em;
}
.left {
	float: left;
}



#header {
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	/*border: 1px solid #9b9595;*/
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#header .left {
	float: left;
}
#header .link {
	color: #5c94c7;
	float: left;
	width: 344px;
	text-align: right;
	margin: 15px 10px 10px 10px;
}
#header a {
	color: #5c94c7;
	font-size: 1.2em;
}
#header a:hover {
	color: #000000;
}
/*#header input {
	border: 1px solid #000000; }

#header label {
	float: left;
	padding: 2px 6px 0 0; }*/
	
#header .siteSearch {
	text-align: left;
	font-weight: bold;
	padding: 3px 10px 3px 15px;
	margin: 3px 0 0 0;
	float: right;
}
#header .siteSearch .form {
	border: 1px solid #000;
	margin: 1px 0 0 0;
	float: left;
	width: 180px;
}
#header .siteSearch .submit {
	font-weight: normal;
	margin: 0 0 0 6px;
	padding:0;
	color: black;
	border: 1px solid #000000;
}
#header .siteSearch .searchLabel {
	font-size: 1em;
	font-weight: bold;
}
#header .upper {
	font-size: .8em;
	height: 17px;
	float: right;
	vertical-align: middle;
	margin: 8px;
}
#header .left-middle {
	float: left;
}
#header a {
	color: #959190;
}
#header a:hover{
	text-decoration: underline;
}

#tNav {
	float: left;
	width: 960px;
	background-color: #feef88;
	border-top: 1px solid #999999;
	font-size: .8em;
	position: relative;
	z-index: 25;
}
#tNav ul {
	margin: 0;
	list-style: none;
	line-height: 1.4em;
	padding: 0;
}
#tNav li {
	float: left;
	margin: 0;
	padding: 0;
}
#tNav a {
	display: block;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	margin: 0;
	padding: .5em .9em .5em .9em;
	border-right: solid #999999 1px;
}

#tNav a#last {border-right: none;}
	
	
#tNav a:hover {
	background: #fee83c;
	color: #000000;
}

#tNav a:hover#last  {
	background: #fee83c;
	color: #000000;
	border-right: solid #999999 1px;
}

#tNav li {
	float: left;
}
#tNav li ul {
	position: absolute;
	left: -999em;
	width: auto;
}
#tNav li:hover ul, #tNav li.sfhover ul {
	left: auto;
}
#tNav .ddM {
	width: 175px;
	background-color: #fff0b8;
	margin-left: -1px;
	border: 1px solid #999999;
}

#tNav .ddM li {
	width: 175px;
}

#tNav .ddM li.navHeader {
	font-weight:bold !important;
	font-size: 1.2em !important;
	line-height:1.6em;	
	padding: .25em .25em .25em .5em;
}

#tNav .ddM a.navIndent {padding-left:20px;}

#tNav .ddM a {
	border: none;
	width: auto;
	color: #333333;
	line-height: 1.4em;
	margin: 0;
}
#tNav .ddM a:hover {
	color: #000000;
	background: #fee83c;
	text-decoration: underline;
}

#lCol {
	float: left;
	width: 238px;
	margin-right: 2px;
}
#lCol .subNav  {
	border-bottom: 1px solid #545454;
}
#lCol .subNav ul {
	background-color: #fff8c4;
	padding-bottom: 15px;
}
#lCol .subNav li {
	list-style-image: url(/images/triangle.gif);
	padding: 5px 5px 0 0;
	margin: 0 0 0 25px;
	color: #005dc5;
	font-weight:bold;
	line-height:1.4em;
}
#lCol .subNav ul ul {
	padding-bottom: 0;
}


#lCol .subNav .title {
	border-top: 1px solid #545454;
	/*border-top: 1px solid #999999;*/
	background-color: #ffea41;
}
#lCol .audience {
	background-color: #fbd957;
}
#lCol .audience ul{
	
	padding: 8px 5px 10px 0;
}
#lCol .audience li {
	list-style-image: url(/images/triangle.gif);
	margin: 0 0 0 25px;
	padding: 5px 5px 5px 0;
	color: #000000;
	font-weight: bold;
}
#lCol .title {
	background-color: #f8b834;
	font-weight: bold;
	padding: 5px;
	font-size: 1.1em;
	border-bottom: 1px solid #545454;
}
/*Level 2 nav updated by Kfuller 10/12/2010*/
#lCol2 {
	float: left;
	width: 238px;
	margin-right: 2px;
}
#lCol2 .navLevel2 {
	/*border-bottom: 1px solid #545454;*/
	background-color: #fbd957;
	padding: 8px 5px 10px 0;
}
#lCol2 .navLevel2 ul {
	padding: 8px 5px 0px 0;
}
#lCol2 .navLevel2 li {
	list-style-image: url(/images/triangle.gif);
	line-height:1.5em;
	margin: 0 0 0 25px;
	padding: 5px 5px 5px 0;
	color: #000000;
	font-weight: bold;
}
#lCol2 .navLevel2 li li {
	list-style-image: none;
	list-style-type:disc;
	line-height:1.5em;
	margin: 0 0 0px 15px;
	padding: 0 0 5px 0;
	color: #415a68;
	font-weight: normal;
}
#lCol2 .title {
	background-color: #f8b834;
	font-weight: bold;
	padding: 5px;
	font-size: 1.1em;
	border-top:none;
	border-bottom: 1px solid #545454;
}
/*End of Tax Programs Level 2 nav added by Kfuller 06/22/2010*/

#lCol .highLight {
	border-bottom: 1px solid #545454;
	background-color: #ffea41;
	padding:5px;
}

 * html #lCol .highLight {
	 	width:232px;
		padding:0 0 0 2px;
}

#lCol .highLight h2 {
	padding: 5px auto;
	font-size: 2.5em;
	line-height: 1.2em;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#lCol .highLight ul {
	padding-bottom: 15px;
}
#lCol .highLight li {
	padding: 5px 5px 0 0;
	margin: 0 0 0 25px;
}
#lCol .highLight ul ul {
	padding-bottom: 0;
}

#lCol .highLight p {
	font-weight: normal;
	padding: 5px;
	font-size: .85em;
	}
	
#lCol .highLight img {
	margin:0;
	padding: 0;
	}
	
 * html #lCol .highLight img {
	padding:0 0 0 -10px;
	 background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/TxAhead_EDC_hilite.png", sizingMethod="scale")
			} /* overrides in IE 6 and below */

a:link,
a:visited {
	color: #005dc5;
}
/* fixed error */


a:hover {
	color: #000000;
}
#contentContainerError {
	background-color: #FFFFFF;
	margin-top: 10px;
	float: left;
	width: 960px;
	border: 1px solid #999999;
/*border: 1px solid #9b9595;*/ }
#contentContainer {
	background-image: url(/images/left_nav-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	/*margin-top: 10px;  this is the gray gap */
	margin-top: 0px;
	float: left;
	width: 960px;
	border: 1px solid #999999;/*border: 1px solid #9b9595;*/
	}
#contentContainerFull {
	background-color: #FFFFFF;
	/*margin-top: 10px; this is the gray gap */
	margin-top: 0px;
	float: left;
	width: 960px;
	border: 1px solid #999999;
/*border: 1px solid #9b9595;*/ }
#contentContainerFull #content {
	width: 950px;
	padding: 5px;
	margin: 0;
}
#contentContainer .rightCol {
	width: 720px;
	float: left;
}
#dataCenter {
	width: 238px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4580c2;
	background-image: url(/images/data_center-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	color: #ffffff;
}
#dataCenter p {
	font-size: 1.6em;
	padding: 12px;
	font-family: "Times New Roman", Times, serif;
}
#baseBox {
	width: 218px;
	background-color: #fff093;
	padding: 10px;
	float: left;
}
#baseBox .title {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 1em;
	padding-bottom: 15px;
}
#baseBox .calendar {
	padding: 0 0 0 30px;
	background-image: url(/images/icon/icon-calendar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-position: 0% 30%;
	margin-left: 15px;
}
.clear {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.hidden {
	position: absolute;
	left: 0;
	top: -3000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#footer {
	font-size: .9em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	padding: 5px;
	color: #333333;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footerTop {
	width: 952px;
	float: left;
	color: #545454;
	padding: 10px 5px 5px 5px;
}
#footerTop a {
	color: #333333;
}
#footerBottom {
	float: left;
	padding: 5px;
	width: 952px;
	line-height: 1.8em;
	color: #333333;
}
#footer ul {
	list-style: none;
	line-height: 1em;
	width: 952px;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	padding: 0;
	margin: 0;
}
#footer .divider {
	height: 1.2em;
	border-right: 1px solid #999999;
}
.skipToContent {
	position: absolute;
	left: 0;
	top: -3000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/*added this here since it doesn't belong in content.css
#mainContent img.cover {
border: 1px solid #545454;
}
*/
img.cover {
border: 1px solid #777;
-webkit-box-shadow: 3px 3px 4px #7F6E4D;
box-shadow: 3px 3px 4px #7F6E4D;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#67605B;')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#67605B;');
}

