/*
Copyright 2009 ClearCut Web Solutions Ltd, All Rights Reserved.
*/
html, body {
	color:#202020;
	font-size:14px;
	font-family:"Times New Roman";
	margin:0;
	padding:0;
}

h1 {
	font-size:18px;
	color:#ee672d;
}

h2 {
	font-size:16px;
	color:#f1761c;
}
h3,h4,h5 {
	color:#f1761c;
}

.faq {
	color:#f1761c;
	font-weight:bold;
}

body {
	background:url('/design/images/main-bg.jpg') top center repeat-y #808080;
}

div {
	overflow:hidden;
	zoom:1;
}

#main {
	background:white;
	margin:0 auto;
	width:825px;
	min-height:400px;
}
.testimonial {

  background-color: #ededed;
  border: solid 1px #f5931b;
  padding: 5px 5px 5px 5px;
  margin-right: 10px;
  }
  
#head {
	background:url('/design/images/head-bg.jpg') no-repeat;
	height:127px;
	width:825px;

}

#topmenu {
	color:#f1761c;
	height:20px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-top:95px;
	padding-right:10px;
	text-align:right;
}

#topmenu a {
	color:#f1761c;
	text-decoration:none;
	margin:0 5px;
}

#banner {
	margin:3px 0;
	text-align:center;
}

#orangeline {
	background:url('/design/images/orangelinebg.gif') repeat-x;
	height:3px;
	line-height:3px;
}

#container {
	margin-top:5px;
	padding-right:10px;
}

#leftpanel {
	float:left;
	text-align:right;
	width:185px;
}

#leftpanel ul {
	background:#ededed;
	float:right;
	margin:0;
	padding:0;
	width:178px;
}

#leftpanel ul li {
	border-bottom:1px solid white;
	list-style:none;
	margin:0;
	padding:14px 0;
	text-align:left;
}

#leftpanel ul li a {
	color:#f17b24;
	font-size:14px;
	margin:0 0 0 10px;
	text-decoration:none;
}

#leftpanel ul li.child a {
	color:#719e3a;
	margin:0 0 0 40px;
}

.homeimage {
	margin:10px;
	float:right;
}
img#illcover {
	margin:10px 0;
	border:0;
}
img#illcover1 {
	margin:0;
	margin-bottom:10px;
	border:0;
}
#content {
	float:right;
	width:600px;
	min-height: 500px;
}

#content a{
	color:#202020;
	text-decoration:none;
}
#logo{
	background:url('/design/images/logos.jpg') no-repeat;
	height:63px;
	text-align:center;
}
#footer {
	background:url('/design/images/footerbg.jpg') no-repeat;
	height:68px;
}

#footer div {
	color:white;
	height:14px;
	line-height:14px;
	margin-top:50px;
	text-align:center;
}

#footer div a {
	color:white;
	text-decoration:none;
}

/*------------News-*/

.newsrow {
	margin:20px 0;
}

p.date {
	font-weight:bold;
	margin:0 0 10px 0;
}

h1.newstitle {
	margin:0;
}

.more {
	clear:both;
	text-align:right;
}

.more a {
	color:#202020;
	text-decoration:none;
}

.form {
	width:560px;
	margin-left:10px;
  background-color: #ededed;
  border: solid 1px #CCCCCC;
  padding: 0px 5px 5px 10px;
  margin-right: 10px;
}