body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	color: #6d6d6e;
	background-color: #67abe5; /* layer fill content */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDExOTIgMjY3NiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjQ3LjYzODg4ODg4ODg4ODklIiB5MT0iMy45NDk3NzUxMTI0NDM3NyUiIHgyPSI0Ny42Mzg4ODg4ODg4ODg5JSIgeTI9IjM3Ljk0OTc3NTExMjQ0MzglIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjhhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5YiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTE5MiIgaGVpZ2h0PSIyNjc2IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
background-image: -moz-linear-gradient(top, #0068a9 0.1%, rgba(0,154,188,0) 50%); /* gradient overlay */
background-image: -o-linear-gradient(top, #0068a9 0.1%, rgba(0,154,188,0) 50%); /* gradient overlay */
background-image: -webkit-linear-gradient(top, #0068a9 0.1%, rgba(0,154,188,0) 50%); /* gradient overlay */
background-image: linear-gradient(top, #0068a9 0.1%, rgba(0,154,188,0) 50%); /* gradient overlay */
background-repeat:no-repeat;

}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector.
	padding: 0;
	margin-left: 25px;*/ 
}

li {
	margin-bottom:10px;
}

hr {
	height:1px;
	border-width:0;
	color:#cccccc;
	background-color:#cccccc;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/*padding-right: 15px;
	padding-left: 15px;  adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#202984;
}

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1254A6;
	margin-top:15px;
	text-transform:uppercase;
	font-weight:normal;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #223097;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	outline:0;
}

/*This is for disabled links*/
.disabled_link{
	color: #bdbdbd !important;
	text-decoration: underline;
}


.main_color{
	color:#202984
}

#faqs_links{
	margin-bottom:20px;
}

#faqs_links p{
	margin-bottom:10px;
}


.picture_frame_1{
	border: 4px solid #6bb807; /* stroke */
-moz-box-shadow: 3px 4px 7px rgba(0,0,0,.54); /* drop shadow */
-webkit-box-shadow: 3px 4px 7px rgba(0,0,0,.54); /* drop shadow */
box-shadow: 3px 4px 7px rgba(0,0,0,.54); /* drop shadow */
}


/*Box Styles*/

.box_style1{
font-size: 14px;
color:#444444;
/*width: 649px;*/
/*height: 225px;*/
background-color:#ebebeb;
-moz-border-radius: 9px / 12px;
-webkit-border-radius: 9px / 12px;
border-radius: 9px / 12px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color:rgba(240,240,240,.6);
/*background-color: #ebebeb;*/ /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
padding-top:15px;
padding-bottom:15px;
padding-right:25px;
padding-left:25px;
margin-bottom:20px;
}

.box_style1 h2{
	color: #202984; /* text color */
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
}



/*----- Button Styles Start Here -------------------------------------*/


/*----- Active Button Style Start Here ---------------------*/
.button_active {
	text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
cursor:pointer;
padding:0px;
text-align:center;
color: #FFFFFF !important; /* text color */
font-size: 16px;
font-weight: bold;
text-decoration:none !important;
min-height:32px;
line-height:32px;
display:block;
margin:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
border:none;
border:0px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #a62300; /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIxOCA0MyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk5LjUlIiB4Mj0iNTAlIiB5Mj0iMC40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTYyMzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNhNjIzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzJmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIxOCIgaGVpZ2h0PSI0MyIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
	
   /*OLD STYLES ---- border-top: 1px solid #d40c0c;
   background: #bc0000;
   background: -webkit-gradient(linear, left top, left bottom, from(#d40c0c), to(#bc0000));
   background: -webkit-linear-gradient(top, #d40c0c, #bc0000);
   background: -moz-linear-gradient(top, #d40c0c, #bc0000);
   background: -ms-linear-gradient(top, #d40c0c, #bc0000);
   background: -o-linear-gradient(top, #d40c0c, #bc0000);
   padding: 6px 18px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #FFFFFF !important;
   font-size: 16px;
   font-family: trebuchet MS;
   text-decoration: none;
   vertical-align: middle;
   text-decoration:none !important;*/
   }
.button_active:hover {
  
   background: #d40c0c;
   color: #ccc;
   }
.button_active:active {
   border-top-color: #ff0000;
   background: #ff0000;
   }


/*----- Inactive Button Style Starts Here ---------------------*/  
.button_inactive {
  
   background: #7b7b7d;
   background: -webkit-gradient(linear, left top, left bottom, from(#a4a4a7), to(#7b7b7d));
   background: -webkit-linear-gradient(top, #a4a4a7, #7b7b7d);
   background: -moz-linear-gradient(top, #a4a4a7, #7b7b7d);
   background: -ms-linear-gradient(top, #a4a4a7, #7b7b7d);
   background: -o-linear-gradient(top, #a4a4a7, #7b7b7d);
   padding: 6px 18px;
 -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
border:none;
border:0px;
-moz-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #b5b5b5 !important;
   font-size: 16px;
   font-weight: bold;
   font-family:Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   text-decoration:none !important;
   min-height:43px;
line-height:43px;
   }
   /*
.button_inactive:hover {
   border-top-color: #a4a4a7;
   background: #a4a4a7;
   color: #dbdcdd;
   }
*/
.button_inactive:active {
   border-top-color: #a4a4a7;
   background: #a4a4a7;
   }

.button_inactive_new {
 
   background: #7b7b7d;
   background: -webkit-gradient(linear, left top, left bottom, from(#a4a4a7), to(#7b7b7d));
   background: -webkit-linear-gradient(top, #a4a4a7, #7b7b7d);
   background: -moz-linear-gradient(top, #a4a4a7, #7b7b7d);
   background: -ms-linear-gradient(top, #a4a4a7, #7b7b7d);
   background: -o-linear-gradient(top, #a4a4a7, #7b7b7d);
   padding: 6px 18px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
border:none;
border:0px;
-moz-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #b5b5b5 !important;
   font-size: 16px;
   font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   text-decoration:none !important;
   min-height:43px;
line-height:43px;
   } 
 
/*----- Secondary Button Style Starts Here ---------------------*/
 .button_secondary {
  cursor:pointer;
   background: #3e57c7;
   background: -webkit-gradient(linear, left top, left bottom, from(#5e79f1), to(#3e57c7));
   background: -webkit-linear-gradient(top, #5e79f1, #3e57c7);
   background: -moz-linear-gradient(top, #5e79f1, #3e57c7);
   background: -ms-linear-gradient(top, #5e79f1, #3e57c7);
   background: -o-linear-gradient(top, #5e79f1, #3e57c7);
   padding: 6px 18px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
border:none;
border:0px;
-moz-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #FFFFFF !important;
   font-size: 16px;
   font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   text-decoration:none !important;
   min-height:43px;
line-height:43px;
   }
   
.button_secondary:hover {
   border-top-color: #5e79f1;
   background: #5e79f1;
   color: #ccc;
   }
   
.button_secondary:active {
   border-top-color: #5e79f1;
   background: #5e79f1;
   }
   
/*----- Generic/Popup Button Style Starts Here ---------------------*/   
.button_popup {
   cursor:pointer;
   border-top: 1px solid #bbbcbf;
   background: #cccccc;
   background: -webkit-gradient(linear, left top, left bottom, from(#bbbcbf), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #bbbcbf);
   background: -moz-linear-gradient(top, #ffffff, #bbbcbf);
   background: -ms-linear-gradient(top, #ffffff, #bbbcbf);
   background: -o-linear-gradient(top, #ffffff, #bbbcbf);
   padding: 6px 18px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
border:none;
border:0px;
-moz-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
   text-shadow: rgba(0,0,0,.2) 0 1px 0;
   color: #666666 !important;
   font-size: 16px;
   font-weight: bold;
   font-family:Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   text-decoration:none !important;
   min-height:43px;
line-height:43px;
   }
   
.button_popup:hover {
   border-top-color: #dbdcdd;
   background: #dbdcdd;
   color: #59595b;
   }
   
.button_popup:active {
   border-top-color: #dbdcdd;
   background: #dbdcdd;
   }
   
/*----- Button Sizes Starts Here ---------------------*/
.btn_small {
	width: 90px;
	display:block;
	text-align:center;
}

.btn_medium {
	/*width:115px;*/
	width:145px;
	display:block;
	text-align:center;
}

.btn_large {
	width: 180px;
	display:block;
	text-align:center;
}

/*----- Button Styles End Here -------------------------------------*/







/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 980px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
-moz-box-shadow: 0 0 13px rgba(5,5,6,.54); /* drop shadow */
-webkit-box-shadow: 0 0 13px rgba(5,5,6,.54); /* drop shadow */
box-shadow: 0 0 13px rgba(5,5,6,.54); /* drop shadow */
margin-bottom:30px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #FFF;
	/**/min-height:50px;
}

#logo{
	float: left;
	margin-right: 45px;
	margin-left: 25px;
	margin-top: 25px;
}


/*Horizontal Menu Starts Here*/
#horizontalmenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	width: 647px;
	/*width:100%;*/
	background-color: #9f9f9f;
	height:26px;
	line-height:26px;
}

/** html #vdividermenu ul{ IE only rule, reduce menu width
width: 99%;
}*/

#horizontalmenu ul li{
display: inline;
margin: 0;
	padding: 0;
}


#horizontalmenu ul li a{
float: left;
color:#FFF;
/*padding: 0px 12px;*/
width:127px;
text-decoration: none;
/*background: transparent url(images/vertical.gif) center right no-repeat;*/
border-right:double 3px #cccccc;
text-align:center;
margin: 0;
	padding: 0;
}

#horizontalmenu ul li a:visited{
color:#FFF;
}

#horizontalmenu ul li a:hover{
color:#636363;
/*These are for the Standard masterpage*/
background-color: #eeebeb;
}
/*Horizontal Menu Ends Here*/

/*Live Chat Starts Here*/
.live_chat{
	float:right;
	margin-top:30px;
}

.live_chat a{
	background-color:#7a7b7d;
	width:70px;
	height:25px;
	line-height:25px;
	padding-left:30px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;	
	background-image:url(../images/chat_balloon.png);
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
}

.live_chat a:hover{
	background-color: #6276ee;
	width:70px;
	height:25px;
	line-height:25px;
	padding-left:30px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;	
	background-image:url(../images/chat_balloon.png);
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
}
/*Live Chat Ends Here*/


/*Login Message Starts Here*/
.login_message_box{
	/*height:30px;*/
	width:300px;
	float:right;
	/**/padding-top:15px;
	padding-right:50px;
	text-align:right;
	color:#6e6e6e;
}

.login_message_box a{
	text-transform:uppercase;
	color:#6e6e6e;
	text-decoration:none;
	font-size:12px;
	line-height:24px;
}

.login_message_box a:hover{
	text-transform:uppercase;
	color:#223097;
	text-decoration:none;
	font-size:12px;
	line-height:24px;
}
/*Login Message Ends Here*/



/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* ~~ The footer ~~ */

#bottom{
	clear:both;
	color:#6d6d6e;
	font-size:16px;
	line-height:50px;
	text-align:center;
	padding-bottom:35px;
	padding-top:10px;
	border-top:#CCC solid 1px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:55px;
}

#bottom span{
	padding-left:10px;
	padding-right:10px;
}

#bottom a{
	font-size:16px;
	text-decoration:none;
	color:#6d6d6e;
}


#bottom a:hover{
	color:#1254A6;
}


.bottom_links{
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
.bottom_links p{
float:right;
width:400px;
}

.footer {
	background: #FFFFFF;
	color:#6e6e6e;
	min-height:60px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

.footer a {
	text-transform:uppercase;
	color:#6e6e6e;
	text-decoration:none;
	font-size:12px;
}

.footer p {
	margin-top:10px;
	padding-left:15px;
}

.footer a:hover {
	text-transform:uppercase;
	color:#223097;
	text-decoration:none;
	font-size:12px;
}


.bottom_logos{
	float:right;
	padding-right:15px;
	padding-top:15px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	color:#ec3706;
}


.box{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #BEBEC0;
	padding:7px;
	color:#000000;
	margin-bottom: 10px;
	behavior: url(PIE.htc);
	position:relative;
}

.box h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#33348e; 
	font-size:14px;
	padding-bottom:5px;
	border-bottom:solid 1px #cccccc;
}

.box h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#202984; 
	font-size:18px;
	padding-bottom:5px;
	border-bottom:solid 1px #cccccc;
}



/*Home page styles*/

.home_top_banner{
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:946px;
}

.home_hero_section{
	background-image: url(../images/homepage-top-bck.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 324px;
	margin-left: auto;
	margin-right: auto;
}

.home_hero_section_content{
	margin-left: 30px;
	float: left;
	width: 535px;
	margin-top: 30px;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 22px;
}

.home_hero_section_content h1{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}




.home_start_filing_btn {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	/**/ float:left; 
	text-align:center;
	color: #FFFFFF !important; /* text color */
font-size: 20px;
font-weight: bold;
text-decoration:none;
/**/line-height:40px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
	
	display:block;
	width: 190px;
/* height: 53px;*/
-moz-border-radius: 5px / 6px;
-webkit-border-radius: 5px / 6px;
border-radius: 5px / 6px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #a62300; /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIxOCA0MyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk5LjUlIiB4Mj0iNTAlIiB5Mj0iMC40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTYyMzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNhNjIzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzJmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIxOCIgaGVpZ2h0PSI0MyIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
text-decoration:none !important;
}

.home_start_filing_btn:hover {
 background: #d40c0c;
 background-image:none;
}

.home_start_filing_btn img{
	margin-left:10px;
	/*margin-right:15px;*/
	float:right;
	/*margin-top:3px \9;*/
	margin-top:3px;
}
.home_start_filing_btn_v2 {
	text-transform:uppercase;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFFFF !important; /* text color */
font-size: 20px;
font-weight: bold;
text-decoration:none;
/**/line-height:40px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
	
	display:block;
	width: 190px;
/* height: 53px;*/
-moz-border-radius: 5px / 6px;
-webkit-border-radius: 5px / 6px;
border-radius: 5px / 6px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #a62300; /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,1,.61); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIxOCA0MyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk5LjUlIiB4Mj0iNTAlIiB5Mj0iMC40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTYyMzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNhNjIzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzJmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIxOCIgaGVpZ2h0PSI0MyIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
background-image: linear-gradient(bottom, #a62300 0.5%, #a62300 26.31%, #e32f00 99.5%); /* gradient overlay */
text-decoration:none !important;
}

.home_start_filing_btn_v2:hover {
 background: #d40c0c;
 background-image:none;
}

.home_start_filing_btn_v2 img{
	margin-left:10px;
	/*margin-right:15px;*/
	float:right;
	/*margin-top:3px \9;*/
	margin-top:3px;
}

.home_get_started_for_free_btn_small{
	font-size:16px !important;
	line-height:32px !important;
	height:32px !important;
	width:175px !important;
	margin-top:15px;
}




.home_how_it_works_section{
	background-color:#f5f3f3;
	padding:15px;
	margin-top:20px;
	min-height:290px;
	clear:both;
}

.home_how_it_works_section span{
		text-align:center;
		font-size:24px;
	margin-top:0px;
	margin-bottom:0px;
	display:block;
	font-weight:normal;
	color:#1254A6;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


.home_how_it_works_section div{
	text-align:center;
	padding:5px;
	width:23%;
	float:left;
	font-size:14px;
	margin-left:5px;
}

.home_how_it_works_section div span{
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	color: #1254A6;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.home_how_it_works_section div img{
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}


.home_middle_section{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

.home_middle_section div{
	padding-top: 25px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:00px;
	min-height:249px;
}

.home_middle_section div div{
	float:left;
	width:575px;
	margin-left:20px;
	margin-right:10px;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.home_middle_section div div p:first-child{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1254A6;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home_middle_section div div ul{
	margin-top:0px;
}

.home_middle_section div div ul li{
	margin-bottom:5px;
}

.home_bottom_block_of_text{
	background-color: #f5f3f3;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 25px;
	min-height: 380px;
}

.home_bottom_block_of_text span{
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1254A6;
	text-align: center;
	display: block;
	line-height: 30px;
	margin-bottom: 5px;
}

.home_bottom_block_of_text div{
	float:left;
	width:44%;
}

.home_bottom_block_of_text div p{
	margin-top:5px;
}

.home_bottom_block_of_text div span{
color:#5c5c5d;
display:block;
text-align:left;
text-transform:none;
}



.home_bottom_section{
	width: 980px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	clear:left;
	padding-top:35px;
	padding-bottom:20px;
}

.home_bottom_section h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1254A6;
	font-size: 19px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 10px;
}


.home_medium_box{
	width: 320px;
	margin-right: 25px;
	font-size: 11px;
	background-color: #ffffff;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.home_medium_box_picture{
	float: left;
	width: 130px;
	margin-top: 0px;
}

.home_medium_box_checkmarks_wrapper{
	width: 185px;
	float: left;
}


.home_page_tabs{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#223097;
	font-size:19px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.home_small_box{
	float: left;
	width: 240px;
	font-size: 14px;
	padding-right: 10px;
	margin-right: 5px;
	margin-top: 0px;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-right: solid 1px #cccccc;
	height: 230px;
	line-height: 16px;
	color: #444444;
}

.home_small_box h2{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#223097;
	font-size:19px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border:none;
	border:0px;
}

.home_small_box ul{
	margin-top:0px;
	margin-bottom:5px;
}

.home_small_box li{
	margin-top:0px;
	margin-bottom:0px;
}


.home_testimonials{
	width: 400px;
	font-size: 18px;
	padding-right: 20px;
	margin-right: 15px;
	margin-top: 0px;
	/*height: 155px;*/
	line-height: 22px;
	/*color: #444444;*/
	float: left;
	padding-left: 45px;
	background-image: url(../images/testimonials-bubble.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	min-height:155px;
	font-style: italic;
}

.home_testimonials span{
	font-style: normal;
}

.home_page_main_pic{
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 0px;
	padding-top: 0px;
	border: none;
	margin-bottom: 10px;
}

.home_main_column{
	width: 730px;
	float: left;
	margin-top: 10px;
}

.home_sidebar{
	width:225px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.home_lagre_box_picture{
	float: left;
	width: 130px;
	height: 465px;
	margin-top: 0px;
}

.home_sidebar_logos{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
}


.checkmarks{
	list-style:none;
	font-size:14px;
	padding-top:0px;
	padding-left:0px;
	}


.checkmarks li{
	background-image:url(../images/checkmark.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow: visible;
	padding-left:20px;
	margin-bottom:15px;
}


.color1{
	color:#ec3706;
}

.color1 a{
	color:#ec3706;
}

.color2{
	color:#223097;
}


/*Interior pages*/
#page_header{
	padding-left:25px;
clear:both;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 24px;
line-height:54px;
background-image:url(../images/page-header-bck.png);
background-repeat:no-repeat;
}

#page_header h1{
font-weight:normal;	
color: #fffFFF !important; /* text color */
}

.column2{
	width: 445px;
	float: left;
	margin-left: 10px;
}

.column1{
	margin-left: 10px;
	margin-right:10px;
}

.column1 h3{
font-size:18px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#1254A6;
margin-bottom:0px;
}


/*Pages with side bar*/

.content_for_page_with_sidebar{
	float: left;
	width: 720px;
	margin-right: 15px;
	padding-right:10px;
	font-size:14px;
	line-height:20px;
	margin-top:20px;
	padding-left:10px;
}

.content_for_page_with_sidebar li {
	margin-bottom:10px;
	/*list-style-image:url(../images/bullet.png);
	background-repeat:no-repeat;*/
}


/*sidebar*/

#sidebar {
	margin-top:30px;
	width: 210px;
	float:left;
	margin-bottom:15px;
}


.top-sidebar-box {
	width: 170px;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	/*margin-left: 20px;*/
	margin-top:25px;
	/*float: left;*/
	padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:10px;
min-height: 150px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fefeff; /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNiAyMDMiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZGU3OCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNmMmU2OTQiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjJiYyIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMzYiIGhlaWdodD0iMjAzIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, rgba(238,223,120,.5) 0%, rgba(243,231,149,.5) 41.99%, rgba(249,243,188,.5) 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, rgba(238,223,120,.5) 0%, rgba(243,231,149,.5) 41.99%, rgba(249,243,188,.5) 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, rgba(238,223,120,.5) 0%, rgba(243,231,149,.5) 41.99%, rgba(249,243,188,.5) 100%); /* gradient overlay */
background-image: linear-gradient(bottom, rgba(238,223,120,.5) 0%, rgba(243,231,149,.5) 41.99%, rgba(249,243,188,.5) 100%); /* gradient overlay */
}

.top-sidebar-box h3{
font-size:15px;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:5px;	
	text-align:center;
}




.top-sidebar-box .gcopy {
	border-top: 1px solid #c0c0c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	color: #444545;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	
}

.side-red-button {
	padding:20px 0px 20px 20px;
}


/*1099 box*/

.sidebarbox-1099 {
	/*width: 220px;*/
	width: 170px;
min-height: 130px;
border: 1px solid #bebebf; /* stroke */
-moz-box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,0,.4); /* drop shadow */
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #fefeff; /* layer fill content */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSAxNjIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjM1IiBoZWlnaHQ9IjE2MiIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #e9e9ea 0%, #f8f8fa 99.51%, #f8f8fa 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #e9e9ea 0%, #f8f8fa 99.51%, #f8f8fa 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #e9e9ea 0%, #f8f8fa 99.51%, #f8f8fa 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #e9e9ea 0%, #f8f8fa 99.51%, #f8f8fa 100%); /* gradient overlay */
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:10px;
	/*margin-left: 20px;
	float:left;*/
	margin-top:25px;
	
}

.sidebarbox-1099 .gcopy {
	border-top: 1px solid #c0c0c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	color: #444545;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
	}


.sidebarbox-1099 h3{
	font-size:15px;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	text-align:center;
}





/*About Us box*/

#yellow-aboutus {
	width: 690px;
	background-color: #f9f2ba;
	background-image: linear-gradient(bottom, rgb(252,249,221) 35%, rgb(249,242,186) 69%);
background-image: -o-linear-gradient(bottom, rgb(252,249,221) 35%, rgb(249,242,186) 69%);
background-image: -moz-linear-gradient(bottom, rgb(252,249,221) 35%, rgb(249,242,186) 69%);
background-image: -webkit-linear-gradient(bottom, rgb(252,249,221) 35%, rgb(249,242,186) 69%);
background-image: -ms-linear-gradient(bottom, rgb(252,249,221) 35%, rgb(249,242,186) 69%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, rgb(252,249,221)),
	color-stop(0.69, rgb(249,242,186))
);
	
	
	border: 1px solid #c0c0c1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	margin-left: 10px;
	margin-top:25px;
	margin-bottom:30px;
	float:left;
}






/*THEIR ORIGINAL STYLES START HERE*/


#oft_box{
width:864px;
height:auto;
}
#main_box{
width:864px;
height:auto;
float:left;
}
#help{
width:143px;
height:41px;
float:left;
background-color:#FFFFFF;
}
#header_inner{
width:864px;
height:61px;
float:left;
}
#logo_inner{
width:228px;
height:61px;
float:left;
}
#logo_gap_inner
{
	width: 493px;
	height: 61px;
	background-color: #FFFFFF;
	float:left;
}
#logo_gap_inner2
{
	width: 493px;
	height: 20px;
	background-color: #FFFFFF;
	float:left;
}
#tag_line
{
	color: #F3A40F;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	vertical-align: bottom;
}
#help_inner
{
	width: 143px;
	height: 61px;
	float: left;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#first_box{
width:864px;
height:305px;
float:left;
background-color:#FFFFFF;
}
#first_box_inner{
width:864px;
height:auto;
float:left;
background-color:#FFFFFF;
}
#link_left{
width:16px;
height:305px;
float:left;
}
#link_left_inner{
width:16px;
height:805px;
float:left;
}
#link_left_innerR{
width:20px;
height:405px;
float:left;
}
#link_calendar{
width:212px;
height:305px;
float:left;
}
#link_calendar_inner{
width:212px;
height:auto;
float:left;
}
#link_gap_left_inner{
width:212px;
height:5px;
float:left;
}
#link
{
	width: 212px;
	height: 196px;
	float: left;
	background-image: url('../images/link_bg.gif');
	background-repeat: no-repeat;
}
#linkR
{
	background-image: url('../images/link_bg.gif');
	background-repeat: no-repeat;
}
#link_txt
{
width:212px;
height:39px;
line-height:39px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#link_txt:a
{
width:212px;
height:39px;
line-height:39px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}

#link_break{
width:212px;
height:5px;
float:left;
background-image:url('../images/gap.gif');
background-repeat:repeat-x;
}
.date_cal{
width:94px;
height:104px;
margin-top:4px;
float:left;
}
.deadline_bg{
width:118px;
height:104px;
margin-top:4px;
float:left;
background-image:url(../images/deadline.gif);
background-repeat:no-repeat;
}
#calendar_txt{
width:98px;
padding-left:10px;
padding-right:10px;
padding-top:44px;
height:60px;
float:left;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}
#sublinks_top{
width:212px;
height:16px;
float:left;
margin-top:2px;
}
#sublinks_bot{
width:212px;
height:20px;
float:left;
}
#sublinks{
width:212px;
height:auto;
float:left;
background-color:#f8f8f8;
}
#sublinks_txt{
width:192px;
height:auto;
float:left;
background-color:#f8f8f8;
padding-left:10px;
padding-right:10px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#banner_link_gap{
width:20px;
height:305px;
float:left;
}
#banner_link_gap2{
width:20px;
height:305px;
float:left;
}
#banner_link_gap_inner{
width:20px;
height:805px;
float:left;
}
#banner_link_gap_innerR{
width:5px;
height:405px;
float:left;
}
#banner_box{
width:600px;
height:305px;
float:left;
}
#banner{
width:600px;
height:254px;
float:left;
}
#inner_box{
width:600px;
height:auto;
float:left;
}
#banner_inner{
width:600px;
height:154px;
float:left;
}
#inner_txt{
width:600px;
height:auto;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
float:left;
text-align:justify;
}
#inner_txtR{
width:580px;
height:auto;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
float:left;
text-align:justify;
}
#banner_break{
width:600px;
height:22px;
float:left;
}
#tagline{
width:600px;
height:46px;
float:left;
margin-top:5px;
background-image:url('../images/tagline.gif');
background-repeat:no-repeat;
text-align:left;
font-size:17px;
font-weight:bold;
color:#ffffff;
line-height:46px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#right_break{
width:16px;
height:305px;
float:left;
}
#right_break_inner{
width:16px;
height:805px;
float:left;
}
#second_box{
width:864px;
height:22px;
float:left;
background-color:#FFFFFF;
}
#second_boxR{
width:864px;
height:5px;
float:left;
background-color:#FFFFFF;
}
#third_box{
width:864px;
height:238px;
float:left;
background-color:#FFFFFF;
margin-top:5px;
}
#left_third{
width:16px;
height:238px;
float:left;
}
#login_formOuter{
width:211px;
height:238px;
float:left;
background-repeat:no-repeat;
}
#login_formOuterR{
width:211px;
float:left;
background-repeat:no-repeat;
}
#login_form{
width:211px;
height:238px;
float:left;
background-image:url('../images/login_bg.gif');
background-repeat:no-repeat;
}
#welcome_form{
width:211px;
height:238px;
float:left;
background-image:url('../images/welcome_bg.gif');
background-repeat:no-repeat;
}
#welcome_formR{
width:211px;
float:left;
background-image:url('../images/welcome_bg.gif');
background-repeat:no-repeat;
}
#login_form_inner{
width:211px;
height:238px;
float:left;
background-image:url('../images/login_bg.gif');
background-repeat:no-repeat;
margin-top:5px;
}
#login_txt{
width:188px;
height:188px;
padding-left:10px;
padding-right:10px;
padding-top:50px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#login_txtR{
width:188px;

padding-left:10px;
padding-right:10px;
padding-top:50px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#login_fo{
width:188px;
height:128px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#login_foR{
width:188px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#login_fo_down{
width:191px;
height:40px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#login_break{
width:29px;
height:238px;
float:left;
}
#cont_learn{
width:592px;
height:238px;
float:left;
}
#cont_learn_box{
width:592px;
height:195px;
float:left;
}
#cont_learn_down{
width:592px;
height:43px;
float:left;
}
#content_box{
width:264px;
height:238px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;

}
#content{
width:264px;
height:158px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
line-height:24px;
}
#paper{
width:264px;
height:75px;
float:left;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
}
#content_break{
width:19px;
height:158px;
float:left;
}
#learn_box{
width:309px;
height:238px;
float:left;
}
#learn_bg{
width:309px;
height:158px;
float:left;
background-image:url('../images/learn_bg.gif');
background-repeat:no-repeat;
}
#learn_bg_txt{
width:289px;
height:124px;
float:left;
padding-left:10px;
padding-right:10px;
padding-top:34px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#FFFFFF;
}
#learn_break{
width:309px;
height:24px;
float:left;
}
#sign_up{
width:309px;
height:37px;
float:left;
}
#ad{
width:309px;
height:39px;
float:left;
}
#right_third{
width:16px;
height:258px;
float:left;
}
#fourth_box{
width:864px;
height:400px;
float:left;
background-color:#FFFFFF;
margin-top:3px;
}
#fourth_left{
width:16px;
height:400px;
float:left;
}
#fourth_one{
width:260px;
height:400px;
float:left;
}

#mange_ac_top{
width:260px;
height:32px;
float:left;
}
#manage_ac_box{
width:260px;
height:368px;
float:left;
background-image:url('../images/first_bg.jpg');
background-repeat:no-repeat;
}
#filing_box{
width:260px;
height:368px;
float:left;
background-image:url('../images/second_bg.gif');
background-repeat:no-repeat;
}
#benefits_box{
width:260px;
height:368px;
float:left;
background-image:url('../images/third_bg.gif');
background-repeat:no-repeat;
}
#manage_ac_txt{
width:240px;
height:248px;
float:left;
padding-left:10px;
padding-right:10px;
padding-top:120px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
line-height:16px;
}
#manage_ac_txt2{
width:240px;
height:248px;
float:left;
padding-left:10px;
padding-right:10px;
padding-top:120px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
line-height:16px;
}
#fourth_break{
width:26px;
height:400px;
float:left;
}

#secure_gap{
width:864px;
height:20px;
float:left;
}
#secure_bottom{
width:864px;
height:55px;
float:left;
}
#secure{
width:372px;
height:55px;
padding-left:246px;
padding-right:246px;
float:left;
}
#secure_right
{
	height:55px;
	text-align: right;
	background-color:#FFFFFF;
}
#secure_rightR
{
	height: 55px;
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#secure_left
{
	height:55px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	background-color:#FFFFFF;
}
#secure_left:link
{
	height:55px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	background-color:#FFFFFF;
}
#secure_left:visited
{
	height:55px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	background-color:#FFFFFF;
}
#secure_middle
{
	height: 55px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	color: #666666;
	background-color: #FFFFFF;
}
#secure_middle:link
{
	height:55px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	background-color:#FFFFFF;
}
#secure_middle:visited
{
	height:55px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	background-color:#FFFFFF;
}
#table_gap
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	color: #666666;
	background-color: #666666;
	background-repeat: repeat;
}
.h1Maroon
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#202984;
	font-weight: bold;
	
}
.h1Maroon a
{
	font-size: 22px;
	color: #f1ca4e;
	font-weight: bold;
}
.h1Maroon a:hover
{
	font-size: 22px;
	color: #3C478A;
	font-weight: bold;
}
.h1Maroon a:visited
{
	font-size: 22px;
	color: #F3A40F;
	font-weight: bold;
}
.h2Maroon
{
	font-size: 20px;
	color:#202984;
	font-weight: bold;
}
.h3Maroon
{
	font-size: 18px;
	color: #223097;
	font-weight: bold;
}
.h3Maroon a
{
	font-size: 18px;
	color: #223097;
	font-weight: bold;
	text-decoration: none;
}
.h3Maroon a:hover
{
	font-size: 18px;
	color: #223097;
	font-weight: bold;
	text-decoration: underline;
}
.h3Maroon a:visited
{
	font-size: 18px;
	color: #F3A40F;
	font-weight: bold;
}
.h4Maroon
{
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}
.h4Maroon a
{
	font-size: 16px;
	color: #F3A40F;
	font-weight: bold;
	text-decoration: none;
}
.h4Maroon a:hover
{
	font-size: 16px;
	color: #3C478A;
	font-weight: bold;
	text-decoration: underline;
}
.h4Maroon a:visited
{
	font-size: 16px;
	color: #F3A40F;
	font-weight: bold;
}

.h5Maroon
{
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}
.h5Error
{
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.h5MessageBlink
{
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-decoration: blink;
}

.h10Error
{
	font-size: x-small;
	color: #990000;
	font-weight: normal;
    height: 13px;
}
.h6Maroon
{
	font-size: 12px;
	color: #444444;
	font-weight: lighter;
}
.h1Blue
{
	font-size: 24px;
	color: #223097;
	font-weight: bold;
}
.h2Blue
{
	font-size: 20px;
	color: #6276ee;
	font-weight: bold;
}
.h3Blue
{
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}
.h3Blue a
{
	font-size: 16px;
	color: #3C478A;
	font-weight: bold;
	text-decoration: none;
}
.h3Blue a:hover
{
	font-size: 16px;
	color: #8AB602;
	font-weight: bold;
	text-decoration: underline;
}
.h3Blue a:visited
{
	font-size: 16px;
	color: #3C478A;
	font-weight: bold;
}
.h5Blue
{
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	margin-bottom:10px;
}
.h5Blue a
{
	font-size: 14px;
	color: #223097;
	font-weight: bold;
	text-decoration: underline;
}
.h5Blue a:hover
{
	font-size: 14px;
	color: #223097;
	font-weight: bold;
	text-decoration: underline;
}
.h5Blue a:visited
{
	font-size: 14px;
	color: #3C478A;
	font-weight: bold;
	text-decoration: underline;
}
.h6Blue
{
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}
.h6Blue a
{
	font-size: 12px;
	color: #3C478A;
	font-weight: bold;
	text-decoration: underline;
}
.h6Blue a:hover
{
	font-size: 12px;
	color: #8AB602;
	font-weight: bold;
	text-decoration: none;
}
.h6Blue a:visited
{
	font-size: 12px;
	color: #3C478A;
	font-weight: bold;
	text-decoration: underline;
}
.h3Gray
{
	font-size: 16px;
	color: #C0C0C0;
	font-weight: bold;
}
.h5Gray
{
	font-size: 14px;
	color: #C0C0C0;
	font-weight: bold;
}
.h5Gray a
{
	font-size: 14px;
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
}
.h5Gray a:hover
{
	font-size: 14px;
	color: #3C478A;
	font-weight: bold;
	text-decoration: underline;
}
.h5Gray a:Visited
{
	font-size: 14px;
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
}
.h6Gray
{
	font-size: 12px;
	color: #C0C0C0;
	font-weight: bold;
}
.h6Gray a
{
	font-size: 12px;
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: underline;
}
.h6Gray a:hover
{
	font-size: 12px;
	color: #3C478A;
	font-weight: bold;
	text-decoration: none;
}
.h6Gray a:visited
{
	font-size: 12px;
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: underline;
}

.btn {
	float: left;
	clear: both;
	background: url(../images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(../images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(../images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_gray { background-color: #C0C0C0; }
.btn_gray a { background-color: #C0C0C0; }
.btn_gray a:hover
{
	background-color: #C0C0C0;
	text-decoration: underline;
}
.btn_gray a:visited { background-color: #C0C0C0; }

.btn_green
{
	background-color: #FF0000;
	font-family:trebuchet MS;
	font-size:16px;
}
.btn_green a
{
	background-color: #FF0000;
}
.btn_green a:hover
{
	background-color: #FF0000;
	text-decoration: none;
	color:#611500;
}
.btn_green a:visited
{
	background-color: #FF0000;
}

/*RECIPIENT MASTERPAGE STARTS HERE*********************************************/


/*Horizontal Menu Starts Here*/
#horizontalmenu_recipient ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	width: 517px;
	/*width:100%;*/
	background-color: #223097;
	height:26px;
	line-height:26px;
}

/** html #vdividermenu ul{ IE only rule, reduce menu width
width: 99%;
}*/

#horizontalmenu_recipient ul li{
display: inline;
margin: 0;
	padding: 0;
}

#horizontalmenu_recipient ul li a{
float: left;
color:#FFF;
/*padding: 0px 12px;*/
width:127px;
text-decoration: none;
/*background: transparent url(images/vertical.gif) center right no-repeat;*/
border-right:double 3px #cccccc;
text-align:center;
margin: 0;
	padding: 0;
}

#horizontalmenu_recipient ul li a:visited{
color:#FFF;
}

#horizontalmenu_recipient ul li a:hover{
color:#FFF;
background-color: #6276ee;
}
/*Horizontal Menu Ends Here*/



/*Live Chat Starts Here*/
.live_chat_recipient{
}

a.live_chat_recipient {
	background-color:#7a7b7d;
	width:70px;
	height:26px;
	line-height:26px;
	padding-left:30px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff !important;	
	background-image:url(../images/chat_balloon.png);
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
}

a:hover.live_chat_recipient {
	background-color: #6276ee;
	width:70px;
	height:26px;
	line-height:26px;
	padding-left:30px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF !important;	
	background-image:url(../images/chat_balloon.png);
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
}
/*Live Chat Ends Here*/


/*Login Message Starts Here*/
.login_message_box_recipient{
	/*height:30px;*/
	width:400px;
	float:right;
	/**/padding-top:15px;
	padding-right:40px;
	text-align:right;
	color:#6e6e6e;
	margin-bottom:25px;
}

.login_message_box_recipient a{
	text-transform:uppercase;
	color:#ec3706;
	text-decoration:none;
	font-size:12px;
}

.login_message_box_recipient a:hover{
	text-transform:uppercase;
	color:#223097;
	text-decoration:none;
	font-size:12px;
}
/*Login Message Ends Here*/




/*RECIPIENT MASTERPAGE ENDS HERE*********************************************/
.btn_orange
{
	background-color: #F4AE2D;
}
.btn_orange a
{
	background-color: #F4AE2D;
}
.btn_orange a:hover
{
	background-color: #F4AE2D;
	text-decoration: underline;
}
.btn_orange a:visited
{
	background-color: #F4AE2D;
}
.btn_blue
{
	background-color: #3C478A;
}
.btn_blue a
{
	background-color: #3C478A;
}
.btn_blue a:hover
{
	background-color: #3C478A;
	text-decoration: underline;
}
.btn_blue a:visited
{
	background-color: #3C478A;
}


.clear {
	clear: both;
}

.linknormal 
{
	color: #223097;
	text-decoration: underline;
}

.linknormal a
{
	color: #223097;
	text-decoration: underline;
}
.linknormal a:visited
{
	color: #86ac26;
	text-decoration: underline;
}
.linknormal a:hover
{
	color: #223097;
	text-decoration: underline;
}
.bodynormalmaroon
{
	color: #223097;
	font-weight: normal;
}
a.plink:link
        {
            color: #223097;
            text-decoration: underline;
        }
        a.plink:visited
        {
            color: #223097;
            text-decoration: underline;
        }
        a.plink:hover
        {
            color: #223097;
             text-decoration: underline;
        }
.bodyboldmaroon
{
	color: #223097;
	font-weight: bold;
}
.formbody
{
	font-size: .72em;
	text-align: left;
}

/*This is for the Accordian control on the Forms and fees and New Filing*/
#Accordion1{
	background-color: #ffffff;
	border: 1px solid #c0c0c1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width:465px !important; /*This is needed so if the header is collapsed it will stay the same width */
}

#Accordion1:first-child{
	border-top:none;
	border-top:0;
}

.accordionHeader
{
    background-image: url('../images/ClosedBulletIcon-e.png');
    background-repeat: no-repeat;
    background-position: 10px center;
   /* border: 1px solid #dddddd;
    background-color: White;
    padding: 3px 3px 3px 38px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #F8F8F8;*/
	
	cursor:pointer;
	
	/*Carlos*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	color: #444545;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-top: 1px solid #c0c0c1;
}  
.accordionHeaderSelected
{
    background-image: url('../images/OpenBulletIcon-s.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    /*border: 2px solid #800000;
    padding: 3px 3px 3px 38px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #F8F8F8;*/
	
	cursor:pointer;
	
	/*Carlos*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	color: #444545;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-top: 1px solid #c0c0c1;
	
} 
.accordionContent
{
    /*border: 2px solid #800000;*/
    background-color: #eae8eb;
    /*padding: 3px 3px 3px 38px;*/
}

/*Navigation Styles*/

.top_right_nav{
	/*color: #7a7a7c;
	font-size: 11px;
	line-height: 14px;
	text-align: right;*/
	float:right;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;

}
/*Targets FF*/
@-moz-document url-prefix() {
    .top_right_nav {
        margin-top:0px;
    }
}




.cart_icon{
	background-image:
	
}


#nav {
    display:inline;
    /*text-align:center;*/
    position:relative;
    list-style-type:none;
	margin-top:10px;
}
#nav > li {
    float:left;
    padding:0;
    position:relative;
	margin-top:15px;
}
#nav > li > a {
    display: block;
    /**/padding:10px;
    margin:5px;
    /*line-height: 30px;
  width:140px;*/
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #7a7a7c;
	text-transform:uppercase;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.6);

    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;*/
	
    position:relative;
    text-decoration:none;
}


#nav li:first-child a { }
#nav li:last-child a 
{
     /*border-right: none;*/ 
}


#nav > li > a:hover {
    color:#1254A6 !important;
}


#nav > li > a:visited {
    color:#7a7a7c;
}

#nav > li.selected {
	background-color: #223097;
	padding-left:1px;
    /*text-align: center;*/
}
#nav > li.selected  > a {
	color: #ffffff;
	border-left: none;
	border-right: 1px solid #ffffff;
    /*text-align: center;*/
}
#nav > li.selected:last-child  > a {
	border-right: none;
    /*text-align: center;*/
}
#nav li div {
    position:relative;
}


.login_btn{
	float:left;
display:block;
text-decoration:none !important;
color: #fff !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px !important;
text-align:center;
line-height:36px;
font-weight: bold;
width: 130px;
height: 36px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #838487; /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzMCAzNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk5LjUlIiB4Mj0iNTAlIiB5Mj0iMC40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODM4NDg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzRjNWNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzAiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */
background-image: linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */

}

.login_btn:hover{
	background-image: none;
	background-color:#ebebeb;
	color:#838487 !important;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3); /* drop shadow */
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3); /* drop shadow */
box-shadow: 0 0 4px rgba(0,0,0,.3); /* drop shadow */
}



.give_me_the_tour_btn{
	text-transform:none;
	float:left;
display:block;
text-decoration:none !important;
color: #fff !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px !important;
text-align:center;
font-weight: bold;
/**/line-height:40px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #838487; /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzMCAzNiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk5LjUlIiB4Mj0iNTAlIiB5Mj0iMC40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODM4NDg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzRjNWNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzAiIGhlaWdodD0iMzYiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */
background-image: linear-gradient(bottom, #838487 0.5%, #c4c5ca 99.5%); /* gradient overlay */

}

.give_me_the_tour_btn:hover{
	background-image: none;
	background-color:#cccccc;
	color:#838487 !important;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3); /* drop shadow */
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.3); /* drop shadow */
box-shadow: 0 0 4px rgba(0,0,0,.3); /* drop shadow */
}





.signup_btn{
	float:left;
	display:block;
	margin-left:20px;
text-decoration:none !important;
color: #fff !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px !important;
text-align:center;
line-height:36px;
font-weight: bold;
width: 130px;
height: 37px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius:5px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #223097; /* layer fill content */
-moz-box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
box-shadow: 0 0 6px rgba(0,0,0,.61); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEzMCAzNyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9Ijk5LjUlIiB4Mj0iNTAlIiB5Mj0iMC40OTk5OTk5OTk5OTk5OSUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjEyZjk3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2U4OWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMzAiIGhlaWdodD0iMzciIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #212f97 0.5%, #7e89d5 99.5%); /*gradient overlay */
background-image: -o-linear-gradient(bottom, #212f97 0.5%, #7e89d5 99.5%); /*gradient overlay */
background-image: -webkit-linear-gradient(bottom, #212f97 0.5%, #7e89d5 99.5%); /*gradient overlay */
background-image: linear-gradient(bottom, #212f97 0.5%, #7e89d5 99.5%); /*gradient overlay */
}

.signup_btn:hover{
	background-image: none;
	background-color:#ebebeb;
	color:#838487 !important;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.3); /* drop shadow */
-webkit-box-shadow:0 0 4px  rgba(0,0,0,.3)!important;/* drop shadow */
box-shadow: 0 0 4px rgba(0,0,0,.3)!important;/* drop shadow */
}

/*Live Chat Starts Here*/
.live_chat
{
	top:0px;
	margin-top:0px;	
    position:absolute; 
    right:0px;
}

.live_chat a{
	background-image:url("../images/chat_balloon.png");
	background-repeat:no-repeat;
	background-position:1px center;
	display:block;
	width:80px;
	height:30px;
	line-height:30px;
	padding-left:none;
	font-weight:bold;  
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
	
	/*padding-left:5px;*/
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;	
    text-decoration:none;*/
}

.live_chat a:hover
{
    background-color: transparent;
	background-image:url("../images/chat_balloon.png");
	background-repeat:no-repeat;
	background-position:1px center;
	display:block;
	width:80px;
	height:30px;
	line-height:30px;
	padding-left:none;
	text-decoration:none;
	font-weight:bold;
    color: #ffffff;
	
	/*padding-left:5px;*/
	
}
/*Live Chat Ends Here*/









/*Login submit button starts Here*/

.submit_button {
	border-top: 1px solid #d40c0c;
   background: #bc0000;
   background: -webkit-gradient(linear, left top, left bottom, from(#d40c0c), to(#bc0000));
   background: -webkit-linear-gradient(top, #d40c0c, #bc0000);
   background: -moz-linear-gradient(top, #d40c0c, #bc0000);
   background: -ms-linear-gradient(top, #d40c0c, #bc0000);
   background: -o-linear-gradient(top, #d40c0c, #bc0000);
   padding: 6px 18px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #FFFFFF !important;
   font-size: 16px;
   font-family: trebuchet MS;
   text-decoration: none;
   vertical-align: middle;
   text-decoration:none !important;
   }
.submit_button:hover {
   border-top-color: #d40c0c;
   background: #d40c0c;
   color: #ccc;
   }
.submit_button:active {
   border-top-color: #ff0000;
   background: #ff0000;
   }
.service_step_title {
    color: #000066;
    font-size: 16px;
    font-weight:bold;
    
}


/*Login submit button end Here*/

/* main menu New Navigation styles Aug 2013 ends */

/*----- efile1 homepage text Start Here 9-12-2013---------------------*/

.subhead_dk_blue{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#223097; 
	font-size:17px;
	line-height:18px;
	font-weight:bold;
}


.homepage_bullet{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#424242; 
	font-size:14px;
	line-height:16px;
}


.homepage_login_text{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#424242; 
	font-size:13px;
	line-height:15px;
}

/*----- efile1 homepage text end Here 9-12-2013-------*/

/*----- efile1 form status page start Here 9-12-2013----*/


.red_step_subhead{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#cc3a13; 
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin-bottom: 8px;
}

/*----- efile1 footer text start Here 9-12-2013---------------------*/

.footer_top_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	font-size:12px;
	
}

/*----- efile1 footer text end Here 9-12-2013---------------------*/


.popup_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#424242; 
	font-size:13px;
	line-height:16px;
	margin-bottom: 10px;
	
}

.service_block {
    float: left;
    margin: 5px 0;
    width: 100%;
}


.service_step_left {
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
}


.service_step_right {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    width: 540px;
}


.home_main_column_HowItWork{
	width: 900px;
	float: left;
	margin-top: 10px;
}
.not in use {
	width: 225px;
	height: 25px;
}
.defaultIcon {
	background-image: url(images/icons/ClosedBulletIcon-e.png) !important;
	background-repeat: no-repeat !important;
	margin-top: 8px;
	padding-left: 0px;
	width: 25px;
	height: 25px;
	float: left;
}
.selectedIcon {
	background-image: url(images/icons/OpenBulletIcon-s.png) !important;
	background-repeat: no-repeat !important;
	margin-top: 8px;
	padding-left: 0px;
	width: 25px;
	height: 25px;
	float: left;
}
.blue-h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	color: #2a3791;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 20px;
}
#forms {
	width: 470px;
	background-color: #ffffff;
	border: 1px solid #c0c0c1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	float: left;
}
.blue-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	color: #444545;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#forms .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	color: #444545;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top: 1px solid #c0c0c1;
}
#forms .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	color: #444545;
	text-align: left;
	padding-right: 60px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-color: #eae8eb
}
#forms .h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #444545;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 60px;
	background-color: #eae8eb
}

.red-button {
	background-color: #eae8eb;
	padding-left: 260px;
	padding-bottom: 10px;
}
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;

	padding: 10px 20px;

	background: -moz-linear-gradient(  top,  #e74124 0%,  #c93626 50%,  #bf3026);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#e74124),  color-stop(0.50, #c93626),  to(#bf3026));
	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #a92a23;
	-moz-box-shadow: 0px 0px 0px rgba(000,000,000,0),  inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0),  inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow: 0px 0px 0px rgba(000,000,000,0),  inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow: 0px 0px 0px rgba(000,000,000,0),  0px 0px 0px rgba(255,255,255,0);
	background-color: #a92a23;
}
.pdfs {
	background-color: #eae8eb;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size:14px;
}
 #forms a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a3791;
}

#options {
	width: 433px;
	background-color: #ffffff;
	border: 1px solid #c0c0c1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*
	margin-left: 25px;
	float: left;
	
	
height: 413px;*/
width: 392px;
margin-left:auto;
margin-right:auto;
border: 4px solid #0054a5; /* stroke */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
-moz-box-shadow: 0 0 10px rgba(5,5,6,.75); /* drop shadow */
-webkit-box-shadow: 0 0 10px rgba(5,5,6,.75); /* drop shadow */
box-shadow: 0 0 10px rgba(5,5,6,.75); /* drop shadow */

	
}
#options .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #444545;
}
.tableblue {
	background-color: #ebebeb;
}
#options .copy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	font-style: normal;
	line-height: 16px;
	color: #444545;
	padding-bottom: 15px;
	float: left;
}

 .PaneSubHeader {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #444545;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 60px;
	background-color: #eae8eb;*/
	
	/*Carlos*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #444545;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 60px;
	
}

.PaneSubcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	color: #444545;
	text-align: left;
	padding-right: 60px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-color: #eae8eb
}

.AccountSettingLeftNav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.AccountSettingLeftNav:link {
    color: black;
    text-decoration: none;
}

.AccountSettingLeftNav:focus {
    color: #6276ee;
}

.AccountSettingLeftNav:hover {
    color: #6276ee;
}

.hyperLink {
    position: relative;
    right: 26em;
    height: 10px;
    top: 4em;
}


a:focus {
    background-color: transparent;
}

.note{
	padding: 10px;
font-size: 12px;
line-height: 15px;
}
