@charset "UTF-8";
/* AbacusLaw CSS */

/* Global Layout */
 
body {

	background-color: #bccdde;
	background-image: url(img/background_gradient.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a img { border:0; }
	
#wrapper {
	margin: 0 auto;
	width: 1014px;
	padding: 0;
	border: 0;
}
	
#header {
	background-image: url(img/header2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	height: 122px;
}

#header2c {
	background-image: url(img/header2-2c.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	height: 122px;
}
/* ie6 css hack for background */
/*\*/
*html #header {
	background-image: url(img/header_ie6.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	height: 143px;
}
/**/

#container {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(img/background.png);
	background-repeat: repeat-y;
}

/**/

#container2c {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(img/background2c.png);
	background-repeat: repeat-y;
}

/* ie6 css hack for background */
/*\*/
*html #container {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(img/background_2.png);
	background-repeat: repeat-y;
	background-position:center;
}
/**/

/*\*/
*html #container2c {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(img/background_2.png);
	background-repeat: repeat-y;
	background-position:center;
}
/**/
	
#leftsidebar {
	float: left;
	width: 130px;
	margin: 0;
	padding: 10px 25px 25px 32px;
}

#leftsidebarsqueeze {
	float: left;
	width: 145px;
	margin: 0;
	padding: 10px 20px 20px 22px;
	font-size: 12px;
}


#rightsidebar {
	float: right;
	width: 130px;
	margin: 0;
	padding: 10px 32px 0 25px;
}

#rightsidebarweb {
	float: right;
	width: 130px;
	margin: 0;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 16px;
}

.spacing { padding-top:20px;  }


/* Right Sidebar Styles */

#rightsidebar .sidebar_section {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	}

#rightsidebar .sidebar_section p {	
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 15px 0;
}

#rightsidebar .sidebar_section p.button {	
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}

img.badge {
	margin: 0 0 15px 0;
}

img.button {
	margin: 0 0 15px 0;
}

img.quotationmarks {
	margin: 0 5px 0 0;
}

.center {
	text-align: center;
	}

#rightsidebar .large {
	font-size: 16px;
	font-weight: bold;
}


/* Main Content Styles */

#content { 
	float: left;
	width: 58%;
	margin: 0;
	padding: 20px 25px 20px 25px;
	border: 0;
	font-size: .8em;
	line-height: 1.25em;
	/*min-height:900px;
	height:auto !important;
	height:900px;*/

}



#content a { 
	color: #336699;
	text-decoration: underline;
}

#content a:hover {
	color: #77aadd;
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#content ul li {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0;
	padding: 0 0 5px 12px;
	line-height: 1.25em;
}
#content ul li ul li { background-image:none; }
	
#content ul.singlelistitem {
	margin-top: 15px;
	font-weight: bold;
}

.content_heading_graphic {
	float: left;
	margin: 0 15px 0 0;
	display:inline;
}

.content_heading_graphic_right {
	float: right;
	margin: 0 0 0 15px;
	display:inline;

}
.content_heading_graphic_right img { float:right}


#content .right_column ul {
}

#content .right_column ul.home {
	margin-top: 25px;
}
	
#content .right_column ul li {
	line-height: 1em;
}

/* Main content2c Styles */

#content2cBACK {
	float: left;
	width: auto;
	margin: 0;
	padding: 20px 5px 20px 5px;
	border: 0;
	font-size: 0.8em;
	line-height: 1.25em;	/*min-height:900px;
	height:auto !important;
	height:900px;*/

}

#content2c { 
	float: left;
	width: 79%;
	margin: 0;
	padding: 10px;
	border: 0;
	font-size: 12px;
	line-height: 1.25em;
	/*min-height:900px;
	height:auto !important;
	height:900px;*/

}


#content2c a { 
	color: #336699;
	text-decoration: underline;
}

#content2c a:hover {
	color: #77aadd;
	text-decoration: underline;
}

#content2c ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#content2c ul li {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0;
	padding: 0 0 5px 12px;
	line-height: 1.25em;
}
#content2c ul li ul li { background-image:none; }
	
#content2c ul.singlelistitem {
	margin-top: 15px;
	font-weight: bold;
}

.content2c_heading_graphic {
	float: left;
	margin: 0 15px 0 0;
	display:inline;
}

.content2c_heading_graphic_right {
	float: right;
	margin: 0 0 0 15px;
	display:inline;

}
.content2c_heading_graphic_right img { float:right}


#content2c .right_column ul {
}

#content2c .right_column ul.home {
	margin-top: 25px;
}
	
#content2c .right_column ul li {
	line-height: 1em;
}

/* End Main content2c Styles */

#practice a:hover {
	color: #77aadd;
	text-decoration: underline;
}

#practice ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#practice ul li {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin: 0;
	padding: 0 0 5px 25px;
	line-height: 1.25em;
}

#practice ul li ul li { background-image:none; }
	
.one_column p {
	line-height: 1.4em;
}

.divider {
	font-size: 1px;
	line-height: 1px;
	border-top: 1px solid #dadada; 
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
}

.divider2 {
	font-size: 1px;
	line-height: 1px;
	
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
	
.nextsteps img {
	padding: 15px 15px 0 0;
}


/* Homepage-specific Styles */

#three_choices {
	background-image: url(img/background_three_choices.gif);
	background-repeat: repeat-y;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #dadada;
}

#three_choices p {
	margin: 0;
	padding: 5px 0 15px 0;
	line-height: 1.25em;
}

#three_choices ul {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 0;
	}
	
#three_choices ul li {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0;
	padding: 0 0 5px 12px;
	line-height: 1.25em;
	}

#choice1 {
	float: left;
	width: 168px;
	padding: 0px 15px 0px 15px;
}

#choice2 {
	float: left;
	width: 165px;
	padding: 0px 15px 0px 15px;
}

#choice3 {
	float: left;
	width: 164px;
	padding: 0px 15px 0px 15px;
}

table.free_report {
	width: 260px;
	margin-bottom: 15px;
}

table.free_report label {
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: left;
}

table.free_report input {
	width: 200px;
}


/* Columns Layouts for Main Content Area */

.two_column_top {
	margin: 0 0 0 0;
	padding: 0px 0 10px 0;
/*	background-image: url(img/one_pixel_grey.gif); */
	background-position: center;
	background-repeat: repeat-y;
/*	border-bottom: 1px solid #dadada; */
}


.two_column {
	margin: 0 0 0 0;
	padding: 15px 0 10px 0;
/*	background-image: url(img/one_pixel_grey.gif); */
	background-position: center;
	background-repeat: repeat-y;
/*	border-bottom: 1px solid #dadada; */
}

.one_column {
	margin: 0;
	padding: 15px 0 0 0;
}

.left_column_top {
	float: left;
	width: 175px;
}
	
.right_column_top {
	float: right;
	width: 375px;
	
}



.left_column {
	float: left;
	width: 275px;
}
	
.right_column {
	float: right;
	width: 275px;
	
}
.right_column2 {
	background:#fafafa; 
	width:290px; 
	height:240px; 
	margin-top:-10px;
	float:right;
	
}
	
.left_column p {
	margin-top: 0;
}
	
.right_column p {
	margin-top: 0;
	margin-bottom: 5px;
}

.floatingcolumns {
	float: left;
	margin: 0 35px 0 0;
	display:inline;
}

.double {
	max-width: 270px;
}

.triple {
	width: 160px;
	max-width: 165px;
}

.right_float_image {
	float: right;
	margin: 5px 0 15px 10px;
	padding: 0;
	display:inline;
}
	
.left_float_image {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	display:inline;
}	


/* Footer Styles */

#footer {
	text-align: center;
	margin: 0;
	padding: 0 0 1px 0;
	background-image: url(img/background_footer.png);
	background-repeat: repeat-y;
}

#footer .noblue {
	border-top: 2px solid #336699;
}

#footer ul {
	font-size: 12px;
	margin: 0;
	padding: 10px 0 0px 0;
}
	
#footer ul li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #999999;
}

#footer ul li.last {
	border-right: 0;
}

#footer a {
	color: #336699;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#bottom {
	margin: 0 0 15px 0;
	padding: 0;
}
	
.copyright {
	font-size: 10px;
	color: #999999;
}


/* For Clearing Floats */

.clear {
	clear: both;
	font-size:1px;
	line-height:1px;
}


/* Heading Styles */

h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
	line-height:26px;
}

#content h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.2em;
}

#content h1.noh2 {
	padding-bottom: 0;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2em;
}

#practice h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
}


#content h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 1.25em;
}

/* new heading tags */

h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
	line-height:26px;
}



h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2em;
}

#practice h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
}


h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
	line-height: 14px;
}


/* MIscellaneous Styles */

.blue {
	color: #336699;
}

a.grey {
	color: #333 !important;
	text-decoration:none !important;
}

.nopad {
	padding: 0;
	margin: 0;
}

.large {
	font-size: 1.2em;
}

.small {
	font-size: 10px;
}

p.arrow {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 12px;
}

p.attribution {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 0;
}
p.attribution2 {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 0;
	
}	
.bottompadding {
	padding-bottom: 20px;
}


/* Breadcrumbs Styles */

#breadcrumbs {
	font-size: 10px;
	margin: 0 0 20px 0;
	font-weight: normal;
	color: #666666;
}
	
#breadcrumbs a {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
	
#breadcrumbs a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
	
#content ul.linkslist {
	margin: 15px 0 5px 0;
}

#content ol {
	margin: 0 0 15px 25px;
	padding: 0;
	/*display:inline;*/
}

#content ol li {
	padding: 0 0 10px 0;
}

img.thirdparty {
	margin-bottom: 15px;
}

	
/* Table Styles */

th {	
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 3px 10px 3px 10px;
	border-bottom: 2px solid #dadada;
	border-top: 2px solid #dadada;
}

th.primary {
	color: #336699;
	font-size: 14px;
	background-color: #ededed;
	padding: 10px 10px 8px 10px;
	border-bottom: 0;
}

td {
	padding: 3px 10px 3px 10px;
}

.table_igazit td { width:auto !important; }	


/* Table Styles form2 */

table.form2 {
	width: 250px;
	padding: 0px 0px 0px 0px;
}


td.form2 {
	padding: 0px 0px 0px 0px;
}
	
tr.form2 {
	padding: 0px 0px 0px 0px;
}

/* Table Styles sub  */

table.subform {
	width: 90px;
	padding: 0px 0px 0px 0px;
}


td.subform {
	padding: 0px 0px 0px 0px;
}
	
tr.subform {
	padding: 0px 0px 0px 0px;
}

/* Table Styles top  */

table.top {
	width: 590px;
	padding: 0px 0px 0px 0px;
}


td.top {
	padding: 0px 0px 0px 0px;
}
	
tr.top {
	padding: 0px 0px 0px 0px;
}
		
/* Form Styles */

table.form {
	border-top: 2px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-top: 25px;
}

table.form label {
	text-align: left;
	white-space: nowrap;
}
	
table.form td.left {
	text-align: left;
	padding: 10px 0 10px 25px;
}

table.form td.td_input  {
	background-color: #ededed;
	padding: 5px 10px 5px 10px;
}

table.form td.td_input input.submit {
	vertical-align: middle;
	width: 114px;
	height: 35px;
	border: none;
}
	
table.form td.td_input input {
	vertical-align: middle;
	border: 1px solid #dadada;
	height: 1.5em;
}
	
table.form td.td_input textarea {
	vertical-align: middle;
	border: 1px solid #dadada;
	width: 250px;
	margin-right: 100px;
	
}






table.form td {
	border-bottom: 1px solid #dadada;
	}
	
.required_field {
	color: #dd0000;
	}
	
.subhead {
	color: #000;
	font-size: .8em;
	font-style:normal;
}
	
	
	
.arrowlistmenu{
width: 130px; /*width of accordion menu*/
margin: 0;
padding: 0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #333333;
margin-top: 5px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/* text-transform: uppercase; */
padding: 0 0 5px 0; /*header text is indented 10px*/
cursor: pointer;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu .menuheader a { text-decoration:none; color:#333333; }
.arrowlistmenu .menuheader a:hover { color:#336699; }
.arrowlistmenu .menuheader .current { background:transparent url(img/menu_arrow.gif) no-repeat; padding-left:10px; background-position:0px 4px; }
.arrowlistmenu .menuheader .current2 { background:transparent url(img/menu_arrow.gif) no-repeat; padding-left:10px; background-position:0px 3px; }

.arrowlistmenu h3.current {
color: #336699 !important;
font-weight: bold;
}

.arrowlistmenu h3.current a { color: #336699 !important; }

.arrowlistmenu a.current {
color: #336699 !important;
font-weight: bold;
background:transparent url(img/menu_arrow.gif) no-repeat; padding-left:10px; background-position:0px 4px;
}

.arrowlistmenu ul li ul li a.current {
color: #336699;
font-weight: bold;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
margin-top: 8px;
float:left;
}

.arrowlistmenu ul li{
margin: 0;
padding: 0;
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
font-weight: normal;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
/*background: url(bullet.png) no-repeat center left; custom bullet list image*/
display: inline;
padding: 2px 0;
/*padding-left: 15px; link text is indented*/
margin-left: 10px; /*link text is indented*/
text-decoration: none;
border-bottom: 1px solid #dadada;
float:left;
width:105px;
}

.arrowlistmenu ul li ul li a{
	width:100px;
	margin-left:0px;
	display:inline;
}

* html .arrowlistmenu ul li a {margin-left: 5px; }

.arrowlistmenu ul li a:visited{
color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #336699;
/* background-color: #F3F3F3; */
}

.arrowlistmenu ul li .menuheader a:hover{ /*hover state CSS*/
color: #336699;
/* background-color: #F3F3F3; */
}

.arrowlistmenu ul li .submenuheader{ /*CSS for Sub Menu HEADER*/

}

.arrowlistmenu ul li .submenuheader a:hover{ /*hover state CSS*/
color: #336699;
/* background-color: #F3F3F3; */
}

.arrowlistmenu ul li .subcategoryitems{ /*CSS for Sub Menu UL*/
margin-left: 15px;
font-size: 11px;

}

.arrowlistmenu ul li .subcategoryitems a{ /*CSS for Sub Menu links*/
color: #333333;
font-size: 11px;
}

.arrowlistmenu ul li .subcategoryitems a:hover{ /*hover state CSS*/
color: #336699;
background-color: #F3F3F3;
}	

.not_current { display:none; }

.testimonial-block { background:url(img/quotation_marks.png) top left no-repeat; float:left; width:125px; color:#333; text-align:left; margin-top:10px; overflow:hidden; }
.testimonial-block .comments { width:125px !important; }
.testimonial-block #pausecontent22 { float:left; width:125px; color:#333; text-align:left; height: 220px; margin-top:10px; }
.testimonial-block h3 { float:left; width:102px !important; color:#333; font-weight:bold; padding:2px 0 0 22px; margin:0; font-size:12px; }
.testimonial-block p { float:left; width:125px !important; margin-top:10px; font-size:12px; }
.testimonial-block label { float:right; width:95px; margin-top:10px; text-align:left; font-weight:bold; }
.testimonial-block .attribution { text-align:left; font-size:11px }

/* testimonial block 2 */

.testimonial_block_2 { /*background:url(img/quotation_marks.png) top left no-repeat;*/ float:left; width:275px; color:#333; text-align:left; margin-top:10px; overflow:hidden; }
.testimonial_block_2 .comments { width:275px !important; }
.testimonial_block_2 #pausecontent22 { float:left; width:275px; color:#333; text-align:left; height: 220px; margin-top:10px; }
.testimonial_block_2 h3 { float:left; width:275px !important;  font-weight:bold; padding:2px 0 0 22px; margin:0; font-size:12px; }
.testimonial_block_2 p { float:left; width:205px !important; margin-top:0px; font-size:12px; }
.testimonial_block_2 label { float:right; width:95px; margin-top:10px; text-align:left; font-weight:bold; }
.testimonial_block_2 .attribution { text-align:left; font-size:11px }

/* testimonial block 2 end */

.image_right { float:right; width:190px; padding-left:10px; }

.resources { /*background:url(img/img_resources2.jpg) top left no-repeat;*/ width:590px; height:192px; float:left; }
.resources p { font-size:12px; font-weight:normal; float:left; width:330px; padding:38px 0 0 20px }

.article_list { float:right; width:200px; padding:0 0 10px 20px }

/* GS@WESTERLIKE 2009.04.07. */

.three_choices { background:transparent url(img/HomePageChoices.png) top left no-repeat; width:590px; height:209px; float:left;}
.three_choices ul { float:left; width:590px; padding:0; margin:0; display:block; background:none !important;}
.three_choices ul li { display:inline; height:209px; float:left; margin:0; padding:0; background:none !important;}
.three_choices ul li a { float:left; height:209px; padding:0; margin:0; text-decoration:none !important;}
.three_choices ul li a:hover { text-decoration:none !important; }
.three_choices ul li a strong { visibility:hidden;}

.three_choices ul li#learn_more a { width:195px !important; }
.three_choices ul li#learn_how a { width:202px !important; }
.three_choices ul li#whats_new a { width:193px !important; }

.three_choices ul li#learn_more a:hover { background:transparent url(img/HomePageChoicesOver.png) 0px 0px no-repeat; }
.three_choices ul li#learn_how a:hover { background:transparent url(img/HomePageChoicesOver.png) -195px 0px no-repeat; }
.three_choices ul li#whats_new a:hover { background:transparent url(img/HomePageChoicesOver.png) -397px 0px no-repeat; }

.three_choices * { padding:0 !important; margin:0 !important;}


.three_choices2 { background:transparent url(img/HomePageChoices2.png) top left no-repeat; width:590px; height:120px; float:left;}
.three_choices2 ul { float:left; width:590px; padding:0; margin:0; display:block; background:none !important;}
.three_choices2 ul li { display:inline; height:209px; float:left; margin:0; padding:0; background:none !important;}
.three_choices2 ul li a { float:left; height:209px; padding:0; margin:0; text-decoration:none !important;}
.three_choices2 ul li a:hover { text-decoration:none !important; }
.three_choices2 ul li a strong { visibility:hidden;}

.three_choices2 ul li#learn_more a { width:195px !important; }
.three_choices2 ul li#learn_how a { width:202px !important; }
.three_choices2 ul li#whats_new a { width:193px !important; }

.three_choices2 ul li#learn_more a:hover { background:transparent url(img/HomePageChoicesOver2.png) 0px 0px no-repeat; }
.three_choices2 ul li#learn_how a:hover { background:transparent url(img/HomePageChoicesOver2.png) -195px 0px no-repeat; }
.three_choices2 ul li#whats_new a:hover { background:transparent url(img/HomePageChoicesOver2.png) -397px 0px no-repeat; }

.three_choices2 * { padding:0 !important; margin:0 !important;}

.three_choices3 { background:transparent url(img/HomePageChoices3.png) top left no-repeat; width:590px; height:120px; float:left;}
.three_choices3 ul { float:left; width:590px; padding:0; margin:0; display:block; background:none !important;}
.three_choices3 ul li { display:inline; height:109px; float:left; margin:0; padding:0; background:none !important;}
.three_choices3 ul li a { float:left; height:109px; padding:0; margin:0; text-decoration:none !important;}
.three_choices3 ul li a:hover { text-decoration:none !important; }
.three_choices3 ul li a strong { visibility:hidden;}

.three_choices3 ul li#learn_more a { width:195px !important; }
.three_choices3 ul li#learn_how a { width:202px !important; }
.three_choices3 ul li#whats_new a { width:193px !important; }

.three_choices3 ul li#learn_more a:hover { background:transparent url(img/HomePageChoicesOver3.png) 0px 0px no-repeat; }
.three_choices3 ul li#learn_how a:hover { background:transparent url(img/HomePageChoicesOver3.png) -195px 0px no-repeat; }
.three_choices3 ul li#whats_new a:hover { background:transparent url(img/HomePageChoicesOver3.png) -397px 0px no-repeat; }

.three_choices3 * { padding:0 !important; margin:0 !important;}

.soloandsmall { float:left; width:590px; background:transparent url(images/SoloandSmall.png) top left no-repeat; height:203px; }
.soloandsmall ul { float:left; padding:0; margin:0; background:none; display:block; width:590px; height:203px;}
.soloandsmall ul li { float:left; padding:0; margin:0; display:inline; background:none !important; height:203px;} 
.soloandsmall ul li a { float:left; padding:0; margin:0; text-decoration:none !important; height:203px;}
.soloandsmall ul li a:hover { text-decoration:none !important; }
.soloandsmall ul li a strong { visibility:hidden;}

li#solo a { width:289px;}
li#smallfirm a { width:301px;}

li#solo a:hover { background:transparent url(images/SoloandSmall_mouseover.png) 0px 0px no-repeat;}
li#smallfirm a:hover { background:transparent url(images/SoloandSmall_mouseover.png) -289px 0px no-repeat;}

.soloandsmall * { padding:0 !important; margin:0 !important;}

#header a { text-decoration:none;}
.checkbox_igazit { width:20px !important; float:left; border:1px solid red;}
#twitter { background:url(img/twittericon.png) no-repeat; padding-left:20px; padding-bottom:5px; }
#delicious {background:url(img/delicious.png) no-repeat; padding-left:20px; padding-bottom:5px; }
#digg {background:url(img/digg.png) no-repeat; padding-left:20px; padding-bottom:5px; }
#stumble {background:url(img/stumble.png) no-repeat; padding-left:20px; padding-bottom:5px; }

p.juddGuarantee { margin:0; }
table.form2 {
	margin-top: 25px;
}
table.form2 td.td_input {
	background-color: #ededed;
	padding: 5px 10px 5px 10px;
}
