@charset "utf-8";
a {text-decoration:none;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/PatternBG.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#7c7d81;
	
}
.thrColFixHdr #container { 
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #container h3{
	margin:5px 0px;
	padding:0px;
	color:#b9c84d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.thrColFixHdr #container h3.flower{
	background-image:url(../images/flower.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 17px;
}
.thrColFixHdr #container h3.contact{
	background-image:url(../images/phone.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 27px;
}
.thrColFixHdr #container h3.email{
	background-image:url(../images/envelop.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 27px;
}


#flower3{
	margin:5px 0px;
	padding:0px;
	color:#b9c84d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:65px;
	background-image:url(../images/flower.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 17px;
}


.thrColFixHdr #container p{
	margin:0px;
	padding:0px;
}
.thrColFixHdr #header { 
	background-image:url(../images/head.gif);
	background-repeat:no-repeat;
	min-height: 167px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
* html .thrColFixHdr #header{height:167px;}
.thrColFixHdr #header img{
	border: none;
	margin: 20px 0px 0px 22px;
}
.thrColFixHdr #header ul{
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}
.thrColFixHdr #header ul li{
	list-style:none;
	float: right;
	margin-right:4px;
}
.thrColFixHdr #header ul li a{
	text-decoration:none;
	color:#FFF;
}
.thrColFixHdr #header ul li a:hover{
	text-decoration:underline;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; 
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1 #advanceSearch{
	background-image:url(../images/advser.gif);
	background-repeat:no-repeat;
	width:151px;
	height:93px;
	overflow:hidden;
	margin: 0px;
	padding:13px 0 0 5px;
}

.thrColFixHdr #sidebar1 #customerspeak{
	background:#f4f7e6;
	padding: 10px;
	width:151px;
	text-align:center;
}
.thrColFixHdr #sidebar1 #customerspeak p{ 
	 line-height:25px;
	 font-style:italic;
}
.thrColFixHdr #sidebar1 #customerspeak p a{ 
	 line-height:25px;
	 font-style:italic;
	 text-decoration:none;
	 color:#bbca52;
	 font-weight:bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; 
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 a.bold{
	text-decoration:underline;
	color:#7c7d81;
	font-weight:bold;
	line-height:20px;
}
.thrColFixHdr #sidebar1 ul, .thrColFixHdr #sidebar2 ul{
	margin:0px;
	padding:0px;
}
.thrColFixHdr #sidebar1 ul li, .thrColFixHdr #sidebar2 ul li{
	list-style: none;
}
.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a{
	text-decoration:none;
	line-height:23px;
	color:#7c7d81;
}
.thrColFixHdr #sidebar1 ul li a:hover, .thrColFixHdr #sidebar2 ul li a:hover{
	text-decoration:underline;
}

.thrColFixHdr #mainContent { 
	margin: 0 215px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.thrColFixHdr #mainContenthome { 
	margin: 0 215px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.thrColFixHdr #mainContent h3
{
	margin-left:65px;
}
* + html .thrColFixHdr #mainContent h3 {margin-left:35px;}
* html .thrColFixHdr #mainContent h3 {margin-left:35px;}

.thrColFixHdr #mainContenthome h3
{
	margin-left:65px;
}
* + html .thrColFixHdr #mainContenthome h3 {margin-left:35px;}
* html .thrColFixHdr #mainContenthome h3 {margin-left:35px;}
#mainContenthome img {padding-bottom:30px;}
.thrColFixHdr #info #left {
	float:left;
	width: 480px;
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #info #left p,.thrColFixHdr #info #right p{
	margin:15px 0px;
	
}


.thrColFixHdr #info #right {
	float:right;
	width: 480px;
	padding: 15px 10px 15px 20px;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0px;
	background-image:url(../images/foot.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	min-height:85px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7c7d81;
} 
* html .thrColFixHdr #footer{height:85px;}
.thrColFixHdr #footer a { 
	text-decoration:none;
	color:#7c7d81;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#Form_EditForm {width:550px;text-align:center; float:right;}

a {color:#999999;}
h4 { color:#b9c84d; font-size:14px;}
#mainContent img {padding-left:20px;padding-bottom:20px;}

#mainContent img { border:none; float :left; }
.clear {} 

#mainContenthome img  {border:none;}
#right p {width:450px; }
#left a {text-decoration:underline;color:#bbca52;
	font-weight:bold; }
	#right a {text-decoration:underline;color:#bbca52;
	font-weight:bold; }