html, body {

}
body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
  font-size: 12px;
  background: #C0C0C0;
}

p {
  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;} 
/* fix for firefox */
input[type="text"], textarea {
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}


.page_header {
 font-family: sans-serif;
 font-size: 18px;
 font-weight: normal;
 color: #FF570F;
}

/* 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 Page EOF */

/* Infobox Styles */


a.nav_link_heading {
  display: block;
  width: 181px;
  height: 25px;
  line-height: 25px;
  background: url('images/main_nav_off.jpg') no-repeat;
  color: #fff;
  font-family: arial;
  text-align: left;
  padding-left: 25px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

a.nav_link_heading:hover {
 background: url('images/main_nav_on.jpg') no-repeat;
}

a.sub_nav_link {
  display: block;
  height: 22px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding-top: 5px;
  font-size: 12px;
  width: 181px;
}


a.sub_nav_link_selected {
  display: block;
  height: 22px;
  color: red;
  text-align: left;
  text-decoration: none;
  padding-top: 5px;
  font-size: 12px;
  width: 181px;
}

.side_box {
  margin-top: 10px;
}

.side_box_heading {
 display: none;
}

.side_box_content {
  padding-bottom: 5px;
}

.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 Specific Styling */

#main_content p.page_header{margin-top: 0;}

#site_container {
  width: "100%";
  margin: 20px;
  background: #fff;
}

#left_site_container {
  background: #fff;
}


#main_nav_container {
  background: #7F7F7F;
  min-height: 256px;
}

#news_box_container {
  padding-top: 23px;
  background: #fff;
}

.box_news_item {
  margin-bottom: 10px;
  text-align: left;
  width: 205px;
}

.box_news_title a{
  font-family: tahoma;
  font-size: 18px;
  color: #717171;
  text-decoration: none;
}

.box_news_date {
  font-family: tahoma;
  font-size: 11px;
  color: #333;
}

.box_news_abstract {
  font-family: tahoma;
  font-size: 11px;
  color: #727272;
}

a#read_more_news_link {
  font-family: tahoma;
  color: #3C3C3C;
  font-weight: bold;
  text-decoration: none;
}

#right_site_container {
  float: left;
  clear: none;
  width: "100%";
  background: url('images/site_r_header_repeat.jpg') top left repeat-x #fff;
  text-align: left;
}

#search_box_container {
  background: url('images/search_box_bg.jpg')  top left no-repeat #FAFAE5;
  text-align: left;
  padding-left: 200px;
  border: 1px solid #FAFAE5;
}


input#search_button {
  width: 53px;
  height: 17px;
  margin-right: 20px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

input#keywords_input {
  width: 150px;
  border-bottom: 1px solid #CAD2D5;
  border-right: 1px solid #CAD2D5;
  border-top: 1px solid #414143;
  border-left: 1px solid #414143;
}

#search_box_container form {
  margin-top: 25px;
}

#header_splash_container {
  background: url('images/mr_fixit.jpg') no-repeat top left;
  width: 485px;
  height: 325px;
  font-family: tahoma;
  font-size: 10px;
  color: #ABABAB;
  text-align: left;
  padding-top: 32px;
  padding-left: 40px;
}

#header_splash_container a{
  font-family: tahoma;
  font-size: 10px;
  color: #ABABAB;
}

a#homepage_link {
  color: #FA5E00;
}


#main_content {
  background: #fff;
  text-align: left;
  padding: 20px;
}

#footer_container {
  background: url('images/page_footer_repeat.jpg') repeat-x;
  height: 125px;
  clear: left;
}

#footer_left {
  float: left;
  margin-top: 70px;
  margin-left: 30px;
  font-family: tahoma;
  font-size: 11px;
  color: #494949;
}
#footer_left a{
  font-family: tahoma;
  font-size: 11px;
  color: #494949;
}

#footer_right {
  background: url('images/footer_bg.jpg') top right no-repeat;
  float: right;
  height: 125px;
  width: 250px;
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#footer_right_tel_box {
  float: left;
  margin-top: 60px;
  margin-left: 20px;
}

#footer_tel {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #373737;
}


#flash_container {
  width: 500px;
  height: 250px;
  background: red;
  margin-top: 30px;
}
/* Harrisons Specific Styling EOF */

