/*****************************************************************************

*****************************************************************************/

@CHARSET "UTF-8";

/*****************************************************************************
 defaults
*****************************************************************************/

*
{	
}

html
{
	background-color: #E9E7ED;
}

body
{
	
}

#doc2
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

img, div, input 
{ 
    behavior: url("/js/iepngfix/iepngfix.htc");
}

h1
{
	font-size: 38px;
	color: #999999;
}

h2
{
	font-size: 138.5%;
	color: #666666;
	margin: 0 0 0.5em 0;
}

h2.latestnews {
	/*border-bottom: 1px dashed #666;*/
	}

h3
{
	font-size: 167%;
	color: #1E4B3F;
	margin-bottom: 8px;
}

h4
{
	font-size: 138.5%;
	color: #666666;
	margin: 0 0 0.5em 0;
}

p
{
	margin: 0.5em 0 0.5em 0;
	font-size: 13px;
}

.order div.order p {
	font-size: 13px;
	}

strong 
{
	font-weight: bold !important;
}

a
{
	color: #412859;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.button
{
	overflow: hidden;
	width: 100%;
	height: 42px;
	margin-top: 1em;
}

.button1
{
	/* width: 167px; */
	width: 145px;
	height: 42px;
	float: right;
	background: url(/images/button1.png) no-repeat;
	padding-left: 22px;
	line-height: 33px;
	color: #FFFFFF;
}

.button .button1 a
{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:137px;
}

.button .button1 a:hover
{
	text-decoration: underline;
	background-image: url("/images/nav_bg.jpg");
	padding-left:22px;
	margin-left:-22px;
}


/*****************************************************************************
 content lists
*****************************************************************************/

#main-content ul li 
{
    font-size: 13px;
    margin: 0 0 0.6250em 1.2500em;
    /*
	font-size: 13px !important;
	margin: 0 0 15px 30px;
	list-style-type: disc !important;
	list-style-image: none !important;
    */
    list-style-type:disc !important;
}

#main-content ol li, 
#main-content ul li ol li 
{
		margin: 0 0 0.6250em 1.2500em;
		list-style-type: decimal !important;
}
		
#main-content ul li ol li 
{ 
    margin: 0.6250em 0 0.6250em 1.2500em; 
}
		

/*****************************************************************************
 header
*****************************************************************************/

#hd
{
	background-color: #FFFFFF;
}

#hd div.container
{
	overflow: hidden;
	width: 100%;
	height: 132px;
}

#hd #logo
{
	width: 474px;
	height: 132px;
	float: left;	
}
#hd #hdimg
{
	width: 475px;
	height: 132px;
	float: right;
}

#hd #hdnav
{
	overflow: hidden;
	width: 100%;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#hd #hdnav .menuitem
{
	display: block;
	float: left;
	width: 157px;
	height: 33px;
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	line-height: 33px;
}

#hd #hdnav .menuitem.current
{
	background-color: #412859;
	background-image: none;
}

 #hd #hdnav .menuitem.last
{
 	width: 159px;
	border-right: 0;
}

#hd #hdnav .menuitem a
{
	display: block;	
	width: 136px;
	height: 33px;
	padding-left: 21px;
	color: #FFFFFF;
	text-decoration: none;
}

#hd #hdnav .menuitem a:hover
{
	text-decoration: underline;
	background:#412859;
}

#hd #hdnav2
{
	height: 33px;
	border-top: 1px solid #FFFFFF;
	background-color: #412859;
}

#hd #hdnav2 .menuitem, #hd #hdnav2 .AspNet-Menu-Leaf
{
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 85%;
}

#hd #hdnav2 .menuitem a, #hd #hdnav2 a.AspNet-Menu-Link
{
    padding-left: 21px;
	color: #FFFFFF;
	text-decoration: underline; 
}

#hd #hdnav2 .menuitem a:hover, #hd #hdnav2 a.AspNet-Menu-Link:hover
{
    text-decoration: none;
}

#hd #hdnav2 a.AspNet-Menu-Selected, a.AspNet-Menu-Selected
{
    text-decoration: none;
}


/*****************************************************************************
 body
*****************************************************************************/
#bd
{
	background-color: #FFFFFF;
}

.yui-t6 #yui-main .yui-b
{
	/* original from yui */
	/* margin-right: 24.0769em; */
	margin-right: 26em;
}

#bd #main-content
{
	padding: 25px;
	color: #666666;
}

#bd #main-content .txt
{
}

#bd #main-content ul
{
	margin-left: 1.2em;
}

#bd #main-content ul li
{
	font-size: 13px;
	/* list-style-image: url(../images/list_marker.png); */
	list-style-position: outside;
}

#bd #main-content ul.form li 
{
	list-style: none !important;
}

#bd #main-content div.container
{
	overflow: hidden;
	width: 100%;
}

#bd #main-content div.container .col1
{
	float: left;
	width: 210px;
}

#bd #main-content div.container .col2
{
	float: right;
	width: 310px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
}

#bd #main-content .seperator
{
	margin: 2em 0;
	border-bottom: 1px solid #CCCCCC;
}

#bd #right-content
{
	/* original yui */
	/* width: 23.0769em; */
	width: 25em;
	background-color: #F5F5F5;
}

#bd #right-content p
{
    color: #412859;
}

#bd .box1
{
	background-color: #D8D8D8;
	padding: 25px 20px;
}

#bd .box1 h2
{
	color: #412859;
}

#bd .box2
{
	background-color: #E7E7E7;
	/* padding: 25px 20px; */
	padding: 10px 10px;
}

#bd .box2 h2
{
	color: #412859;
}


#bd .box3
{
	background-color: #F5F5F5;
	padding: 25px 20px;
}

#bd .news
{
	margin-bottom: 1em;
	padding-top: 1em;
	border-top: 1px dashed #999;
	font-size: 85%;
	color: #412859;
}

#bd .news .hd
{
	/*
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666666;
	*/
}
	
#bd .news .hd .date
{
	color: #666666;
}

#bd .news .ft
{
	width: 72px;
	height: 5px;
	margin-bottom: 5px;
	/* padding-bottom: 5px; */
	/* border-bottom: 1px dashed #666666; */
}

.portrait
{
    padding: 8px;
    width: 120px;
    height: 264px;
    background-color: #666666;
    margin-left:8px;
    _margin-left:3px; /*IE6 rendering hack*/
}

.portrait.first
{
	margin-left:0;
	float:none;
}

.portrait img
{
    xwidth: 150px;
}

.portrait .caption
{
    margin-top: 5px;
    color: #FFFFFF;
    font-size:12px;
}

.order
{
	background-color: #E7E7E7;
	border: 1px solid #999;
	padding: 20px 25px;
	/* margin-top: 10px; */
}

div.integration
{
	background-color: #E7E7E7;
	border: 1px solid #999;
	padding: 20px 25px;
	margin-top: 10px;
}
	
div.version_box_blue 
{
	background-color: #E7E7E7;
	border: 1px solid #999;
	margin: 10px 0 15px 0;
}

div.question_box_blue 
{
	background-color: #E7E7E7;
	border: 1px solid #999;
	margin: 10px 0 15px 0;
	padding: 0 10px 0 10px;
}

/*****************************************************************************
 forms
*****************************************************************************/

div.long_question 
{
	padding:5px 0pt 0pt 162px;
	width:325px;
}

div.long_question label 
{
	font-size:12px;
}

div.required p.question 
{
	font-size:13px;
	font-weight:bold !important;
}

span.subtitle 
{
	font-weight:normal;
}

p.yesno 
{
	font-weight:normal !important;
}

div.form_row 
{
	float:left;
	margin-bottom:10px;
	width:510px;
}

form div.required label 
{
	font-weight:bold;
}

form div.error label 
{
	color:#FF0000;
	font-weight:bold;
}

div.text label, div.dob label, div.ssn label, div.review label 
{
	float:left;
	font-size:93%;
	line-height:93%;
	padding-top:6px;
}

div.review div.value 
{
	color:#333333;
	float:left;
	font-size:93%;
	line-height:93%;
	padding-top:6px;
	width:243px;
}

div.review div.value p 
{
	font-size:inherit;
	margin:-3px 0pt 0pt !important;
	padding:0pt !important;
}

div.text label.full, div.dob label.full, div.ssn label.full, div.review label.full 
{
	font-size:12px;
	padding-right:10px;
	width:152px;
}

div.text label.zip 
{
	padding-right:10px;
	width:152px;
}

div.text input, div.dob input, div.ssn input 
{
	border:1px solid #999999;
	color:#333333;
	float:left;
	font-size:93%;
	font-weight:normal;
	line-height:93%;
	padding:3px;
}

div.text input.full 
{
	width:247px;
}

div.text input.half 
{
	margin-right:10px;
	width:115px;
}

div.text input.quarter 
{
	width:60px;
}

div.text label.zip 
{
	padding-left:10px;
	width:70px;
}

div.text label.state 
{
	padding-right:10px;
	width:152px;
}

select 
{
	border:1px solid #999999;
	padding:2px;
}

textarea 
{
	border:1px solid #999;
	padding:2px;
}

select 
{
	color:#333333;
	font-size:93%;
}


div.text select.state 
{
	float:left;
}

div.text input.phone 
{
	width:150px;
}

div.text select.number_type 
{
	margin-left:10px;
}

div.radio p.question 
{
	font-weight:bold;
}

div.radio input 
{
}

div.radio label 
{
	line-height:25px;
}

div.dob 
{
}

input.agreements_box 
{
	background-color:#E8E765 !important;
}

div.dob input.month 
{
	float:none;
	width:16px;
}

div.dob input.day 
{
	float:none;
	width:16px;
}

div.dob input.year 
{
	float:none;
	width:32px;
}

div.ssn input.first, div.phone input.first 
{
	float:none;
	width:24px;
}

div.ssn input.second, div.phone input.second 
{
	float:none;
	width:16px;
}

div.ssn input.third, div.phone input.third 
{
	float:none;
	width:32px;
}

/*****************************************************************************
 webinar form
*****************************************************************************/

div.webinar_form .container
{
	/* text-align: center; */
	text-align: justify;
}

div.webinar_form 
{
	/* width: 249px; */
	width: 280px;
	/* padding: 20px; */
	color: #412859;
}

div.webinar_form table
{
	font-size:12px;
}
div.webinar_form table td
{
	padding-right:4px;
	padding-bottom:4px;
}
div.webinar_form table td input,
div.webinar_form table td select
{
	margin-left:2px;
}
div.webinar_form h2 
{
	color: #412859;	
}

div.webinar_form p 
{
	font-size: 13px;
}

div.webinar_form label 
{
	display: block;
	/*font-size: 85%; */
	font-size: 80%;
	float: left;
	/* width: 45px; */
	width: 55px;
	text-align: right;
	/* padding: 7px 10px 0 0; */
	padding: 5px 5px 0 0;
}
	
div.webinar_form ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
div.webinar_form li 
{
	/* margin: 10px 0 0 0; */
	margin: 5px 0 0 0;
	vertical-align: middle;
}
	
div.webinar_form input, div.webinar_form select {
	width: 186px;
	border: 1px solid #412859;
	height: 21px;
	}

div.webinar_form input.submit 
{ 
	width: 166px;
	height: 42px;
	border: 0; 
	margin: 10px 0 0 84px;
}

/*****************************************************************************
 portfolio table
*****************************************************************************/

table.portfolio_table
{
	/* font: 14px Arial, Helvetica sans-serif; */
	color: #412859;
}

table.portfolio_table td.yes
{
	background: url("/images/table_yes.png") left top repeat-y;
}

table.portfolio_table th
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.portfolio_table th.desktop
{
	height: 111px;
	background: url("/images/table_desktop.png") left top no-repeat;
}

table.portfolio_table th.web
{
	height: 111px;
	background: url("/images/table_web.png") left top no-repeat;
}

table.portfolio_table th p
{
	visibility: hidden;
}

table.portfolio_table td
{
	height: 39px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/*****************************************************************************
Changes Table
*****************************************************************************/

table.changes
{
	margin: 15px 0 15px 0;
}

table.changes td {
	border-bottom: 1px dashed #666;
	vertical-align: top;
	padding: 7px 0 15px 0;
}
	

/*****************************************************************************
 footer
*****************************************************************************/
#ft
{
	height: 55px;
	border-top: 7px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #46166B;
	font-size: 85%;
}

#ft a
{
	color: #46166B;
	font-size: 85%;
}

#ft div.container
{
	overflow: hidden;
	width: 100%;
	height: 55px;
	line-height: 55px;
}

#ft #copyright
{
	width: 300px;
	float: left;
	padding: 0 14px;
    height: 123px;
}

#ft #copyright #ftlogo
{
	margin-top: -10px;
	margin-left: 5px;	
}
.#copyright img 
{
	margin: 30px 0 0 0;				 
	padding: 30px 0 0 0;
}	
#ft #ftnav
{
	width: 266px;
	float: left;
	padding: 0 14px;
	text-align: center;
}

#ft #phone
{
	width: 100px;
	float: right;
	padding: 0 14px;
	text-align: right;
}

ul.form input, ul.form select {
	border:1px solid #412859;
	height:21px;
	width:186px;
	font-size: 13px;
}

ul.form textarea {
	border:1px solid #412859;
}

