@charset "utf-8";
/* CSS Document Ranish*/
body {
	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: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 100%;
	background-color: #000000;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
.oneColElsCtr #left {
	float: left;
	width: 68px;
	height: 110px;
	padding-top: 62px;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: 0px 64px;
}
.oneColElsCtr #right {
	float: right;
	width: 35px;
	height: 52px;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
}
.oneColElsCtr #container {
	width: 887px;
	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. */

} 
/* CSS topMenu */
.oneColElsCtr #topMenu {
	height: 31px;
	background-image: url(../images/topBg.gif);
	background-repeat: repeat-x;
}
.oneColElsCtr #topMenu .menu{
	margin: 0 12px;
	height: 31px;	
}
/*.oneColElsCtr #topMenu .topLeft{
	float: left;
	width: 12px;
	height: 31px;
	background-image: url(../images/topMenuLft.jpg);
	background-repeat: no-repeat;
}
.oneColElsCtr #topMenu .topRight{
	float: right;
	width: 12px;
	height: 31px;
	background-image: url(../images/topMenuRht.jpg);
	background-repeat: no-repeat;
}*/
/* CSS Logo */
.oneColElsCtr #logoPanel {
	height: 121px;
	padding: 10px 20px;
}
.oneColElsCtr #mainContent {
	background-color:#ffffff;
	height:auto;
	min-height: 255px;
	margin-bottom: 20px;
	background-image: url(../images/contentBg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColElsCtr #mainContent .flash{

}
.oneColElsCtr #mainContent .titleBar{
	background-image: url(../images/titleBarBg.jpg);
	background-repeat: repeat-x;	
	height: 31px;
}
.oneColElsCtr #mainContent .box{
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	width: 264px;
	padding: 0px 10px 0px 20px;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.title{
	padding-left: 5px;
	padding-top: 4px;
	width: 290px;
	font-weight:bold;
}
.left{
	float: left;
}
.right{
	float: right;
}
.margin2px{
	margin-right: 2px;
}
.goldenText{
	color: #8E6D2C;
}
.newsItem{
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.newsItem a{
	color: #333333;
	text-decoration:none;
}
.newsItem a:hover{
	color: #333333;
	text-decoration:underline;
}
.testimonialItem{
	padding: 14px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	text-indent: 14px;
}
.testimonialItem a{
	color: #333333;
	text-decoration:none;
}
.testimonialItem a:hover{
	color: #333333;
	text-decoration:underline;
}
.companyName{
	clear:both;
	text-align:right;
}
.personName{
	margin-top: 10px;
	clear:both;
	text-align:right;
	font-weight: bold;
}
.readAll{
	margin-top: 8px;
	margin-bottom: 2px;
}
.readAll a{
	padding-left: 18px;
	color: #926F26;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.readAll a:hover{
	text-decoration: underline;
	background-image: url(../images/arrowMo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.clearFloat{
	clear:both;
	height:0;
}
/* Footer */
#footer{
	width: 887px;
	background-color: #ffffff;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
}
.footerLeft{
	float: left;
	width: 13px;
	height: 31px;
	background-image: url(../images/footerLft.jpg);
	background-repeat: no-repeat;
}
.footerRight{
	float: right;
	width: 13px;
	height: 31px;
	background-image: url(../images/footerRht.jpg);
	background-repeat: no-repeat;	
}
.footerData{
	padding-top: 7px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;	
	height: 24px;
}
.footerData a{
	color: #333333;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}
.footerData a:hover{
	color: #666666;
	text-decoration: underline;	
}
.footerData a.sitemap{
	margin-left: 208px;
	padding-right: 18px;
	background-image: url(../images/plus.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sitemap {
	padding: 15px 5px 5px 5px;
}
.sitemapCol{
	font-weight:bold;
	padding-left: 17px;
	font-size: 12px;
	color:#8E6D2C;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom: 5px;
}
.sitemapCol ul{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	font-size: 11px;
}
.sitemapCol ul li{
	list-style-type: none;	
	padding-left: 1px;
}
.sitemapCol ul li a{
	color:#333333;
	text-decoration:none	
}
.sitemapCol ul li a:hover{
	text-decoration:underline	
}
a.link1{
	text-decoration:underline
}
a.link1:hover{
	text-decoration:none
}


/*--edited by Digicorp----*/
#logoPanel h1{padding:0; margin:0; font-size:1px; background:url(../images/logo.gif) no-repeat; width:131px; height:122px; text-indent:-999999px;}
#logoPanel h1.purple{padding:0; margin:0; font-size:1px; background:url(../images/logo-purple.gif) no-repeat; width:131px; height:122px; text-indent:-999999px;}
#logoPanel h1 a{width:131px; height:122px; display:block;}
.flash h2{margin:0; padding:0; font-size:1px; width:887px; height:225px; display:block;}

/*----*/