/* Shared Elements */
* html body {font-size:.9em}

body {
	background:url(images/bg.gif) top left repeat;
	text-align:center;
	padding:0;
	}

#countdown {
	width:764px !important;
	width: 760px;
	padding:5px 0;
	margin:0 auto;
	border:0px;
	background-color:#040;
	text-align:center;
	color:#cdb;
	font: bold italic 1em Tahoma, Arial, sans-serif;
	}
	
#wrapper {
	width:760px;
	margin:0 auto;
	padding:0;
	border:2px #040 solid;
	background-color:#FFF;
	text-align:left;
	}
	
#header {
	clear:both;
	background:url(images/curly-headerbg.jpg) bottom left no-repeat;
	background-color:#ded;
	text-align: center;
	padding: 20px 90px;
	margin:0;
	margin-bottom:20px;
	border-top:8px #aba solid;
	border-bottom:2px #aba solid;
}

h1 {
	color:#454;
	font: 3em "Century Gothic", Times, serif;
	padding: 0;
	margin: 0;
	border: 0;
}

h1#home span{
	position: absolute;
	top: 0;
	left: -9999px;
}

h2 {
	clear: both;
	background-color:#f5fff5;
	color:#787;
	text-align: center;
	font: bold 1.5em "Century Gothic", Times, serif;
	padding:.2em;
	margin: 0 20px 20px;
	border:2px #cdc solid;
	border-top:8px #cdc solid;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #36a;
	}

a:hover {
	text-decoration: underline;
	color: #295;
	}
	
/* Main Image Area */
img.mainimage {
	float:left;
	border:0;
	border-right: 2px #ccc solid;
	margin:0;
	padding:10px;
	}

/* Vertical Nav Bar for Home Page */

#vertnav {
	float:left;
	width:223px;
	padding:0;
	margin:0;
	text-align:center;
	}

#vertnav ul {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	margin-top:30px;
	}
	
#vertnav li {
	display:inline;
	}

#vertnav a {
	display:block;
	padding:15px;
	text-align:center;
	font: bold 1.25em Tahoma, Arial, sans-serif;
	text-decoration:none;
	color: #fff;
	background-color:#36A;
	margin: 8px 0 8px 20px;
	}

#vertnav a:hover {
	background-color:#3A6;
	}

#button {
	float:right;
	width:230px;
	margin-bottom:10px;
	margin-right: 6px;
	padding:0;
	background-color:#fff;
	text-align:center;
	}

#button a {
	background:url(images/greenbutton.jpg) left top no-repeat;
	display:block;
	width:230px;
	height:130px;
	}

#button a:hover {
	background-position: 0 -130px;
	}

#button a:active {
	background-position: 0 -260px;
	}

/* Horizontal Nav Bar for Support Pages */
ul#horiznav {
	float:left;
	list-style-type: none;
	margin:0;
	padding: 0;
	border-top: 2px #aba solid;
	}

#horiznav li{
	float: left;
	}

#horiznav a {
	display: block;
	padding: 10px 0px;
	text-align:center;
	font: bold .85em Tahoma, Arial, sans-serif;
	text-decoration:none;
	color: #fff;
	background-color:#36a;
	}

#horiznav a.home {
	width:70px;
	border-right: 1px #fff solid;
	}

#horiznav a.questionnaire {
	width:185px;
	border-right: 1px #fff solid;
	}

#horiznav a.norefund {
	width:195px;
	border-right: 1px #fff solid;
	}

#horiznav a.forms {
	width:205px;
	border-right: 1px #fff solid;
	}

#horiznav a.contact {
	width:101px;
	border: 0;
	}

#horiznav a:hover {
	background-color:#3A6;
	}

#horiznav a.currentpage {
	background-color:#040;
	color:#fff;
	}
	
#horiznav a.currentpage:hover {
	background-color:#040;
	}

/* Nav Footer */

ul#navfooter {
	clear:both;
	background-color: #ded;
	list-style-type: none;
	margin: 5px auto 0;
	width: 100%;
	border-top: 2px #aba solid;
	border-bottom: 8px #aba solid;
	padding: 5px 0;
	text-align: center;
	font: bold .8em Tahoma, Arial, sans-serif;
	}

#navfooter li {
	display:inline;
	margin:0;
	color: #36a;
	}

#navfooter a {
	padding: 0 10px;
	margin:0;
	}

#navfooter a.currentpage {
	color:#040;
	}

#navfooter a.currentpage:hover {
	color:#a36;
	}

/* Appointment Form */

#appt {
	margin: 0 40px 20px;
	width: 678px;
	font: 1.2em Tahoma, Arial, sans-serif;
	color: #555;
	text-align: center;
	margin-top: -20px;
	}

#appt div#error {
	clear: both;
	padding: 10px 0;
	font: 1.2em "Century Gothic", Arial, sans-serif;	
	color: #C00;
	}

#appt div.p {
	float: left;
	clear: left;
	width: 100%;
	line-height: 1.2em;
	text-align: left;
	padding: 20px 0;
	}
	
#appt .nowrap {
	white-space:nowrap;
	}
	
#appt div.pcaptcha {
	float: left;
	clear: left;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 10px;
	}

div#captcha	{
	clear:both;
	text-align:center;
	margin: 10px auto;
	}

div#captcha	img{
	border: 1px #000 solid;
	width: 135px;
	height:37px;
	}

#appt div.formelement {
	float: left;
	clear: left;
	width: 650px;
	margin-bottom: 3px;
	text-align: left;
	}

#appt .label {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	clear: left;
	padding: 10px 8px;
	font-size: 1em;
	margin-right: 10px;
	background-color: #DED;
	}

#appt div.datetime {
	float: left;
	clear: left;
	display:inline;
	text-align: left;
	width: 570px;
	margin-bottom: 3px;
	margin-left: 89px;
	}
	
#appt div.datetime3 {
	float: left;
	clear: left;
	display:inline;
	text-align: left;
	width: 570px;
	margin-left: 89px;
	margin-bottom: 20px;
	}
	
#appt .sublabel {
	float: left;
	clear: left;
	text-align: right;
	clear: left;
	padding: 5px 8px;
	font-size: .9em;
	margin-right: 10px;
	background-color: #DED;
	}

#appt span {
	font-size: .8em;
	}

#appt input {
	background-color: #F5F5F5;
	text-align: left;
	}
	
input#name, input#emailaddress, input#phone, input#userstring{
	width: 450px;
	margin-top: 6px;
	padding: 3px;
	font: .9em Tahoma, Arial, sans-serif;
	}

input#phone {
	width: 10em;
	margin-right: 20px;
	}

input#userstring {
	width: 7em;
	margin-right: 20px;
	margin-left: 10px;
	}

input#date1, input#date2, input#date3 {
	width: 150px;
	margin-right: 10px;
	margin-top: 2px;
	padding: 3px;
	font: .8em Tahoma, Arial, sans-serif;
	}

input#name:focus,
input#emailaddress:focus,
input#phone:focus,
input#date1:focus,
input#date2:focus,
input#date3:focus,
textarea#message:focus,
select#time1:focus,
select#time2:focus,
select#time3:focus,
input#userstring:focus {
	background-color: #eef5ff;	
	}


select#time1, select#time2, select#time3 {
	width: 150px;
	margin-top: 0;
	margin-left: 8px;
	padding: 3px;
	font: .8em Tahoma, Arial, sans-serif;
	background-color: #FAFAFA;
	}

textarea#message {
	width: 450px;
	height: 150px;
	background-color: #FAFAFA;
	padding: 3px;
	font: .9em Tahoma, Arial, sans-serif;
	overflow: auto;
	}
	
div#submitbg {
	margin: 10px 0 0;
	width: 678px;
	text-align:center;
	background-color: #DED;
	}
	
input#submit {
	background-color: #DDD;
	padding: 20px 0;
	text-align: center;
	width: 400px;
	margin: 20px;
	font: 1.1em Tahoma, Arial, sans-serif;
	}

/* Adobe Reader */
div.greenhighlight {
	padding: 8px 0;
	margin: 0 80px;
	background-color: #f3fff3;
	}

div.reader {
	margin-right: 142px;
	margin-left: 20px;
	padding: 0;
	text-align:left;
	font: italic .75em Tahoma, Arial, sans-serif;
	color: #000;
	}

a.reader {
	display: block;
	margin-right: 20px;
	float: right;
	width: 112px;
	border: 0;
	}

a.reader img {
	border: 0;
	}

div.contactoffice {
	margin: 8px 0 20px;
	padding: 0;
	text-align:center;
	font: .85em Tahoma, Arial, sans-serif;
	color: #000;
	}

/* Forms Page */
#forms {
	color: #555;
	font: 1.2em Tahoma, Arial, sans-serif;
	text-align:center;
	}

#forms p {
	padding: 0 30px;
	text-align:left;
	}

#forms div.subheader {
	clear: both;
	background-color:#f5fff5;
	color:#787;
	text-align: center;
	font: bold 1.5em "Century Gothic", Times, serif;
	padding:.2em;
	margin: 0 20px 20px;
	border:2px #cdc solid;
	border-top:8px #cdc solid;
	}

#forms table {
	margin:0 auto 20px;
	text-align:left;
	width: 560px;
	border-collapse:collapse;
	font-size:.9em;
	color: #333;
	border-top: 1px #dae2ea solid;
	}
	
#forms tr.trbg {
	background-color: #eef5ff;
	}

#forms tr.trbg2 {
	background-color: #f8fdff;
	}
	
#forms tr td {
	padding: .4em;
	border-bottom: 1px #dae2ea solid;
	}

#forms tr td.rownum {
	padding-right: 0;
}

#forms tr td.desc {
}

#forms tr td.dl {
	width:3em;
	text-align: center;
}

#forms tr td a.view {
	display:block;
	color:black;
	text-decoration:none;
	font-weight: bold;
	font-size: .65em;
	background-color:#CCC;
	border:2px solid;
	border-top-color:#EEE;
	border-right-color:#DDD;
	border-bottom-color:#555;
	border-left-color:#888;
	padding:.2em .4em;
	margin: 0 .3em;
}

#forms tr td a.view:hover {
	color: #36a;
	background-color:#DDD;
	}
	
#forms a.view:active {
	color: #36a;
	border-top-color:#555;
	border-right-color:#888;
	border-bottom-color:#EEE;
	border-left-color:#DDD;
}	

/* Questionaire Page (uses forms ID)*/

div#questionaire {
	width: 540px;
	height: 240px;
	margin: 20px auto;
	border: 2px #259 solid;
	}

#questionaire a {
	background:url(images/taxquestionnaire.jpg) left top no-repeat;
	display:block;
	width:540px;
	height:240px;
	border: 0;
	}

#questionaire a:hover {
	background-position: 0 -240px;
	}


/* No Refund Page */

#norefund {
	color: #555;
	font: 1.2em Tahoma, Arial, sans-serif;
	text-align:center;
	}

#norefund div.subheader {
	clear: both;
	background-color:#f5fff5;
	color:#787;
	text-align: center;
	font: bold 1.5em "Century Gothic", Times, serif;
	padding:.2em;
	margin: 0 20px 20px;
	border:2px #cdc solid;
	border-top:8px #cdc solid;
	}

#norefund p {
	padding: 0 30px;
	margin: 10px 0 20px;
	text-align: left;
	}

#norefund div.refundinfo p {
	padding: 0 30px;
	margin: 10px 50px 20px;
	text-align: left;
	}

#norefund span.phone {
	color: #36A;
	font-size: 1.2em;
	font-weight: bold;
	font-style:normal;
	}

#norefund div.link {
	text-align:center;
	margin:-15px 0 20px;
	padding: 0;
	padding-bottom: 10px;
	}

#norefund a {
	color: #36A;
	font-size: 1em;
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
	}

#norefund a:hover {
	color: #295;
	text-decoration: underline;
	}

/* About Page */

#about {
	color: #555;
	font: bold 1.2em Tahoma, Arial, sans-serif;
	padding: 20px 0;
	text-align: center;
	}

#about p {
  width: 425px;
  margin: 10px auto;
  font-size: 1.2em;
  text-align: left;
  color: #12651C;
}

#about p#phone {
  color: #004600;
  margin-bottom: 0;
}

#about p#fax {
	font-weight: normal;
	font-size: 1em;
	margin-top: 0;
	padding-bottom: 20px;
}

#about div#map {
	width: 427px;
	margin: 10px auto;
	text-align: left;
}

#about div#map iframe{
	border: 1px #787 solid;
}

#about div#map a {
	color: #36A;
	font-weight: bold;
	font-size: .6em;
	font-style: normal;
	text-decoration: none;
}

#about div#map a:hover {
	color: #295;
	text-decoration: underline;
}


/* Random Quotes */
#chocquote {
	clear:both;
	background-color: #EFEFEF;
	border:1px #DDD solid;
	padding: 5px;
	text-align: center;
	}

.quote {
	color: black;
	font: bold italic 1.2em times, serif;
	font-weight: bold;
	}
	
/* FOOTER  */

#footer {
	width:764px !important;
	width:760px;
	padding:5px 0 7px;
	margin:0 auto;
	border:0px;
	background-color:#040;
	text-align:center;
	color:#cdb;
	font: italic .7em Tahoma, Arial, sans-serif;
	}