/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
}

body {
	width: 828px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#logo {
	width: 281px;
	float: left;	
	line-height: 99px;
}

h1, h2{


	width: 460px;
	border-bottom: 1px dotted #5e5e5e;
	color: #5e5e5e;
	font-variant: small-caps;
	margin-left: 60px;
	padding-top: 15px;
	font-size: 14px;
}

h2{
	margin-left: 0px;
	font-size:16px;
}

/*SLOGAN IN HEADER...MAKING TAX EFFORTLESS*/
#slogan {
	float: right;
	width: 298px;
}

.header {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

.header2 {
	margin-top: 71px;
	background-image: url(../images/slogan.gif);
	line-height: 28px; 
	background-position: right;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

h2.content{
	background-image: none;
}

h3 {
	width: 460px;
	border-bottom: 1px dotted #5e5e5e;
	color: #5e5e5e;
	font-variant: small-caps;
	margin-left: 60px;
	padding-top: 15px;
	font-size: 14px;
}

h4 {
	width: 460px;
	border-bottom: 1px dotted #5e5e5e;
	padding-left: 5px;
	color: #5e5e5e;
	font-variant: small-caps;
/*	margin-left: 60px;
MARGIN LEFT REMOVED BECAUSE ADDED TO CONTENT INSTEAD*/
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 14px;
	background-color: #c7eb64;
}

h5 {
	color: #5e5e5e;
	font-size: 10px;
	width: 700px;
	/*margin-left: 60px;*/
	padding: 0px;
	font-variant: small-caps;
}

#hugger {
	clear: both;
	background-image: url(../images/body.gif);
	background-repeat: repeat-y;
}

#title {
	padding-top: 15px;
	padding-left: 70px;	
}

/*USED TO BE FOR PARAGRAPH BUT MOVED CONTENT DIV*/
#content {
	margin: 10px;
	padding-left: 50px;
	width: 460px;
	text-align: justify;
	color: #5e5e5e;
}

#content ul, #content ol{
		margin-left:10%;
}
#content ul li, #content ol li{
	padding-top:5px;
	padding-bottom:2px;
}

#content ul.content-list{
	margin-left:25%;
	min-height:300px;
}

#content p{
	margin-top:12px;
	margin-bottom:12px;
}
/**for about page to work in ie6**/
#content_about {
	margin: 10px;
	padding-left: 50px;
	width: 435px;
	text-align: justify;
	color: #5e5e5e;
}

#contact_box {
	float: right;
	margin-left: 20px;
	margin-right: 50px;
	margin-top: 20px;
}

#press_box {
	float: right;
	margin-right: 35px;
	margin-top: 20px;
	width: 220px;
}


/*WIDTH OF PRESS TITLE*/
.width {
	width: 220px;
}

/*font size for h5 tag in press links...needs to be bigger*/
#size {
	font-size: 12px;
	border-bottom: 1px dotted #5e5e5e;
	width: 220px;	
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 55px;
	font-size: 10px;
	width: 828px;
}

#footer p{
		color: #5e5e5e;
		padding-top: 8px;
		margin-left: 120px;
}

a{
	outline: none;
	color: #5e5e5e;
}

a:hover {
	color: #abd830;
}

img {
	outline: none;
}

/*BULLET IMAGE FOR LIST*/
.dot {
	list-style-image: url(../images/dot.gif);
	list-style-position: outside;
	margin-left: 20px;
/*	width: 460px; THIS MAKES BULLETS DISAPPEAR IN IE*/ 
	color: #5e5e5e;
}

/*DEADLINES PAGE*/
.event {
	font-variant: small-caps;
	font-weight: bold;
}


/**********
*POPUP BOX*
***********/
#lrg_text {
	font-size:18px;
	color: #343434;
	font-variant: small-caps;
	font-weight: bold;
}

/*********
*ABOUT US*
*********/
#gila {
	float: left;
	margin-right: 8px;
/*	clear: both;*/
	border: 4px solid #ffffff;
	margin-top: 8px;
}

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

/***********
*CONTACT US*
***********/

#submit {
	color: #5e5e5e;
	margin-bottom: 20px;
}

#name_error {
	color:#5e5e5e;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: 14px;
}

#email_error {
	color:#5e5e5e;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: 14px;
}

#telephone_error {
	color:#5e5e5e;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: 14px;
}

#comments_error {
	color:#5e5e5e;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: 14px;
}

#home{ /*AFTER FORM SUBMITTED SUCCESSFULLY - WHEN THIS LINK CLICKED THE CUSTOMER RETURNS TO THE HOMEPAGE*/
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	width: 250px;
	margin: auto;
}

#success { /*AFTER FORM SUBMITTED SUCCESSFULLY - WHEN THIS LINK CLICKED THE CUSTOMER RETURNS TO THE HOMEPAGE*/
	font-size: small;
	width: 550px;
	padding-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 160px;
}

#fail_message { /*THIS MESSAGE IS DISPLAYED WHEN JS IS DISABLED AND PHP FINDS ERRORS IN FORMS*/
	font-size: 14px;
	width: 550px;
	padding-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
}

#error { /*IF FORM NOT SUBMITTED CORRECTLY CLIENT REDIRECTED TO ERROR PAGE*/
	font-size: 14px;
	width: 550px;
	margin-right: auto;
	margin-left: 60px;
	padding-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #5e5e5e;
	font-weight: bold;
	font-variant: small-caps;
}

/*PRIVACY POLICY DISCLAIMER*/
.sml_txt {
	font-size: 10px;
	width: 700px;
	border-top: 1px #5e5e5e dotted;
/*	margin-left: 60px;*/
	padding-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
}

/*HOME PAGE LINK WORDS*/
a.word {
	font-weight: bold;
	text-decoration: none;
}

.tiny_txt {
	font-size: 9px;
	margin-left: 15px;
}

.lrg_text {
	font-size: 14px;
}

/*SUB_MENU*/
.sub_menu {
	font-size: 11px;
	list-style: none;
	margin-left: 80px;
	padding-bottom: 7px;
}

.sub_menu li {
	display: inline;
	border-right:1px solid black;
	padding-left:2px;
	padding-right:2px;
	
}

.sub_menu a {
	text-decoration: none;
	display: inline;
}

/*CLIENT TESTIMONIALS*/
.client_test {
	margin-left: 15px;
	color: #abd830;
}

.social {
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-variant: small-caps;
	}
