/* CSS Document */
html {
  overflow: -moz-scrollbars-vertical;
}
html, body {
  height: 100%;
}
body {
  background: url(../img/bg-top.jpg) repeat-x top;
  color: #000;
  font:11px Arial, Helvetica, sans-serif;
  
}
a {
  color: #ea5902;
}
/*png fix */
* html .png {
  position:relative;
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
      this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
      this.src = "img/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
      this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
      this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
  );
}
/* General Classes*/ 
.clear {
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  border-width:0;
  margin:0;
  padding:0;
  font-size: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.png, .block {
  display: block;
}
a.abutton {
  background: url(../img/button-l.gif) no-repeat left;
  text-decoration: none;
  padding-left: 15px;
  display: block;
  float: left;
}
a.abutton span {
  background: url(../img/button-r.gif) no-repeat right;
  display: block;  
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 17px; 
  color: #fff;
  padding-right: 15px;
  height: 19px;
  _width:1%;
  white-space: nowrap;
  cursor: pointer;
}

a.abutton2 {
  background: url(../img/button-l2.gif) no-repeat left;
  text-decoration: none;
  padding-left: 9px;
  display: block;
	float: right;  
}
a.abutton2 span {
  background: url(../img/button-r.gif) no-repeat right;
  display: block;  
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 17px; 
  color: #fff;
  padding-right: 5px;
  height: 19px;
  _width:1%;
  white-space: nowrap;  
  cursor: pointer;
}

.button {
  background: none;
  border: 0;
  padding: 0; 
  margin: 0;
  *width:1;  
  cursor: pointer;
  overflow: visible;  
  outline: 0 none;
}
.button span {
  background: url(../img/button-l.gif) no-repeat top left;
  padding-left: 15px;
  _width:1%;
  cursor: pointer;
  display: block;
  position: relative;
}
.button span strong {
  background: url(../img/button-r.gif) no-repeat top right;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 17px;
  display: block; 
  color: #fff;
  padding-right: 15px;
  height: 19px;
  white-space: nowrap;
  cursor: pointer;
}




/* ID's */
#container {
  background: url(../img/bg-bottom.gif) repeat-x bottom;
  min-height: 100%;
  _height:100%;
}

#header {
  background: url(../img/bg-nav.jpg) no-repeat bottom center;
}
#header .wrap {
  width: 980px;
  margin: 0 auto;
  height: 113px;
  position: relative;
  z-index: 999;
}
#header h1 {
  position: absolute;
  top:9px;
  left:22px;
  z-index: 999;
}
#header .right {
  width: 770px;
  overflow: hidden;
}
#header .right ul {
  float: right;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #666666;
  padding-right: 10px;
  padding-top: 5px;
}
#header .right ul li {
  display: inline;
}
#header .right ul li a {
  color: #666666;
  text-decoration: none;
}
#header .right ul li a:hover,
#header .right ul li a#activetop-menu {
  color: #EB690A;
}
#header .right form {
  float: right;
  padding-top: 4px;
  padding-bottom: 46px;
}
#header .right form input.text {
  display: block;
  border: solid 1px #ADADAD;
  background: #D1D1D1;
  width: 120px;
  padding: 1px 4px 2px 4px;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #666666;
  float: left;
  margin-right: 5px;
}
#header .right form input.img {
  display: block;
  float: left;
}
#header #nav ul {
  float: right;
  padding-right: 15px;
}
#header #nav ul li {
  background: url(../img/nav-s.gif) no-repeat left center;
  display: block;
  float: left;
  padding-left: 1px;
  position: relative;
}
#header #nav ul li.first {
  background: none;
  padding-left: 0;
}
#header #nav ul li a {
  display: block;
  float: left;
  height: 22px;
  line-height: 22px;
  padding: 0 25px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
#header #nav ul li a:hover,
#header #nav ul li.active a,
#header #nav ul li.sfHover a {
  background: url(../img/nav-o.gif) repeat-x top;
}

#header #nav ul li ul {
  padding: 1px 0 0 0;
  float: none;  
  position: absolute;
  top: 22px;
  left: -2px;
  width: 188px;
  display: none;
}
#header #nav ul li.sfHover ul {
  display: block;
}

#header #nav ul ul li,
#header #nav ul ul li.first {
  background: url(../img/sub-menu-c.png) repeat-y top; 
  float: none;
  padding: 0 4px;
} 
#header #nav ul ul ul li.first {
  background: url(../img/sub-menu-first.png) no-repeat top;
  float: none;
  padding: 5px 4px 0 4px;
}     
#header #nav ul ul li.last {
  background: url(../img/sub-menu-last.png) no-repeat bottom; 
  padding: 0 4px 5px 4px;
} 

#header #nav ul ul li a,
#header #nav ul ul ul li a,
#header #nav ul ul li.first ul li a {
  background: url(../img/dots.gif) repeat-x top !important;
  float: none; 
  font-size: 11px;
  font-style: normal;
  font-weight: normal;   
  padding: 4px 4px 2px 4px;
  height: auto;
  line-height: normal;
  width: 172px;
  display: block;
  _height:1%;
}
#header #nav ul ul li.first a,
#header #nav ul ul li.first a:hover,
#header #nav ul ul ul li.first a,
#header #nav ul ul ul li.first a:hover,
#header #nav ul ul li.first ul li.first a,
#header #nav ul ul li.first ul li.first a:hover  {
  background: none !important;
}
#header #nav ul ul li a:hover,
#header #nav ul ul ul li a:hover,
#header #nav ul ul li.first ul li a:hover {
  background: url(../img/dots.gif) repeat-x top !important;
  color: #EB690A;
}
#header #nav ul ul ul li.first-last {
  background: url(../img/sub-menu-first-last2.png) no-repeat top left !important;
  float: none;
  padding: 5px 4px 5px 4px;
}
#header #nav ul ul ul li.first-last a,
#header #nav ul ul ul li.first-last a:hover {
  background: none !important; 
}

#header #nav li:hover li ul,
#header #nav li.sfHover li ul,
#header #nav li li:hover li ul,
#header #nav li li.sfHover li ul,
#header #nav li li li:hover li ul,
#header #nav li li li.sfHover li ul {
  top: -999em;
}

#header #nav li li:hover ul,
#header #nav li li.sfHover ul,
#header #nav li li li:hover ul,
#header #nav li li li.sfHover ul,
#header #nav li li li li:hover ul,
#header #nav li li li li.sfHover ul{
  left: 186px;
  top: -5px;
}

#content {
  width: 986px;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
}

#slideshow {
  width: 980px;
  height: 274px;
  overflow: hidden; 
  position: relative;
  margin: 0 auto 7px auto;
  z-index: 1;
}
#slideshow .slides {
  width: 980px;
  height: 274px;
  position: relative;  
}
#slideshow .slides .text {
  position: absolute;
  top: 48px;
  left: 380px;
  color: #fff;
  width: 515px;
}
#slideshow .slides .text h3 {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
#slideshow .slides .abutton {
  position: absolute;
  left: 380px;
  bottom: 65px;
}
#slideshow .slides .text p {
  font-size: 15px;
  line-height: 150%;
  padding-bottom: 20px;
  text-align: justify;
}
#slideshow .controls {
  position: absolute;
  bottom: 1px;
  z-index: 99;
}
#slideshow .controls a {
  display: block;
  float: left;
}
#slideshow .controls img {
  display: block;
}
#slideshow .controls div {
  background: url(../img/s-c.gif) repeat-x;
  height: 35px;
  float: left;
}
#slideshow .controls div a {
  display:block;
  float:left;    
}
#slideshow .controls div a img {
  padding: 1px; 
}
#slideshow .controls div a:hover img,
#slideshow .controls div a.on img {
  border: solid 1px #BA5B18;
  padding: 0;
}

#page {
  float: left;
  width: 774px;
}
#page .cols {
  width: 100%;
  padding-bottom: 10px;
}
#page .cols .col {
  width: 254px;
  float: left;
  padding-left: 6px;
}
#page .cols .col.first {
  padding-left: 0;
}
#page .cols .col .img {
  background: url(../img/col-t.gif) no-repeat top;
}
#page .cols .col .img img {
  display: block;
  margin: 0 auto;
  padding-top: 3px;
}
#page .cols .col .text {
  background: url(../img/bg-col.gif) no-repeat bottom;
  padding: 10px 5px 30px 14px;
  min-height: 140px;
  _height:140px;
  position: relative;
}
#page .cols .col .text h3 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#page .cols .col .text p {
  font-size: 11px;
  line-height: 140%;
  padding-bottom: 7px;
  padding-right: 11px;
}
#page .cols .col .text .button {
  background: url(../img/col-button.gif) repeat-x bottom;
  position: absolute;
  bottom: 5px;
  left: 4px;
  height: 19px;
  width: 246px;
  padding-top: 6px; 
  
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: bold; 
}
#page .cols .col .text .button:hover {
  color: #eee;
}
#subpage {
  float: right;
  width: 766px;
  padding: 10px 0 20px 0; 
}
.breadcrumb {
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.breadcrumb a {
  text-decoration: none;
  color: #999999;
}
.breadcrumb a:hover,
.breadcrumb span {
  text-decoration: underline;
}
#subpage h3 {
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#subpage h4 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
}
#subpage p {
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 140%;
}
#subpage .column {
  width: 242px;
  padding-left: 6px;
  padding-right: 6px;
  float: left;
}
#subpage .column ul {
  padding-bottom: 14px;
}
#subpage .column ul li {
  line-height: 150%;
  color: #333;
  font-size: 12px;
}
#subpage .column ul li h4 {
  padding-bottom: 4px;
}
#subpage .column ul li a {
  background: url(../img/bullet.gif) no-repeat 0 7px;
  color: #333;
  text-decoration: none;
  padding-left: 8px;
  display: block;
  _height:1%;
}
#subpage .column ul li a:hover {
  text-decoration: underline;
}

#subpage .cont form {
  padding-top: 15px;
}
#subpage .cont label {
  font-size: 12px;
  line-height: 140%;
  padding-bottom: 10px;
  display: block;
  float: left;
  width: 150px;  
}
#subpage .cont input.text {
  /*background: #d1d1d1;*/
  font: 12px Arial,Helvetica,sans-serif;
  border: 1px solid #adadad;
  padding: 2px;  
  line-height: 18px;
  display: block;
  float: left;
  width: 260px;  
}
#subpage .cont textarea {
  /*background: #d1d1d1;*/
  font: 12px Arial,Helvetica,sans-serif;
  border: 1px solid #adadad;
  padding: 1px;  
  line-height: 18px;
  display: block;
  float: left;    
  width: 350px;
  margin-bottom: 11px;
}
#subpage .cont button {
  float: right;
  margin-right: 259px;
}
#subpage .cont label.invalid,
#subpage .cont input.invalid,
#subpage .cont textarea.invalid {
  color: #EA5902;
}
#subpage .cont input.invalid,
#subpage .cont textarea.invalid {
  background: #FFF9F6;
  border: 1px solid #EA5902; 
}
#subpage .cont .news {
  width: 455px;
  margin: 15px;
  font-size: 12px;
}
#subpage .cont .news td {
  text-align: left;
  padding: 3px;  
} 
#subpage .cont .news a {
  text-decoration: none;
}
#subpage .cont .news a:hover {
  text-decoration: underline;
}
#subpage .cont .news a img {
  padding-left: 5px;
}
#subpage .news .header {
  text-align: left;
  font-weight: bold;
}
#subpage .news .header a {
  color: #000;
  font-weight: bold;
}
#subpage .news .entry1 {
  background: #e5e5e5;
}
#subpage .cont .pagination {
  font-size: 12px;
  padding-left: 15px;
  width: 455px;  
}
#subpage .cont .pagination a {
  text-decoration: none;
}
#subpage .cont .pagination a:hover {
  text-decoration: underline;
}
#sidebar {
  float: right;
  width: 212px;
  padding-bottom: 10px;  
}
#sidebar .news {
  width: 212px;  
}
#sidebar .news .news-c {
  background: url(../img/news-c.gif) repeat-y top;
  padding: 0 4px; 
  min-height: 263px;
}
#sidebar .news .news-g {
  background: url(../img/news-g.gif) repeat-x bottom #fff;
  padding: 0 10px 17px 10px; 
  position: relative;
  width: 184px;
  min-height: 263px;
}
#sidebar .news h4 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 7px;
  text-transform: uppercase;
}
#sidebar .news small {
  font-size: 11px;
  line-height: 140%;
  display: block;
  padding-bottom: 1px;
}
#sidebar .news p {
  font-size: 11px;
  line-height: 140%;
  display: block;
  padding-bottom: 12px;
}
#sidebar .news p a {
  color: #000;
  text-decoration: none;
}
#sidebar .news p a:hover {
  text-decoration: underline;
}

#sidebar .news a.button {
  background: url(../img/news-button.gif) repeat-x;
  height: 20px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  display: block; 
  border-top: solid 1px #CFCFCF;
  position: absolute;
  bottom: -3px;
  _bottom: -4px;
  left: 0;
  width: 204px;
}

#leftbar {
  float: left;
  width: 212px;
  padding: 60px 0 20px 0; 
}
#leftbar .menu {
  padding-bottom: 10px; 
}
#leftbar .menu .menu-c {
  background: url(../img/bgmenu-c.png) repeat-y top;
  padding: 0 4px;
}
#leftbar .menu .menu-g {
  background: url(../img/bgmenu-g.gif) repeat-x bottom;
}
#leftbar .menu ul {}
#leftbar .menu ul li {
  background: url(../img/dots.gif) repeat-x top;
  padding-top: 1px;
  float: none;
}
#leftbar .menu ul li.first {
  background: none;
}
#leftbar .menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 7px 2px 7px;
  display: block;
  _height:1%;
  width: 190px;
}
#leftbar .menu ul li a:hover,
#leftbar .menu ul li.active a {  
  background: url(../img/bgmenu-o.gif) repeat-x bottom #C5C6C6;
}
#leftbar .menu ul li.active ul li a {
  background: #fff !important;
  padding-left: 21px;
  width: 176px;
}
#leftbar .menu ul li.active ul li a:hover,
#leftbar .menu ul li.active ul li.active a {
  background: #fff !important;
  color: #EB690A;
}

#leftbar .box {
  padding-bottom: 10px; 
  font-size: 12px;
  line-height: 140%;
}
#leftbar .box .box-c {
  background: url(../img/bgmenu-c.png) repeat-y top;
  padding: 0 4px;
}
#leftbar .box .box-g {
  background: url(../img/bgmenu-g.gif) repeat-x bottom;
  padding: 0 9px 40px 9px;
  position: relative;  
}
#leftbar .box a {
  color: #EA5902;
  text-decoration: underline;
}
#leftbar .box a:hover {
  text-decoration: none;
}
#leftbar .box a.button {
  background: url(../img/bg-lb.gif) repeat-x bottom #EC6504;
  border-top: solid 1px #B4B4B4;
  display: block;
  position: absolute;
  width: 204px;
  left: 0px;
  bottom: -4px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  line-height: 110%;
  padding: 3px 0; 
}

#footer {
  width: 986px;
  margin: 0 auto 
}
#footer .box,
#footer .box2 {
  width: 774px;
  float: left;
}
#footer .box2 {
  float: none;
}
#footer .box2 .right {
  float: left;
  margin-left: 24px;
}
#footer .box2 {
  width: 986px;
}
#footer .box-c,
#footer .box-c2 {
  background: url(../img/fbox-c.png) repeat-y top;
  padding: 0 4px;
}
#footer .box-c2 {
  background: url(../img/fbox-c2.png) repeat-y top;  
}
#footer .box-g,
#footer .box-g2 {
  background: url(../img/fbox-g.gif) repeat-x bottom;
  padding: 4px 5px; 
  width: 756px;
}
#footer .box-g2 {
 width: 968px; 
}

#footer .box h5,
#footer .box2 h5 {
  border-bottom: solid 1px #ccc; 
  padding-bottom: 7px;
  padding-left: 7px;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
#footer .box ul,
#footer .box2 ul {
  float: left;
  padding-left: 7px;
  width: 115px;
}
#footer .box ul li,
#footer .box2 ul li {
  font-size: 11px;
  color: #333333;
  padding-bottom: 3px;
}
#footer .box ul li a,
#footer .box2 ul li a {
  color: #333333;
  text-decoration: none;
}
#footer .box ul li a:hover,
#footer .box ul li a#active,
#footer .box2 ul li a:hover,
#footer .box2 ul li a#active {
  color: #EB690A;
}

#footer .partner {
  float: right;
  width: 180px;
  padding-top: 4px;
}
#footer .partner a img {
  display: block;
}
#footer .box2 .partner a img {
  margin: 0 auto;
  padding-top: 0px;
}


/*custom pages */

.partnerbox {
	background:url("../img/partner_box_bg.png") right bottom no-repeat;
	width:242px;
	float:left;
	height:229px;
	margin-left:8px;
	padding-right:8px;
	margin-bottom:20px;
	position: relative;
}
.partnerbox.first {	
	margin-left:0px;
}

.partnerbox h3 {
	font-size:12px !important;
	font-style:normal !important;
}

.partnerbox p {
 font-size:11px  !important;
}

.left.content {
	float:left;
	width:545px;
}

.right.infobox {
	background:url("../img/partner-box.png") no-repeat;
	float:right;
	width:188px;
	padding:0 10px;
	height:122px;

}

.right.infobox h3{
	font-size:12px !important;
	line-height:21px;
}
.right.infobox p{
	font-size:11px !important;
}


.partenerbox  {
	float:left;
	height:185px;
	margin-bottom:20px;
	background:url("../img/partener_bg_1.png") bottom right no-repeat;
	padding:0 6px 10px 7px;
	margin-left:8px;
	margin-bottom:6px;
}

.partenerbox.first  {
	margin-left:0px;
}
.partenerbox.last  {
	background:url("../img/partener_bg_2.png") bottom right no-repeat;

}

.partenerbox h3  { 
	font-size:12px !important;
	font-style:normal !important;
}

.partnerbox a.link {
	position: absolute;
	bottom: -6px;      
 	right: 8px;	       
}

/*custom pages */
