@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	line-height: 20px;
}



/* ---------   CONTAINERS ---------- */



#container_outer {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 200px 0px;

}

#container_top {
	height: 354px;
	margin: 0px 0px 0px 0px;
	position: relative;
}


#menu_left {
	position: absolute;
	left: 19px;
	top: 314px;
	overflow: hidden;
}

#menu_middle {
	position: absolute;
	left: 343px;
	top: 314px;
	overflow: hidden;
}

#menu_right {
	position: absolute;
	right: 19px;
	top: 314px;
	overflow: hidden;
}

#rubrik {
	position: absolute;
	left: 19px;
	top: 153px; 
}

#rubrik2 {
	position: absolute;
	left: 661px;
	top: 224px; 
	width: 319px;
	height: 31px;
	background:url(../img/rubrik_byline.png) no-repeat;
}

#rubrik2:hover {
	background:url(../img/rubrik_byline_2.png) no-repeat;
}


#menu_left:hover, #menu_middle:hover, #menu_right:hover {
	top: 316px;
	height: 38px;
}

/*------------  CLASSES --------------*/

.normal {
	font-weight: normal;
}

.clear_div {
	clear: both;
	height: 0px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1d1d1d;
	font-weight: bold;
	font-size: 60px;
	margin: 0;
	padding: 0;
}

/*|||||||||||||||||||||||| HOVER BYLINE ||||||||||||||<<<<<<<<*/




.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
	background: url(../img/rubrik_byline_3.png) no-repeat;
   /*background-color: rgba(0,0,0,0.8);*/
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}

.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}


/*------------- style common-------------*/

.view {
	position: absolute;
	left: 661px;
	top: 224px; 
}
.view .mask,.view .content {
   width: 117px;
   height: 31px;
   position: absolute;
   overflow: hidden;
   top: 0;
   right: 0;
}
.view img {
   display: block;
   position: relative;
}

/*|||||||||||||||||||||||| SLIDER FUNCTIONS ||||||||||||||<<<<<<<<*/


/*
 * Color, Border, and Button Rules
 */
.contentslider {
  padding:0px; /* This acts as a border for the content slider */
  background:#FFF; /* This is the color of said border */
}
.cs_wrapper, .cs_article {
  background:#FFF; /* Background color for the entries */
}
.cs_leftBtn {
  width:80px; /* Should be as wide as the button graphic being used */
  background: url(../img/dot_clear.png); /* This will probably match the contentslider bg color */
}
.cs_rightBtn {
  width:900px; /* Should be as wide as the button graphic being used */
  background: url(../img/dot_clear.png); /* This will probably match the contentslider bg color */
}


.contentslider {
  position:relative;
  display:block;
  width:962px;
  height:554px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:962px;
  height:554px;
  margin:0 auto;
  padding:0;
}
.cs_article div {
	position: absolute;
	left: 250px;
	top: 50px;
	width: 500px;
	overflow: hidden;
}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:554px;
  padding: 0px;
  z-index:10000;
}
.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}


