/* CSS Document */
	/*//---------------------------------------------*/
	/*// Name: Site - Default Style Sheet			 */
	/*// Specification: CSS 2.1						 */
	/*//---------------------------------------------*/
	
	/*//---------------------------------------------*/
	/*// Rollover Image Settings					 */
	/*//---------------------------------------------*/

	div.navigation {
		width: 220px;
		margin-left: 5px;
		float: left;
		clear: none;
	}
	
	div.navigation a {
		width: 216px;
		display: block;
		cursor: pointer;
	}
	
	div.navigation a span {
		display: none;
	}

	/*/ Alternate Rollover Set /*/
	a.imgRollOver-homeAlt { background: url(images/alt-buttons/home-up.gif) no-repeat; height: 37px; }
	a.imgRollOver-homeAlt:hover { background: url(images/alt-buttons/home-over.gif) no-repeat; }
	a.imgRollOver-aboutAlt { background: url(images/alt-buttons/about-up.gif) no-repeat; height: 31px; }
	a.imgRollOver-aboutAlt:hover { background: url(images/alt-buttons/about-over.gif) no-repeat; }
	a.imgRollOver-newsAlt { background: url(images/alt-buttons/news-up.gif) no-repeat; height: 31px; }
	a.imgRollOver-newsAlt:hover { background: url(images/alt-buttons/news-over.gif) no-repeat; }
	a.imgRollOver-industriesAlt { background: url(images/alt-buttons/industries-up.gif) no-repeat; height: 31px; }
	a.imgRollOver-industriesAlt:hover { background: url(images/alt-buttons/industries-over.gif) no-repeat; }
	a.imgRollOver-servicesAlt { background: url(images/alt-buttons/services-up.gif) no-repeat; height: 31px; }
	a.imgRollOver-servicesAlt:hover { background: url(images/alt-buttons/services-over.gif) no-repeat; }
	a.imgRollOver-careersAlt { background: url(images/alt-buttons/careers-up.gif) no-repeat; height: 31px;}
	a.imgRollOver-careersAlt:hover { background: url(images/alt-buttons/careers-over.gif) no-repeat; }
	a.imgRollOver-resourcesAlt { background: url(images/alt-buttons/resources-up.gif) no-repeat; height: 31px; }
	a.imgRollOver-resourcesAlt:hover { background: url(images/alt-buttons/resources-over.gif) no-repeat; }
	a.imgRollOver-contactAlt { background: url(images/alt-buttons/contact-up.gif) no-repeat; height: 31px;}
	a.imgRollOver-contactAlt:hover { background: url(images/alt-buttons/contact-over.gif) no-repeat; }
	a.imgRollOver-newsletterAlt { background: url(images/alt-buttons/newsletter-up.gif) no-repeat; height: 31px; }
	a.imgRollOver-newsletterAlt:hover { background: url(images/alt-buttons/newsletter-over.gif) no-repeat; }

	/*/ Compact Rollover Set /*/
	a.imgRollOver-home { background: url(images/home-up.gif) no-repeat; height: 25px; }
	a.imgRollOver-home:hover { background: url(images/home-over.gif) no-repeat; }
	a.imgRollOver-about { background: url(images/about-up.gif) no-repeat; height: 25px; margin-top: 3px; }
	a.imgRollOver-about:hover { background: url(images/about-over.gif) no-repeat; }
	a.imgRollOver-news { background: url(images/news-up.gif) no-repeat; height: 25px; margin-top: 3px; }
	a.imgRollOver-news:hover { background: url(images/news-over.gif) no-repeat; }
	a.imgRollOver-industries { background: url(images/industries-up.gif) no-repeat; height: 25px; margin-top: 3px; }
	a.imgRollOver-industries:hover { background: url(images/industries-over.gif) no-repeat; }
	a.imgRollOver-services { background: url(images/services-up.gif) no-repeat; height: 25px; margin-top: 3px; }
	a.imgRollOver-services:hover { background: url(images/services-over.gif) no-repeat; }
	a.imgRollOver-careers { background: url(images/careers-up.gif) no-repeat; height: 25px; margin-top: 3px;}
	a.imgRollOver-careers:hover { background: url(images/careers-over.gif) no-repeat; }
	a.imgRollOver-resources { background: url(images/resources-up.gif) no-repeat; height: 25px; margin-top: 3px; }
	a.imgRollOver-resources:hover { background: url(images/resources-over.gif) no-repeat; }
	a.imgRollOver-contact { background: url(images/contact-up.gif) no-repeat; height: 25px; margin-top: 3px;}
	a.imgRollOver-contact:hover { background: url(images/contact-over.gif) no-repeat; }
	a.imgRollOver-newsletter {display: block; width: 216px; background: url(images/newsletter-up.gif) no-repeat; height: 40px; margin-top: 3px; }
	.imgRollOver-newsletter span{display: none;}
	a.imgRollOver-newsletter:hover { background: url(images/newsletter-over.gif) no-repeat; }
	a.imgRollOver-committee { background: url(images/committee-up.gif) no-repeat; height: 25px; margin-top: 3px; }
	a.imgRollOver-committee:hover { background: url(images/committee-over.gif) no-repeat; }
	a.imgRollOver-events { background: url(images/events-up.gif) no-repeat; height: 25px; margin-top: 3px; }
	a.imgRollOver-events:hover { background: url(images/events-over.gif) no-repeat; }

	/*/ home page tax seminar rollover /*/
	a.imgRollOver-taxSeminar { background: url(images/seminar-button-up.jpg) no-repeat; height: 89px; width: 220px;}
	a.imgRollOver-taxSeminar:hover { background: url(images/seminar-button-over.jpg); }

	a.imgRollOver-recruit { background: url(images/recruit-up.gif) no-repeat; height: 52px; width: 194px; display: block;}
	a.imgRollOver-recruit:hover { background: url(images/recruit-over.gif); }
	a.imgRollOver-recruit span { display: none; }
	
	a.imgRollOver-survey { display: block; background: url(images/survey-btn-up.jpg) no-repeat; height: 35px; width: 214px;}
	a.imgRollOver-survey:hover { background: url(images/survey-btn-over.jpg); }
	
	
	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*// Page Settings								 */
	/*//---------------------------------------------*/
	html {
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		background: #F5F5F5;
		margin: 0px;
	}
	
	body {
		color: #000000;
		background: #F5F5F5;
		margin: 0px;
		font-size: 12px;
	}
	
	#siteContainer {
		width: 883px;
		margin: auto;
		padding: 0;
	}
	
	#flashcontent {
	width: 558px;
	height: 242px;
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
	}
	
	.contentTable {
		width: 883px;
		background: url(images/contentRepeat.jpg) repeat-y;
	}
	
	.contentTable div.navPanel {
		width: 237px;
		margin: 0;
		padding: 5px 10px 0px 54px;
		float: left;
		clear: none;
	}
	
	.contentTable div.contentPanel {
		width: 493px;
		margin: 0;
		padding: 5px 64px 0px 15px;
		float: right;
		clear: none;
	}
	
	.contentMidTable {
		width: 883px;
		background: url(images/contentMidRepeat.jpg) repeat-y;
	}
	
	.contentBottomTable {
		width: 883px;
		background: url(images/contentBottomRepeat.jpg) repeat-y;
	}
	
			.contentTableWide {
				width: 883px;
				background: url(images/contentRepeatWide.jpg) repeat-y;
			}
			
			.contentTableWide div.contentPanelWide {
				width: 770px;
				margin: 0;
				padding: 5px 59px 0px 54px;
			}
	
	#iframe {
	overflow: auto;
	width: 295px;
	height: 200px;
	}
	
	
	b, strong, .textemphasis {
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	b, strong {
		color:#000000;
	}
	.textemphasis {
		color:#606e87;
	}
	
	li {
	margin: 2px;
	}

	.content {
		color:#000000;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
	}

	span.blueTitle {
		color: #8798b7;
		font-size: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	.blue {
		color: #8798b7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
	span.orangeTitle {
		color: #e49903;
		font-size: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	.orange {
		color: #e49903;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
	.morelink {
		color: #8798b7;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.borderTable
	{
		border: 1px solid #b5b9c5;
	}
	.tableRowHeader
	{
		background: #b5b9c5;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		font-size: 13px;
	}

	.whatsNewTop{
		margin-left: 1px;
	}

	.whatsNewArea{
		width: 882px;
		background: url(images/whatsNew-bg.jpg) repeat-y top center;
	}
	
	.cartoonMonth{
		float:left;
		padding-left: 50px;
		width: 500px;
	}
	.whatsNew{
		float:left;
		margin-left: 45px;
		padding-right: 0px;
		text-align: left;
		width: 220px;
	}

	.whatsNewBox{
		padding: 5px 0px 0px 10px;
		margin: 0;
		width: 240px;
		
	}

	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
	
	.clear{
		clear:both;
	}

	a.links {
		color:#606e87;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	a.links:hover {
		color:#606e87;
		text-decoration:underline;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	.textRequiredField {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	.textSmallerFont {
	color: #333333;
	font-size: 10px;
	}
	
	.footer{
		font-size: 10px;
		font-family: Arial;
	}
	
	.footer a{
		font-size: 11px;
		text-decoration: underline;
		font-weight: normal;
		color: #000;
	}
	
	
	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/