body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/shadows.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	background-color: White;
}

/* Default Links */
a:link {
	color: #ea6e00;
}
a:hover {
	color: #ea6e00;
}
a:visited {
	color: #ea6e00;
}

p {
	font-size: 103%;
	color: #333333;
}
img {
	display: block;
}
#Left {
	color: #333333;
}

/* Default H1 Tag */
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 300%;
	font-weight: normal;
	color: #ea6e00;
	font-family: "Times New Roman", Times, serif
}

/* Default H2 Tag */
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 255%;
	font-weight: normal;
	color: #ea6e00;
	font-family: "Times New Roman", Times, serif
}
/* Default H3 Tag */
h3 {
	padding: 0px;
	margin: 0px;
	font-size: 220%;
	font-weight: normal;
	color: #ea6e00;
	font-family: "Times New Roman", Times, serif
}
/* Main Page Element */
#Page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Page Header */
#Header {
	height: 130px;
	/* background-image: url(header.jpg); */
	background-repeat: repeat-x;
	border-bottom: 3px solid #ea6e00;
}
#Header img {
	float: left;
	border: none;
	display: block;
}
#Left {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 0px;;
	display: inline;
}
#Right {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 210px;
	_margin-left: 208px;
	margin-right: 20px;
	_margin-right: 18px;
	width: 470px;
}

#Right ul li {
	margin: 0px;
	padding: 0px;
	font-size: 103%;
}
#Right ol li {
	margin: 0px;
	padding: 0px;
	font-size: 103%;
}

/* Home Page */
body.home #Right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	_margin-left: 198px;
	margin-right: auto;
	width: 490px;
}
body.home #Right img, body.home #Right object {
	display: block;
}
body.home #Right #Image {
	float: right;
	background-color: White;
	width: 310px;
	border: 1px solid red;
}
body.home #Right #Intro {
	width: 150px;
	height: 250px;
	padding: 10px;
	background-color: #EDECDD;
}
body.home #Right #Intro h2 {
	margin: 0px;
	padding: 7px;
	font-size: 130%;
	color: #ea6e00;
	background-color: White;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
body.home #Right #Intro h2 a {
	text-decoration: none;
}
body.home #Right #Intro ul {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	font-size: 105%;
}
body.home #Right #Intro ul li {
	margin-top: 3px;
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet.gif) no-repeat top left;
}
body.home #Right #Intro ul li a {
    text-decoration: none;
	border-bottom: 1px solid #ea6e00;
}
body.home #Right #Intro ul li a:hover {
    text-decoration: none;
	border-bottom: 1px dotted Black;
}

/* Left Footer (inc contact details) */
#LeftFooter {
	clear: both;
	width: 180px;
	margin-top: -70px;
}
#LeftFooter ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	margin-left: 10px;
}
#LeftFooter ul li {
	padding-left: 20px;
	padding-bottom: 3px;
	list-style: none;
}
#LeftFooter ul li.tel {
	background: url(../images/tel.gif) no-repeat top left;
}
#LeftFooter ul li.fax {
	background: url(../images/fax.gif) no-repeat top left;
}
#LeftFooter ul li.web {
	background: url(../images/web.gif) no-repeat top left; padding-bottom: 10px;
}
#LeftFooter ul li.mob {
	background: url(../images/mob.gif) no-repeat top left;
}
#LeftFooter ul li.email {
	background: url(../images/email.gif) no-repeat top left;
	
}

#LeftFooter ul li a {
    text-decoration: none;
}
#LeftFooter ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid Black;
}

/* Footer */
#Footer {
	border-top: 1px solid #ea6e00;
	padding-top: 10px;
	padding-left: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* Image alignment in body copy */
.img {
	margin: 10px;
}
.imgTop {
	margin-top: 0px;
}
.imgLeft {
	margin-left: 0px;
	float: left;
}
.imgRight {
	margin-right: 0px;
	float: right;
}

/* Tweaking for specific pages */
body.about .img {
	margin-bottom: 0px;
}

/* Sub Nav */
#Left ul {
	padding: 0px;
	margin: 0px;
}
#Left ul li {
	margin: 0px;
	margin-bottom: 0px;
}
#Left ul li a {
	border-bottom: 1px solid #ea6e00;
	padding-top: 5px;
	padding-left: 10px;
	height: 15px;
	font-size: 110%;
	text-decoration: none;
}
/* Misc */

.hRule {
	border-top: 1px dotted #ea6e00;
}
.hRule hr {
	display: none;
}

.underline {
	text-decoration: underline;
}

/* Contact Page */
body.contact #Right ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	margin-left: 20px;
}
body.contact #Right ul li {
	padding-left: 25px;
	padding-bottom: 12px;
	list-style: none;
}
body.contact #Right ul li.tel {
	background: url(../images/tel.gif) no-repeat top left;
}
body.contact #Right ul li.mob {
	background: url(../images/mob.gif) no-repeat top left;
}
body.contact #Right ul li.email {
	background: url(../images/email.gif) no-repeat top left;
}
table {
  	width: 100%;
  	border-right: 1px solid #FFCE8A;
	border-top: 1px solid #FFCE8A;
	border-left: 1px solid #FFCE8A;
	border-bottom: 1px solid #FFCE8A;
	}
table th, table td {
  	margin: 3px;
  	padding: 3px 5px;
  	text-align: left;
  	border-left: 1px solid #FFFFE3;
	border-top: 1px solid #FFFFE3;
  	}
table tr {
  	background: #FFF4C2;
  	}
.red {color: #ea6e00; font-weight: bold}	

.radio_label{
border: 1px #fff;
background-color: #fff;
}
.listemenu  {
      width:150px;
	  border: 1px #FFCE8A solid; margin-bottom: 20px
}
input,select {  border: 1px #FFCE8A solid; background-color: #FFF6BD; font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #EA6E00 }
textarea {  border: 1px #FFCE8A solid; padding: 2px; background-color: #FFF6BD; font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #EA6E00 }
.radio_label_contact{
border: 1px #FFCE8A;
background-color: #FFF6BD
}
.no-underline { text-decoration:none}