/* Default Styles
----------------------------------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	height: 100%; }

	body {
		font: normal 13px/20px Arial, Helvetica, Geneva, sans-serif;
		color: #333;
		text-align: center;
		background-color: #FFF; }

a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #008EC3;
	outline: none; }

	a:hover {
		color: #666;
		text-decoration: none; }

p {
	margin: 0 0 15px 0; }

ul {
	padding: 0;
	margin: 0 0 15px 15px;
	list-style: square url(../images/bul_pos.gif) outside; }

	li {
		margin: 0 0 5px 0; }

	ul ul {
		margin-top: 7px;
		margin-bottom: 10px; }

	ul ul li {
		list-style-image: none; }

h1 {
	margin: 0 0 10px 0;
	font: bold 23px/31px Arial, Helvetica, Geneva, sans-serif;
	color: #333; }

	h2, .titlehome, h3, h4, h5, h6 {
		margin: 0 0 10px 0;
		font: bold 17px/21px Arial, Helvetica, Geneva, sans-serif;
		color: #333; }

p.callout {
	font: bold 14px/23px Verdana, Arial, Geneva, sans-serif;
	color: #333; }

.quote {
	float: right;
	margin: 0 0 20px 20px;
	width: 148px; 
	font: italic 11px/18px Verdana, Arial, Geneva, sans-serif; }
	
	.quote img {
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		margin: 0 0 12px 0; }

img {
	border: none; }
	
/* Structural Rules
----------------------------------------------------------------------------------------- */
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%; }

#innercontain {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/bg_container.jpg) repeat-y scroll 0 0; }

#innercontain_splash {
	background: transparent url(../images/bg_splash_innercontainer.png) repeat-y scroll 0 0; }

	* html #innercontain_splash {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_splash_innercontainer.png",sizingMethod="image"); } /* for IE/Win */		

#header, #headersub {
	position: relative;
	width: 780px;
	height: 335px;
	margin: 0;
	background: transparent url(../images/bg_header.jpg) no-repeat scroll 0 0; }

	#headersub {
		height: 135px;
		background-image: url(../images/bg_header.jpg); }

#body {
	width: 780px;
	padding-bottom: 150px;
	text-align: left; }

#footer, #footersub {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #CCC; }

/* Branding Area Styles
----------------------------------------------------------------------------------------- */
.brandingarea_0, .brandingarea_2 {
	position: absolute;
	left: 15px;
	top: 85px;
	width: 730px;
	height: 80px;
	padding: 170px 0 0 20px;
	background: transparent url(../images/bg_branding.jpg) no-repeat scroll 0 0;
	z-index: 10; }
	
.brandingarea_1 {
	width: 710px;
	height: 178px;
	padding: 0;
	margin-bottom: 15px;
	background: transparent url(../images/bg_branding_2.jpg) no-repeat scroll 0 0; }

	.brandingarea_0 p, .brandingarea_1 p, .brandingarea_2 p,
		.brandingarea_0 p.allcaps, .brandingarea_1 p.allcaps, .brandingarea_2 p.allcaps {
		margin: 0 0 5px 0;
		font-weight: bold;
		font-size: 10px;
		line-height: 14px;
		color: #666; }

		.brandingarea_0 p.allcaps, .brandingarea_1 p.allcaps, .brandingarea_2 p.allcaps {
			text-transform: uppercase; }

	.brandingarea_2 {
		background-image: url(../images/bg_branding_3.jpg); }

	#branding_0, #branding_1, #branding_2 {}

#brandingnav {
	position: absolute;
	right: 245px;
	top: 540px;
	width: 180px;
	height: 20px;
	z-index: 15;
	background: transparent url(../images/bg_branding_nav.gif) no-repeat scroll 0 0; }

a#btnplay, a#btnplay:link, a#btnplay:active, a#btnplay:visited, a#btnplay:hover,
	a#btnpause, a#btnpause:link, a#btnpause:active, a#btnpause:visited, a#btnpause:hover,
	a#btnnext, a#btnnext:link, a#btnnext:active, a#btnnext:visited, a#btnnext:hover,
	a#btnback, a#btnback:link, a#btnback:active, a#btnback:visited, a#btnback:hover {
	position: absolute;
	right: 300px;
	top: 541px;
	width: 35px;
	height: 19px;
	background: transparent url(../images/btn_play.jpg) no-repeat scroll 0 0;
	z-index: 20; }

	a#btnpause, a#btnpause:link, a#btnpause:active, a#btnpause:visited, a#btnpause:hover {
		right: 335px;
		background-image: url(../images/btn_pause.jpg); }

	a#btnnext, a#btnnext:link, a#btnnext:active, a#btnnext:visited, a#btnnext:hover {
		right: 265px;
		width: 36px;
		background-image: url(../images/btn_next.jpg); }

	a#btnback, a#btnback:link, a#btnback:active, a#btnback:visited, a#btnback:hover {
		right: 370px;
		background-image: url(../images/btn_back.jpg); }

	a#btnplay:hover, a#btnpause:hover, a#btnnext:hover, a#btnback:hover {
		background-position: 0 -19px; }

.brandshadlt, .brandshadrt {
	position: absolute;
	left: 0;
	top: 170px;
	width: 15px;
	height: 390px;
	background: transparent url(../images/pic_brandshad_left.jpg) no-repeat scroll 0 0; }

	.brandshadrt {
		left: 765px;
		background-image: url(../images/pic_brandshad_right.jpg); }

/* Content Area Styles
----------------------------------------------------------------------------------------- */
a#logo, a#logo:link, a#logo:hover, a#logo:active, a#logo:visited {
	position: absolute;
	display: block;
	width: 159px;
	height: 58px;
	top: 20px;
	left: 15px;
	background: transparent url(../images/pic_logo.gif) no-repeat scroll 0 0;
	cursor: pointer;
	z-index: 5; }

#quicknav {
	position: absolute;
	right: 0;
	top: 0;
	width: 388px;
	height: 20px;
	background: transparent url(../images/bg_quicknav.gif) no-repeat scroll 0 0;
	z-index: 5; }

a#btncareers, a#btncareers:link, a#btncareers:visited, a#btncareers:hover, a#btncareers:active,
	a#btncustomers, a#btncustomers:link, a#btncustomers:visited, a#btncustomers:hover, a#btncustomers:active,
	a#btnpartners, a#btnpartners:link, a#btnpartners:visited, a#btnpartners:hover, a#btnpartners:active,
	a#btnsitemap, a#btnsitemap:link, a#btnsitemap:visited, a#btnsitemap:hover, a#btnsitemap:active,
	a#btnhome, a#btnhome:link, a#btnhome:visited, a#btnhome:hover, a#btnhome:active {
	position: absolute;
	right: 268px;
	top: 13px;
	width: 34px;
	height: 9px;
	background: transparent url(../images/btn_careers.gif) no-repeat scroll 0 0;
	z-index: 10; }

	a#btncustomers, a#btncustomers:link, a#btncustomers:visited, a#btncustomers:hover, a#btncustomers:active {
		right: 151px;
		width: 94px;
		background-image: url(../images/btn_customers.gif); }

/*	a#btnpartners, a#btnpartners:link, a#btnpartners:visited, a#btnpartners:hover, a#btnpartners:active {
		right: 151px;
		width: 56px;
		background-image: url(../images/btn_partners.gif); } */

	a#btnsitemap, a#btnsitemap:link, a#btnsitemap:visited, a#btnsitemap:hover, a#btnsitemap:active {
		right: 91px;
		width: 38px;
		background-image: url(../images/btn_sitemap.gif); }

	a#btnhome, a#btnhome:link, a#btnhome:visited, a#btnhome:hover, a#btnhome:active {
		right: 45px;
		width: 25px;
		background-image: url(../images/btn_home.gif); }
		
a#btnenglish, a#btnenglish:link, a#btnenglish:visited, a#btnenglish:hover, a#btnenglish:active,
	a#btneurope, a#btneurope:link, a#btneurope:visited, a#btneurope:hover, a#btneurope:active,
	a#btnrussian, a#btnrussian:link, a#btnrussian:visited, a#btnrussian:hover, a#btnrussian:active {
	position: absolute;
	right: 400px;
	top: 10px;
	width: 52px;
	height: 12px;
	background: transparent url(../images/btn_english.gif) no-repeat scroll 0 0;
	z-index: 10; }
	
	a#btnrussian, a#btnrussian:link, a#btnrussian:visited, a#btnrussian:hover, a#btnrussian:active {
		right: 324px;
		background-image: url(../images/btn_russian.gif); }

	a#btncareers:hover, a#btncustomers:hover, a#btnassociate:hover, a#btnsitemap:hover, a#btnhome:hover, 
		a#btnenglish:hover, a#btneurope:hover, a#btnrussian:hover, a#btnpartners:hover {
		background-position: 0 -20px; }

#breadcrumb {
	position: absolute;
	right: 45px;
	top: 100px;
	width: 695px;
	height: 25px;
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
	text-align: right; }

.center, .centersub {
	float: left;
	display: block;
	width: 780px; }

	.centersub {
		padding: 0; }

#centertextcontain {
	text-align: left;
	margin: 0 15px;
	padding: 0 20px; }

.centertextcol, .centertextcolalt {
	float: left;
	width: 223px;
	margin-right: 20px;
	padding-top: 20px; }

.centertext {
	font-size: 11px;
	line-height: 17px; }

	.centersub .centertext {
		padding: 0 35px 20px 35px;
		margin-bottom: 15px;
		font-size: inherit;
		line-height: inherit; }
		
.imghome {
	margin: 0 0 5px 10px;
	border: 1px solid #666; }

#sidecol {
	float: right;
	margin: 105px 15px 0 0;
	width: 195px;
	display: inline; }
	
	* html #sidecol {
		margin-right: 12px; }

	#sidecol p {
		margin-bottom: 10px; }

.sidecolpanel, .sidecolpanelalt, .sidecolpanelquote {
	text-align: left;
	width: 195px;
	padding-top: 15px;
	margin-bottom: 15px;
	background: #FFF url(../images/bg_taxcredit_panel.jpg) no-repeat scroll 0 0; }

	.sidecolpanelalt {
		padding-top: 0;
		background: none; }

	.sidecolpanelquote {
		border-bottom: 1px solid #666;
		background-image: url(../images/bg_quote_panel.jpg); }

	#sidecolbrand .altpanel .sidecoltext {
		color: #FFF; }

a.titlequote, a.titlequote:link, a.titlequote:visited, a.titlequote:hover, a.titlequote:active {
	display: block;
	width: 195px;
	height: 22px;
	margin-bottom: 15px;
	background: transparent url(../images/title_quote.png) no-repeat scroll 0 0; }

	* html a.titlequote, * html a.titlequote:link, * html a.titlequote:visited, * html a.titlequote:hover, * html a.titlequote:active {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/title_quote.png",sizingMethod="image"); } /* for IE/Win */

.sidecoltext {
	margin-bottom: 0;
	padding: 0 15px 15px 15px;
	font: normal 11px/17px Arial, Helvetica, Geneva, sans-serif; /* "Trebuchet MS", Tahoma, Verdana, */
	color: #333; }

	.sidecoltext ul {
		list-style-image: url(../images/bul_pos.gif); }

table.content{
	width: 710px; }

	table.content td.contcolumn {
		width: 500px; }

	table.content td.margincolumn {
		width: 20px; }

	table.content td.sidecolumn {
		width: 190px;
		font-size: 11px;
		line-height: 17px; }

.after {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0; }

a.btnlearnmore, a.btnlearnmore:link, a.btnlearnmore:active, a.btnlearnmore:visited, a.btnlearnmore:hover,
	a.btnlearnmorelg, a.btnlearnmorelg:link, a.btnlearnmorelg:active, a.btnlearnmorelg:visited, a.btnlearnmorelg:hover,
	a.btnrequestquote, a.btnrequestquote:link, a.btnrequestquote:visited, a.btnrequestquote:hover, a.btnrequestquote:active {
	display: block;
	width: 80px;
	height: 30px;
	margin-bottom: 15px;
	background: transparent url(../images/btn_learn_more.gif) no-repeat scroll 0 0;
	cursor: pointer; }

	a.btnlearnmorelg, a.btnlearnmorelg:link, a.btnlearnmorelg:active, a.btnlearnmorelg:visited, a.btnlearnmorelg:hover {
		width: 160px;
		background-image: url(../images/btn_learn_more_lg.gif); }

	a.btnrequestquote, a.btnrequestquote:link, a.btnrequestquote:visited, a.btnrequestquote:hover, a.btnrequestquote:active {
		width: 165px;
		margin-bottom: 0;
		background-image: url(../images/btn_requestquote.jpg); }

	a.btnlearnmore:hover, a.btnlearnmorelg:hover, a.btnrequestquote:hover {
		background-position: 0 -30px; }

.divider {
	display: block;
	width: 350px;
	height: 1px;
	margin-bottom: 15px;
	text-align: left;
	background: transparent url(../images/bg_center_horiz.gif) no-repeat scroll bottom; }

.drop2col {
	display: block;
	position: absolute;
	left: 210px;
	top: 125px;
	width: 750px;
	height: 15px;
	background: transparent url(../images/pic_drop_2col.png) no-repeat scroll 0 0; }

	* html .drop2col {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_drop_2col.png",sizingMethod="image"); } /* for IE/Win */

.drop2colrelative {
	display: block;
	width: 750px;
	height: 15px;
	background: transparent url(../images/pic_drop_2col.png) no-repeat scroll 0 0; }

	* html .drop2colrelative {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_drop_2col.png",sizingMethod="image"); } /* for IE/Win */

.drop1col {
	display: block;
	width: 195px;
	height: 15px;
	background: transparent url(../images/pic_drop_1col.png) no-repeat scroll 0 0; }

	* html .drop1col {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_drop_1col.png",sizingMethod="image"); } /* for IE/Win */

.dropwidecol {
	display: block;
	width: 540px;
	height: 15px;
	background: transparent url(../images/pic_drop_widecol.png) no-repeat scroll 0 0; }

	* html .dropwidecol {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_drop_widecol.png",sizingMethod="image"); } /* for IE/Win */

.imgrt, .imglt {
	display: block;
	width: 350px;
	float: right;
	margin: 3px 0 5px 10px; }

	.imglt {
		float: left;
		margin: 3px 10px 5px 0; }

	.imgrt img, .imglt img {
		margin-bottom: 5px;
		border: 1px solid #666; }

#backtop {
	width: 555px;
	margin: 5px 0 15px 15px;
	font-size: 10px; }

#botnav {
	width: 955px;
	margin: 0 auto;
	padding: 30px 0 0 35px;
	font: normal 11px/17px Arial, Helvetica, Geneva, sans-serif; /* 13px/19px "Trebuchet MS", Tahoma, Verdana, */
	color: #333;
	text-align: left;
	background: #CCC url(../images/bg_footer.jpg) no-repeat scroll 0 0; }

	#botnav p {
		margin-bottom: 10px; }

	#botnav a, #botnav a:link, #botnav a:active, #botnav a:visited, #botnav a:hover {
		font-weight: bold;
		text-decoration: underline;
		/* color: #333; */ }

	#botnav a:hover {
		text-decoration: none; }

	#footersub #botnav {
		background-image: url(../images/bg_footer_sub.jpg); }

a#btncontactside, a#btncontactside:link, a#btncontactside:active, a#btncontactside:visited, a#btncontactside:hover,
	a#btnviewside, a#btnviewside:link, a#btnviewside:active, a#btnviewside:visited, a#btnviewside:hover  {
	display: block;
	width: 165px;
	height: 30px;
	background: transparent url(../images/btn_viewportfolio.gif) no-repeat scroll 0 0; }

	a#btnviewside, a#btnviewside:link, a#btnviewside:active, a#btnviewside:visited, a#btnviewside:hover {
		background-image: url(../images/btn_learnmore.gif); }

	a#btncontactside:hover, a#btnviewside:hover {
		background-position: 0 -30px; }

.datatable {
	width: 710px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid #666; }

.datatable td, .datatable th {
	padding: 3px 0; }

	.datatable td.leftcell {
		padding-left: 5px; }

	.datatable tr.evenrow td {
		background-color: #EEE; }

	.datatable tr.dividerow td {
		padding: 0;
		background-color: #CCC; }

	.datatable th, .datatable th a, .datatable th a:link, .datatable th a:active, .datatable th a:visited,
		.datatable th a:hover {
		font-weight: bold;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		text-transform: uppercase; }

	.datatable img {
		margin: 0; }

/* Begin Modified Navigation Rules - CR 12/4/2006
----------------------------------------------------------------------------------------- */
#navigation {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 569px;
	z-index: 1000; }

#navigation ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	cursor: pointer; }

#navigation li {
	margin: 0; }

li.level1 {
	float: left;
	position: relative;
	text-align: center; }

a.mainnav1, a.mainnav1:link, a.mainnav1:visited, a.mainnav1:hover, a.mainnav1:active,
	a.mainnav2, a.mainnav2:link, a.mainnav2:visited, a.mainnav2:hover, a.mainnav2:active,
	a.mainnav3, a.mainnav3:link, a.mainnav3:visited, a.mainnav3:hover, a.mainnav3:active,
	a.mainnav4, a.mainnav4:link, a.mainnav4:visited, a.mainnav4:hover, a.mainnav4:active,
	a.mainnav5, a.mainnav5:link, a.mainnav5:visited, a.mainnav5:hover, a.mainnav5:active,
	a.mainnav6, a.mainnav6:link, a.mainnav6:visited, a.mainnav6:hover, a.mainnav6:active,
	a.subnav, a.subnav:link, a.subnav:visited, a.subnav:hover, a.subnav:active {
	display: block;
	width: 78px;
	height: 22px;
	margin-right: 5px;
	font: normal 13px/19px Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #666;
	background: #CCC url(../images/btn_mainnav.jpg) no-repeat scroll 0 0; }

	a.mainnav1:hover {
		color: #008EC3;
		background-position: 0 -22px; }

	a.mainnav2, a.mainnav2:link, a.mainnav2:visited, a.mainnav2:hover, a.mainnav2:active {
		width: 74px;
		background-position: -83px 0; }

		a.mainnav2:hover {
			color: #008EC3;
			background-position: -83px -22px; }

	a.mainnav3, a.mainnav3:link, a.mainnav3:visited, a.mainnav3:hover, a.mainnav3:active {
		width: 73px;
		background-position: -162px 0; }

		a.mainnav3:hover {
			color: #008EC3;
			background-position: -162px -22px; }

	a.mainnav4, a.mainnav4:link, a.mainnav4:visited, a.mainnav4:hover, a.mainnav4:active {
		width: 95px;
		background-position: -240px 0; }

		a.mainnav4:hover {
			color: #008EC3;
			background-position: -240px -22px; }

	a.mainnav5, a.mainnav5:link, a.mainnav5:visited, a.mainnav5:hover, a.mainnav5:active {
		width: 136px;
		background-position: -340px 0; }

		a.mainnav5:hover {
			color: #008EC3;
			background-position: -340px -22px; }

	a.mainnav6, a.mainnav6:link, a.mainnav6:visited, a.mainnav6:hover, a.mainnav6:active {
		width: 68px;
		background-position: -481px 0; }

		a.mainnav6:hover {
			color: #008EC3;
			background-position: -481px -22px; }

li.level1 ul {
	display: none;
	position: absolute;
	width: 260px;
	text-align: left;
	border-top: 1px solid #CCC;
	 }

a.subnav, a.subnav:link, a.subnav:hover, a.subnav:active, a.subnav:visited {
	display: block;
	width: 260px;
	height: 100%;
	padding: 7px 9px 9px 9px;
	/* font: normal 10px/15px Verdana, Arial, Geneva, sans-serif; */
	color: #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #EEE;
	background-image: none;
	/* filter: alpha(opacity = 95);
	-moz-opacity: 0.95; */
	voice-family: "\"}\""; /* begin ie5 hack */
	voice-family:inherit;
	width: 240px; }

	a.subnav, a.subnav:link, a.subnav:active, a.subnav:visited, a.subnav:hover {
		width: 240px; /* end ie5 hack */ }

a.subnav:hover {
	color: #008EC3;
	background-color: #CCC; }

li.level1 > ul {
	top: auto;
	left: auto; }

li.level1:hover ul, li.over ul {
	display: block; }

/* Side Column Navigation Rules
----------------------------------------------------------------------------------------- */
#sidecolnav {
	margin: 0; }

a.leftnav0, a.leftnav0:link, a.leftnav0:active, a.leftnav0:visited, a.leftnav0:hover,
	a.leftnav1, a.leftnav1:link, a.leftnav1:active, a.leftnav1:visited, a.leftnav1:hover,
	a.leftnav2, a.leftnav2:link, a.leftnav2:active, a.leftnav2:visited, a.leftnav2:hover,
	a.leftnav0hover, a.leftnav0hover:link, a.leftnav0hover:active, a.leftnav0hover:visited, a.leftnav0hover:hover,
	a.leftnav1hover, a.leftnav1hover:link, a.leftnav1hover:active, a.leftnav1hover:visited, a.leftnav1hover:hover,
	a.leftnav2hover, a.leftnav2hover:link, a.leftnav2hover:active, a.leftnav2hover:visited, a.leftnav2hover:hover {
	display: block;
	width: 195px;
	margin: 0;
	padding: 5px 10px 6px 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	voice-family: "\"}\""; /* begin ie5 hack */
	voice-family:inherit;
	width: 170px; }

	a.leftnav0, a.leftnav0hover {
		width: 170px; /* end ie5 hack */ }

	a.leftnav0:hover, a.leftnav0hover, a.leftnav0hover:link, a.leftnav0hover:active, a.leftnav0hover:visited, a.leftnav0hover:hover {
		color: #008EC3;
		background-color: #CCC; }

a.leftnav1, a.leftnav1:link, a.leftnav1:active, a.leftnav1:visited, a.leftnav1:hover,
	a.leftnav2, a.leftnav2:link, a.leftnav2:active, a.leftnav2:visited, a.leftnav2:hover,
	a.leftnav1hover, a.leftnav1hover:link, a.leftnav1hover:active, a.leftnav1hover:visited, a.leftnav1hover:hover,
	a.leftnav2hover, a.leftnav2hover:link, a.leftnav2hover:active, a.leftnav2hover:visited, a.leftnav2hover:hover {
	padding-left: 35px;
	border: none;
	background: #EEE url(../images/bg_subnav.gif) no-repeat scroll 0 0;
	voice-family: "\"}\""; /* begin ie5 hack */
	voice-family:inherit;
	width: 150px; }

	a.leftnav1, a.leftnav1hover {
		width: 150px; /* end ie5 hack */ }

	a.leftnav1:hover, a.leftnav1hover, a.leftnav1hover:link, a.leftnav1hover:active, a.leftnav1hover:visited, a.leftnav1hover:hover {
		color: #008EC3;
		background-color: #CCC;
		background-position: 0 -200px; }

a.leftnav2, a.leftnav2:link, a.leftnav2:active, a.leftnav2:visited, a.leftnav2:hover {
	padding-left: 55px;
	background-position: 0 -100px;
	voice-family: "\"}\""; /* begin ie5 hack */
	voice-family:inherit;
	width: 130px; }

	a.leftnav2, a.leftnav2hover {
		width: 130px; /* end ie5 hack */ }

	a.leftnav2:hover, .leftnav2hover, a.leftnav2hover:link, a.leftnav2hover:active, a.leftnav2hover:visited, a.leftnav2hover:hover {
		background-color: #CCC;
		background-position: 0 -300px; }

/* Web Form Rules
----------------------------------------------------------------------------------------- */
.mainfield {
	width: 323px;
	font: normal 14px/18px Verdana, Arial, Geneva, Sans-serif;
	color: #333;
	border: 1px solid #999;
	background-color: #EEE; }

	#sidecol .mainfield {
		font-size: 10px;
		line-height: 12px; }

.formbutton {
	height: 25px;
	cursor: pointer;
	font: bold 10px/12px Verdana, Arial, Geneva, Sans-serif;
	color: #333; }

#frmContact p {
	margin-bottom: 3px;
	line-height: 12px; }