* {margin: 0; padding: 0;}
* ::-moz-selection {color: rgb(255,255,255); background: rgb(0, 225, 0);}
* ::selection {color: rgb(255,255,255); background: rgb(0, 225, 0);}

html, body {
	margin:0;
	padding: 0;
	height: 100%;
}

body {
	background: rgb(230,231,232) url(../img/page_bg_tile.png) top center repeat-y;
}

body, td, input, select, textarea {
	/*font-family: "Trebuchet MS", sans-serif; font-size: 13px;*/
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	color: rgb(0, 30, 60);
}

table {border-spacing: 0; border-collapse: collapse;}
a:active, a:focus, input:focus {outline:none;}
a img {border:0;}
small {font-size: 10px;}
h1 {font-size:22px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:11px;}
h6 {font-size:10px;}
.clear {
	clear:both;
}
.air {
	height: 20px;
}
.halfair {
	height: 10px;
}
input.textfield {
	padding:2px 4px;
	border:1px solid rgb(200,200,200);
	background:rgb(255,255,255);
}
.alert {color:rgb(255,100,0);font-weight:bold;}
.blue {color: rgb(0, 115, 200);}
/*[navigation]*/
#homelink {
	position: absolute;
	top: 5px;
	left: 23px;
}

#page #menu {
	position: absolute;
	top: 22px;
	left: 180px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color:rgb(255, 255, 255);
}

#page #menu a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:rgb(255, 255, 255);
	text-decoration: none;
	padding-right: 20px;
}

#page #menu a:hover {
	color:rgb(0, 255, 0);
	text-decoration: none;
}

#page #menu span { /*[current section]*/
	color:rgb(0, 255, 0);
	text-decoration: none;
	padding-right: 20px;
	cursor: default;
}

#page #submenu {
	position: absolute;
	top: 50px;
	left: 200px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color:rgb(0, 175, 255);
}

#page #submenu a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:rgb(0, 175, 255);
	text-decoration: none;
	padding-right: 20px;
}

#page #submenu a:hover {
	color:rgb(0, 50, 150);
	text-decoration: none;
}

#page #submenu span { /*[current section]*/
	color:rgb(0, 50, 150);
	text-decoration: none;
	padding-right: 20px;
	cursor: default;
}

/*[forms]*/
input#getStarted {position:relative;top:5px;}

.formline, .formcap {
	overflow: hidden;
	margin: 0 20px 10px 70px;
	line-height: normal;
}
.formcap {
	width: 470px;
}
.formline {
	width: 500px;
	clear: both;
	padding-bottom: 1px;
}
.formline label {
	display: block;
	width: 140px;
	line-height: 20px;
	float: left;
	overflow: hidden;
	margin: 0 0 4px 0;
}
.formline label.short {
	width: 70px
}
.formline label.opt {
	color: rgb(150, 150, 150);
}
.formline label.inline {
	display: inline;
	line-height: normal;
	width: auto;
	margin: 0;
}
.formline.err label {
	color: rgb(255, 100, 0); /*font-weight:bold;*/
	background: url(/img/err.png) right no-repeat;
}
.formline.err span {
	color: rgb(255, 100, 0);
	font-weight: bold;
}
.formline.err span a {
	font-weight: normal;
}
.formline.check label {
	background: url(/img/check.png) right no-repeat;
}
.formline.check label.inline {
	background: none;
}
.formline.err label.inline {
	background: none;
}
.formline .fieldhelp {
	clear: both;
	line-height: normal;
	font-size: 10px;
	margin: 0 0 0 210px;
	color: rgb(255, 100, 0);
	display: none;
}
.formline input {
	display: block;
	width: 320px;
	height: 16px;
	float: left;
	padding: 2px 0 2px 4px;
	border: 1px solid rgb(200, 200, 200);
	background: rgb(255, 255, 255);
}
.formline input.long {
	width: 420px;
}
.formline input.checkbox {
	width: auto;
	margin-right: 5px;
	border: 0;
}
.formline textarea {
	display: block;
	float: left;
	padding: 2px 0 0 4px;
	width: 320px;
	height: 100px;
	margin: 0 0 4px 0;
}
.formline textarea.long {
	width: 418px;
}
.formline select {
	display: block;
	width: 327px;
	float: left;
	border: 1px solid rgb(200, 200, 200);
}
.formline select option {
	width: auto;
}

input#btnSubmit, input#btnCreateAccount {
	float: right;
	padding: 0;
	margin: 0 3px 0 0;
	display: block;
	width: auto;
	height: auto;
	border: none;
	background: none;
}
/*[forms: login]*/
#login {
	position: absolute;
	width: 304px;
	overflow:hidden;
	top: 7px;
	right: 27px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#login .formhead, #login .formfoot {
	color: rgb(0, 115, 200);
	padding: 0px 0 0 71px;
	line-height: normal;
	clear: both;
}


#login .formfoot a {color: rgb(0, 115, 200); text-decoration: none;}
#login .formfoot a:hover {color: rgb(0, 115, 200); text-decoration: underline;}
#login .formline {
	width: 229px;
	overflow: hidden;
	margin: 0 0 3px 0;
	clear: none;
	float: left;
	padding: 0;
	border: none;
	color: rgb( 255, 255, 255 );
}
#login .formline:hover {border: none;}
#login .formline label {
	display: block;
	width: 71px;
	line-height: 19px;
	font-weight: bold;
	color: rgb(0, 115, 200);
	float: left;
	overflow: hidden;
	margin: 0;
}

#page.pub #login,
#page.adv #login,
#page.pub #login .formfoot a,
#page.pub #login .formfoot a:hover,
#page.adv #login .formfoot a,
#page.adv #login .formfoot a:hover,
#page.pub #login .formline label,
#page.adv #login .formline label {color: rgb(255, 255, 255);}

#login .formline input {
	display: block;
	width: 147px;
	height: 16px;
	float: left;
	margin: 0;
	padding: 2px 0 0 4px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#login .formline select {
	display: block;
	width: 153px;
	float: left;
	margin: 0;
	padding: 2px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#login input#signIn {
	display: block;
	float: right;
	margin-top: 24px;
	border: none;
	background: none;
}

/*[layout]*/
#pageholder {
   min-height:100%;
   position:relative;
}
#pagebase {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
}
#footer {
	width: 947px;
	margin: 0 auto;
	color: rgb(150, 150, 150);
	height: 30px;
	padding: 10px 0 0 33px;
	background: url(../img/page_footer_bg.png) top center repeat-x;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#footer a {
	text-decoration: none;
	color: rgb(100, 100, 100);
	padding: 1px 4px 2px 4px;
}
#footer a:hover {
	text-decoration: none;
	color: rgb(255,255,255);
	background: rgb(0, 200, 0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#page {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url(../img/page_bg.png) top center no-repeat;
	padding-top: 100px;
	padding-bottom: 50px;
	line-height: 1.5em;
}

#page.setup {
	background: url(../img/page_setup_bg.png) top center no-repeat;
	padding-top: 60px;
}

#page.sub {
	background: url(../img/page_sub_bg.png) top center no-repeat;
	padding-top: 100px;
}

#page.pub {
	background: url(../img/page_pub_bg.png) top center no-repeat;
	padding-top: 100px;
}

#page.adv {
	background: url(../img/page_adv_bg.png) top center no-repeat;
	padding-top: 100px;
}

#page.home {
	background: url(../img/page_home_bg.png) top center no-repeat;
	padding-top: 174px;
}

#page h2,
#page h3,
#page h4,
#page h5,
#page h6	{
	margin: 1.5em 330px 0.5em 70px;
}

#page h1 {
	margin: 0 330px 1em 70px;
	line-height: normal;
}

#page p,
#page ul,
#page ol {margin: 0 330px 0.5em 70px;}
#page p.wide {margin-right:100px;}

#page ul,
#page ol {margin-left: 90px;}

#page ul li,
#page ol li {margin: 0.75em 0;}

#page h2.artitle {
	
}
#page h2.artitle a {
	text-decoration: none;
}
#page h2.artitle a:hover {
	text-decoration: underline;
}
#page h2.artitle a:visited {
	color: rgb(150, 150, 150);
}

#page p.summary {
	
}
#page div.story {
	padding: 20px 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../img/story_bg.png);
}

#page div.story p,
#page div.story h1,
#page div.story h2,
#page div.story h3	{
	margin: 0 305px 1em 180px;
}

#page div.story h2 {
	margin-top: 5px;
	margin-bottom: 0.2em;
}

#page div.story .publication {
	margin: 0.75em 305px 0.5em 180px;
	font-style: italic;
	text-align: right;
	color: rgb(150, 150, 150);
	line-height: normal;
}
#page div.story .date {
	float:left;
	margin: 8px 0 0 85px;
	line-height: normal;
	}

#page .date, #page .artdata, #page .publication {color: rgb(0, 200, 0);}

#page .author {font-style: italic;}
#page p.copyright {
	font-size: 11px;
	color: rgb(175,175,175);
}
#page p a {
	font-weight: bold;
}
#page p a.more {
	font-size: 11px;
	text-decoration: none;
}
#page p a.more:visited {
	color: rgb(150, 150, 150);
}

#page table	{margin: 0 30px 2em 70px;}
#page table.simplegrid td	{padding: 5px 0 2px 0; border-bottom: 1px solid rgb(235,235,235);}
#page table.simplegrid td.num	{padding: 5px 5px 2px 150px; text-align:right;}

#page h1,
#page h2,
#page h3,
#page h6,
#page a		{color: rgb(0, 115, 200);}

#page h4,
#page h5 {color: rgb(150, 150, 150);}

#page .accent, #page .accent a {color: rgb(0, 200, 0);}
#page .accent a:hover {color: rgb(200, 0, 0);}

#page ol.alpha {list-style-type: lower-alpha;}
#page ol ol	{margin-left: 30px; margin-right: 0;}
#page ul 	{list-style-image: url(../img/bullet_dot.png);}
#page ul ul	{margin-left: 30px; margin-right: 0;}

#page.legal h1,
#page.legal h2,
#page.legal h3,
#page.legal h4,
#page.legal h5,
#page.legal h6	{color:rgb(50,50,50);}

#page.legal h2,
#page.legal h3,
#page.legal h4,
#page.legal h5,
#page.legal h6	{margin-top: 1.5em;}

#page.legal p,
#page.legal ul,
#page.legal ol	{margin-right: 100px;}

/*[no sidebar]*/
#page.wide h1	{margin-right: 350px;}
#page.wide h2,
#page.wide h3,
#page.wide h4,
#page.wide h5,
#page.wide h6,
#page.wide p,
#page.wide ul,
#page.wide ol	{margin-right: 100px;}

#page.legal ul 	{list-style-image: url(../img/bullet_legal.png);}

#page dl	{margin: 1.5em 325px 0.5em 50px;}
#page dt, #page dd {
	
}
#page dt {
	color: rgb( 0, 115, 200 );
	font-weight: bold;
}

#page dd {
	margin-bottom: 10px;
}

#page dt span, #page dd span {
	margin-right: 5px;
	font-weight: bold;
}

#page.legal dt {
	color: rgb( 125, 125, 125 );
	font-weight: bold;
	clear: left;
	float: left;
	margin-right: 0.5em;
}

#page.legal dt span {
	font-weight: normal;
}

#page.legal dd {
	margin-left: 0.5em;
	margin-bottom: 5px;
}

#page div#rightcolumn {
	position: absolute;
	width: 225px;
	top: 245px;
	right: 50px;
	text-align: right;
	color: rgb(100, 100, 100);
}

#page div#rightcolumn p, #page div#rightcolumn h2, #page div#rightcolumn h3 {
	margin: 0 0 0.4em 0;
	
}

#page div.hr {
	clear: both;
	width: 900px;
	margin: 0 auto 2em auto;
	border-bottom: 1px solid rgb(0, 115, 200);
}

div#example {
	display: none;
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 15px;
	width: 730px;
	height: 530px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 115, 200);
	overflow: hidden;
	padding: 23px 0 0 0;
}
div#exshadow {
    display: none;
    position: absolute;
    z-index: 9;
    top: 70px;
    left: 25px;
    width: 730px;
    height: 553px;
    background: rgb(0, 0, 0);
    opacity: 0.25;
}
div#example a.hide {position:absolute; top:5px; right:5px; text-decoration: none;
display: block; width:50px; height:13px; background:url(../img/close.gif) no-repeat; outline: none;}
div#example a.hide:hover {background-position: 0px -13px;}
.productsample {
	float:right;
	margin: 0 0 0 10px;
}
#splash_old {position:absolute;top:310px;}
img#tag {
	margin: 20px 20px 0 20px;
}
img#splash {
	margin: 0 20px 10px 20px;
}
a.home_button {
	display:block;
	overflow:hidden;
	width:114px;
	height:25px;
}
/*[Homepage Plate (NEW)]*/
#page div#homeplate {
	padding: 0;
	margin: 0 0 0 20px;
	width: 720px;
	height: 500px;
	overflow: hidden;
	background: url(../img/home_plate_body.png) repeat-y;
}
#page div#homeplate div#homeplate_top {
	height: 55px;
	background: url(../img/home_plate_top.png) no-repeat;
}
#page div#homeplate_bottom {
	margin: 0 0 0 20px;
	width: 720px;
	height: 20px;
	clear: left;
	background: url(../img/home_plate_bottom.png) no-repeat;
}
#page div#homeplate ul.bullets {
	width: 280px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 55px;
	margin: 0;
}
#page div#homeplate ul.bullets li {
	list-style-image: url(../img/bullet_dot.png);
	/*font-weight: bold;*/
	line-height: 1.55em;
	font-size: 13px;
	color: rgb(45, 50, 55);
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	margin-bottom: 15px;
}
#page div#homeplate ul.bullets li span {
	font-weight: bold;
}
#page div#homeplate ul.bullets li a {
	text-decoration: none;
}
#page div#homeplate ul.bullets li a span {
	font-weight: bold;
	text-decoration: underline;
}
#page div#homeplate ul.bullets li a:hover {
	color: rgb(0, 200, 0);
}
#page div#homeplate ul.advertiser li {
	/*color: rgb(0, 200, 0);*/
}
#page div#homeplate ul.publisher {
	width: 300px;
	padding: 0 0 0 50px;
}
#page div#homeplate ul.publisher li {
	/*list-style-image: url(../img/bullet_dot_blue.png);*/
	/*color: rgb(0, 115, 200);*/
}

#page div#homeplate ul.bullets li.nobullet {
	list-style-type: none;
	list-style-image: none;
}

#page div.homeplatelinks div.column {
	width: 300px;
	height: 35px;
	padding: 0 0 0 40px;
	float: left;
}
#page div.homeplatelinks a {
	display: block;
	float: left;
}
#page div.homeplatelinks a.apply {
	margin-left: 75px;
}

/*[Homepage Banner (moved to two-step-click page)]*/
#page div#twostepclick {
	width: 640px;
	height: 130px;
	overflow: hidden;
	margin: 10px 0 10px 60px;
	background: url(../img/twostepclick_bg.png) no-repeat;
}

#page div#twostepclick ul.blocks {
	width: 714px;
	height: 115px;
	overflow: hidden;
	padding: 17px 0 0 0px;
	margin: 0 0 0 10px;
}
#page div#twostepclick ul.blocks li {
	list-style: none;
	display: block;
	float: left;
	height: 120px;
	width:98px;
	padding: 0 15px 0 10px;
	margin: 0;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: rgb(0, 115, 200);
}

#page div.clear {
	clear: both;
}

a.start_now {
	display: block;
	width: 150px;
	height: 35px;
	background-image: url(../img/start_now.png);
}
#page div.pageband a.start_now {
	background-image: url(../img/start_now_white_bg.png);
}
#page div.pageband a.apply, #page div.buttonfly a.apply {
	background-image: url(../img/apply_white_bg.png);
}
#page div.pageband a.learn_more {
	background-image: url(../img/learn_more_white_bg.png);
}

#page div.pageband {
	height: 35px;
}

#page div.buttonfly {
	position: absolute;
	width: 240px;
	padding: 10px 0;
	top: 500px;
	right: 20px;
	/*border: 1px solid rgb(200, 200, 200);*/
}

#page div.pageband a.start_now, #page div.pageband a.apply, #page div.pageband a.learn_more {
	float: none;
	margin: 0 0 0 510px;
	height: 35px;
}
#page div.buttonfly a.apply {
	float: none;
	margin:0 auto;
	height: 35px;
}
#page div#buttonside {
	position: absolute;
	right: 120px;
	top: 390px;
	width: 145px;
	height: 35px;
}
#page div#buttonside a.apply {
	float: none;
	background-image: url(../img/apply_white_bg.png);
	margin: 0;
	height: 35px;
}

a.start_now:hover {
	background-position: 0px -35px;
}

a.start_big {
	display: block;
	width: 280px;
	height: 70px;
	background-image: url(../img/start_big.png);
}
a.start_big:hover {
	background-position: 0px -70px;
}

a.apply {
	display: block;
	width: 150px;
	height: 35px;
	background-image: url(../img/apply.png);
	clear: both;
	margin: 0 auto;
}

a.apply:hover, #page div.infoblock_body a.apply:hover {
	background-position: 0px -35px;
}

a.learn_more {
	display: block;
	width: 150px;
	height: 35px;
	background-image: url(../img/learn_more.png);
}

a.learn_more:hover {
	background-position: 0px -35px;
}

.hideinfo {display:none;}
/*[flash intro]*/
div#CXGintro {margin:50px 0 0 50px;}
div#CXGintro h2 {margin:0 30px 10px 30px;padding-top: 40px;}
div#CXGintro p {margin:0 30px 10px 30px;}

div#quote {
	position: absolute;
	top: 175px;
	right: 20px;
	width: 240px;
	height: 200px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../img/quote_bg.png) no-repeat;
	overflow: hidden;
}

#page.home div#quote {
	/*height: 225px;*/
}

div#quote .quote {
	font-size: 12px;
	line-height: 1.2em;
	color: rgb(75, 100, 125);
	padding: 20px 20px 30px 20px;
}

div#quote .indent {
	text-indent: -0.5em;
	line-height: 1.5em;
}

div#quote .quote a {
	text-decoration: none;
}

div#quote .quote a:hover {
	text-decoration: underline;
}

div#quote #bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 240px;
	height: 15px;
	background: url(../img/quote_bg.png) bottom left no-repeat;
}

div#quote .source {
	font-size: 11px;
	line-height: 1.3em;
	margin-top: -25px;
	color: rgb(150, 160, 170);
	padding: 0 20px 15px 20px;
	text-align: right;
	font-style: italic;
}

a#extra {
	position: absolute;
	top: 105px;
	right: 20px;
	display: block;
	width: 200px;
	height: 85px;
	overflow: hidden;
}

/*[IAB Badge]*/
#iab {
	position: absolute;
	top: 380px;
	right: 180px;
	width: 80px;
	height: 50px;
	overflow: hidden;
	background: url(../img/extra/iab.png) no-repeat;
}
/*[OnMedia Badge]*/
#onmedia {
	position: absolute;
	top: 380px;
	right: 17px;
	width: 80px;
	height: 90px;
	overflow: hidden;
	background: url(../img/extra/onmedia_100_badge.png) no-repeat;
}
/*[AlwaysOn Badge]*/
#alwayson {
	position: absolute;
	top: 380px;
	right: 105px;
	width: 70px;
	height: 90px;
	overflow: hidden;
	background: url(../img/extra/alwayson_top_east_100_badge.png) no-repeat;
}
/*[homepage widget]*/
/*
div#tab_widget {
	position: relative;
	width: 725px;
	height: 250px;
	margin: 5px 0 0 40px;
	overflow: hidden;
	visibility: hidden;
}

div#tab_widget div#tabblock {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 0px;
	width: 202px;
	height: 250px;
	overflow: hidden;
}

div#tab_widget div.tab {
	height: 21px;
	padding: 14px 0px 10px 10px;
	cursor: pointer;
	color: rgb(0, 115, 200);
	font-weight: bold;
	line-height: normal;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../img/widget_tab.png) no-repeat;
}

div#tab_widget div.tab:hover {
	color: rgb(0, 225, 0);
}

div#tab_widget div.current {
	color: rgb(0, 225, 0);
	background: url(../img/widget_tab_current.png) no-repeat;
}

div#tab_widget div.pane {
	z-index: 1;
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 532px;
	height: 270px;
	background: url(../img/widget_pane.png) no-repeat;
}

div#tab_widget div.pane h2 {
	margin: 0.75em 5px 0.5em 15px;
	font-size: 18px;
}

div#tab_widget div.pane p {
	margin: 0.5em 15px 0.5em 15px;
	line-height: 1.5em;
	font-size: 13px;
}

div#tab_widget div.pane p a {
	font-weight: bold;
}
div#tab_widget div.pane p a:hover {
	color: rgb(0, 225, 0);
}*/

#page .samplead {
	font-weight: bold;
	letter-spacing: 3px;
	color: rgb(200, 0, 0);
}
#page .samplead a {
	color: rgb(200, 0, 0);
	text-decoration: none;
}
#page .samplead a:hover {
	text-decoration: underline;
}
#page .samplead em {
	letter-spacing: normal;
}
#page .samplead span {
	letter-spacing: normal;
}
#page .samplead span.ad_msg {
	letter-spacing: normal;
	color: rgb(0, 100, 200);
	border-bottom: 3px double;
}
/*#page #tab_widget div.pane p.samplead {
	font-weight: bold;
	letter-spacing: 3px;
	color: rgb(200, 0, 0);
	padding: 0;
}*/

#page div#chatbutton {
    position:absolute;
	width: 240px;
	height: 70px;
	overflow: hidden;
    z-index:5;
    top:100px;
    right:20px;
}
#page.home div#chatbutton {
	
}

.noshow {display:none;}

/*[FAQ]*/

#page.adv #sidebar {
	float: right;
	margin: 75px 0 20px 0;
	width: 240px;
	min-height: 350px;
	padding: 75px 10px 0 10px;
	background: url(../img/sidebar_bg.png) top left no-repeat;
}


#page.adv #sidebar dl#setupFAQ dt  {
	cursor: pointer;
}

#page.adv #sidebar dl#setupFAQ dd  {
	display: none;
}

#page.adv #sidebar dl#setupFAQ dd.open  {
	display: block;
}

#page.adv #sidebar h2,
#page.adv #sidebar h3,
#page.adv #sidebar p,
#page.adv #sidebar dl,
#page.adv #sidebar ol,
#page.adv #sidebar ul {
	margin: 0 20px 0.5em 0;
}

#page.adv #sidebar h2 {
	padding-left: 5px;
}

#page.adv #sidebar dt {
	margin-bottom: 5px;
}

#page.adv #sidebar dt,
#page.adv #sidebar dd {
	padding: 2px 5px;
}


#page.adv #sidebar #faq h2,
#page.adv #sidebar #faq h3 {
	color: rgb(0, 115, 200);
}

#page.adv #sidebar #faq p,
#page.adv #sidebar #faq dt,
#page.adv #sidebar #faq dd span {
	color: rgb(150, 150, 150);
}

#page.adv #sidebar #faq dt.open,
#page.adv #sidebar #faq dd.open span {
	color: rgb(0, 115, 200);
}
#page.adv #sidebar #faq dt.open,
#page.adv #sidebar #faq dd.open {
	background: rgb(245, 246, 247);
}

#page.adv #sidebar #faq dt.open {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin-bottom: 0;
}
#page.adv #sidebar #faq dd.open {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#page.adv #sidebar #faq dt:hover {
	color: rgb(0, 115, 200);
	text-decoration: underline;
}

#page.adv #sidebar p,
#page.adv #sidebar dl,
#page.adv #sidebar ol,
#page.adv #sidebar ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}
#page.adv #sidebar #faq p {
	margin-bottom:20px;
}

#page.adv #sidebar #faq dl {
	margin-bottom:20px;
}

#page.adv #helpblock {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	position:absolute;
    top:185px;
    right:5px;
	width:240px;
    z-index:6;
	line-height:normal;
}

#page.adv #helpblock .phonums {
	line-height:1.5em;
	display: block;
	margin: 5px 0 0 0;
	color: rgb(0, 200, 0)!important;
	
}
#page.adv #helpblock .phonums span {
	font-weight: bold;
	font-size: 11px;
}
iframe#brightcove_iframe {
	position:relative;
	margin-left: 70px;
	width: 630px;
	height: 400px;
	overflow: hidden;
}
div#news {
	position: absolute;
	margin:0;
	top: 475px;
	right: 20px;
	width: 240px;
	height: 215px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 12px;
	color: rgb(200, 200, 200);
	font-weight: bold;
	background: url(../img/news_bg.png) no-repeat;
}

div#news div#news_scroller {
	position: absolute;
	top: 27px;
	left: 10px;
	width: 225px;
	height: 182px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: normal;
	overflow-x: hidden;
	overflow-y: auto;
}

div#news div#news_scroller * {
	margin: 0 20px 0 0;
	font-size: 10px;
	font-weight: normal;
}
div#news div#news_scroller h5 {
	margin-bottom:10px;
}
div#news div#news_scroller h5 a {
	font-size: 11px;
	color: rgb(50, 60, 70);
	text-decoration: none;
}
div#news div#news_scroller h5 a:hover {
	text-decoration: underline;
}

