/*-------------------------------*/
/*--   HTML Tag Styles   --*/
/*-------------------------------*/
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin: 0px;
	background: #9e1d1e url(/_img/skyBG.jpg) no-repeat fixed left bottom;
}
a, a:link {
	color:#CC0000;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #000000;
}
a:visited {
	color: #545655;
}
p {
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	margin: 0px 0px 15px 0px;
}
.emphasizedText {
	font-size: 13px;
	line-height: 20px;
	margin: 15px 0px 15px 0px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	margin: 0px 0px 0px 0px
}
h3 {
	font-size: 16px;
	color: #cc0000;
	font-weight: normal;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px;
}
h5 {
	font-size: 10px;
	color: #cc0000;
	line-height: 15px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	padding: 0px;
}
h6 {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.smallCapsRed {
	text-transform:uppercase;
	font-weight:bold;
	color:#cc0000;
	font-size:10px;
}
.shadedImputArea {
	border: 1px solid #6d6c6c;
	padding: 2px 0px 0px 2px;
	background: #FFFFFF url(/_img/inputBG.gif) repeat-x;
}


/*-------------------------------*/
/*-- Container Layout Styles --*/
/*-------------------------------*/
#pageContainer {
	float:left;
	position:relative;
	display: block;
	height: auto;
	width: 100%;
	margin: 0px;
	background: #ffffff;
}


/*-------------------------------*/
/*-- Header Container Styles --*/
/*-------------------------------*/
#headerContainer {
	position:relative;
	display: block;
	height: 76px;
	width: 100%;
	margin: 0px;
	background: #d7d5d7 url(/_img/headerBG.gif) repeat center top;
}
#header {
	display:block;
	position: relative;
	height: 76px;
	width: 780px;
	padding: 0px;
	margin: 0px auto;
}
#idBar {
	float: left;
	display:block;
	height: 76px;
	width: 595px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #88908a;
}
#header img {
	vertical-align: middle;
	margin: 6px 17px 0px 10px;
}
#searchAndSwitch {
	float: right;
	display:block;
	height: 66px;
	width: 183px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	border-left: 1px solid #ffffff;
}
#searchAndSwitch form {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform:uppercase;
	color: #000000;
}
#searchAndSwitch #searchBlank {
	text-transform:none;
	height: 15px;
	width: 80px;
	display: inline;
	border: 1px solid #6d6c6c;
	border-right: none;
	margin: 0px 0px 0px 5px;
	background: #FFFFFF url(/_img/inputBG.gif) repeat-x;
}
#searchAndSwitch #searchSubmit {
	position: relative;
	top: 4px;
	border: 0px solid #6d6c6c;
	margin: 0px;
}
#searchAndSwitch a, #searchAndSwitch a:link {
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform:uppercase;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
}
#searchAndSwitch a:hover, #searchAndSwitch a:visited:hover {
	color: #cc0000;
}
#searchAndSwitch a:visited {
	color: #000000;
}


/*-------------------------------*/
/*--CompanyNav Container Styles--*/
/*-------------------------------*/
#companyNavContainer {
	position:relative;
	display: block;
	height: 50px;
	width: 100%;
	margin: 0px;
	background: #ffffff url(/_img/companyNavBG.gif) repeat-x top;
	padding: 0px;
	overflow: hidden;
}
#companyNav {
	display: block;
	width: 780px;
	padding: 0px 0px 0px 0px;
	margin: 2px auto 0px auto;
}
#companyNavContainer ul {
	display: block;
	float: left;
	clear: both;
	height: auto;
	width: auto;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #720f0f;
	border-left: 1px solid #d80f0f;
}
#companyNavContainer ul li {
	display: block;
	float: left;
	height: auto;
	width: auto;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #720f0f;
	border-right: 1px solid #d80f0f;
	list-style: none;
}
#companyNavContainer a, #companyNavContainer a:link, #companyNavContainer a:visited {
	display: block;
	float: left;
	clear: both;
	height: 12px;
	width: auto;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 0px 8px;
	font-size: 10px;
	line-height: 10px;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#companyNavContainer a:hover, #companyNavContainer a:visited:hover {
	background: url(/_img/companyNavBG_over.gif) repeat-x;
}


/*-------------------------------*/
/*--Content Container Styles--*/
/*-------------------------------*/
#contentContainer {
	display: block;
	float:left;
	height: auto;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #ffffff url(/_img/contentContainerBG.gif) fixed center top;
}
#content {
	display:block;
	position: relative;
	height: auto;
	width: 780px;
	padding: 0px;
	margin: 0px auto;
	vertical-align: baseline;
	/*border: 1px solid #0000ff;*/
}
#leftColumn {
	float: left;
	height: auto;
	width: 168px;
	padding: 0px 6px 30px 6px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	background: url(/_img/leftNavTopBG.gif) no-repeat left top;
	/*border: 1px solid #cc0000;*/
}
#middleColumn {
	position: relative;
	float: left;
	height: auto;
	width: 548px;
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #0000ff;*/
	/*width: 548px;*/
}

/*---------------------------------------------*/
/*------ Left Column Navigation styles ------*/
/*---------------------------------------------*/

#leftColumn h2 {
	width: 168px;
	font-size: 12px;
	line-height: 15px;
	color: #cc0000;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	background: url(/_img/dottedLineBG.gif) repeat-x bottom;
}
#leftColumn ul, #leftColumn ul ul, #leftColumn ul ul ul, #leftColumn ul ul ul ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}
#leftColumn li, #leftColumn li li, #leftColumn li li li, #leftColumn li li li li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}
#leftColumn li {
	margin: 7px 0px 0px 0px;
}
#leftColumn li li, #leftColumn li li li, #leftColumn li li li li {
	font-size: 10px;
	line-height: 15px;
}
#leftColumn li.currentPage {
	list-style: none;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(/_img/leftNav_currentPageBG.gif) repeat-x top;
}
#leftColumn li li.currentPage {
	list-style: none;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	background: url(/_img/leftNav_currentPageBG.gif) repeat-x top;
}
#leftColumn li li li.currentPage {
	list-style: none;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 45px;
	background: url(/_img/leftNav_currentPageBG.gif) repeat-x top;
}
#leftColumn li li li li.currentPage {
	list-style: none;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
	background: url(/_img/leftNav_currentPageBG.gif) repeat-x top;
}
#leftColumn li.currentPage li {
	list-style: none;
	line-height: 15px;
	margin: 0px 0px 0px -15px;
	padding: 0px 0px 0px 0px;
	background: none;
}
#leftColumn li li.currentPage li {
	list-style: none;
	line-height: 15px;
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 0px;
	background: none;
}
#leftColumn li li li.currentPage li {
	list-style: none;
	line-height: 15px;
	margin: 0px 0px 0px -45px;
	padding: 0px 0px 0px 0px;
	background: none;
}
#leftColumn img.hrImg {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;	
}
#leftColumn img {
	margin: 0px 3px 0px -12px;
	border: none;
}
#leftColumn li a, #leftColumn li a:link, #leftColumn li a:visited {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 15px;
	display: block;
	height: 15px;
	width: 148px;
}
#leftColumn li a:hover, #leftColumn li a:visited:hover {
	color: #cc0000;
}
#leftColumn li li a, #leftColumn li li a:link, #leftColumn li li a:visited {
	color: #545658;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 30px;
	display: block;
	height: 15px;
	width: 133px;
}
#leftColumn li li a:hover, #leftColumn li li a:visited:hover {
	color: #cc0000;
	background: #ffffff url(/_img/dottedLineBG.gif) repeat-x bottom;
}
#leftColumn li li li a, #leftColumn li li li a:link, #leftColumn li li li a:visited {
	color: #545658;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 45px;
	display: block;
	height: 15px;
	width: 118px;
}
#leftColumn li li li a:hover, #leftColumn li li li a:visited:hover {
	color: #cc0000;
	background: #ffffff url(/_img/dottedLineBG.gif) repeat-x bottom;
}
#leftColumn li li li li a, #leftColumn li li li li a:link, #leftColumn li li li li a:visited {
	color: #545658;
	text-transform: none;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 60px;
	display: block;
	height: 15px;
	width: 103px;
}
#leftColumn li li li li a:hover, #leftColumn li li li li a:visited:hover {
	color: #cc0000;
	background: #ffffff url(/_img/dottedLineBG.gif) repeat-x bottom;
}

/*---------------------------------------------*/
/*---- Middle Column Content Area styles ----*/
/*---------------------------------------------*/
.contentArea {
	display: block;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #cc0000;*/
}
#middleColumn ul, #middleColumn ol {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
}
#middleColumn li {
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
ul.nakedList {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
ul.nakedList li {
	list-style: url(none) none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.wide {
	float: left;
	clear: both;
	width: 545px;
	height: auto;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.narrowLeft {
	float: left;
	width: 265px;
	height: auto;
}
.narrowRight {
	float: right;
	width: 265px;
	height: auto;
}
.narrowLeft form, .narrowLeft p, .narrowLeft h4, .narrowLeft h5, .narrowLeft h6 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
.narrowLeft h4 {
	font-size: 10px;
	background: #ffffff url(/_img/h4_MiddleColumnNarrow.gif) no-repeat;
	margin-bottom: 5px;
}
.narrowLeft em {
	color: #545655;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
}
.narrowLeft img {
	float: left;
	border: 1px solid #9a9f9d;
	margin: 3px 10px 10px 5px;
}
.narrowRight form, .narrowRight p, .narrowRight h4, .narrowRight h5, .narrowRight h6 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.narrowRight h4 {
	font-size: 10px;
	background: #ffffff url(/_img/h4_MiddleColumnNarrow.gif) no-repeat;
	margin-bottom: 5px;
}
.narrowRight em {
	color: #545655;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
}
.narrowRight img {
	float: left;
	border: 1px solid #9a9f9d;
	margin: 3px 10px 10px 5px;
}
.wide img {
	border: 1px solid #9a9f9d;
}
.wide img.imgFloatleft {
	float: left;
	border: 1px solid #9a9f9d;
	margin: 3px 15px 15px 0px;
}
.wide img.imgFloatRight {
	float: right;
	border: 1px solid #9a9f9d;
	margin: 3px 0px 15px 15px;
}
.wide span.imageCaptionBoxLeft {
	float: left;
	border: 1px solid #9a9f9d;
	margin: 3px 15px 5px 15px !important;
	padding: 0px;
}
.wide .imageCaptionBoxLeft img.imgFloatleft {
	float: left;
	border: none;
	border-bottom: 1px solid #9a9f9d;
	margin: 0px 0px 5px 0px !important;
	padding: 0px;
}
.imageCaptionBoxLeft p.captionText {
	clear: both;
	margin: 0px 0px 5px 0px !important;
	padding: 0px 5px 0px 5px !important;
}
.contentArea a, .contentArea a:link {
	text-decoration: underline;
}
#middleColumn table {
	clear: both;
}
#middleColumn .grayTable {
	display: table;
	width: 100%;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 0px 0px;
}
#middleColumn .grayTable h5 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	white-space: nowrap;
}
#middleColumn .grayTable h5 img {
	margin: 0px 5px 0px -20px;
	vertical-align: middle;
	border: none;
}
#middleColumn .grayTable .row1 {
	display: table-row;
	background: #e9e9e9 url(/_img/dottedLineBG.gif) repeat-x bottom;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .grayTable .row2 {
	display: table-row;
	background: #f6f6f6 url(/_img/dottedLineBG.gif) repeat-x bottom;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .grayTable td {
	display: table-cell;
	padding: 15px 20px 15px 20px;
	margin: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#middleColumn .grayTable th {
	display: table-cell;
	padding: 5px 20px 5px 20px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	background: #545655 url(/_img/grayMenuTH_BG2.gif) repeat-x;
	margin: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#middleColumn .grayTable .borderLeftCell {
	border-left: 1px solid #b3b3b3;
}
#middleColumn .wideTable {
	display: table;
	width: 545px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding: 0px 3px 0px 3px;
	margin: 10px 0px 15px 0px;
}
#middleColumn .wideTable a {
	text-decoration: none;
}
#middleColumn .wideTable h5 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	white-space: nowrap;
}
#middleColumn .wideTable p {
	margin: 0px;
}
#middleColumn .wideTable .row1 {
	display: table-row;
	background: #e9e9e9 url(/_img/dottedLineBG.gif) repeat-x bottom;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .wideTable .row2 {
	display: table-row;
	background: #f6f6f6 url(/_img/dottedLineBG.gif) repeat-x bottom;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .wideTable .row3 {
	display: table-row;
	background: #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .wideTable td {
	display: table-cell;
	padding: 10px 10px 10px 10px;
	margin: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#middleColumn .wideTable th {
	display: table-cell;
	padding: 5px 10px 5px 10px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	background: #545655 url(/_img/grayMenuTH_BG2.gif) repeat-x;
	margin: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#middleColumn .wideTable .borderLeftCell {
	border-left: 1px solid #b3b3b3;
}
#middleColumn .tabbedContentTable {
	display: table;
	width: 516px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding: 0px 3px 0px 3px;
	margin: 10px 15px 15px 15px;
}
#middleColumn .tabbedContentTable a {
	text-decoration: none;
}
#middleColumn .tabbedContentTable h5 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	white-space: nowrap;
}
#middleColumn .tabbedContentTable h6 {
	margin: 0px;
}
#middleColumn .tabbedContentTable p {
	margin: 0px;
}
#middleColumn .tabbedContentTable .row1 {
	display: table-row;
	background: #e9e9e9 url(/_img/dottedLineBG.gif) repeat-x bottom;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .tabbedContentTable .row2 {
	display: table-row;
	background: #f6f6f6 url(/_img/dottedLineBG.gif) repeat-x bottom;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .tabbedContentTable .row3 {
	display: table-row;
	background: #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
#middleColumn .tabbedContentTable td {
	display: table-cell;
	padding: 10px 10px 10px 10px;
	margin: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#middleColumn .tabbedContentTable th {
	display: table-cell;
	padding: 5px 10px 5px 10px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	background: #545655 url(/_img/grayMenuTH_BG2.gif) repeat-x;
	margin: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#middleColumn .tabbedContentTable td img {
	margin: 0px;
}
#middleColumn .tabbedContentTable .borderLeftCell {
	border-left: 1px solid #b3b3b3 !important;
}


/*-------------------------------*/
/*-- Footer Container Styles --*/
/*-------------------------------*/
#footerContainer {
	float: left;
	position:relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	height: 38px;
	width: 100%;
	background: #ffffff url(/_img/footerBG.gif) repeat-x center bottom;
}
#footer {
	display:block;
	position: relative;
	height: 38px;
	width: 780px;
	padding: 0px;
	margin: 0px auto;
	font-size: 10px;
	line-height: 38px;
}
p.captionText {
	font-size: 9px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}


/*-------------------------------*/
/*---- Custom Tools Styles ----*/
/*-------------------------------*/
#premConHomeTool {
	width: 533px;
	height: 230px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding: 0px 5px 0px 5px;
}
.framedContent {
	width: auto;
	height: auto;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 10px 0px;
}
#tabbedContent {
	float: left;
	position: relative;
	width: 545px;
	height: auto;
	border-left: 1px solid #9a9f9d;
	border-right: 1px solid #9a9f9d;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#tabbedContent p, #tabbedContent h2, #tabbedContent h3, #tabbedContent h4, #tabbedContent h5, #tabbedContent h6, #tabbedContent ul, #tabbedContent ol, #tabbedContent table, #tabbedContent img {
	margin-left: 15px;
	margin-right: 15px;
}
#tabbedContent h4, #tabbedContent table {
	clear:both;
}
#tabbedContent h3 {
	margin-bottom: 15px;
}
#tabbedContent ul#tabsContainer {
	display: block;
	position: relative;
	float:right;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 50px;
	height: auto;
	width: auto;
	background: #FFFFFF url(/_img/tabs_bottomBG.gif) no-repeat left bottom;
}
#tabsContainer li {
	display: inline;
	height: auto;
	width: auto;
	float: left;
	margin: 0px;
	list-style: none;
}
#tabsContainer li.currentPage {
	display: block;
	float: left;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	padding: 10px 7px 0px 7px;
	border-left: 1px solid #9a9f9d;
	background: #ffffff;
}
#tabsContainer li a:link, #tabsContainer li a:visited {
	display: block;
	float: left;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #9a9f9d;
	padding: 10px 7px 0px 7px;
	border-left: 1px solid #9a9f9d;
	background: #ffffff url(/_img/dottedLineBG.gif) repeat-x bottom;
}
#tabsContainer li a:hover, #tabsContainer li a:visited:hover {
	color: #cc0000;
}
.contentArea p {
	margin: 0px 0px 15px 0px;
}
.contentArea p em {
	color: #545655;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}
#productIllustration {
	float: left;
	width: 178px;
	height: 255px;
	border: 1px solid #9a9f9d;
	overflow: hidden;
	margin: 0px 30px 15px 0px;
}
#frmbrochure input, #frmbrochure textarea {
	font-size: 12px;
	margin: 0px;
	padding: 3px;
}

#middleColumn #frmbrochure .tabbedContentTable td {
	display: table-cell;
	padding: 5px;
	margin: 5px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#middleColumn #frmbrochure .tabbedContentTable th {
	display: table-cell;
	padding: 5px;
}

a.inlineInquireLink, a.inlineInquireLink:visited {
	color: #cc0000;
	text-decoration: none;
	padding-right: 15px;
	background: url(/_img/button_doubleArrowRed.gif) no-repeat right center;
}
a.inlineInquireLink:hover, a.inlineInquireLink:visited:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	background: url(/_img/button_doubleArrowBlack.gif) no-repeat right center;
}

/*--------------------------------------------*/
/*----------- Print Media Styles -------------*/
/*--------------------------------------------

@media print {
	title {
		font:Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	#idBar {
		float: left;
		display:block;
		height: 76px;
		width: 595px;
		padding: 0px;
		margin: 0px 0px 0px 19px;
		border-right: none;
	}
	#searchAndSwitch {
		display: none;
	}
	#companyNavContainer {
		display: none;
	}
	#contentContainer {
		margin-top: 50px;
	}
	#content {
		display:block;
		position: relative;
		height: auto;
		width: 780px;
		padding: 0px;
		margin: 0px auto;
		vertical-align: baseline;
	}
	#leftColumn {
		display: none;
	}
	#middleColumn {
		position: relative;
		float: left;
		height: auto;
		width: 548px;
		padding: 0px 25px 0px 25px;
		margin: 0px 0px 0px 0px;
	}
}
*/

