@charset "UTF-8";

/* CSS Document */


/*--==GENERAL==--*/
	body{
		background-color: #FFFFFF;
	    background-image: url(/images/engeltax/bg_grad.gif);
  		background-repeat:repeat-x;
		color: #000000;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#custom-doc{ 
	    width: 66.15em;/* non-IE */ 
	    *width: 64.5em;/* IE */ 
	    min-width: 860px;/* optional but recommended */ 
		margin:auto;
		text-align:left; /* leave unchanged */ 
	} 
	
	#wrapper{
		width: 860px;
	}
	
	a{
		color: #284B5E;
	}
	
	a:visited{
		color: #577780;
	}
	
	a:active{
		color: #284B5E;
	}
	
	a:hover{
		color: #577780;
		text-decoration: none;
	}
	
	li{
		float: left;
		list-style: none;
	}
	
	li a{
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 20px;
		height: 27px;
		/*font-weight: bold;*/
		overflow: hidden;
	}
	
	h2{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333333;
	}
	
	h3{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		color:#284B5E;
		padding: 10px 0;
	}
	
	h4{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 0;
	}


/*------------------------------------------------------------------------
=Flash Messages
------------------------------------------------------------------------*/
	
#flash_messages {
  /*padding: 8px;
  margin-bottom: 18px;*/
  /*background: #fee37a;
  border: 1px solid #fd9b5b;*/
}

#flash_messages p {
  margin-bottom: 0;
   padding: 8px;
  margin-bottom: 18px;
}

#flash_messages p.error {
  background: #fcc;
  border: 1px solid #f00;
}

#flash_messages p.notice {
  background: #fee37a;
  border: 1px solid #fd9b5b;
}

#flash_messages p.message {
  background: #cbf285;
  border: 1px solid #3cab09;
}

/*--==END FLASH MESSAGES==--*/	
	
/*--==END GENERAL==--*/	


/*--==DIVS==--*/	

/*HEADER*/	
	#hd{
		height: 154px;
		width: 860px;
		background-image:url(/images/engeltax/header.gif);
		background-repeat:no-repeat;
	}
	
	#nav_bottom img{
		height: 10px;
		width: 860px;
		_margin-top: -3px;/*IE6 hack for space in nav bar */
	}	
/*END HEADER*/

/*NAVIGATION*/
	#navbar{
		height: 27px;
		width: 860px;
		padding-top: 125px;
		position: relative;
		z-index: 9999; 
	}
	
	#navbar ul{
		margin: 0;
		padding: 0; 
	}
	
	#navbar ul li{
		display:inline;
	}
	
	#navbar ul li a{
		height: 27px;
		width: 114px;
		float: left;
		overflow: hidden;
		color: #FFFFFF;
		text-indent: -9999px;
		margin-right: 3px;
	}
	
	#navbar ul li a, #navbar #nav_image{
		background-image:url(/images/engeltax/engel_navbar.gif);
		background-repeat: no-repeat;
	}
			
		li#home a{
			background-position: 0 0;
		}
		
		li#about a{
			background-position: -117px 0px;
		}
		
		li#ourprocess a{
			background-position: -234px 0;
		}
		
		li#tax_advice a{
			background-position: -342px 0;
		}
		
		li#contactus a{
			background-position: -468px 0;
		}
		
		li#home a:hover{
			background-position: 0 -27px;
		}
		 
		li#about a:hover{
			background-position: -117px -27px;
		}
		
		li#ourprocess a:hover{
			background-position: -234px -27px;
		}
		
		li#tax_advice a:hover{
			background-position: -342px -27px;
		}
		
		li#contactus a:hover{
			background-position: -468px -27px;
		}	
		
		li#home a:active{
			background-position: 0 -27px;
		}
		 
		li#about a:active{
			background-position: -117px -27px;
		}
		
		li#ourprocess a:active{
			background-position: -234px -27px;
		}
		
		li#tax_advice a:active{
			background-position: -342px -27px;
		}
		
		li#contactus a:active{
			background-position: -468px -27px;
		}
		
			
		.home li#home a{
			background-position: 0 -27px; !important
		}
		
		.about li#about a{
			background-position: -117px -27px; !important
		}
		
		.ourprocess li#ourprocess a{
			background-position: -234px -27px; !important
		}
		
		.tax_advice li#tax_advice a{
			background-position: -342px -27px; !important
		}
		
		.contactus li#contactus a{
			background-position: -468px -27px; !important
		}
	
	#free_quote{
		height: 27px;
		width: 164px;
		float: right;
	}	
/*END NAVIGATION*/


/*CONTENT*/
	#image_wrapper{
		padding: 25px 0 10px 0;
	}
		
	#sub_header_left{
		padding-top: 10px;
		width: 530px;
	}
		
	#sub_header_gray p{
		color: #626262;
		padding: 10px 0 15px 0;
		width: 530px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	#home_page_list p.sub_list{
		padding-bottom: 15px;
		width: 500px;
	}
	
	#home_page_list span.e_list{
		vertical-align:super; /*no idea why super worked */
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		padding-left: 3px;
	}
	
	.sub_list{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#626262;
	}
	
	#sub_header_right{
		min-height: 200px;
		overflow: hidden;
		padding-left: 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	
	/*#resources_header_right{
		min-height: 200px;
		overflow: hidden;
		padding: 0 0 0px 0px;
		font-family:Arial, Helvetica, sans-serif;
	}*/
	
	#sub_header_right ul{
		list-style-type:none;
	}
	
	#sub_header_right ul li{
		width: 240px;
		clear:both;
		padding: 10px 0 2px 15px;
		background-image:url(/images/engeltax/list_bullet.jpg);
		background-repeat:no-repeat;
		background-position:0px 18px;
	}
	
	
	/*#resources_header_right ul li{
		list-style-type:none;
		padding-bottom: 0px;
		color: #666666;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
	}	*/
	
	#second_header_right ul li{
		/*min-height: 200px;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size: 17px;
		clear: both;
		padding: 10px 0px 5px 10px;
		/*color: #333333;*/
	}
	
	#second_header_right img{
		padding-top: 10px;
	}
	
	#second_header_right a img{
		/*padding-right: 20px;*/
		padding: 10px 0 25px 70px;
	}
	
	#refer_friend {
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		}
	
	
	#year_filing h2{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333333;
		padding: 10px;
		font-weight:bold;
	}
	
	#refund_button{
		padding-top: 10px;
		text-align:center;
	}
	
	/*#refund_links ul{
		list-style-type:none;
	}*/
	
	#refund_links ul li{
		/*width: 240px;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size: 17px;
		clear:both; /* adding this and removing the same from refund links 2 kept the bullets ordered one after another */
		padding: 10px 0 2px 0px;
		/*background-image:url(/images/engeltax/list_bullet.jpg);*/
		background-repeat:no-repeat;
		/*background-position:0px 18px;*/
	}
	
		#refund_links2 ul li{
		/*width: 240px;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size: 17px;
		/*clear:both;*/
		padding: 10px 0 2px 0px;
		/*background-image:url(/images/engeltax/list_bullet.jpg);*/
		background-repeat:no-repeat;
		/*background-position:0px 18px;*/
	}
	
	/*#resources_second_header_right  p{
		overflow: hidden;
		color: #666666;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
	}*/
	
	.pagetitle{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 29px;
		color:#000000;
	}
/*END CONTENT*/

/*FREE QUOTE and CONTACT US PAGE*/
	#free_quote_box {
		height: 210px;
		width: 325px;	
		padding: 50px 0 0 20px;
	}
	
	#form_div{
		width: 400px;
		float: right;
		padding: 20px 50px 50px 0;
	}
	
	td { 
		padding-bottom: 3px; 
	}	
	
	input { 
	  color:#ffffff; 
	  background-color:#284B5E;
	  border:2px solid; 
	  border-color: #263743 #64899C #64899C #263743;  
	} 
	
	#message_name, #message_email, #message_company, #message_phone, #message_numb_of_w2_forms, #message_appx_tot_income, #message_numb_of_stock_trans, #message_numb_of_states_lived_in #message_referred_by_name, #message_subject {
		margin-bottom: 10px;
	}
	
	#message_us_citizen, #message_home_owner, #message_filing_status_id, #message_spcl_tax_considerations, #message_body{
		margin-bottom: 15px;
	  	border:2px solid; 
		border-color: #263743 #64899C #64899C #263743;  
	}
		
	#message_submit { 
	  color:#ffffff; 
	  font-size: 1.2em;
	  background-color:#284B5E;
	  border:2px solid; 
	  border-color: #64899C #263743 #263743 #64899C;  
	  padding: 7px;
	} 
/*END FREE QUOTE and CONTACT US PAGE*/

/* FORM EXTRAS */


#commit { 
	  color:#ffffff; 
	  font-size: 1.2em;
	  background-color:#284B5E;
	  border:2px solid; 
	  border-color: #64899C #263743 #263743 #64899C;  
	  padding: 7px;
	} 
	#contactblurb p{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #626262;
	}
	
	.contactusdetailtitle{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 22px;
		color: #4a4a4a;
		margin-left:0px;
		padding-bottom:10px;
		padding-top:5px;
		letter-spacing: 3px;
		margin-left:400px;}
	
	form legend {   
	  font-weight: bold;   
	  font-size: small;   
	  color: navy;   
	  padding: 5px; 
	}
	
	form {   
	  padding: 0;   
	  margin: 0;   
	  /*margin-top: -15px;*/
	  line-height: 150%;
	  margin-left:0px;
	}
	
	form p{
		padding-top:5px;
	}
	
	form span{
	  color: #577780;   
	  font-weight: bold;
	  font-size: large;
	}
	
	.rightcolumn {
	  margin-left: 190px;
	  color: black;
	  font-weight: bold;
	  font-size: small;
	}
	
	form domain {
	  color:#0095E1;   
	  font-weight: bold;
	  font-size: medium;
	  margin:0;
	  padding:0;
	}
	
	/*form label {
	  font-weight: bold;
	  font-size: small;
	  color: black;
	}*/
	
	form label {   
	  display: block;   
	  width: 180px;   
	  float: left; 
	  position:relative; /*added so label would show in ie */
	}
	
	form input {   
	  background: #E3E3E3;
	  color: black;   
	  font-weight: bold;   
	  padding: 4px;
	  margin-right:10px;  
	  /*height:15px;*/
	  width:180px;
	  /*border: 1px solid white;*/ 
	}
	
	form textarea {   
	  background: #E3E3E3;
	  color: black;   
	  font-weight: bold; 
	  height: 120px;
	  width: 392px;
	  /*height:15px;*/
	  /*border: 1px solid white;*/ 
	}
	
	/*form {   
	  text-align: center;   
	  padding: 4px;   
	  background-color: #0066FF; 
	}*/
	
	
	#contactform {
		padding-left: 40px;
		padding-right: 30px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align:justify;
		overflow:hidden;
	}
	
	.contactformpagetitle{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 26px;
		color: #4a4a4a;
		margin-left:20px;
		padding-bottom:10px;
		  padding-top:5px;
		letter-spacing: 3px;}
	
	#contactform .contactpage {
		color: black;
		font-weight: bold;
		font-size: 20px;
		padding-left: 0px;
	}
	
	#loginform {
		margin: 0px;
	}
	
	#adminfunctions{
		width:710px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		background-color: #DEDFB3;
		/*background-color: white;*/
		border: 1px solid black;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		margin: 0 10px 10px 10px;
		font-size: 16px;
		line-height:30px;
		color:black;
	}
	
	#adminlinks a{
		width: 140px;
		margin: 0px 15px 0px 0px;
		background-color: #5280B1;
		list-style: none;
		font-weight: bold;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom:5px;
		padding-right: 0;
		padding-left: 0;
		display:block;
		color:white;
		text-align:center;
		text-decoration: none;
		border-bottom: 1px solid #333;
	}
	
	#adminlinks a:hover {
		background-color: #333;
		color: #fff;
	}
	
	#contactusmailto a{
		/*width:300px;*/
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #4a4a4a;
		font-size:16px;
		text-decoration: none;
	}
	
/* END FORM EXTRAS */

/*FOOTER*/
#ft {
	height: 250px;
	width: 860px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #626262;
	text-align: center;
	padding-top: 10px;
}


#footer_content p{
	font-size: 12px;	
}

#footer_content{
	width: 860px;
	padding:0 9px;
	margin-top:10px;	
}

#footer_image2{
	float:right;
}

#navbarft {
	margin-left:30px;
	padding-top: 40px;
}
	
	
#navbarft a:link, #navbarft a:visited, #navbarft a:hover {
	padding-left: 6px;
	padding-right: 6px;
	text-decoration:underline;
}
	
#navbarft .navdivider {
	color: #626262;
	font-weight: bold;
}	
	
/*FOOTER*/



/*--==END DIVS==--*/


