@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #666;
	color: #003479;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
h1, h2, a:link{
	color: #003479;
}
h1, h2, a:hover{
	color: #e68f19;	
}

img{border:0;}


#container {
	background-color:#fff;
	width:950px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headLeft {
	position: relative;
	left: 0px;
	width:397px;
	height:auto;
	background-color:#fff;
}


#subheadLeft{
	position: relative;
	left: 0px;
	top:0px;
	width:240px;
	background-color:signUp.html;

}

#actionRoll {
	background-repeat: no-repeat;
	background-image: url(images/takeAction_over.gif);
	display: block;
	height: 90px;
	width: 269px;
	position: relative;
	left: 45px;
}

#actionRoll:hover{
	background-image: url(images/takeAction_over.gif);
	background-repeat: no-repeat;
	background-position: 0px -90px;	
}

#actionRoll span{
  position: absolute;
  top: -300em;	
}

#navi {
	background-image: url(images/navBG.gif);
	width:950px;
	height:44px;
	position: relative;
	top: 0px;
	background-repeat: repeat;
	background-position: left center;
	overflow: hidden;
}
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navi li {
	display: inline;
	
}
#navi a:link, #navi li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
}

#navi li.about a:link, #navi li.about a:visited {
	left: 0px;
	background-repeat: no-repeat;
	height: 42px;
	width: 120px;
	background-position: left center;
	background-image: url(images/aboutUs_off.gif);
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
}

#navi li.ptrs a:link, #navi li.ptrs a:visited {
	left: 120px;
	background-image: url(images/ptrs.gif);
	height: 42px;
	width: 235px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	
	position: relative;
	top: -42px;

}
#navi li.su a:link, #navi li.su a:visited {
	left: 356px;
	background-image: url(images/ptr_signUP.gif);
	height: 42px;
	width: 133px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -84px;

}
	#navi li.links a:link, #navi li.links a:visited {
	left: 478px;
	background-image: url(images/links.gif);
	height: 42px;
	width: 113px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -126px;
}

	#navi li.contact a:link, #navi li.contact a:visited {
	left: 591px;
	background-image: url(images/contact.gif);
	height: 42px;
	width: 108px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -168px;
}

	#navi li.home a:link, #navi li.home a:visited {
	left: 699px;
	background-image: url(images/home.gif);
	height: 42px;
	width: 72px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	list-style-type: upper-alpha;
	position: relative;
	top: -208px;
}
#navi li.about a:hover, #navi li.about{
	background-image: url(images/aboutUs_over.gif);
	background-repeat: no-repeat;
}

#navi li.ptrs a:hover {
	background-image: url(images/ptrs_over.gif);
	background-repeat: no-repeat;	
}
#navi li.su a:hover {
	background-image: url(images/ptr_signUP_over.gif);
	background-repeat: no-repeat;
}
#navi li.links a:hover {
	background-image: url(images/links_over.gif);
	background-repeat: no-repeat;
}
#navi li.contact a:hover {
	background-image: url(images/contact_over.gif);
	background-repeat: no-repeat;
}
#navi li.home a:hover {
	background-image: url(images/home_over.gif);
	background-repeat: no-repeat;
}

#content{
	width: 100%;
	height: auto;
	position: relative;
	margin-top:20px
}

.bodyContent{
	margin-left: 30px;
}



.internal{
	font-weight: bold;
	margin-right: 10px;
	margin-top: 0px;

}

#bodyLeft{
	position: relative;
	left: 0px;
	top: 0px;
	width: 190px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e68f19;

}
#bodyMid{
	position: absolute;
	left: 260px;
	top:0px;
	width: 350px;
	text-align: center;
}
#bodyMid P{
	line-height: 18px;
	
}
#bodyRight{
	position: absolute;
	width: auto;
	left: 630px;
	top:-10px;
	height: auto;
	background-image:url(images/calc_bg.gif);
	background-repeat:no-repeat;
	height:251px;
	width:303px;
}
#bodyRight #tax_form{
	margin-top:63px;
}
#bodyRight input{
	display:block;
	margin-top:10px;
	margin-left:27px;
	width:100px;
	height:17px;
	margin-top:15px;
	border:solid 1px #e68f1a;
	padding-left:12px;
	color:#a0a0a0;
	font-weight:bold;
	font-size:17px;
}

#bodyRight .iPad{
	margin:55px auto 0 35px;
}

#bodyRight .iPad a {
	text-decoration:none;
	border:none;
}


#current, #estimated{
	color:#003479 !important;
}

.money{
	background-image:url(images/money.gif);
	background-repeat:no-repeat;
	background-position:3px 2px;
}

.percent{
	background-image:url(images/percent.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-left:14px !important;
	color:#333;
}

#savings{
	font-weight:bold;
	color:#000;
	margin-top:19px !important;
	color:#009900;
	background-color:#fff;
	color:#03862b !important;
}

#tax{
	background-color:#fff;
}

.specB{
	color: #d60303;
	padding-right: 65px;
	padding-left: 65px;
}

#footer{
	position: relative;
	font-size: 9px;
	text-align: left;
	width: auto;
	padding-left:10px;
	padding-bottom:10px;
}
