/*
--------------------------------------------------[ typography ]
*/
h1
{
	font-size: 42px;
	padding: 0;
	margin: 2px 0 2px 0;
}

h2
{
	font-size: 24px;
	padding: 0;
	margin: 2px 0 2px 0;
}

h3
{
	font-size: 22px;
	padding: 0;
	color: #e91b4b;
	margin: 2px 0 2px 0;
}

h3.red a
{
	font-size: 22px;
	padding: 0;
	color: #f40b42;
	margin: 2px 0 2px 0;
	text-decoration: none;
}

p, span, a
{
	font-size: 12px;
	margin-bottom: 12px;
}

.linkStyle
{
	font-size: 12px;
	color: #1c8bbf!important;
}

.small
{
	font-size: 11px;
}

.red
{
	color: #e91b4b;
}

.white
{
	color: #fff;
}

.black
{
	color: #5c5c5c;
}

.bold
{
	font-weight: bold;
}

.spaced
{
	line-height: 1.7em;
}

a:link {
	color: #c9c9c9;
	text-decoration: none;
	outline: none;
}
a:visited, a:active{
	color: #c9c9c9;
	text-decoration: none;
	outline: none;
}
a:hover
{
color: #333333;
}

/*
--------------------------------------------------[ text objects ]
*/
/*
-------------------[ lists ]
*/
ul
{
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 20px;
}

.bulletedList ul
{
	list-style-type: disc;
	margin: 10px 0 0 0px;
	padding: 0 0 0 20px;
}

.bulletedList li
{
	font-size: 12px;
	margin: 5px 0 5px 0;
}

/*
-----[ tertiary nav ]
*/
.terNavList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.terNavList li
{
	float: right;
	padding: 0 5px 0 5px;
	font-size: 12px;
	color: #919191;
}

.terNavList a
{
	font-size: 12px;
	color: #919191;
	text-decoration: none;
}

.terNavList a.login
{
	font-size: 12px;
	color: #fff;
	margin: 0 20px 0 40px;
	text-decoration: none;
}


/*
-----[ learn more links ]
*/
.learnMoreWhite
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.learnMoreWhite li
{
	padding: 0 0 0 20px;
	background-image: url(../images/site/bullet_white.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.learnMoreWhite li a
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.learnMoreRed
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.learnMoreRed li
{
	padding: 0 0 0 20px;
	margin: 3px 0 3px 0;
	background-image: url(../images/site/bullet_red.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.learnMoreRed li a
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

/*
-----[ next steps links ]
*/
.nextStepsItem
{
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	height: 84px;
}

.nextStepsItem li
{
	position: relative;
	color: #ffffff;
	margin: 0;
	padding: 12px 0 0;
	height: 16px;
	vertical-align: top;
}

.nextStepsItem li a
{
	position: absolute;
	top: 12px;
	color: #ffffff;
}

.nextStepsItem li:hover a.nextSteps
{
	color: #ffffff;
	background-color: #d70745;
	background-image: url(../images/site/bullet_white.png);
}

/*
-----[ general white links ]
*/
ul.generalWhiteLink {
	list-style-type: none;
}

.generalWhiteLink li
{
	padding: 0 0 0 20px;
	margin: 3px 0 3px 0;
	background-image: url(../images/site/bullet_grey.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.generalWhiteLink li a
{
	color: #9e9e9e;
	text-decoration: none;
	font-size: 11px;
}

/*
-----[ general button ]
*/
.genButton
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.genButton li
{
	margin: 15px 0 3px 0;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.genButton li a
{
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/site/generic_button.png);
	background-repeat: no-repeat;
	width: 119px;
	height: 26px;
	padding: 8px 0 0 30px;
	display:block;
}

.genButton2
{

	margin: 0;
	padding: 0;
	list-style-type: none;
}

.genButton2 li
{
	margin: 15px 0 3px 0;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.genButton2 li a
{
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/site/generic_button2.png);
	background-repeat: no-repeat;
	width: 155px;
	height: 26px;
	padding: 8px 0 0 30px;
	display:block;
}

/*
-------------------[ anchors ]
*/
.primaryNav
{
	display: block;
	height: 30px;
	border-bottom: 2px transparent solid;
	line-height: 32px;
	vertical-align: middle;
	color: #c9c9c9;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 45px;
	letter-spacing: 1px;
	text-decoration: none;
	list-style-type: none;
}

.primaryNavSelected
{
	display: block;
	height: 30px;
	border-bottom: 2px transparent solid;
	background-image: url(../images/site/main_nav_selected.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 32px;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 45px;
	letter-spacing: 1px;
	text-decoration: none;
}


.overview
{
	display: block;
	font-size: 16px;
	color: white;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}

.panelNav
{
	display: block;
	font-size: 12px;
	color: white;
	padding: 5px 0 5px 30px;
	text-decoration: none;
	background-image: url(../images/site/bullet_red.png);
	background-repeat: no-repeat;
	background-position: 10px .5em;
}

.panelSubNav
{
	display: block;
	font-size: 12px;
	color: white;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}

.panelSubNav:hover
{
	background-color: #444;
}

.nextSteps
{
	display: block;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 0 0 0 30px;
	text-decoration: none;
	background-image: url(../images/site/bullet_red.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	overflow: hidden;
}

.captionLink
{
	font-size: 11px;
	font-style: italic;
	color: #1c8bbf!important;
}

.captionLink a:link
{
	font-size: 11px;
	font-style: italic;
	color: #1c8bbf;
}

.captionLink a:hover
{
	font-size: 11px;
	font-style: italic;
	color: #1c8bbf;
}

.footerLinks
{
	color: #9e9e9e;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}

.footerLinksUnderline
{
	color: #9e9e9e;
	font-size: 11px;
}

a.breadcrumbLink
{
	color: #9d9d9d;
	text-decoration: none;
	font-size: 11px;
}

.address a
{
	color: #3d3d3d;
	text-decoration: none;
}

a.moduleLinks
{
	color: #1c8bbf;
}

.viewFullArticle
{
	color: #1c8bbf;
	cursor: pointer;
	line-height: 20px;
	vertical-align: middle;
	display: block;
	height: 20px;
}

.hideFullArticle
{
	color: #1c8bbf;
	cursor: pointer;
	line-height: 20px;
	vertical-align: middle;
	display: block;
	height: 20px;
}

.fullArticle
{
	height: 20px;
	overflow: hidden;
}

.shareThis
{
	font-size: 11px;
	color: #4b4b4b;
	display: block;
	float: left;
	cursor: pointer;
}

.rateThis
{
	font-size: 11px;
	color: #4b4b4b;
	display: block;
	float: left;
	cursor: pointer;
}

/*
-------------------[ text ]
*/
.captionText
{
	font-size: 11px;
	font-style: italic;
	color: #5c5c5c;
}

.breadcrumbText
{
	color: #787878;
	font-size: 11px;
}


/*
--------------------------------------------------[ misc. ]
*/
a
{
	outline: none;
}

img
{
	border: 0;
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, sans-serif;
	margin: 0;
	background-color: #1a1a1a;
}

.floatLeft
{
	float: left;
	margin: 0 5px 0 0;
}

.clear
{
	clear: both;
}

.fivePxTop
{
	margin-top: 5px;
}

.tenPxTop
{
	margin-top: 10px;
}

.fivePadTop
{
	padding-top: 5px;
}

.tenPadTop
{
	padding-top: 10px;
}

.noMargin
{
	margin: 0 !important;
}



/*
--------------------------------------------------[ header ]
*/
.headWrapper
{
	width: 1048px;
	height: 128px;
}

.tertiaryNavWrapper
{
	width: 1048px;
	height: 26px;
	padding: 10px 0 0 0;
	background-color: #000;
	text-align: right;
}

.primaryNavWrapper
{
	width: 1048px;
	height: 32px;
	padding: 60px 0 0 0;
	background-image: url(../images/site/header_main_bg.gif);
	background-repeat: repeat-x;
}

/*
-------------------[ logo ]
*/
.logo
{
	position: absolute;
	z-index: 1;
	width: 247px;
	height: 60px;
	margin: -60px 0 0 10px;
}

/*
-------------------[ navigation panel ]
*/
.dropPanel
{
	background-color: #777;
	background-image: url(../images/site/prim_nav_drop_panel_bg.gif);
	background-repeat: repeat-x;
	width: 200px;
	padding: 0 0 10px 0;
	position: absolute;
	z-index: 100;
	margin: 0 0 0 45px;
	display: none;
}


/*
--------------------------------------------------[ body ]
*/
.bodyWrapper
{
	width: 1048px;
	overflow: hidden;
	background-color: #fff;
}

/*
-------------------[ flash banner ]
*/
.flashWrapper
{
	width: 100%;
	overflow: hidden;
}

.flashContent
{
	width: 1000px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.flashAltContent
{
	width: 700px;
	height: 458px;
	padding: 100px 0 0 300px;
	background-image: url(../images/content/flash_alt.jpg);
	background-repeat: no-repeat;
}

/*
-------------------[ index callouts ]
*/
.calloutsWrapper
{
	width: 825px;
	position: absolute;
	z-index: 1;
	margin: 340px 0 0 175px;
}

#calloutWrapper1
{
	margin: 340px 0 0 175px;
}

#calloutWrapper2
{
	margin: 340px 0 0 -175px;
}

.calloutBox
{
	overflow: hidden;
	float: left;
	background-image: url(../images/site/channel_box_bg.png);
	background-repeat: repeat-x;
	width: 280px;
	height: 179px;
	padding: 10px 10px 0 15px;
	margin: 0 0 0 10px;
}

#calloutBox1
{

}

#calloutBox2
{

}

.calloutBox:hover
{
	background-image: url(../images/site/channel_box_over_bg.png);
}

.calloutTop
{
	height: 53px;
	margin: 0;
	padding: 0;
}

.calloutBottom
{
	height: 115px;
	margin: 0;
	padding: 0;
}

/*
-----[ index callout popovers ]
*/
.calloutPopover
{
	width: 840px;
	overflow: hidden;
	position: absolute;
	z-index: -1; /* popovers must be a layer behind their triggers for mouseleave event to work */
}

#calloutPopWrapper1
{
	margin: -340px 0 0 -40px;
	display: none;
}

#calloutPopWrapper2
{
	margin: -340px 0 0 -355px;
	display: none;
}

.calloutPopTop
{
	width: 840px;
	height: 7px;
	overflow: hidden;
	background-image: url(../images/site/pop_top.png);
	background-repeat: no-repeat;
}

.calloutPopMiddle
{
	width: 840px;
	height: 280px;
	overflow: hidden;
	background-image: url(../images/site/pop_middle.png);
	background-repeat: repeat-y;
}

.calloutPopBottom
{
	width: 840px;
	height: 53px;
	overflow: hidden;
}

#calloutPopBottom1
{
	background-image: url(../images/site/pop_bottom1.png);
	background-repeat: no-repeat;
}

#calloutPopBottom2
{
	background-image: url(../images/site/pop_bottom2.png);
	background-repeat: no-repeat;
}

/*
-----[ tabbed box INDEX ]
*/
.tabbed-box
{
	width: 826px;
	height: 280px;
	margin: 0 0 0 7px;
	background-image: url(../images/site/pop_panel_bg.jpg);
	background-repeat: no-repeat;
}

.tabbed-image
{
	width: 180px;
	height: 100px;
	padding: 0 0 0 15px;
}

.tabs
{
	padding: 0;
	margin: 0 0 0 15px;
	width: 180px;
	border-top: 1px solid #bababa;
}

.tabbed-box .tabs li
{
	width: 177px;
	list-style: none;
	background-color: #fff;
	border-right: 2px solid #bababa;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
}

.tabbed-box .tabs li a
{
	padding: 5px 0 2px 10px;
	margin: 0;
	width: 166px;
	font-size: 12px;
	vertical-align: middle;
	text-decoration: none;
	color: #373636;
	display: block;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #fff;
}

.tabbed-box .tabs li a:hover
{
	color: #f1012e;
	border-bottom: 2px solid #bababa;
	border-left: 1px solid #bababa;
}

.tabbed-box .tabs li a.active
{
	color: #f1012e;
	border-right: 2px solid #fff;
}

.tabbed-left
{
	width: 195px;
	height: 280px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.tabbed-right
{
	width: 631px;
	height: 280px;
	margin: 0 0 0 193px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.tabbed-content
{
	display: none;
	border-top: 1px #bababa solid;
	border-right: 1px #bababa solid;
	border-bottom: 3px #bababa solid;
	border-left: 2px #bababa solid;
	width: 624px;
	height: 266px;
	margin: 5px 0 0 0;
}

.tabbed-contentLeft
{
	width: 300px;
	padding: 20px;
	overflow: hidden;
	float: left;
}

.tabbed-contentRight
{
	width: 240px;
	padding: 20px;
	overflow: hidden;
	float: left;
}


/*
-------------------[ next steps ]
*/
.nextStepsBox
{
	overflow: hidden;
	float: left;
	background-image: url(../images/site/next_steps_bg.png);
	background-repeat: repeat-x;
	width: 170px;
	height: 96px;
	padding: 0 10px 0 5px;
	margin: 0 0 0 10px;
}

.nextStepsBoxIndex
{
	overflow: hidden;
	float: left;
	background-image: url(../images/site/next_steps_bg.png);
	background-repeat: repeat-x;
	width: 170px;
	height: 169px;
	padding: 10px 10px 10px 5px;
	margin: 0 0 0 10px;
}

/*
-------------------[ templates ]
*/

/*
-----[ template 1 ]
*/
.templateWrapper
{
	background-color: #eaeaea;
}

.t1HeaderWrapper
{
	overflow: hidden;
	width: 970px;
	height: 106px;
	margin: 0 0 0 40px;
	padding: 25px 0 0 0;
}

.t1HeaderLeft
{
	float: left;
	width: 770px;
	height: 106px;
	overflow: hidden;
}

.t1HeaderRight
{
	float: left;
	width: 190px;
	height: 106px;
	padding: 10px 0 0 10px;
	overflow: hidden;
}

.t1Box
{
	width: 980px;
	margin: 0 0 0 30px;
	padding: 0 0 20px 0;
	overflow: hidden;
}


.t1Left
{
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 0 0 0 -976px;
}

.t1Right
{
	float: left;
	border-top: 1px #bababa solid;
	border-right: 1px #bababa solid;
	border-bottom: 3px #bababa solid;
	border-left: 2px #bababa solid;
	width: 795px; /* has to account for 194 margin and 2px border */
	margin: 0 0 0 180px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.t1TabsWrapper
{
	padding: 0;
	width: 180px;
}

.t1Tabs
{
	padding: 0;
	width: 180px;
	border-top: 1px solid #bababa;
	margin: 30px 0 0 0;
}

.links_toggle_1 {
	overflow: hidden;
	width: 182px;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	display: block;
	float: left;
	width: 167px;
	padding: 10px 5px 5px 5px;
	margin: 0;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: #373636;
	border-right: 2px solid #bababa;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	background-color: #FFFFFF;
	position: relative;
}

.links_toggle_1 a:hover {
	color: #f1012e;
	border-bottom: 3px solid #bababa;
	border-left: 2px solid #bababa;
	padding: 10px 5px 3px 4px;
}


.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active {
	color: #f1012e;
	border-right: 2px solid #FFFFFF;
	width: 167px;
	position: relative;
}
.links_active_1 {}

.links_toggle_1 img
{
	float: left;
	width: 24px;
	height: 24px;
	padding-right: 5px;
	margin-top: -5px
}



.links_toggle_2
{
	width: 177px;
}

.links_toggle_2 {}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	padding: 5px 5px 5px 35px;
	margin: 0;
	width: 177px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	color: #FFF;
	display: block;
	background-color: #555;

}
.links_toggle_2 a:hover {
	color: #f1012e;
}

.links_active_2 a:link, .links_active_2 a:visited, .links_active_2 a:hover, .links_active_2 a:active {
	color: #f1012e;
}
.links_active_2 {
	color: #FFF;
}

.links_toggle_2 img
{
	display:none;
	visibility: hidden;
}


.t1SubTabs
{
	border-right: 1px #bababa solid;
	border-bottom: 1px #bababa solid;
	border-left: 1px #bababa solid;
	width: 167px;
	background-color: #fff;
	padding: 10px 0 10px 10px;
}

.t1Right-left
{
	width: 405px;
	padding: 20px 10px 5px 20px;
	overflow: hidden;
	float: left;
}

.t1Right-left-noright
{
	padding: 20px 0 5px 20px;
	overflow: hidden;
	float: left;
}

.t1Right-right
{
	width: 360px;
	padding: 0;
	overflow: hidden;
	float: left;
}

.t1ContentIcon
{
	width: 393px;
	overflow: hidden;
}

.t1Divider
{
	margin: 10px 0 10px 20px;
	width: 738px;
	height: 3px;
	background-color: #c7c7c7;
	overflow: hidden;
}

.t1Body
{
	padding: 0 20px 10px 20px;
	width: 738px;
}

/*
-----[ template 2 ]
*/
.t2HeaderWrapper
{
	overflow: hidden;
	width: 980px;
	margin: 0 0 0 40px;
	padding: 25px 0 0 0;
}

.t2HeaderLeft
{
	float: left;
	width: 765px;
}

.t2HeaderRight
{
	float: left;
	width: 190px;
	padding: 30px 0 0 10px;
}

.t2Box
{
	width: 967px;
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0 0 20px 0;
	border-top: 1px #bababa solid;
	border-right: 1px #bababa solid;
	border-bottom: 3px #bababa solid;
	border-left: 2px #bababa solid;
	overflow: hidden;
}

.t2Left
{
	float: left;
	width: 665px;
	padding: 20px 5px 10px 20px
}

.t2Right
{
	float: left;
	width: 267px;
	padding: 20px 0 0 0;
}

.t2CalloutWrapper
{
	width: 665px;
	overflow: hidden;
	padding: 30px 0 0 0;
}

.t2CalloutLeft
{
	width: 244px;
	float: left;
	overflow: hidden;
}

.t2CalloutRight
{
	width: 365px;
	padding: 0 0 0 56px;
	float: left;
	overflow: hidden;
}

.t2Divider
{
	margin: 10px 0 20px 0;
	width: 655px;
	height: 3px;
	background-color: #c7c7c7;
	overflow: hidden;
}

.t2Body
{
	padding: 0;
	width: 655px;
}

/*
-----[ blog ]
*/
.blogHeaderWrapper
{
	overflow: hidden;
	width: 980px;
	margin: 0 0 0 40px;
	padding: 25px 0 0 0;
}

.blogBox
{
	width: 967px;
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0 0 20px 0;
	border-top: 1px #bababa solid;
	border-right: 1px #bababa solid;
	border-bottom: 3px #bababa solid;
	border-left: 2px #bababa solid;
	overflow: hidden;
}

.blogHeaderLeft
{
	float: left;
	width: 765px;
}

.blogHeaderRight
{
	float: left;
	width: 190px;
	padding: 30px 0 0 10px;
}

.blogLeft
{
	float: left;
	width: 665px;
	padding: 20px 5px 10px 20px
}

.blogRight
{
	float: left;
	width: 267px;
	padding: 20px 0 0 0;
}

.blogBody
{
	padding: 0;
	width: 655px;
}

.blogPoster
{
	font-size: 11px;
	color: #6d6d6d;
}

.blogPostWrapper
{
	width: 655px;
}

.blogFooter
{
	overflow: hidden;
	vertical-align: middle;
	line-height: 20px;
}

.blogDivider
{
	margin: 10px 0 10px 0;
	width: 655px;
	height: 3px;
	background-color: #c7c7c7;
	overflow: hidden;
}

.pipeDivider
{
	font-size: 11px;
	color: #4b4b4b;
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	text-align: center;
}

.stars
{
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	padding: 0 3px 0 3px;
}

/*
-----[ form ]
*/
.formHeaderWrapper
{
	overflow: hidden;
	width: 980px;
	margin: 0 0 0 40px;
	padding: 25px 0 0 0;
}

.formBox
{
	width: 967px;
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0 0 20px 0;
	border-top: 1px #bababa solid;
	border-right: 1px #bababa solid;
	border-bottom: 3px #bababa solid;
	border-left: 2px #bababa solid;
	overflow: hidden;
}

.formHeaderLeft
{
	float: left;
	width: 765px;
	overflow: hidden;
}

.formHeaderRight
{
	float: left;
	width: 190px;
	padding: 30px 0 0 10px;
	overflow: hidden;
}

.formLeft
{
	float: left;
	width: 665px;
	padding: 20px 5px 10px 20px;
	overflow: hidden;
}

.formRight
{
	float: left;
	width: 267px;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.formBody
{
	padding: 0;
	width: 655px;
	margin: 30px 0 20px 30px;
}

.formRow
{
	overflow: hidden;
	width: 500px;
	margin: 0 0 10px 0;
}

.formLabel
{
	float: left;
	width: 155px;
	min-width: 155px;
	padding: 5px 0 5px 0;
	font-size: 12px;
	overflow: hidden;
}

.formInput
{
	float: left;
	width: 345px;
	overflow: hidden;
}

#convForm input.textInput
{
	width: 338px;
	border: 1px #cdcdcd solid;
	padding: 5px 0 5px 5px;
}

#convForm input.imageInput
{
	width: 149px;
	height: 34px;
}

#convForm select.selectInput
{
	width: 345px;
}

#convForm textarea.textareaInput
{
	width: 338px;
	height: 150px;
	border: 1px #cdcdcd solid;
	padding: 5px 0 5px 5px;
}

.formErrors
{
	margin: 0 0 10px 0;
	width: 500px;
}

.formResults
{
	margin: 0 0 10px 0;
	width: 500px;
}



/*
-----[ breadcrumb ]
*/
.breadcrumbWrapper
{
	width: 960px;
	height: 13px;
	margin: 0 0 0 40px;
	padding: 2px 0 20px;
}


/*
-------------------[ modules ]
*/
.modulesWrapper
{
	width: 221px;
	margin: 0 0 20px 30px;
}

.modulesTop
{
	width: 208px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	padding: 0 0 0 10px;
	border-right: 1px #bababa solid;
	border-bottom: 1px #bababa solid;
	border-left: 2px #bababa solid;
	background-image: url(../images/site/module_head_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;

}

.modulesBottom
{
	width: 198px;
	padding: 10px;
	border-right: 1px #bababa solid;
	border-bottom: 3px #bababa solid;
	border-left: 2px #bababa solid;
	overflow: hidden;
}



/*
--------------------------------------------------[ footer ]
*/
.footWrapper
{
	width: 1048px;
	padding: 5px 0 5px 0;
	overflow: hidden;
	background-image: url(../images/site/footer_bg.gif);
	background-repeat: repeat-x;
}

.footerBox
{
	width: 1000px;
	min-height: 180px;
	overflow: hidden;
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
}

.footerBoxLeft
{
	overflow: hidden;
	float: left;
	width: 240px;
	min-height: 180px;
	padding: 20px 0 0 10px;
	background-image: url(../images/site/footer_divider.gif);
	background-repeat: no-repeat;
}

.footerBoxMiddle
{
	overflow: hidden;
	float: left;
	width: 490px;
	min-height: 180px;
	padding: 20px 0 0 10px;
}

.footerBoxRight
{
	overflow: hidden;
	float: left;
	width: 210px;
	min-height: 180px;
	padding: 20px 20px 0 10px;
	background-image: url(../images/site/footer_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.footerSocialHead
{
	background-color: #424242;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 220px;
	overflow: hidden;
}

.footerSocialIcons
{
	padding: 10px 0 0 0;
	width: 240px;
	overflow: hidden;
}

.footerSocialIcons table
{
	padding: 0;
	margin: 0;
	width: 220px;
	overflow: hidden;
}

.footerSocialIcons td
{
	padding: 0 10px 10px 0;
	width: 22px;
	height: 22px;
	overflow: hidden;
}

.footerSocialLinks
{
	padding: 0 10px 10px 0;
	width: 220px;
	overflow: hidden;
}

.footerResourceHead
{
	background-color: #424242;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 470px;
	overflow: hidden;
}

.footerResItem{
	overflow: hidden;
	width: 490px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

.footerRes{
	width: 220px;
	height: 45px;
	padding: 2px 25px 0 0;
	overflow: hidden;
	float: left;
	color: #9e9e9e;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}

.footerRes:hover
{
	color: #bfbfbf;
}

.footerResImg{
	width: 22px;
	height: 22px;
	margin-bottom: -6px;
	margin-right: 6px;
	float: left;
}

/*.footerResourceWrapper
{
	overflow: hidden;
	width: 490px;
	padding: 10px 0 0 0;
}

.footerResourceLeft
{
	overflow: hidden;
	width: 220px;
	padding: 2px 25px 0 0;
	float: left;
}

.footerResourceRight
{
	overflow: hidden;
	width: 220px;
	padding: 2px 25px 0 0;
	float: left;
}

.footerResource
{
	width: 220px;
	height: 45px;
	overflow: hidden;
}*/

.footerQuickLinksHead
{
	background-color: #424242;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 200px;
	overflow: hidden;
}

.footerQuickLinksItem
{
	padding: 10px;
	margin: 0 0 0 0;
	width: 200px;
	overflow: hidden;
	list-style-type: none;
}

.footerQuickLinks
{
	color: #9e9e9e;
	font-size: 11px;
}

.footerQuickLinks:hover
{
	color: #bfbfbf;
}

.form_prompt {
	display: inline;
}

/*
--------------------------------------------------[ IE6 ]
*/

.browserIE6 .primaryNav
{
	width: 175px; /* fixes IE6's problem with forcing 100% wide block elements */
}

.browserIE6 .primaryNavSelected /* fixes IE6's problem with forcing 100% wide block elements */
{
	width: 175px;
}

.browserIE6 .nextStepsBoxIndex /* fixes IE6's double margin bug */
{
	width: 160px;
}

.browserIE6 .t1Right /* fixes IE6's double margin bug */
{
	margin: 0 0 0 90px;
}





/*

NEW STYLES - ADDED 9/27/2011

*/

body {
	background: #000000 url('../images/body_bg.png') top center repeat-x;
	margin: 0;
	padding: 0 0 64px;
	border: none;
	font-family: "Arial", sans-serif;
}

.narrow_center {
	margin: 0 auto;
	width: 960px;
}

.wide_center {
	margin: 0 auto;
	width: 1048px;
}

#header_bg {
	background: #000000 url('../images/header_bg.png') top center repeat-x;
	min-height: 106px;
}

#header {
	min-height: 106px;
}

a#logo {
	width: 222px;
	height: 0;
	overflow: hidden;
	float: left;
	display: block;
	padding: 72px 0 0;
	margin: 12px 0;
	background: url('../images/header_logo.png') top left no-repeat;
}

#main_links_container {
	float: right;
	margin: 66px 0 0;
	width: 800px;
	text-align: right;
}

/*
-----[ primary nav ]
*/
.primeNavList
{
	float: right;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.primeNavList li
{
	float: left;
	padding: 0;
	margin: 0;
}

.primeNavList li:hover a.primaryNav
{
	border-bottom: 2px #000 solid;
	color: #fff;
	background-color: #c40d34;
	background-image: url(../images/site/prime_nav_over.gif);
	background-repeat: repeat-y;
}

.primeNavList li:hover a.primaryNavSelected
{
	border-bottom: 2px #000 solid;
	color: #fff;
	background-color: #c40d34;
	background-image: url(../images/site/prime_nav_over.gif);
	background-repeat: repeat-y;
}


/*
-----[ drop panel nav ]
*/
.dropNavList
{
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;

}

.dropNavList li
{
	padding: 2px 10px 2px 0;
	float: none;
}

.dropNavList li a
{
	color: #ffffff;
}

.dropNavList li:hover a.panelNav
{
	color: #ffffff;
	background-color: #d70745;
	background-image: url(../images/site/bullet_white.png);
}

/*
-----[ drop panel sub nav ]
*/
.dropNavSubList
{
	margin: 5px 0 0 25px;
	padding: 0;
	width: 165px;
	border-top: 1px #ddd dotted;
	display: block;
	list-style-type: none;
}

.dropNavSubList li
{
	border-bottom: 1px #ddd dotted;
	padding: 0;
}

#body_bg {
	background: url('../images/home_bg.png') top center no-repeat;
	padding: 16px 0 0;
}

#banner_bg,
#banner_bg .module_image {
	position: relative;
	width: 960px;
	background: #ffffff;
}

#banner_bg {
	min-height: 550px;
	margin: 0 0 16px;
}

#banner_bg .module_image {
	margin: 0 0 -550px;
	height: 550px;
}

#home_text {
	position: absolute;
	width: 460px;
	height: 320px;
	overflow: hidden;
	top: 40px;
	left: 445px;
}

#home_text h1 {
	font-size: 64px;
	color: #000000;
	padding: 26px 0 0;
	line-height: 1;
	height: 128px;
	overflow: hidden;
}

#home_text h2 {
	font-size: 16px;
	margin: 14px 0 10px;
	line-height: 1.667;
	color: #f1012c;
	height: 84px;
	overflow: hidden;
}

#home_text a,
#home_text a:link,
#home_text a:visited {
	float: left;
	display: block;
	margin: 6px 12px 0 0;
	width: 103px;
	height: 24px;
	padding: 10px 10px 0 36px;
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	line-height: 1;
	background: url('../images/generic_button.png') top left no-repeat;
}

#home_text a:hover,
#home_text a:active {
	background: url('../images/generic_button.png') bottom left no-repeat;
}

#banner_modules {
	position: relative;
	min-height: 189px;
	padding: 0;
	top: 362px;
	left: 0;
	z-index: 1;
	margin: 0 0 362px;
}

#why_conversive {
	float: left;
	width: 242px;
	height: 0;
	padding: 189px 0 0;
	overflow: hidden;
	margin: 0;
	background: url('../images/why_conversive.png') top left no-repeat;
}

#banner_modules_container {
	float: left;
	margin: 9px 0 0 -16px;
	min-height: 180px;
	width: 730px;
}

#banner_modules_container a {
	float: left;
	display: block;
	margin: 0 -3px 0 3px;
	padding: 95px 18px 0;
	width: 203px;
	min-height: 85px;
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #f1012e;
	text-align: center;
}

#banner_modules_container a:hover {
	background-position: center -180px;
}

#banner_modules_container a span.bg {
	display: block;
	background: url('../images/bm_text_bg.png') left 85px repeat-x;
	margin: 0;
	padding: 0;
}

#banner_modules_container a h2 {
	color: #000000;
	font-size: 18px;
	line-height: 1;
	padding: 0 0 8px;
}

#banner_modules_container a:hover h2 {
	color: #f1012e;
}

#banner_modules_container span.text {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

#home_features {
	min-height: 386px;
	padding: 1px;
	margin: -6px 0 16px;
	background: #ffffff;
}

.home_feature {
	float: left;
	width: 238px;
	padding: 1px;
	color: #5c5c5c;
}

.home_feature_text {
	padding: 22px 16px;
}

.home_feature_text h2 {
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.home_feature_text p {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 8px 0 0;
}

.home_feature_text a:link,
.home_feature_text a:visited {
	color: #1c8bbf;
	text-decoration: underline;
}

.home_feature_text a:hover,
.home_feature_text a:active {
	color: #333333;
}

.home_feature_image {
	width: 238px;
	height: 105px;
	background-position: center center;
	background-repeat: none;
}

#home_promo {
	float: left;
	overflow: hidden;
	width: 236px;
	height: 386px;
	padding: 1px;
}

.home_promo_image {
	overflow: hidden;
	width: 236px;
	height: 386px;
}

.home_promo_image a,
.home_promo_image a:link,
.home_promo_image a:hover {
	display: block;
	position: relative;
	width: 149px;
	height: 0;
	padding: 34px 0 0;
	top: -64px;
	left: 44px;
	overflow: hidden;
	background: url('../images/learn_more.png') top left no-repeat;
}

.home_promo_image a:hover,
.home_promo_image a:active {
	background-position: left -34px;
}

#footer_bg {
	background: #1a1a1a url('../images/footer_bg.png') top center repeat-x;
}

#footer {
	padding: 25px 0;
}

#footer .social_networking {
/* Not currently used. */
}

#footer .resources_links {
	overflow: hidden;
	float: left;
	width: 458px;
	min-height: 180px;
	padding: 10px 0 0 18px;
	background: url(../images/footer_left.png) top left no-repeat;
}

#footer .resources_links h2 {
	background-color: #424242;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 438px;
	overflow: hidden;
}

#footer .resources_links ul {
	margin: 0;
}

#footer .resources_links ul li {
	width: 204px;
	height: 45px;
	padding: 2px 25px 0 0;
	overflow: hidden;
	float: left;
	color: #9e9e9e;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}

#footer .resources_links ul li a {
	overflow: hidden;
	width: 204px;
	height: 28px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	color: #9e9e9e;
	font-size: 11px;
	display: block;
}

#footer .resources_links ul li a:hover,
#footer .quick_links ul li a:hover
{
	color: #bfbfbf;
}

#footer .resources_links ul li a img{
	width: 22px;
	height: 22px;
	margin-bottom: -6px;
	margin-right: 6px;
	float: left;
}

#footer .quick_links {
	overflow: hidden;
	float: right;
	width: 458px;
	min-height: 180px;
	padding: 10px 18px 0 0;
	background: url(../images/footer_right.png) top right no-repeat;
}

#footer .quick_links h2 {
	background-color: #424242;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	width: 438px;
	overflow: hidden;
}

#footer .quick_links ul {
	margin: 0;
	padding: 10px;
	width: 200px;
	overflow: hidden;
	list-style-type: none;
}

#footer .quick_links ul li a {
	color: #9e9e9e;
	font-size: 11px;
}


#subfooter_bg {
	padding: 25px 0;
	background: #000000;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 255;
}

#subfooter {
	font-size: 12px;
	font-weight: bold;
	color: #919191;
	height: 14px;
}

#subfooter_left {
 float: left;
 padding: 0 18px;
}

#subfooter_right {
 float: right;
 padding: 0 18px;
}

#subfooter a,
#subfooter a:link,
#subfooter a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #919191;
}

#subfooter a:hover,
#subfooter a:active {
	color: #ffffff;
}
