@charset "utf-8";
/* CSS Document */
/* Set up the defaults for the page  ------------------------------------------------------------------  */
body {
	background:#5c5d5a;
	padding:20px 0 0 0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6E6E6E;
}

#container {
	width:800px;
	margin:0 auto 0 auto;
}

.centerText {
	text-align:center;
}

h1 {
	padding:5px 10px 5px 10px;
	margin:0 0 0 0;
	font-size:24px;
	color:#7A981B;
	width:340px;
	border:2px solid #7A981B;
}

h2 {
	font-size:18px;
	background:#7A981B;
	color:#FFFFFF;
	padding:2px 10px 5px 10px;
	margin:0 0 20px 0;
	width:344px;
	text-align:center;
}

h3 {
	padding:0;
	margin:0;
	font-size:18px;
}

h4 {
	color:#7A981B;
	font-size:14px;
	font-weight:bold;
}

h5 {
	font-size:14px;
}

.h4alt {
	color:#7A981B
}

/* Header ------------------------------------------------------------------*/

#header {
	width:100%;
	height:140px;
	padding:0 0 10px 0;	
	background:url(images/taxform_2009.jpg) 340px 0 no-repeat;
}

/* Background  ------------------------------------------------------------------ */

#topBack {
	background:url(images/img1.gif);
	height:45px;
	text-align:right;
}

#topBack p {
	padding:15px 35px 0 0;
	font-weight:bold;
}

#middleBack {
	background:url(images/img2.gif);
	padding:0 30px 0 30px;
}

#bottomBack {
	background:url(images/img3.gif);
	height:45px;
}

/* Top Navi and Image ------------------------------------------------------------------ */

#greenStrip {
	width:100%;
	background:#819B5A;
	height:10px;
	margin:0 0 2px 0;
}

#topNav {
	padding:0;
	margin:0;
	float:left;
}

#topNav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#topNav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#topNav a:hover {
	color:#9ECA11;
	text-decoration:none;
}

#topNav a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#topNav li {
	list-style-type:none;
	background:url(images/img4.gif);
	padding:12px 0 0 30px;
	margin:2px 0 0 0;
	width:183px;
	height:28px;
}

#topImage {
	margin:2px 0 0 10px;
}

/* Main Content Area  - Column Left ------------------------------------------------------------------  */

#col1 {
	clear:left;
	float:left;
	width:183px;
}

#col1 p {
	color:#7A981B;
	font-size:16px;
	font-weight:bold;
	margin-bottom:35px;
}

.contactDetails label {
	width:50px;
	display:block;
	float:left;
}

#col1 a:link {
	color:#9ECA11;
	text-decoration:none;	
}

#col1 a:visited {
	color:#9ECA11;
	text-decoration:none;	
}

#col1 a:hover {
	color:#9ECA11;
	text-decoration:underline;	
}

#colL a:active {
	color:#9ECA11;
	text-decoration:none;	
}

.newsDate {
	color:#7A981B;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0;
}

.newsText {
	margin-top:5px;
}

.uk {
	background:url(images/img9.jpg) top left no-repeat;
	height:35px;
	padding:15px 0 0 55px;
}

.french {
	background:url(images/img11.jpg) top left no-repeat;
	height:35px;
	padding:15px 0 0 60px;
}

.spanish {
	background:url(images/img10.jpg) top left no-repeat;
	height:35px;
	padding:15px 0 0 55px;
}

.irish {
	background:url(images/img8.jpg) top left no-repeat;
	height:35px;
	padding:15px 0 0 55px;
}


/* Main Content Area  - Column Right ------------------------------------------------------------------  */


#col2 {
	padding:15px 0 0 0;
	margin-left:223px;
}

#greenStrip2 {
	clear:left;
	width:100%;
	background:#819B5A;
	height:5px;
	margin:15px 0 2px 0;
}

/* Testimonials Page ------------------------------------------------------------------  */

.testimonials li {
	margin-bottom:15px;
}

.testimonials li span {
	display:block;
	margin-top:5px;
}

.testimonials li span em {
	color:#8CAC25;
	font-weight:bold;
}

/* Form ------------------------------------------------------------------------------- */

.border {
	border:1px solid #A3B95B;
	padding:10px 10px 10px 10px;
	width:400px;
	margin:0 auto 0 auto;
	margin-top:40px;
}

.border .centerText {
	margin-top:0;
	padding-top:0;
}

.errorText {
	color:#CC0000;
	text-align:center;
}

form label {
	display:block;
	width: 150px;
	text-align:right;
	float:left;	
	padding:0 5px 0 0;
}

form #comments {
	width:225px;
	height:100px;
}

.labelLong {
	width:100%;
	text-align:left;
}

.colL label, .colR label {
	width:150px;
}

form .colL {
	width:50%;
	float:left;
}

form .colR {
	margin-left:50%;
}

/* General Links ---------------------------------------------------------------- */

a:link {
	text-decoration:underline;
	color:#A3B95B;
}

a:visited {
	text-decoration:underline;
	color:#A3B95B;
}

a:hover {
	text-decoration:none;
	color:#A3B95B;
}

a:active {
	text-decoration:underline;
	color:#A3B95B;
}

/* Bottom Navigtion  ------------------------------------------------------------------  */

#bottomNav {
	padding:10px 0 0 0;
	margin:0;	
	list-style-type:none;
	text-align:center;
}

#bottomNav li {
	margin:0 10px 0 10px;
	padding:0;
	display:inline;
}

#bottomNav a:link {
	color:#5c5d5a;
	text-decoration:none;
}

#bottomNav a:visited {
	color:#5c5d5a;
	text-decoration:none;
}

#bottomNav a:hover {
	color:#9ECA11;
	text-decoration:underline;
}

#bottomNav a:active {
	color:#5c5d5a;
	text-decoration:none;
}

.footer {
	padding:2px 0 10px 0;
	text-align:center;
}
