html, body {

}

body {
  background: #e7e8e0;
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
}

fieldset { margin: 1em 0; padding: 1em; border: 1px solid #cccccc; }
label { display: block; }
input { width: 200px; }
textarea { width: 300px; height: 100px; }
.labeltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666699; }
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold;} 

input[type="text"], textarea {
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}


/* Styling for header and footer links*/

a.head_foot_link {
  color: #CBC9C9;
  font-size: 11px;
  text-decoration: none;
  margin: 0px 20px 0 0;
}

a.head_foot_link:hover {
  color: #B10101;
}

#site_top_links { 
  height: 18px;
  padding-top: 0px;
}

#top_right_links {
  margin-left: 150px;
}

/* Styling for header and footer links EOF*/



p {
	font-family: Verdana, Arial;
}


/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: #076D2B; 
	margin-bottom: 5px;
}

.news_abstract {}

.news_abstract_indented {
  margin-left: 80px;
}

.news_image {
  width: 80px;
  float: left;
  clear: none;
}

.news_date {}

.news_date_indented {
  margin-left: 80px;
}

/* News Page EOF */

/* Infobox Styles */

.side_box {

}

.side_box_heading {
  font-family: Verdana, Arial;
  color: #BC0410;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
}

.side_box_content {
  font-family: Verdana, Arial;
  font-size: 8pt;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  color: #484747;
  font-size: 11px;
  line-height: 20px;
}


.side_box_content form {
  width: 180px;
  text-align: center;
}


/* Infobox Styles EOF */

td{
font-family:verdana;
font-size:8pt;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  height:30px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}
/*Styles for My Account Page EOF*/

.warning {
  border: 1px solid #a00;
	background: pink;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
	padding: 5px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

/* Harrisons Accountancy Specific Styles */
#site_container {
  width: 960px;
  background: #fff;
  min-height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#main_header_container {
  width: 960px;
  height: 127px;
  background: url('images/header_top.jpg');
}

/*Header Main Nav */

#main_nav_container {
  background: #666666;
    text-align: left;
	padding-top: 4px;
}

.main_nav_button_left_on{
  width: 10px;
  height: 27px;
  background: url('images/head_tab_on_l.jpg') no-repeat;
}

.main_nav_button_right_on {
  width: 10px;
  height: 27px;
  background: url('images/head_tab_on_r.jpg') no-repeat;
}

.main_nav_button_middle_on {
  height: 27px;
  background: #efeff0;
}

.main_nav_button_middle_on a {
  font-family: tahoma, arial;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.main_nav_button_left_off{
  width: 10px;
  height: 27px;
  background: url('images/head_tab_off_l.jpg') no-repeat;
}

.main_nav_button_right_off {
  width: 10px;
  height: 27px;
  background: url('images/head_tab_off_r.jpg') no-repeat;
}

.main_nav_button_middle_off {
  height: 27px;
  background: #303030;
}

.main_nav_button_middle_off a {
  font-family: tahoma, arial;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}


.main_nav_button_spacer {
  width: 12px;
}

/*Header Main Nav EOF */

/* Sub Nav */
#sub_nav_bar {
  height: 25px;
  background: #efeff0;
}

.sub_nav_item {
  float: left;
  line-height: 25px;
  margin-left: 20px;
}

.sub_nav_item a {
  font-family: tahoma, arial;
  font-size: 12px;
  color: #303030;
  text-decoration: none;
}
/* Sub Nav EOF */

#left_column {
  width: 190px;
  padding: 7px;
  float: left;
}

#main_content_container {
  margin-left: 210px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  padding-top: 7px;
}

.page_header {
 font-family: verdana;
 font-size: 18px;
 font-weight: bold;
 color: #a30d0f;
 margin: 0;
}

#icaew_container{
  margin-top: 35px;
}

#footer {
  font-size: 11px;
  color: #333;
}
/* Harrisons Accountancy Specific Styles EOF */