
A 		{color: #a6ab16; text-decoration:none;}
A:visited 	{color: #a6ab16; text-decoration:none;}
A:hover 	{color: #7c4182; text-decoration:underline;}
A:active 	{color: #7c4182; text-decoration:underline;}

A.learnmore 		{color: #a6ab16; text-decoration:none;font-size: 11px;}
A.learnmore:visited 	{color: #a6ab16; text-decoration:none;font-size: 11px;}
A.learnmore:hover 	{color: #7c4182; text-decoration:underline;font-size: 11px;}
A.learnmore:active 	{color: #7c4182; text-decoration:underline;font-size: 11px;}


A.nav 	{color: #BBBBBB; text-decoration:none;}
A.nav:visited 	{color: #BBBBBB; text-decoration:none;}
A.nav:hover 	{color: #BED73B; text-decoration:none;}
A.nav:active 	{color: #BED73B; text-decoration:none;}



BODY		
{
	FONT-SIZE: 10px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    FONT-FAMILY: Arial, Sans-Serif;
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 0px; 
	BACKGROUND-COLOR: #FFFFFF;
/*	background-image: url(images/bkgrd_left_vert_main.jpg);
	background-repeat: repeat-x;*/
}

TD
{
    FONT-SIZE: 12px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial, Sans-Serif
}



#interior_Shell_DoItYourself
{ 
	margin-left:40px; 
	margin-top:40px; 
	margin-right:30px; 
	margin-bottom:20px;
	FONT-SIZE: 14px;
	color: #888A8C;
	font-weight:normal;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-align:left;
	
	}
	
#interior_Shell_Express
{ 
	margin-left:40px; 
	margin-top:10px; 
	margin-right:30px; 
	margin-bottom:20px;
	FONT-SIZE: 14px;
	color: #888A8C;
	font-weight:normal;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-align:left;
	
	}
	
#interior_Shell_Express
{ 
	margin-left:40px; 
	margin-top:10px; 
	margin-right:30px; 
	margin-bottom:20px;
	FONT-SIZE: 14px;
	color: #888A8C;
	font-weight:normal;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-align:left;
	
	}
	
#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0  0 0 40px; /* the auto margins (in conjunction with a width) center the page (top, right, bottom, left)*/
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	margin: 0px 0px 0px 0px;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	border-left: 1px solid #cccccc;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	margin: 0px 0px 0px 0px;
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	border-left: 1px solid #cccccc;
}

#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	margin: 0px 0px 0px 0px;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	border-left: 1px solid #cccccc;
}

#mainContent { 
	margin: 0px 30px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0 ;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	FONT-SIZE: 14px;
	LINE-HEIGHT: 18px;

}

#mainContent_Detail { 
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 0 ;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	FONT-SIZE: 14px;
	LINE-HEIGHT: 18px;

}

#mainContent_Contact { 
	margin: 40px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0 0 ;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	FONT-SIZE: 14px;
	LINE-HEIGHT: 18px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#BreadCrumbs { 
	margin: 20px 30px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0 ;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	FONT-SIZE: 11px;

}
	
.home_advisorcolumn
{

 
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 35px;
	text-align: left;
	border-right: 1px solid #e7e7e7; 
	border-left: 1px solid #cccccc; 
	height:575px;

}

.home_advisorcolumn_action
{

 
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 35px;
	text-align: left;
	border-right: 1px solid #e7e7e7; 
	border-left: 1px solid #cccccc; 

}


.home_expresscolumn
{

 
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 35px;
	text-align: left;
	border-left: 1px solid #cccccc; 
	height:575px;
}

.home_expresscolumn_action
{

 
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 35px;
	text-align: left;
	border-left: 1px solid #cccccc; 

}


.home_pluscolumn
{

 
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 10px;
	text-align: left;
	border-left: 1px solid #e7e7e7;
	height:575px;
}



.home_pluscolumn_action
{

 	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 10px;
	text-align: left;
	border-left: 1px solid #e7e7e7;


}




h1
{
    FONT-SIZE: 21px;
/*    COLOR: #7c4182; */
	font-weight:bold;
    COLOR: #69207E;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

h1.express
{
    FONT-SIZE: 21px;
/*    COLOR: #7c4182; */
	font-weight:bold;
	margin-top:5px;
    COLOR: #69207E;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
}



h2
{
	FONT-SIZE: 14px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	margin-right:15px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align: left;
}

h2.home
{
	FONT-SIZE: 14px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif; padding-top:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align: left;
}



h2.express
{
	FONT-SIZE: 14px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif; padding-top:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align: left;

}

h2.purple
{
	FONT-SIZE: 13px;
	COLOR: #69207E;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	padding-top:0px;
	padding-bottom:0px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align: left;
}

h2.purple-highlights
{
	FONT-SIZE: 13px;
	COLOR: #69207E;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif; padding-top:0px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	text-align: left;
}


h3.home
{
	FONT-SIZE: 13px;
	COLOR: #69207E;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif; padding-top:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align: left;
}

h3.home-gray
{
	FONT-SIZE: 13px;
	COLOR: #888A8C;
	font-weight: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif; padding-top:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align: left;
}

p.firstparagraph
{
	padding-top:0px;
	margin-top:0px;
	text-align: left;
}

sup
{
	FONT-SIZE: 8px;
}

sup.h1
{
	FONT-SIZE: 13px;
}

.seo-links
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial, Sans-Serif
}

.Large-Headline
{
    FONT-SIZE: 21px;
/*    COLOR: #7c4182; */
	font-weight:bold;
    COLOR: #632867;
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
}



.border-top {
	border-top: 1px solid #cccccc;
	height:20px;
}

.doityourself_subhead
{
	FONT-SIZE: 14px;
	font-weight: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	margin-right:15px;
	text-align: left;
}

.doityourself_descriptions
{
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	margin-top:0px;
	
	margin-right:15px;
	margin-bottom:15px;
	LINE-HEIGHT: 16px;
	text-align: left;
}

.express_detailtext
{
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	margin-top:0px;
	
	margin-right:280px;
	margin-bottom:15px;
	LINE-HEIGHT: 18px;
	text-align: left;
}

.research_detailtext
{
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	margin-top:0px;
	
	margin-right:300px;
	margin-bottom:15px;
	LINE-HEIGHT: 18px;
	text-align: left;
}

.advisor_detailtext
{
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	margin-top:0px;
	
	margin-right:320px;
	margin-bottom:15px;
	LINE-HEIGHT: 18px;
	text-align: left;
}




.tdbody
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 17px;
	padding-left: 18px; 
	padding-right: 15px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.tdbody2
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 17px;
	padding-left: 18px; 
	padding-right: 25px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.tdbody_pricing
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 17px;
	padding-left: 45px; 
	padding-right: 25px; 
	padding-top: 175px;
	padding-bottom: 10px;
}


.smalltype-11
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial, Sans-Serif
}

.smalltype
{
    FONT-SIZE: 10px;
/*    COLOR: #7c4182; */
    COLOR: #888A8C;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial, Sans-Serif
}



.error_sm
{
    FONT-SIZE: 8pt;
    COLOR: #f5822a;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


input.txtField_header {
	background-color: #ffffff;
	border: 1px solid #E7E7E7;
	height: 16px;
	margin: 0px 0px;
	width: 200px;
	padding: 2px;
	font-size:12px;
	color:#888A8C;
}


















.checklist {

    list-style: none; 
	list-style-position: inside;
	font-size:13px;
	margin: 0;	

    }
	
.checklist li {	
    padding-left: 13px;
    background-image: url(/images/icons/check-mark-green.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px; 
	margin-left: 0;
	padding-left: 2em; 
	padding-bottom:7px;
	text-indent: -1em;


    }
	

ul.checklist_tier2{
	list-style-type: bullet;
	display: block;
	color: #9AC142; 
	margin-top: 0px; 
	margin-left: 40px; 
	margin-bottom:10px;
	padding: 0px;
	font-style:italic;
	list-style : outside; 
	LINE-HEIGHT: 20px;
	}
	



ul.green{
list-style-type: bullet;
display: block;
color: #9AC142; 
margin-top: 0px; 
margin-left: 35px; 
margin-bottom:10px;
padding: 0px;
list-style : outside; 
font-style: normal;
LINE-HEIGHT: 20px;
}

ul.green_noindent{
list-style-type: bullet;
display: block;
color: #9AC142; 
margin-top: 0px; 
margin-left: 15px; 
margin-bottom:10px;
padding: 0px;
list-style : outside; 
LINE-HEIGHT: 20px;
}



.gray{

color: #888A8C; 

}

ul{
list-style-type: bullet;
display: block;
margin-left: 55px;
padding: 0;
list-style : outside;
}

.style1 {color: #CCCCCC}


ul.bullets {
	list-style-type: disc;
	color: #656565;
	margin-left: 18px;
}

ul.green2 {
	list-style-type: disc;
	color: #A3001E;
	margin-left: 36px;
}


.kerning {
 letter-spacing: -0.05em;
}




.headline
{
    FONT-SIZE: 16px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial, Sans-Serif;
	font-weight: bold;
}

.headline14
{
    FONT-SIZE: 14px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial, Sans-Serif;
	font-weight: bold;
}

.headline13
{
    FONT-SIZE: 13px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial, Sans-Serif;
	font-weight: bold;
	letter-spacing: -.5px;
}

.tdsubhead
{
    FONT-SIZE: 16px;
/*    COLOR: #7c4182; */
    COLOR: #0284AD;
    FONT-FAMILY: Arial, Sans-Serif;
	letter-spacing: -0.03em;
	font-weight: bold;
	padding-left: 18px; 
	padding-top: 15px;
}


.subhead
{
    FONT-SIZE: 12px;
/*    COLOR: #7c4182; */
    COLOR: #007ec3;
    FONT-FAMILY: Arial, Sans-Serif;
	font-weight: bold; 
}





.tdbody_home1
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 18px;
	padding-left: 18px; 
	padding-right: 10px; 
	padding-top: 35px;
	padding-bottom: 10px;
}

.tdbody_home2
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 18px;
	padding-left: 18px; 
	padding-right: 15px; 
	padding-top: 35px;
	padding-bottom: 10px;
}

.tdbody_home3
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 18px;
	padding-left: 18px; 
	padding-right: 50px; 
	padding-top: 35px;
	padding-bottom: 10px;
}


.tdbody_content
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 18px;
	padding-left: 18px; 
	padding-right: 315px; 
	padding-top: 35px;
	padding-bottom: 10px;
}

.tdbody_content2
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 18px;
	padding-left: 18px; 
	padding-right: 250px; 
	padding-top: 35px;
	padding-bottom: 10px;
}

.tdbody_content3
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 18px;
	padding-left: 18px; 
	padding-right: 150px; 
	padding-top: 35px;
	padding-bottom: 10px;
}

.tdbody_content4
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	LINE-HEIGHT: 18px;
	padding-left: 18px; 
	padding-right: 50px; 
	padding-top: 35px;
	padding-bottom: 10px;
}

.img { 
float: center; 
margin-left: 45px; 
margin-bottom: 20px; 
border: 1px solid #cccccc; 
padding: 2px;
} 

.tdbody_sub
{
    FONT-SIZE: 11px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	padding-left: 18px; 
	padding-right: 25px; 
	padding-top: 15px;
	padding-bottom: 10px;
}



.tdlink
{
    FONT-SIZE: 11px;
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	padding-left: 18px; 
}





.pagetitle
{
    FONT-SIZE: 22px;
/*    COLOR: #7c4182; */
    COLOR: #656565;
    FONT-FAMILY: Arial, Sans-Serif;
	font-weight: bold
}



input {
	margin: 0px 0px 0px 0px;
/*	background: #FFFFFF;*/
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
	} 
	
	
select {
/*	border: 1px solid #5a5a5a;  f5822a
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727272; }

	
textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 75px;
	color: #727272; }
	
