@charset "utf-8";

* { margin: 0; padding: 0;}
img { border:none;}

a{ text-decoration: underline;}
a:hover{ text-decoration: none;}
a:focus{ outline:none;}

h1{}
h2{}
h3{}

p{ padding-bottom: 12px;}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {}

/* structure */

#container {
	width: 770px;
	margin: 0 auto;
	}

#header{}

#nav {}
#nav ul {}
#nav li {}
#nav a {}

#banner{}

#wrapper {
	background-image:url(../images/backdrop.gif);
	background-repeat:repeat-y;
	background-position: right;
	}
	#leftcol {
		width: 485px;
		}
		#logo {
	height:109px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
			}
		#logo a {
			display: block;
			height: 97px;
			width: 300px;
			cursor: pointer;
			text-indent: -3000px;
			}
		#leftcol h2 { font-size: 24px; font-weight: normal; text-align: center; font-family:Geneva, Arial, Helvetica, sans-serif; padding-bottom: 10px;}
		#content {
			background-image:url(../images/dropflag.jpg);
			background-repeat:no-repeat;
			background-position:bottom right;
			padding: 20px 13px 0 12px;
			}
			#content table { margin-bottom: 20px;}
			#h-taxdebt, #h-contact { background-repeat: no-repeat; background-position:top; height: 43px; width: 460px; text-indent: -3000px;}
			#h-taxdebt { background-image:url(../images/h-taxdebt.gif);}
			#h-contact{ background-image:url(../images/h-contact.gif);}
	#rightcol {
		width: 285px;}
		#secure { height: 73px; background-color: #FFFFFF;}
		#srf {
			list-style: none;
			background-image: url(../images/drop-secure.gif);
			background-repeat:no-repeat;
			background-position:right top;
			padding: 16px;
			}
		#srf li { background-image: url(../images/list-checkmark.gif); background-repeat:no-repeat; background-position:left top; padding: 5px 0 5px 20px;}
		#testimonials { padding: 16px;}
		#testimonials p { font-size: 10px; line-height: 12px; width: 175px;}
		#h-solutions, #h-testimonials { background-repeat:no-repeat; height: 25px; width: 285px; text-indent: -3000px;}
		#h-solutions { background-image:url(../images/h-solutions.gif);}
		#h-testimonials { background-image:url(../images/h-testimonials.gif);}
	
#footer {
	height: 12px;
	background-color: #4371c2;
	}


/* universal classes */

.orange {
	color: 4371c2;
}

.img-center { display:block; margin: 0 auto;}
.input_var { border: 1px solid #000000; width: px; padding: 1px 0px 1px 3px;}
.input_fixed { border: 1px solid #000000; width: 140px; padding: 1px 0px 1px 3px;}
.input_style {  border: 1px solid #000000; padding: 1px 0px 1px 3px;}

.border { border: 1px solid #7c7c7c;}

.small {}
.default {}
.large {}
.xlarge { font-size: 18px;}

.text-right { text-align: right;}
.text-left { text-align: left;}

.right { float:right;}
.left { float:left;}
.clear { clear: both;}

.testimonial {
	clear: both;
}


.m {
  color: #ff0000;
}

