@charset "UTF-8";
body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	width:960px;
	margin:0 auto;
	padding:0;
	height:131px;
	overflow:hidden;
}
#header p#logo {
	margin:0;
	padding:10px 0 0 0;
	float:left;
}
#header p#logo em {
	display:block;
	font-weight:bold;
	font-style:italic;
	color:#601c66;
	padding:10px 0 0 0;
}
#header ul {
	list-style:none;
	margin:0;
	padding:30px 0 0 0;
	float:right;
}
#header ul li {
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#601c66;
	padding:55px 0 0 25px;
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}
#header-rep1 {
	background-image:url(../images/icon-your-rep.png);
	background-repeat:no-repeat;
}
#header-rep2 {
	background-image:url(../images/icon-sales-rep.png);
	background-repeat:no-repeat;}
#header-rep3 {
	background-image:url(../images/icon-sales-rep.png);
	background-repeat:no-repeat;}
#header-rep4 {
	background-image:url(../images/bbb.gif);
	background-repeat:no-repeat;
}


/* NAVIGATION */
#navigation {
	width:960px;
	margin:0 auto 40px auto;
	height:35px;
}	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:10;
}
#nav a {
	display: block;
	height:35px;
	line-height:35px;
	color:#ffffff;
	text-decoration:none;
	padding:0 10px;
	font-size:11px;
	font-weight:bold;
}
#nav ul a {
	color:#601c66;
	width:230px;
	font-size:10px;
	height:30px;
	line-height:30px;
	white-space:nowrap;
	font-weight:normal;
}
#nav ul li:hover {
	background-color:#601c66;
}
#nav ul li:hover a,
#nav ul li.sfhover a {
	color:#ffffff;
}
#nav ul li:hover ul li a,
#nav ul li.sfhover ul li a {
	color:#601c66;
}
#nav ul li ul li:hover a,
#nav ul li ul li.sfhover a {
	color:#ffffff;
}

#nav li { /* all list items */
	float: left;
	/*padding:0 0 0 1px;*/
	background-image:url(../images/bg-nav-separator.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#nav li.firstNav {
	padding:0;
	background-image:none;
}
#nav ul li {
	width: 250px;
	border:1px solid #d3dde9;
	padding:0;
	background-image:none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 252px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 250px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#contentwrapper {
	width:960px;
	margin:0 auto 50px auto;
	overflow:hidden;
}

/* 3 COLUMNS LAYOUT */
#left-sidebar {
	width:239px;
	float:left;
}
#right-sidebar {
	width:239px;
	float:right;
}
#right-sidebar #right-nav ul {
	list-style:none;
	margin:0px;
	padding:5px;
}
#right-sidebar #right-nav ul div {
	margin:2px 18px;
	padding:0;
	border:1px solid red;
	display:none;
}
#right-sidebar #right-nav ul li {
	margin:0;
	padding:1px 0;
}
#right-sidebar #right-nav ul ul li {
	padding:1px 7px;
}
#right-sidebar #right-nav a {
	text-decoration:none;
	color:black;
	padding-left:13px;
}
#right-sidebar #right-nav ul li a:hover{
	text-decoration:underline;
}
#right-sidebar #right-nav ul li a.sel {
	color:#601c66;
	background-image: url("../images/bg-right-nav-arrow.gif");
	background-repeat:no-repeat;
	background-position:left;
}
#right-sidebar #right-nav {
	border:1px solid #d3dde9;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#right-sidebar #right-nav a.purple {
	color:#601c66;
	font-weight:bold;
	text-decoration:none;
}
#right-nav #nav-links {
	background-color:#f8f9fb;
	background-image:url(../images/bg-sidenav-title.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#601e66;
	margin:0;
	padding:5px 3px;
	text-indent:20px;
	font-weight:bold;
	border-bottom:1px solid #d3dde9;
}
#centerbar {
	width:461px;
	float:left;
	padding:0 0 0 11px;
}
#main {
	width:690px;
	margin-right:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	position:relative;
}
#main a {
	color:#601c66;
	text-decoration:none;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dashed #601c66;
}
#main a.imglink {
	text-decoration:none;
}
#main p {
	line-height:14pt;
}
.page-title {
	width:690px;
	height:26px;
	margin:0;
	padding:0;
	text-indent:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:26px;
	background-image:url(../images/bg-page-title.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:1px solid #d3dde9;
	font-size:14px;
	color:#601c66;
}
.section-title {
	width:690px;
	height:25px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#601c66;
}
.section-title-2 {
	width:690px;
	height:25px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#601c66;
}
.Contact-heading
	{color:#601c66;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.Contact-text
	{color:black;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.Contact-heading-sub
	{color:#601c66;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.section-title-wrap {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#601c66;
}
.news-title {
	margin:5px 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#601c66;
}
#main .news-title a {
	border-bottom:none;
}
#main .news-title a:hover {
	border-bottom:1px dashed #601c66;
}
.section-title2 {
	width:690px;
	height:25px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;;
	font-size:14px;
	color:#601c66;
	border-bottom:1px solid #d3dde9;
}
.newspiece {
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
#main .splash {
	float:right;
	margin:5px 0 0 20px;
}
#main .splash a {
	text-decoration:none;
	border-bottom:none;
}
#main .splash img {
	padding:2px;
	border:1px solid #d3dde9;
}
#main img.splash-noborder {
	float:right;
}
#main .main-content {
	margin:15px 0 80px 0;
}
#main .quotemain-content {
	margin:15px 0 10px 0;
}
#main ul li {
	margin:0;
	padding:0;
	line-height:16pt;
}
#main form input[type=text] {
	border:1px solid #d3dde9;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#main form textarea {
	border:1px solid #d3dde9;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:400px;
}
.large-call-action {
	border:1px solid #cccccc;
	margin:0 0 19px 0;
}
.large-call-action h2 {
	margin:0;
	padding:0 0 0 40px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#ffffff;
	background-image:url(../images/bg-sidebar-header.gif);
	border-bottom:1px solid #cccccc;
}
.large-call-action h2 a {
	color:#ffffff;
	text-decoration:none;
}
.large-call-action p {
	margin:0;
	padding:0;
}
.large-call-action p img {
	border:none;
}

.small-block-grey {
	position:relative;
	border:1px solid #cccccc;
	height:126px;
	background-image:url(../images/gradient-grey.gif);
	background-repeat:no-repeat;
	margin:15px 0;
}
.small-block-dvd {
	position:relative;
	border:1px solid #cccccc;
	height:164px;
	background-image:url(../images/gradient-grey.gif);
	background-repeat:no-repeat;
	margin:15px 0;
}
.small-block,
.tall-block {
	position:relative;
	border:1px solid #cccccc;
	height:126px;
	background-image:url(../images/gradient-yellow.png);
	background-repeat:no-repeat;
	margin:0 0 15px 0;
}
.tall-block {
	height:169px;
}

.small-block-grey p {
	font-weight:bold;
	margin:0 0 0 75px;
	line-height:14pt;
	padding:0
}
.small-block h2,
.small-block-grey h2 {
	margin:10px 0 0 10px;
	padding:20px 0 0 75px;
	height:49px;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
}
.tall-block h2 {
	margin:10px 0 0 10px;
	padding:20px 0 0 75px;
	height:49px;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
}
.tall-block a {
	color:#000;
	text-decoration:none; display:block;
}
.small-block-grey h2 a {
	color:#000;
	text-decoration:none; display:block;
}
.small-block-grey h2.icon-find {
	background-image:url(../images/icon-find.png);
	margin:25px 0 0 10px;
	padding:10px 0 0 75px;
}
.small-block h2.icon-house,
.tall-block h2.icon-house {
	background-image:url(../images/icon-house.png);
}
.small-block h2.icon-dollar,
.small-block-grey h2.icon-dollar,
.tall-block h2.icon-dollar {
	background-image:url(../images/icon-dollar.png);
}
.small-block h2.icon-quest,
.small-block-grey h2.icon-quest,
.tall-block h2.icon-quest {
	background-image:url(../images/b_question-mark.png);
}
.small-block-grey h2.icon-quest {
	margin:25px 0 0 10px;
	padding:20px 0 0 80px;
}
.small-block-grey h2.icon-dollar {
	margin:25px 0 0 10px;
	padding:20px 0 0 80px;
}
.small-block h2.icon-newsletter,
.tall-block h2.icon-newsletter {
	background-image:url(../images/icon-newsletter.png);
	height:75px;
}
.small-block h2.icon-twitter,
.tall-block h2.icon-twitter {
	background-image:url(../images/twitter.PNG);
	height:45px;
}
.small-block h2.icon-insured,
.tall-block h2.icon-insured {
	background-image:url(../images/icon-insured.png);
}
.small-block h2.icon-healthcare,
.tall-block h2.icon-healthcare {
	background-image:url(../images/icon-healthcare.png);
}
.small-block h2.icon-events,
.tall-block h2.icon-events {
	background-image:url(../images/icon-events.png);
}
.small-block h2.icon-call-us,
.tall-block h2.icon-call-us,
.small-block-grey h2.icon-call-us {
	background-image:url(../images/icon-call-us.png);
	height:55px;
	margin:25px 0 0 10px;
	padding:20px 0 0 85px;
}
.small-block-grey h2.icon-calculator {
	background-image:url(../images/icon-calculator.png);
	height:55px;
	margin:25px 0 0 10px;
	padding:20px 0 0 85px;
}
.small-block-grey h2.icon-case {
	background-image:url(../images/icon-case.png);
	height:55px;
	margin:25px 0 0 10px;
	padding:10px 0 0 85px;
}
.small-block-grey h2.icon-contact-wholesale {
	background-image:url(../images/icon-contact-wholesale.png);
	margin:20px 0 0 10px;
	padding:10px 0 0 85px;
	height:60px;
}
.small-block-grey h2.icon-login {
	background-image:url(../images/icon-partner-login.png);
	height:55px;
	margin:25px 0 0 10px;
	padding:20px 0 0 85px;
}
.small-block-grey h2.icon-brochure {
	background-image:url(../images/icon-brochure.png);
	height:65px;
	margin:25px 0 0 10px;
	padding:20px 0 0 80px;
}

.small-block p {
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
	font-size:11px;
}
.tall-block p {
	margin:0;
	padding:0 0 0 12px;
	text-align:left;
	font-size:11px;
}
.small-block p.readmore,
.small-block-grey p.readmore,
.tall-block p.readmore {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.tall-block p.twtfolw {
	margin:0;
	padding:0 10px 0 0;
	position:absolute;
	bottom:5px;
	right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.small-block p.readmore a,
.small-block-grey p.readmore a,
.tall-block p.readmore a {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 25px;
	height:25px;
	line-height:25px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/double-arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.tall-block p.twtfolw a {
	display:block;
	float:left;
	margin:0;
	padding:0 10px 0 25px;
	height:25px;
	line-height:25px;
	color:#000000;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left center;
}
.large-block {
	width:455px;
	border:1px solid #cccccc;
	height:312px;
	margin:15px 0 0 0;
	background-image:url(../images/gradient-yellow-large.png);
	background-repeat:repeat-x;
}
.large-block h2 {
	width:425px;
	overflow:hidden;
	height:26px;
	margin:0;
	padding:0 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:26px;
	background-image:url(../images/bg-centerbar-header.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	color:#601c66;
}
.large-block h2 a.icon-rss {
	display:block;
	float:right;
	height:26px;
	color:#601c66;
	padding:0 10px 0 30px;
	margin:0;
	background-image:url(../images/icon-rss.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
}

.large-block ul.newsfeed {
	list-style:none;
	padding:10px 50px 10px 25px;
	margin:0;
	display:block;
}
.large-block ul.newsfeed li {
	display:block;
	padding:0 0 0 25px;
	margin:5px 0;
	background-image:url(../images/icon-plus.gif);
	background-repeat:no-repeat;
	font-size:11px;
}
.large-block ul.newsfeed li a {
	color:#000000;
	text-decoration:none;
}
.large-block h3 {
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#601c66;
	text-align:center;
}
.large-block ul.medialist {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.large-block ul.medialist li {
	display:inline;
	padding:0 10px;
	line-height:40px;
}
.large-block ul.medialist li img {
	border:none;
	vertical-align:middle;
}

#flowplayer-wrapper {
	width:457px;
	height:467px;
	background-image:url(../images/bg_flowplayer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#flowplayer-wrapper p {
	color:white;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px 0 0 0;
}
#testimonial_splash_wrapper ul {
	list-style: none;
	margin:0;
	padding:0;
}
/*
#testimonial_icons {
	list-style: none;
	margin:0;
	padding:1px 0 0 8px;
}
#testimonial_icons li {
	display:inline;
	float:left;
	padding:0 3px 0 0;
}
*/
#testimonial_icons {
	padding:1px 0 0 8px;
}
#testimonial_icons a {
	display:inline;
	float:left;
	padding:0 3px 0 0;
}

#footer {
	width:100%;
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	padding:0 0 20px 0;
	background-color:#fafafa;
	clear:both;
}
#footer ul#footerwrapper {
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding:15px 0;
	list-style:none;
}
#footer li#copyright {
	display:block;
	float:left;
	font-size:10px;
}
#footer li#footer-links {
	display:block;
	float:right;
}
#footer li#footer-links ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer li#footer-links ul li {
	display:inline;
	font-size:10px;
	padding:0 10px;
	border-right:1px solid #000000;
}
#footer li#footer-links ul li.lastLink {
	padding:0 0 0 10px;
	border-right:none;
}
#footer li#footer-links ul li a {
	color:#000000;
	text-decoration:none;
}
#footer p#footer-licenses {
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:justify;
	font-size:9px;
	color:#999999;
}
#media_quote {
	float:right;
	background-image:url(../images/bg-media-quote.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:215px;
	height:315px;
	border:1px solid #d3dde9;
	overflow:hidden;
}
#media_quote p {
	padding:5px 15px;
	font-size:12px;
	font-style:italic;
}
#flowplayer-icons {
	margin:20px 0;
}
#flowplayer-icons div {
	border:1px solid #d3dde9;
	display:inline;
	float:left;
	padding:5px;
	margin:0 15px;
	background-color:#e0e0e0;
}
#flowplayer-icons div img {
	padding:3px;
	border:1px solid #d3dde9;
	background-color:#ffffff;
}
#flowplayer-icons div a {
	border:0;
}
.clear { clear:both; }

.questionTxt {
color:#601c66;
}
#newsletterSignUp {
	display:none;
}
div#fancy_div div {
	padding:5px 20px;
}
div#fancy_div h2 {
	border-bottom:1px solid #666;
	margin:0;
    height: 60px;
	padding:30px 0 40px 15px;
    background-color: #5f1b66;
	font-weight:bold;
    color: #FFFFFF;    
}
div#fancy_div h2.icon-newsletter { 
    font-size: 18px;
    line-height: 20px;
}

p.large-type {
	position:absolute;
	top:0px;
	right:10px;
	margin:0;
	padding:0;
}
#main p.large-type a {
	display:block;
	float:left;
	border:1px solid #ccc;
	text-decoration:none;
	color:#333;
	padding:0 5px;
}

#externalLinkBox {
	display:none;
}

div#fancy_div h1 {
border-bottom: 1px solid #000;
padding:0 0 10px 0;
}
div#fancy_div td {
padding:0 10px 15px 0;
}
div#fancy_div td a {
display:block;
width:72px;
height:22px;
line-height:22px;
text-align:center;
font-size:11px;
background-image:url(../images/bg-external-button.gif);
text-decoration:none;
color:#000;
}

#newslist h2 {
	padding:0 0 10px 0;
	font-size:12px;
}
#newslist h3 {
    text-decoration: none;
    padding:0;
    margin:0;
}
#newslist div {
	padding: 0 0 15px 0;
}
#superSimpleTabs ul {
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
}
#superSimpleTabs ul li {
	display:block;
	float:left;
	height:24px;
	padding:0 0 0 50px;
	background-position:left;
	background-repeat:no-repeat;
}
#superSimpleTabs ul li#icon-video {
	background-image:url(../images/icon-video.gif);
}
#superSimpleTabs ul li#icon-podcast {
	background-image:url(../images/icon-podcast.gif);
}
#superSimpleTabs ul li#icon-radio {
	background-image:url(../images/icon-radio.gif);
}
#superSimpleTabs ul li span {
	display:block;
	float:left;
	height:21px;
	padding:1px 15px;
	border-top:1px solid #d3dde9;
	border-left:1px solid #d3dde9;
	border-right:1px solid #d3dde9;
	border-bottom:none;
}
#superSimpleTabs ul li a.selected {
	background-color:#efefef;
	color:#601c66;
	font-weight:bold
}
#mediaTabBox {
	clear:both;
	width:660px;
	padding:20px 15px 10px 15px;
	border:1px solid #d3dde9;
	background-image:url(../images/bg-media-tab-box.gif);
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
}
.minitabsContent {
	display:block;
	height:400px;
}
.flowplayer-playlist {
	float:left;
	width:310px;
	height:150px;
	border-bottom:none;
	padding:0 15px 0 0;
}
.flowplayer-playlist span {
	float:left;
	margin:0 10px 0 0;
	padding:10px;
	background-color:#efefef;
	border:1px solid #d3dde9;
}
.flowplayer-playlist span img {
	padding:1px;
	border:1px solid #d3dde9;
}
#main .flowplayer-playlist a {
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}
#main .flowplayer-playlist a strong {
	font-size:12px;
}
#introVideoClip {
	display:none;
}
#sitemap li {
	margin:20px 0;
}
#sitemap li li,
#sitemap li li li {
	margin:2px 0;
}
#sitemap li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#601c66;
}
#sitemap li li a,
#sitemap li li li a {
	font-weight:100;
	font-size:12px;
	color:black;
}
.required {
	color:red;
}
.articleanchor {
    text-decoration: none;
    color: #FFFFFF;
    }
    
#newsltsidebar {
width: 400px;
height: 750px;
margin:0;
padding:0;
border: solid 1px #000000;
}
#newsltarrowicon {
width: 22px;
height: 34px;
background-image:url(../images/arrow_form.jpg);
background-position: center top;
background-repeat:no-repeat;
float: left;
margin: 3px 0px 0px 13px;
}
#newslttitlefield {
float: right;
width: 345px;
height: 90px;
margin: 4px 10px 0px 0px;
padding: 0;
text-transform: uppercase;
color: White;
font-family: Verdana;
font-size: 17px;
font-weight: bold;
overflow: visible;
line-height: 24px;
}
#newsltformtitle {
width: 100%;
height: 90px;
font-family: Verdana;
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #601C66;
margin:0;
background-color: #5f1b66;
padding:0;
}
#newsltformheader {
width: 322px;
height: 90px;
font-family: Verdana;
font-size: 12px;
line-height: 16px;
color: #000000;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 13px;
}
#newsltformleft {
width: 400px;
height: 320px;
margin: 0px 0px 0px 3px;
}
#newsltformright {
width: 300px;
height: 320px;
float: right;
margin: 0px 3px 0px 0px;
}
#newsltformfields {
width: 100%;
height: 380px;
margin: 0;
padding:0;
font-family: Verdana;
font-size: 12px;
color: #000000;
}
#questionbox {
width: 690px;
height: 300px;
background-color: #f6f6f6;
border: 1px solid #d3dde9;
margin: 0;
}
#quesarrowicon {
width: 22px;
height: 34px;
background-image:url(../images/arrow_form.jpg);
background-position: center top;
background-repeat:no-repeat;
float: left;
margin: 3px 0px 0px 13px;
}
#questitlefield {
float: right;
width: 250px;
height: 50px;
margin: 3px 345px 0px 0px;
padding: 0;
text-transform: uppercase;
color: White;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
overflow: visible;
line-height: 21px;
}
#quesformtitle {
width: 100%;
height: 50px;
font-family: Verdana;
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #601C66;
margin:0;
background-color: #5f1b66;
}
#quesformheader {
width: 100%;
height: 45px;
font-family: Verdana;
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #601C66;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 13px;
}
#quesformleft {
width: 340px;
height: 280px;
float: left;
margin: 15px 0px 0px 10px;
}
#quesformright {
width: 300px;
height: 280px;
float: right;
margin: 15px 10px 0px 0px;
}
#quesqformfields {
width: 100%;
height: 380px;
font-family: Verdana;
font-size: 12px;
color: #000000;
margin-top: 15px;
}
#rtcontent {
width: 745px;
height: 215px;
margin: 30px 0px 0px 107px;
background-image:url(../images/Ask-question_thanks_box.jpg);
background-position: center top;
background-repeat:no-repeat;
}
#rtbottombox {
width: 745px;
height: 117px;
background-image:url(../images/DVD-Ask-question_thanks_call-box.gif);
background-position: center top;
background-repeat:no-repeat;
margin: 10px 0px 0px 107px;
}
#quotesidebar {
width: 686px;
height: 382px;
background-color: #f6f6f6;
border: 1px solid #d3dde9;
}
#nwsltrsidebar {
width: 686px;
height: 330px;
background-color: #f6f6f6;
border: 1px solid #d3dde9;
}
#quotearrowicon {
width: 22px;
height: 34px;
background-image:url(../images/arrow_form.jpg);
background-position: center top;
background-repeat:no-repeat;
float: left;
margin: 10px 0px 0px 20px;
}
#quotetitlefield {
float: right;
width: 250px;
height: 50px;
margin: 10px 345px 0px 0px;
padding: 0;
text-transform: uppercase;
color: White;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
overflow: visible;
line-height: 21px;
}
#nwslttitlefield {
float: right;
width: 290px;
height: 50px;
margin: 5px 345px 0px 0px;
padding: 0;
text-transform: uppercase;
color: White;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
overflow: visible;
line-height: 21px;
}
#quoteformtitle {
width: 100%;
height: 70px;
font-family: Verdana;
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #601C66;
margin:0;
background-color: #5f1b66;
}
#quoteformheader {
width: 100%;
height: 45px;
font-family: Verdana;
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #601C66;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 13px;
}
#quoteformleft {
width: 340px;
height: 320px;
float: left;
margin: 0px 0px 0px 3px;
}
#quoteformright {
width: 300px;
height: 320px;
float: right;
margin: 0px 3px 0px 0px;
}
#quoteformfields {
width: 100%;
height: 380px;
margin: 0;
font-family: Verdana;
font-size: 12px;
color: #000000;
}
#newsltrformfields {
width: 100%;
height: 320px;
margin: 0;
font-family: Verdana;
font-size: 12px;
color: #000000;
border: 2px solid #000000;
}

.LogoText	{
	display:block;
	font-weight:bold;
	font-style:italic;
	color:#601c66;
	padding:10px 0 0 0;
	}
.headertxt {
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#601c66;
	padding:55px 0 0 25px;
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}