/*LAYOUT*/
body {
	margin: 0px;
	background-color: #c1bcb9;
	color: #767676;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
}
p {
	margin: 0px;
}
a {
	outline:none;
	color:#767676;
}
#wrapper {
	margin-left: -452px;
	position: absolute;
	left: 50%;
	width: 904px;
}
#frame {
	position:relative;
	margin-top:40px;
	width:904px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 3px #9b9694;
}
#logo {
	width:904px;
	height:138px;
	background-color: #FFF;
	background-image:url(../images/logo.jpg)
}
#navbarframe {
	z-index: 1000;
	position: relative;
	padding-top:16px;
	width:904px;
	height:38px;
	background-color: #FFF;
	background-image: url(../images/back_nav.jpg);
}
#breadcrumbs  {
	width:904px;
	height:55px;
	background-image:url(../images/back_breadcrumbs.jpg);
	padding-left:25px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707379;
	background-repeat: no-repeat;
	background-position: left top;
}
#main  {
	left:110px;
	padding-left:110px;
	padding-right:20px;
	float:left;
	width:534px;
	border-right-width:1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
	min-height:245px;

}
#right  {
	float:left;
	padding-left:20px;
	width:190px;
}
#bottomwhite  {
	clear:both;
	width:904px;
	background-color:#FFF;
	height:25px;
}
#bottom  {
	clear:both;
	width:904px;
	height:40px;
}



/*TXT STYLING*/
.maintitletxt {
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#767676;
}
.righttitletxt {
	font-size:19px;
	color:#767676;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0767676;
	padding-bottom: 10px;
}
.rightbodytxt {
	font-size:12px;
	color:#767676;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
a.rightbodytxt  {
	color: #767676;
}



/*SLIDESHOW CSS*/
#slideshow {
    position: relative;
    height:218px;
	width:904px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
   	z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



/*CLEARFIX*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}