/*
--------------------html
*/
body
{
	background-color: #B2B2B2;
	background-image: url(../images/site/html_background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	color: #000;
}











/*
--------------------body wrappers
*/
.bodyWrapperIndex
{
	width: 1034px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site/topo_index.png);
	background-repeat: no-repeat;
	background-position: 16px 0;
	overflow: hidden;
}


.bodyWrapper
{
	width: 1034px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}










/*
--------------------typography
*/
h1
{
	color: #000;
	font-size: 32px;
	padding: 0;
	margin: 0;
}

h1.h1orange
{
	color: #ecac00;
	font-size: 21px;
	padding: 0 0 7px 0;
	margin: 0;
	display: block;
	line-height: 100%;
}

h2
{
	color: #000;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

h2.h2Footer
{
	color: #000;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

h2.adHeadline
{
	color: #000;
	font-size: 15px;
	padding: 0 0 8px 0;
	margin: 0;
}

h3
{
	color: #000;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

p, span, ul, ol
{
	color: #000;
	font-size: 13px;
}

ol
{
	margin: 0 0 0 -20px;
}

ol li
{
	padding: 5px 0 5px 0;
}

.bullets
{
	list-style-image: url(../images/site/bullet_black.png);
}

.calloutText
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	display: block;
}

.bold
{
	font-weight: bold;
}

.bigBold
{
	font-weight: bold;
	font-size: 12px;
}

.italic
{
	font-style: italic;
}

.boldItalic
{
	font-weight: bold;
	font-style: italic;
}

.special
{
	font-size: 12px;
	color: #333;
}

.specialItalic
{
	font-size: 12px;
	color: #333;
	font-style: italic;
}

.specialBold
{
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

a
{
	font-size: 12px;
	color: #3974a6;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #004782;
}

.h2A
{
	color: #3974a6;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.h2A:hover
{
	color: #004782;
}

.dropPanelHeader
{
	text-decoration: none;
	font-weight: bold;
	color: #3974a6;
}

.dropPanelHeader:hover
{
	color: #004782;
}

.dropPanelLink
{
	color: #3974a6;
	text-decoration: none;
}

.dropPanelLink:hover
{
	color: #004782;
}

.calloutLinkNum
{
	color: #ecac00;
	font-size: 15px;
	font-weight: bold;
}

.testimonialQuote
{
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.testimonialQuoter
{
	color: #fff;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0 0 0;
	display: block;
}










/*
--------------------text objects
*/
.terNavA
{
	height: 28px;
	display: block;
	padding: 0 7px 0 7px;
	border-top: 3px transparent solid;
	border-right: 1px transparent solid;
	border-left: 1px transparent solid;
	font-size: 12px;
	font-weight: bold;
	color: #ecac00;
	text-decoration: none !important;
	cursor: pointer !important;
}

.terNavA:hover
{
	color: #000;
	cursor: pointer !important;
}

.terNavPhone
{
	height: 28px;
	display: block;
	padding: 0 7px 0 7px;
	border-top: 3px transparent solid;
	border-right: 1px transparent solid;
	border-left: 1px transparent solid;
	font-size: 12px;
	font-weight: bold;
	color: #ecac00;
}

.mainNavA
{
	height: 45px;
	display: block;
	padding: 5px 11px 0 11px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none !important;
	cursor: pointer !important;
}

.mainNavA:hover
{
	color: #000;
	cursor: pointer !important;
}

ul.ULnav1
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.LInav1
{
	height: 34px;
	overflow: hidden;
}
	/* This is a special class to deal with 2-line menu items */
li.LInav1_2
{
	height: 48px;
	overflow: hidden;
}

ul.ULnav2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.LInav2
{
	height: 36px;
	overflow: hidden;
}

ul.ULnav3
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.LInav3
{
	height: 16px;
	overflow: hidden;
}

.LInav1open
{
	overflow: visible;
	height: 100%;
}

.LInav2open
{
	overflow: visible;
	height: 100%;
}

.leftNavA
{
	width: 162px;
	height: 31px;
	background-color: #E3E3E3;
	background-image: url(../images/site/panel_nav_background.gif);
	background-repeat: repeat-x;
	display: block;
	padding: 9px 0 5px 20px;
	color: #3974a6;
	border-top: 3px #fff solid;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer !important;
	font-size: 11px;
}

.leftNavA:hover
{
	color: #004782;
}

.leftNavASelected
{
	width: 160px;
	display: block;
	padding: 8px 0 8px 20px;
	color: #000;
	border-top: 3px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer !important;
	font-size: 11px;
}

.leftNavASelected:hover
{
	color: #000;
}

.leftNavATri
{
	width: 150px;
	height: 28px;
	display: block;
	padding: 3px 10px 4px 20px;
	color: #3974a6;
	cursor: pointer !important;
	text-decoration: none;
	border-top: 1px #939393 solid;
	font-size: 11px;
}

.leftNavATri:hover
{
	color: #004782;
}

.leftNavATriSelected
{
	width: 150px;
	height: 28px;
	display: block;
	padding: 3px 10px 4px 20px;
	color: #000;
	cursor: pointer !important;
	text-decoration: none;
	font-size: 11px;
}

.leftNavATriSelected:hover
{
	color: #000;
}

.leftNavATriSub
{
	width: 145px;
	display: block;
	padding: 0 10px 0 25px;
	color: #3974a6;
	cursor: pointer !important;
	text-decoration: none;
	font-size: 11px;
}

.leftNavATriSub:hover
{
	color: #004782;
}

.highlightedText
{
	color: #ecac00;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 10px 30px 10px 30px;
}

/* white links*/
.blackArrowLinks
{
	cursor: pointer !important;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blackArrowLinks li
{
	background-image: url(../images/site/black_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 15px;
}

.blackArrowLinks li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* blue links arrow-right*/
.blackArrowCounterPopover
{
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 0;
}

.blackArrowCounterPopover li
{
	background-image: url(../images/site/black_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 0 0 0 15px;
}



.blackArrowLinksGeneral
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blackArrowLinksGeneral span, .blackArrowLinksGeneral a
{
	background-image: url(../images/site/black_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 15px;
	color: #3974a6;
	font-weight: bold;
	cursor: pointer !important;
	text-decoration: none;
}

.blackArrowLinksGeneral span:hover, .blackArrowLinksGeneral a:hover
{
	color: #004782;
}

.languageLinks
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.languageLinks a
{
	padding: 0 0 0 15px;
	color: #3974a6;
	font-weight: bold;
	cursor: pointer !important;
	text-decoration: none;
}

.languageLinks a:hover
{
	background-image: url(../images/site/black_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	color: #004782;
}

.languageLinksSelected
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.languageLinksSelected a
{
	padding: 0 0 0 15px;
	font-weight: bold;
	cursor: pointer !important;
	text-decoration: none;
	background-image: url(../images/site/black_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	color: #004782;
}

/* blue links arrow-down*/
.blackArrowLinksBlackDown
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blackArrowLinksBlackDown li
{
	background-image: url(../images/site/black_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 15px;
}

.blackArrowLinksBlackDown li span, .blackArrowLinksBlackDown li a
{
	color: #3974a6;
	font-weight: bold;
	cursor: pointer !important;
	text-decoration: none;
}

.blackArrowLinksBlackDown li span:hover, .blackArrowLinksBlackDown li a:hover
{
	color: #004782;
}

.blackArrowTriggerLinks
{
	width: 140px;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 16px;
}

.blackArrowTriggerLinks li
{
	list-style-image: url(../images/site/black_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 0 0 0 0px;
	color: #000;
	font-weight: bold;
	cursor: pointer !important;
	text-decoration: none;
}

.blackArrowLinksLogin
{
	list-style-image: url(../images/site/black_arrow.png);
	padding: 0 0 0 20px;
}

.blackArrowLinksLogin #loginTrigger
{
	color: #2a4970;
	text-decoration: none;
	cursor: pointer !important;
}

.nextSteps
{
	width: 115px;
	height: 12px;
	color: #3974a6;
	font-weight: bold;
	display: block;
	padding: 3px 0 3px 0;
	text-decoration: none;
}

.nextSteps:hover
{
	color: #004782;
}

.calloutNav
{
	width: 160px;
	display: block;
	padding: 9px 0 8px 20px;
	color: #000;
	border-top: 3px #fff solid;
	font-weight: bold;
	background-color: #e3e3e3;
	background-image: url(../images/site/panel_nav_background.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: pointer !important;
}

.calloutNav:hover
{
	border-top: 3px #000 solid;
	background-color: #fff;
	background-image: url(../images/site/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}








/*
--------------------navigation
*/
.headWrapper
{
	width: 1002px;
	height: 90px;
	margin: 0 16px 0 16px;
}

.logoBox
{
	width: 183px;
	height: 75px;
	padding: 15px 0 0 5px;
	float: left;
	overflow: hidden;
}

.navBox
{
	width: 814px;
	height: 90px;
	float: left;
	overflow: hidden;
}

.terNavBoxWrapper
{
	width: 814px;
	height: 40px;
	overflow: hidden;
}

.terNavBox
{
	width: 814px;
	height: 30px;
	padding: 10px 0 0 0;
}

.terNavUl
{
	width: 814px;
	height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 200; /* must be set higher than the main nav (main nav is 100) */
}

.terNavLi
{
	float: right;
}

.terLinkCell
{
	padding: 5px 10px 5px 10px;
}

#languageBoxWrapper
{
	border: 1px #000 solid;
	background-color: #fff;
	margin: -1px 0 0 -59px;
	padding: 10px 0 0 0;
	width: 140px;
	position: absolute;
	z-index: -1; /* negative layer is in relation to surrounding div */
	display: none;
}

#searchBoxWrapper
{
	border: 1px #000 solid;
	background-color: #fff;
	margin: -1px 0 0 -62px;
	width: 180px;
	padding: 10px;
	position: absolute;
	z-index: -1; /* negative layer is in relation to surrounding div */
	display: none;
}

#search
{
	width: 170px;
	height: 20px;
	background-color: #efefef;
	border: 1px #000 solid;
	margin: 0 0 10px 0;
}

.mainNavBox
{
	width: 814px;
	height: 50px;
	overflow: hidden;
}

.mainNavUl
{
	width: 814px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 100; /* must be set lower than tertiary nav (tert. nav is 200) */
}

.mainNavLi
{
	float: right;
	height: 49px;
	border-top: 1px #bbb solid;
}

.mainNavLiSelected
{
	float: right;
	height: 49px;
	border-top: 1px #bbb solid;
	background-image: url(../images/site/top_nav_background.png);
	background-repeat: repeat-x;
	background-position: 0 1px;
}
/* left nav */
.triLevelOptions
{
	background-color: #E1E1E1;
	width: 180px;
	background-image: url(../images/site/leftNavATri_background.gif);
	background-repeat: repeat-x;
	border-right: 1px #c9c9c9 solid;
	border-bottom: 1px #c9c9c9 solid;
	border-left: 1px #c9c9c9 solid;
}











/*
--------------------dropNav General
*/
.dropALeft
{
	width: 793px;
	padding: 0 0 0 21px;
	float: left;
	overflow: hidden;
	background-image: url(../images/site/dropA_bg.gif);
	background-repeat: repeat-y;
}

.dropBLeft
{
	width: 608px;
	padding: 0 0 0 21px;
	float: left;
	overflow: hidden;
	background-image: url(../images/site/dropB_bg.gif);
	background-repeat: repeat-y;
}

.dropCLeft
{
	width: 423px;
	padding: 0 0 0 21px;
	float: left;
	overflow: hidden;
	background-image: url(../images/site/dropC_bg.gif);
	background-repeat: repeat-y;
}

.dropELeft
{
	width: 1002px;
	padding: 0 0 0 21px;
	float: left;
	overflow: hidden;
	background-image: url(../images/site/dropE_bg.gif);
	background-repeat: repeat-y;
}

.dropARight
{
	width: 184px;
	padding: 15px 5px 0 15px;
	float: left;
	overflow: hidden;
	background-color: #e19e00;
}

.dropBRight
{
	width: 369px;
	padding: 15px 5px 0 15px;
	float: left;
	overflow: hidden;
	background-color: #e19e00;
}

.dropCRight
{
	width: 554px;
	padding: 15px 5px 0 15px;
	float: left;
	overflow: hidden;
	background-color: #e19e00;
}

.dropCellSlim
{
	width: 185px;
	float: left;
}

.dropCellWide
{
	width: 238px;
	float: left;
}


.dropCellWideLast
{
	width: 252px;
	float: left;
}

.cellHead
{
	background-color: #e9e9e9;
	padding: 10px 0 10px 5px;
	overflow: hidden;
}

.cellBody
{
	padding: 10px 10px 0 5px;
}

.cellFooter
{
	height: 5px;
	width: 992px;
	margin-left: 21px;
	border-top: 1px #ecdfbc solid;
	border-bottom: 1px #e9e4d6 solid;
	background-color: #e9e9e9;
	padding: 10px 0 0 0;
	overflow: hidden;
	clear: both;
}

.cellFooterAlt
{
	height: 5px;
	width: 992px;
	border-top: 1px #ecdfbc solid;
	border-bottom: 1px #e9e4d6 solid;
	background-color: #e9e9e9;
	padding: 10px 0 0 0;
	overflow: hidden;
	clear: both;
}










/*
--------------------dropNav A
*/
.dropPanelShadowA
{
	position: absolute;
	z-index: -10; /* negative layer is in relation to surrounding div */
	width: 1034px;
	display: none;
}

.dropShadowATop
{
	width: 1034px;
	height: 3px;
	background-image: url(../images/site/drop_shadows/shadow_a_top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.dropShadowAMid
{
	width: 1034px;
	padding-bottom: 20px;
	background-image: url(../images/site/drop_shadows/shadow_a_mid.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.dropShadowABottom
{
	width: 1034px;
	height: 16px;
	background-image: url(../images/site/drop_shadows/shadow_a_bot.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.dropNavDivider
{
	height: 1px;
	margin: 2px 0 2px 0;
	background-color: #ccc;
	overflow: hidden;
}










/*
--------------------drop panels
*/
#mainDrop_1
{
	width: 1002px;
	height: 255px;
	margin: 0 0 0 -397px;
}

#mainDrop_2
{
	width: 1002px;
	height: 255px;
	margin: 0 0 0 -582px;
}

#mainDrop_3
{
	width: 1002px;
	height: 255px;
	margin: 0 0 0 -670px;
}

#mainDrop_4
{
	width: 1002px;
	height: 255px;
	margin: 0 0 0 -837px;
}

#mainDrop_5
{
	width: 1002px;
	height: 255px;
	margin: 0 0 0 -924px;
}










/*
--------------------flash
*/
.flashWrapper
{
	width: 1002px;
	margin: 0 16px 0 16px;
	overflow: hidden;
}








/*
--------------------javascript counter
*/



.counterWrapper
{
	width: 1002px;
	padding: 0 16px 0 0;
	height: 71px;
	overflow: hidden;
}

.triggerTag
{
	font-weight: bold;
	display: block;
}

.jsCounterSmallWrapper
{
	width: 243px;
	height: 54px;
	padding: 0 0 0 16px;
	cursor: pointer;
}

.jsCounterSmall
{
	width: 243px;
	height: 44px;
	position: absolute;
	z-index: 11; /* set to 1 more than the counterPopUp div */
}

.counter
{
	background-image: url(../images/site/counter_background.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 23px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .4em;
	padding: 6px 0 10px 0;
	text-align: right;
	cursor: pointer !important;
}

#counterPopUp
{
	width: 259px;
	height: 320px;
	margin: -320px 0 0 0;
	display: none;
	border-top: 3px #000 solid;
	border-right: 1px #939393 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #939393 solid;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	line-height: 125%;
}

.counterCloser
{
	width: 249px;
	padding: 5px;
	text-align: right;
}

.counterPopupBody
{
	width: 239px;
	height: 204px;
	padding: 10px;
	border-bottom: 1px #000 solid;
}

#closeCounter
{
	cursor: pointer;
}








/*
--------------------index callout tabs & panels
*/
.calloutWrapper
{
	width: 1002px;
	height: 103px;
	margin: 0 16px 30px 16px;
	overflow: hidden;
}

.calloutLeft
{
	float: left;
	width: 75%;
	height: 103px;
	overflow: hidden;
}

.calloutFloater
{
	width: 75%;
	height: 103px;
	position: absolute;
	z-index: 12; /* set to 1 more than the counter */
}

* html .calloutFloater, * html .calloutLeft {
width: 756px;
}

.calloutRight
{
	float: right;
	width: 127px;
	height: 103px;
	overflow: hidden;
}

.calloutCell
{
	width: 251px;
	height: 103px;
	border-left: 1px #939393 solid;
	float: left;
	background-image: url(../images/site/callout_cell_background.png);
	background-repeat: no-repeat;
}

.calloutCell:hover
{
	background-image: url(../images/site/space_white.gif);
	background-repeat: repeat;
/*	cursor: pointer !important; */
}

.calloutCellBox
{
	width: 251px;
	height: 103px;
	overflow: hidden;
}

.calloutCellBoxLeft
{
	width: 60px;
	height: 103px;
	float: left;
	overflow: hidden;
}

.calloutCellBoxRight
{
	width: 171px;
	height: 103px;
	padding: 15px 0 5px 0;
	float: left;
	overflow: hidden;
}

/* callout panel */
.calloutPanelShadow
{
	position: absolute;
	z-index: -1; /* negative layer is in relation to surrounding div */
	width: 1034px;
	display: none;
}

.panelShadowTop
{
	width: 1034px;
	height: 3px;
	background-image: url(../images/site/drop_shadows/shadow_a_top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.panelShadowMid
{
	width: 1034px;
	height: 325px;
	background-image: url(../images/site/drop_shadows/shadow_a_mid.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.panelShadowBottom
{
	width: 1034px;
	height: 16px;
	background-image: url(../images/site/drop_shadows/shadow_a_bot.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.panelLeft
{
	width: 793px;
	margin: 0 0 0 16px;
	padding: 5px 0 0 5px;
	float: left;
	overflow: hidden;
	background-image: url(../images/site/callout_gradient.jpg);
	background-repeat: no-repeat;
}

.panelRight
{
	width: 184px;
	height: 310px;
	padding: 15px 5px 0 15px;
	float: left;
	overflow: hidden;
	background-image: url(../images/site/orange_gradient.jpg);
	background-repeat: no-repeat;
	background-color: #e19e00;
}

.panelLeftNav
{
	width: 182px;
	padding: 50px 0 0 0;
	float: left;
	overflow: hidden;
}

.panelLeftTextBlock
{
	width: 406px;
	padding: 75px 5px 0 25px;
	float: left;
	overflow: hidden;
}

.panelLeftGraphic
{
	width: 175px;
	padding: 25px 0 0 0;
	text-align: right;
	float: left;
	overflow: hidden;
}

.specialPanelShadow
{
	width: 16px;
	height: 325px;
	position: absolute;
	z-index: 101;
	margin: -30px 0 0 159px;
	background-image: url(../images/site/drop_shadows/drop_special_shadow.png);
	background-repeat: repeat-y;
}

.panelNavLine
{
	width: 178px;
	height: 3px;
	margin-top: 25px;
	background-color: #000;
	overflow: hidden;
}

.calloutPanelHeadline
{
	width: 783px;
	height: 43px;
	padding: 7px 0 0 10px;
	position: absolute;
	margin: -50px 0 0 0;
	z-index: 1000;
}

#calloutPanOne
{
	margin: -328px 0 0 -17px;
}

#calloutPanTwo
{
	margin: -328px 0 0 -269px;
}

#calloutPanThree
{
	margin: -328px 0 0 -521px;
}







/*
--------------------next steps
*/
.nextStepsWrapper
{
	width: 121px;
	padding: 5px 0 0 15px;
}

.nextStepsWrapperIndex
{
	width: 121px;
	height: 98px;
	padding: 5px 0 0 5px;
	border-left: 1px #939393 solid;
}

.nextStepsLinkBox
{
	width: 121px;
	overflow: hidden;
}

.nextStepsLinkBoxLeft
{
	width: 115px;
	overflow: hidden;
	float: left;
}

.nextStepsLinkBoxRight
{
	width: 6px;
	overflow: hidden;
	float: left;
}

.nextStepsDivider
{
	height: 1px;
	background-color: #ccc;
}







/*
--------------------news scroller
*/
.newsWrapper
{
	width: 1002px;
	margin: 0 16px 0 16px;
	height: 37px;
	border-top: 1px #939393 solid;
	border-bottom: 1px #939393 solid;
	overflow: hidden;
}

.tickerLeft
{
	float: left;
	width: 125px;
	height: 30px;
	padding: 7px 0 0 0;
	overflow: hidden;
}

.tickerRight
{
	float: left;
	width: 877px;
	height: 23px;
	padding: 8px 0 0 0;
	overflow: hidden;
}


.slideNavDivider
{
	width: 1px;
	height: 27px;
	margin: 0 20px 0 20px;
	background-color: #000;
	float: left;
}

.coda-slider-wrapper
{
/*	padding: 20px 0; */
}

.coda-slider
{
/*	background: #ebebeb; */
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel
{
	width: 800px;
	overflow: hidden;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel
{
	width: 836px;
	overflow: hidden;
}

.coda-slider-wrapper.arrows .coda-slider
{
/*	margin: 0 0 0 30px; */
}

/* Arrow styling */
.coda-nav-left a
{
	width: 6px;
	height: 8px;
	background-image: url(../images/site/arrow_left.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: -35px;
	position: absolute;
	z-index: 1;
}

.coda-nav-right a
{
	width: 6px;
	height: 8px;
	background-image: url(../images/site/arrow_right.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: -849px;
	position: absolute;
	z-index: 1;
}



/* Tab nav */
.coda-nav ul li a.current
{
	background: #39c;
}

/* Panel padding */
.coda-slider .panel-wrapper
{
/*	padding: 20px; */
}

/* Preloader */
.coda-slider p.loading
{
/*	padding: 20px; */
	text-align: center;
}

/* Don't change anything below here unless you know what you're doing */


/* TURN ON/OFF TABBED NAV */
/* Tabbed nav */
.coda-nav ul
{
	clear: both;
	display: none;
	margin: auto;
	overflow: hidden;
}

.coda-nav ul li
{
	display: inline;
}

.coda-nav ul li a
{
	background: #000;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px;
	text-decoration: none;
}

/* Miscellaneous */
.coda-slider-wrapper
{
/*	clear: both; */
	overflow: auto;
}

.coda-slider
{
	float: left;
	overflow: hidden;
	position: relative;
}

.coda-slider .panel
{
	display: block;
	float: left;
}

.coda-slider .panel-container
{
	position: relative;
}

.coda-nav-left, .coda-nav-right
{
	float: left;
}

.coda-nav-left a,.coda-nav-right a
{
	display: block;
	text-align: center;
	text-decoration: none;
}







/*
--------------------copyright
*/
.copyrightWrapper
{
	width: 1002px;
	margin: 0 16px 0 16px;
	padding: 10px 0 0 0;
}

.copyright
{
	font-size: 11px;
	color: #000 !important;
	font-weight: normal !important;
	display: block;
	padding: 4px 0 0 0;
	float: left;
}

.footerTop
{
	width: 1002px;
	padding: 20px 0 0 0;
}

.footerBottom
{
	width: 1002px;
	padding: 20px 0 0 0;
	clear: both;
}

.footerBottom a
{
	font-size: 10px !important;
}

.footerNavDivider
{
	display: block;
	float: left;
	color: #3974a6;
	padding: 2px 5px 0 5px;
	font-size: 12px !important;
}

.footerNavLink
{
	display: block;
	float: left;
}

.bookmarksWrapper
{
	float: left;
	width: 170px;
	overflow: hidden;
}

.bookmarksList
{
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
}

.bookmarksList li
{
	float: left;
	padding: 0 6px 0 0;
}

.shareWrapper
{
	float: left;
	width: 170px;
	overflow: hidden;
}

.shareList
{
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
}

.shareList li
{
	float: left;
	padding: 0 10px 0 0;
}

.resourceWrapper
{
	float: left;
	border-left: 1px #767676 solid;
	border-right: 1px #767676 solid;
	width: 340px;
	padding: 0 0 0 10px;
	overflow: hidden;
}

.resourceBox
{
	overflow: hidden;
	padding: 5px 0 0 0;
}

.resourceCell
{
	overflow: hidden;
	padding: 0 0 5px 0;
}

.resourceLeft
{
	float: left;
	width: 27px;
	overflow: hidden;
}

.resourceRight
{
	float: left;
	width: 303px;
	padding: 0 0 0 10px;
	overflow: hidden;
}

.resourceRight a
{
	font-size: 10px !important;
	line-height: 80% !important;
}


.linksWrapper
{
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
	overflow: hidden;
}

.linksWrapper table
{
	width: 300px;
	padding: 10px 0 0 0;
}

.linksWrapper tr
{
	width: 300px;
	padding: 5px 0 0 0;
}

.linksWrapper td
{
	width: 140px;
	padding: 0 10px 0 0;
}








/*
--------------------page bodies
*/
.bodyMainWrapper
{
	width: 1034px;
	overflow: hidden;
	padding: 1px 0 0 0;
}

.bodyMainTop
{
	background-image: url(../images/site/body_top_shadow.png);
	background-repeat: no-repeat;
	width: 1034px;
	height: 19px;
	overflow: hidden;
}

.bodyMainMiddle
{
	background-image: url(../images/site/body_mid_shadow.png);
	background-repeat: repeat-y;
	width: 1034px;
	padding: 0 0 50px 0;
	overflow: hidden;
}

.bodyMainBottom
{
	background-image: url(../images/site/body_bottom_shadow.png);
	background-repeat: no-repeat;
	width: 1034px;
	overflow: hidden;
	height: 17px;
}








/*
--------------------topo
*/
#topoOne
{
	background-image: url(../images/topo/topo1.jpg);
	background-repeat: no-repeat;
	background-position: 16px 0;
}

#topoBlank
{
	/* no background */
}

#topoTwo
{

}

#topoThree
{

}







/*
--------------------overview
*/
.overviewHead
{
	width: 1002px;
	padding: 0 0 20px 16px;
	overflow: hidden;
}

.overviewHeadLeft
{
	float: left;
	width: 330px;
	padding: 50px 0 50px 20px;
}

.overviewHeadRight
{
	float: left;
	width: 648px;
	padding: 0 0 50px 0;
}







/*
--------------------level 2
*/
.level2Headline
{
	width: 982px;
	padding: 0 0 20px 36px;
}

.level2Callout
{
	width: 962px;
	margin: 0 0 40px 36px;
	border-top: 3px #000 solid;
	border-bottom: 1px #d0cac7 solid;
}







/*
--------------------content
*/
.contentWrapper
{
	width: 1002px;
	padding: 0 0 0 16px;
}

.LeftNavWrapper
{
	float: left;
	width: 205px;
	padding: 0 0 0 20px;
	overflow: hidden;
}

.leftNav
{
	width: 182px;
	float: left;
	overflow: hidden;
}

.content
{
	float: left;
	width: 536px;
	padding: 0 20px 0 20px;
	border-right: 1px #c8c8c8 solid;
	overflow: hidden;
	line-height: 130%
}

.rightNavWrapper
{
	float: left;
	width: 200px;
	overflow: hidden;
}

.contentCalloutWrapper
{
	width: 536px;
	border-top: 3px #000 solid;
	background-image: url(../images/site/content_callout_background.gif);
	background-repeat: repeat-x;
	margin: 10px 0 0 0;
}

.contentCalloutBox
{
	width: 536px;
	overflow: hidden;
}

.contentCalloutGenBox
{
	padding: 10px;
}

.contentCalloutLeft
{
	width: 248px;
	padding: 10px;
	float: left;
	overflow: hidden;
}

.contentCalloutRight
{
	width: 248px;
	padding: 10px;
	float: left;
	overflow: hidden;
}

.contentTable
{
	border-collapse: collapse;
	width: 100%;
	border-bottom: 3px #000 solid;
}

.tdHead
{
	border-top: 1px #000 solid;
	padding: 5px;
	text-align: top;
	margin: 0;
	vertical-align: top;
	width: 20%;
}

.tdFirstRowFirstCol
{
	border-top: 1px #c8c8c8 solid;
	padding: 5px;
	text-align: top;
	vertical-align: top;
}

.tdFirstRowSecondCol
{
	border-top: 1px #c8c8c8 solid;
	border-left: 1px #c8c8c8 solid;
	padding: 5px;
	text-align: top;
	vertical-align: top;
}

.tdSecondRowFirstCol
{
	border-top: 1px #c8c8c8 dotted;
	padding: 5px;
	text-align: top;
	vertical-align: top;
}

.tdSecondRowSecondCol
{
	border-top: 1px #c8c8c8 dotted;
	border-left: 1px #c8c8c8 solid;
	padding: 5px;
	text-align: top;
	vertical-align: top;
}






/*
--------------------breadcrumb
*/
.breadcrumb
{
	width: 892px;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 36px;
}

.breadcrubmCurrent
{
	color: #9a9a9a !important;
}








/*
--------------------misc.
*/
img
{
	border: 0;
}

.fivePxBox
{
	height: 5px;
	display: block;
}

.tenPxBox
{
	height: 10px;
	display: block;
}

.detailsWrapper
{
	overflow: hidden;
}

.detailsText
{
	float: left;
	padding: 0 0 0 5px;
	width: 255px;
	overflow: hidden;
}

.detailsLink
{
	float: left;
	padding: 75px 0 0 0;
	width: 155px;
	overflow: hidden;
}

#detail1
{
	background-image: url(../images/content/some_graphic.png);
	background-repeat: no-repeat;
	width: 479px;
	height: 100px;
	padding: 258px 0 0 100px;
}

.leftAlignPic
{
	float: left;
	padding: 0 5px 3px 0;
}

.rightAlignPic
{
	float: right;
	padding: 0 0 3px 5px;
}

.bodyDivider
{
	width: 536px;
	height: 1px;
	background-color: #d4cfcc;
	margin: 30px 0 30px 0;
	overflow: hidden;
}

.rightDivider
{
	width: 100%;
	height: 1px;
	background-color: #d4cfcc;
	margin: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
	overflow: hidden;
}

.pagerDivider
{
	width: 571px;
	height: 1px;
	background-color: #d4cfcc;
	margin: 0 0 0 200px;
	overflow: hidden;
}









/*
--------------------testimonials
*/
.testimonialsWrapper
{
	width: 172px;
	margin: 30px 0 0 15px;
}

.testimonialsHead
{
	width: 170px;
	padding: 0 0 10px 0;
}

.testimonialsBox
{
	border: 1px #ecac00 solid;
	width: 150px;
	padding: 120px 10px 10px 10px;
}

#testBox1
{
	background-image: url(../images/content/dore_iloosta.jpg);
	background-repeat: no-repeat;
}









/*
--------------------ad boxes
*/
.adWrapper
{
	width: 172px;
	margin: 30px 0 0 15px;
}

.adHead
{
	width: 170px;
	padding: 0 0 10px 0;
}

.adBox
{
	width: 172px;
}

.adImage
{

}

.adText
{
 padding: 10px;
}

#ad1
{
	background-image: url(../images/site/adBox_background.gif);
	background-repeat: repeat-x;
	background-color: #DFDCD9;
	background-position: 0 65px;
}









/*
--------------------filter engine.
*/
.filterWrapper
{
	width: 771px;
	border-right: 1px #c8c8c8 solid;
	float: left;
	padding: 0 10px 0 20px;
	overflow: hidden;
}

.filterHeadBox
{
	padding: 0 0 0 35px;
}

.filterBodyDivider
{
	width: 957px;
	height: 1px;
	background-color: #d4cfcc;
	margin: 5px 20px 20px 35px;
	overflow: hidden;
}

.filterControlBox
{
	width: 176px;
	background-color: #e8e8e8;
	padding: 7px;
	float: left;
	overflow: hidden;
}

.filterResultsBox
{
	width: 571px;
	padding: 0 0 0 10px;
	float: left;
	overflow: hidden;
}

.filterReset
{
	padding: 5px 0 5px 0;
}

.filterReset span, .filterReset a
{
	font-size: 10px !important;
}

.filterCase
{
	padding: 10px 0 10px 0;
}

.filterName
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.filterCell
{
	overflow: hidden;
	width: 176px;
}

.filterCheck
{
	float: left;
	width: 20px;
	overflow: hidden;
}

.filterCheckTitle
{
	float: left;
	width: 146px;
	padding: 2px 10px 0 0;
	overflow: hidden;
}

.filterCaseItem
{
	font-size: 12px;
	color: #1e1e1e;
}

.filterCaseSelect
{
	font-size: 12px;
	width: 170px;
	color: #1e1e1e;
}

.filterResultsPager
{
	width: 771px;
	text-align: right;
}

.filterResultsTable
{
	width: 571px;
	overflow: hidden;
}

.filterDisabled
{
	color: #999999;
}


/* table head */
.resultsTableHead
{
	width: 571px;
	height: 38px;
	border-top: 1px #939393 solid;
	border-bottom: 1px #939393 solid;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.resultsNameHead
{
	width: 225px;
	height: 33px;
	padding: 5px 0 0 10px;
	overflow: hidden;
}

.resultsFilterHead
{
	width: 100px;
	height: 33px;
	padding: 5px 0 0 10px;
	overflow: hidden;
	border-left: 1px #c8c8c8 solid;
}

.resultsSortHeadDESC
{
	background-image: url(../images/site/black_arrow_down.png);
	background-position: 95% 12px;
	background-repeat: no-repeat;
}

.resultsSortHeadASC
{
	background-image: url(../images/site/black_arrow_up.png);
	background-position: 95% 12px;
	background-repeat: no-repeat;
}

/* table body */
.resultsTableBody
{
	width: 571px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.resultsName
{
	width: 225px;
	overflow: hidden;
	padding: 15px 0 10px 10px;
	border-bottom: 1px #686868 dotted;
}

.resultsFilter
{
	width: 100px;
	overflow: hidden;
	padding: 15px 0 10px 10px;
	border-bottom: 1px #686868 dotted;
	border-left: 1px #c8c8c8 solid;
}

.resultsLogo
{
	padding: 0 0 10px 0;
}







/*
--------------------internet explorer 7 specific.
*/
.browserIE7 .counter
{
	width: 223px;
	padding: 6px 9px 0 0;
}

.browserIE7 ul, .browserIE7 ol
{
	margin: 0;
	padding: 0 0 0 20px;
}

 /* Panel padding */
.browserIE7 .coda-slider .panel-wrapper
{
	padding: 4px 0 0 0;
}

.browserIE7 .blackArrowCounterPopover
{
	margin: 5px 0 0 -10px;
}

.browserIE7 .blackArrowLinksGeneral
{
	margin: 5px 0 0 -20px;
}

.browserIE7 .blackArrowLinks
{
	margin: 5px 0 0 -20px;
}

.browserIE7 .blackArrowLinks li
{
	background-position: 0 .4em;
}



.browserIE7 .terNavBoxWrapper
{
	width: 819px;
	padding: 0 20px 0 0;
}

.browserIE7 .terNavBox
{
	width: 819px;
}

.browserIE7 .terNavUl
{
	width: 819px;
}

.browserIE7 .mainNavBox
{
	width: 819px;
}

.browserIE7 .mainNavUl
{
	width: 819px;
}

.browserIE7 ul.ULnav2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.browserIE7 ul.ULnav1
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*
--------------------internet explorer 6 specific.
*/
.browserIE6 .terNavA
{
	width: 90px;
	border-top: 3px white solid;
	border-right: 1px white solid;
	border-left: 1px white solid;
	text-align: right;
}

.browserIE6 .terNavPhone
{
	width: 150px;
	text-align: right;
	border-top: 3px white solid;
	border-right: 1px white solid;
	border-left: 1px white solid;
}

.browserIE6 .mainNavA
{
	width: 120px;
	text-align: center;
}

.browserIE6 .bodyWrapperIndex
{
	background-image: url(../images/ie6/topo_index.gif);
}

.browserIE6 #mainDrop_1
{
	margin: 0 0 0 -308px;
}

.browserIE6 #mainDrop_2
{
	margin: 0 0 0 -450px;
}

.browserIE6 #mainDrop_3
{
	margin: 0 0 0 -592px;
}

.browserIE6 #mainDrop_4
{
	margin: 0 0 0 -734px;
}

.browserIE6 #mainDrop_5
{
	margin: 0 0 0 -875px;
}

.browserIE6 #languageBoxWrapper
{
	margin: -1px 0 0 -36px;
}

.browserIE6 #searchBoxWrapper
{
	margin: -1px 0 0 -62px;
}

.browserIE6 .mainNavLiSelected
{
	background-image: url(../images/ie6/top_nav_background.gif);
}

.browserIE6 .counter
{
	width: 224px;
	padding: 6px 5px 10px 0;
}

.browserIE6 .blackArrowTriggerLinks
{
	margin: 0;
	width: 140px;
}

.browserIE6 .nextStepsWrapperIndex
{
	height: 118px;
}

.browserIE6 .calloutWrapper
{
	height: 118px;
}

.browserIE6 .calloutLeft
{
	height: 118px;
}

.browserIE6 .calloutRight
{
	height: 118px;
}

.browserIE6 .slideNavDivider
{
	margin: 0 20px 0 0;
}
