@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #666;
}
.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFF; 
	height: 146px;
}
.twoColFixLtHdr #header .headerTop{
	display:block;
	width:950px;
	height:110px;
	margin:0 0;
	padding: 0 0;
}
.twoColFixLtHdr #header .headerTop .headLeft{
	display:block;
	background:url(../images/header-left.gif) 0 0 no-repeat;
	width:7px;
	height:110px;
	float:left;
} 
.twoColFixLtHdr #header .headerTop .headBlock{
	display:block;
	background-color:#6D5300;
	width:936px;
	height:110px;
	float:left;
}
.twoColFixLtHdr #header .headerTop img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:15px 0 0 10px;
	float:left;
}

.twoColFixLtHdr #header .headerTop .headRight{
	display:block;
	background:url(../images/header-right.gif) 0 0 no-repeat;
	width:7px;
	height:110px;
	float:left;
} 
.twoColFixLtHdr #header .textHead {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
.twoColFixLtHdr #header .textNormal {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
.twoColFixLtHdr #header .login{
	background:url(../images/formbg.jpg) 0 0 no-repeat;
	width:200px;
	height:77px;
	float:right;
	margin: 15px 5px 0px 0px;
	padding: 5px 5px 5px 8px;
}
.twoColFixLtHdr #header .login .text{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px 0px;
	padding: 0px 0px;
}
.twoColFixLtHdr #header .login .formText{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width:130px;
	height:12px;
	border:1px solid #999; 
	margin:2px 0px; 
	padding:2px 2px;  
	background:#fff; 
}
.twoColFixLtHdr #header .login .forget{
	position: relative;
	top: -4px;
}
.twoColFixLtHdr #header .login .submit{
	border: 0px;
	padding: 5px 5px 5px 33px;
}
.twoColFixLtHdr #header .navigation{
	display:block;
	width:950px;
	height:30px;
	background:url(../images/navbg.jpg) 0 0 repeat-x;
	float:left;
	margin:2px 0 4px 0;
}
.twoColFixLtHdr #header .navigation .navLeft{
	display:block;
	background:url(../images/nav-left.jpg) 0 0 no-repeat;
	width:7px;
	height:30px;
	float:left;
}
.twoColFixLtHdr #header .navigation ul.nav{
	width:936px;
	height:30px;
	float:left;
	margin: 0px 0px;
	padding: 0px 0px;
}
.twoColFixLtHdr #header .navigation ul.nav img{
	float:left;
	border: 0px;
}
.twoColFixLtHdr #header .navigation .space{
	width:236px;
	height:30px;
	float:left;
	margin: 0px 0px;
	padding: 0px 0px;
}
.twoColFixLtHdr #header .navigation .navRight{
	display:block;
	background:url(../images/nav-right.jpg) 0 0 no-repeat;
	width:7px;
	height:30px;
	float:left;
}

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 305px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0;
}
.twoColFixLtHdr #sidebar1 .news{
	width: 295px;
	border: 1px solid #CCC;
	background: #F3F3F3;
	padding: 5px 5px;
	margin: 5px 0 0 0;
}
.twoColFixLtHdr #sidebar1 .news .heading{
	display:block;
	height: 25px;
	background:url(../images/news-head-arrow.jpg) 5px 10px no-repeat;
	padding:7px 0 0 20px;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	background-color:inherit;
}
.twoColFixLtHdr #sidebar1 .news .story{
	display:block;
	background:url(../images/news-arrow.jpg) 5px 7px no-repeat;
	padding:5px 5px 5px 20px;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#999;
	background-color:inherit;
	line-height: 15px;
}
.twoColFixLtHdr #sidebar1 .news .story .newsHead{	
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 .news .story .date{	
	color:#C00;
}
.twoColFixLtHdr #sidebar1 .news .story a{	
	color:#C00; 
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 .news .story a:hover{	
	color:#C00;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 .advert {
	background-image:url(../images/advert.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 305px;
	height: 110px;
	margin: 5px 0px;
}
.twoColFixLtHdr #sidebar1 .advert h1 {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0; 
	padding: 10px 10px;
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 .advert p {
	margin: 0; 
	padding: 0 60px 10px 10px;
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 .advert a {
	display:block;
	background:url(../images/arrow1.jpg) 10px 5px no-repeat;
	padding:1px 0 0 25px;
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:inherit;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 305px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent #inner { 
	width: 615px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	line-height: 17px;
} 
.twoColFixLtHdr #mainContent h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 7px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #block {
	width:950px;
	margin:0;
	padding:0;
}
.twoColFixLtHdr #block .block1{
	margin:0;
	padding:0;
	width:235px;
	height: 175px;
	background-color:#EBEBEB;
	border-right: 2px solid #FFF;
	float:left;
}
.twoColFixLtHdr #block .block1 .heading{
	display:block;
	height: 25px;
	background:url(../images/icon-info.jpg) 10px 5px no-repeat;
	padding:7px 0 0 35px;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	background-color:inherit;
}
.twoColFixLtHdr #block .block1 a {
	display:block;
	float: right;
	background:url(../images/arrow2.jpg) 10px 5px no-repeat;
	padding:1px 0 0 25px;
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:inherit;
	text-decoration:none;
}
.twoColFixLtHdr #block .block2{
	margin:0;
	padding:5;
	width:235px;
	height: 175px;
	background-color:#EBEBEB;
	border-right: 2px solid #FFF;
	float:left;
}
.twoColFixLtHdr #block .block2 .heading{
	display:block;
	height: 25px;
	background:url(../images/icon-email.jpg) 10px 5px no-repeat;
	padding:8px 0 0 37px;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	background-color:inherit;
}
.twoColFixLtHdr #block .block3{
	margin:0;
	padding:5;
	width:235px;
	height: 175px;
	background-color:#EBEBEB;
	border-right: 2px solid #FFF;
	float:left;
}
.twoColFixLtHdr #block .block3 .heading{
	display:block;
	height: 25px;
	background:url(../images/icon-contact.jpg) 10px 5px no-repeat;
	padding:7px 0 0 35px;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	background-color:inherit;
}
.twoColFixLtHdr #block .block4{
	margin:0;
	padding:5;
	width:235px;
	height: 175px;
	background-color:#EBEBEB;
	border-right: 2px solid #FFF;
	float:left;
}
.twoColFixLtHdr #block .block4 .heading{
	display:block;
	height: 25px;
	background:url(../images/icon-support.jpg) 10px 5px no-repeat;
	padding:7px 0 0 35px;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	background-color:inherit;
}
.twoColFixLtHdr #block .block4 .support{
	display:block;
	height: 60px;
	background:url(../images/support-image.jpg) 10px 5px no-repeat;
	padding:20px 0 0 85px;
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	background-color:inherit;
}

.twoColFixLtHdr #footer { 
	font-size: 10px;
	background:url(../images/footer.jpg) 0px 0px no-repeat;
	width: 950px;
	height: 80px;
	margin: 5px 0 0 0;
	padding: 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #myslides {
	width: 642px;
	height: 325px;
    padding: 0px 0px;  
    margin:  0px 0px;
	z-index: 0;
	overflow: hidden;
} 
 
.twoColFixLtHdr #myslides img { 
	padding: 0px 0px;  
    margin:  0px 0px;
}
p#breadcrumb { 
	margin:10px; 
	padding:0;
	font-weight: normal;
	font-size: 10px; 
	color: #666;
}
#breadcrumb a { font-weight:bold; text-decoration:none;font-size: 10px; color: #666; }
#breadcrumb a:hover { font-weight:bold; text-decoration:underline; font-size: 10px; color: #666; }

.successmsgs	{font-size:12px; font-weight:bold; line-height:17px; border-top:1px solid green; border-bottom: 1px solid green; background: #d2ffd4 url(../images/icons/success.gif) no-repeat scroll 5px 7px; padding:7px 15px 7px 30px;margin:10px 0pt;}
.info_messages	{background:#FFF2CE url(../images/icons/information.gif) no-repeat scroll 5px 7px; border-bottom:1px solid #EBD085; border-top:1px solid #EBD085; padding:7px 15px 7px 30px; font-size:10px; font-weight:bold;}
.infobar		{border-bottom:1px solid #EBD085; border-top:1px solid #EBD085; padding:7px 15px 7px 30px; background-color: #FFF2CE; font-size:10px;}

.normal {
	line-height:17px;
	padding: 0px 10px 0 10px;
}

.mainTxt
{
	font: normal 0.9em/150% Arial, Tahoma, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

.error_box
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #f03a31;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #f03a31;
	background-color: #fad3c5;
}
/********** contact form **********/
#contact fieldset {
	 border: 1px solid #999;
	 margin: 10px 0 20px 0;
	 padding: 0px 10px 0px 10px;
}
#contact fieldset legend {
	font: 16px/22px Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	padding: 10px 10px;
}
#contactform.space { width:500px; float:left; padding:10px 10px; margin:0;}
#contactform { margin:0; padding:5px 10px;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform label { margin:0; width:110px; display:block; padding:5px 0; font:normal 11px Tahoma, Geneva, sans-serif; color:#6e6e6e; text-transform:capitalize; float:left;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform label span.red { color:#F00;}
#contactform input.text { width:320px; border:1px solid #999; margin:5px 0; padding:5px 2px; height:16px; background:#fff; float:left;}
#contactform li img { width:60px; height:30px; border:1px solid #999; margin:2px 5px; padding:0px 0px; float:left;}
#contactform textarea { width:320px; border:1px solid #999; margin:10px 0; padding:2px; background:#fff; float:left;}
#contactform li span.submitbtn img { width:132px; height:28px; margin-left:115px; padding:0px 0px; float:left;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
.successmsgs {font-size:11px; font-weight:normal; line-height:17px; border-top:1px solid green; border-bottom: 1px solid green; background: #d2ffd4 url(../images/icons/success.gif) no-repeat scroll 5px 7px; padding:7px 15px 7px 30px;margin:10px 0pt;}

#footer a { font-weight:normal; text-decoration:none; font-size:10px; color:#666; }
#footer a:hover { font-weight:normal; text-decoration:underline; font-size:10px; color:#666; }