/***************************************************/
/* Developed by: Igor Milenkovic & Gordan Vargovic */
/***************************************************/

#main_content {
	width: 968px;
	background-image: url(images/left_shadow2.jpg);
	background-repeat: repeat-y;
	background-position: 32%;
}
#main_content:after {
	content: " ";
	font-size:0px;
	clear: both;
	display: block;
}

#main_content h1, h2 {
	font-family: Times New Roman;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

.header {
    background-image: url("static/2015/images/ribbon_gray.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    height: 40px;
    margin: 20px 6px 0px 0px;
    width: 300px;
}

.header_left {
    background-image: url(static/2015/images/ribbon_gray.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
    height: 40px;
    margin: 20px 6px 0px -6px;
    width: 300px;
}

.header h1{
    color: #FFFFFF;
	padding-left: 15px;
	margin: 1px 10px 15px 0px;
    text-align: right;
}

.left p {
    float: left;
    font-family: Helvetica;
    font-size: 13px;
    margin: 10px 0 0 10px;
    text-align: justify;
    width: 265px;
}

.left h3 {
    color: #ED008C;
    float: left;
    font-family: Helvetica;
    font-size: 16px;
    font-style: italic;
    margin: 10px 0 0 10px;
}
.left h4 {
    color: #ED008C;
    float: left;
    font-family: Helvetica;
    font-size: 36px;
    font-style: italic;
    margin: -10px 0 0 35px;
}
.text {
	font-family: Arial;
	padding: 0 10px 0 20px;
	font-size: 13px;
	padding: 15px;
	text-align: justify;
	width: 1000px;
	float: left;
}
.text h2 {
	color: #ed008c;
}

.left {
width: 32%;
float: left;
height:100%;
}

.right {
    float: left;
    margin: 20px 0px;
    width: 68%;
	
}


.btn {

  float: right;
  font-family: Times New Roman;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;

 
}
.pink{
  color: #EF0E85;
}
.pink:hover{
  color: #3d3d3d;

}
.grey{
  color: #666666;
}
.grey:hover{
  color: #D4007B;
}



.ac-container{
    margin: 10px auto 30px auto;
}
.ac-container label{
    background-repeat: no-repeat;
    z-index: 20;
    display: block;
    height: 22px;
    cursor: pointer;
    color: #666666;
    line-height: 20px;
    font-family: Times New Roman;
	font-size: 20px;
	text-align: right;
	padding-right: 20px;
	font-style: italic;
	text-decoration: underline;

}
.ac-container label:hover{
	color:#EF0E85;

}

.ac-container label:active{
	color:#EF0E85;

}

.ac-container input:checked + label,
.ac-container input:checked + label:hover,
.ac-container input:checked + label:active{
	color:#EF0E85;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;  
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    margin-top: -1px;
    margin-bottom: 10px;
	
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: 
        height 0.3s ease-in-out, 
        box-shadow 0.6s linear;
}
.ac-container .article{
    margin-top: -1px;
    margin-bottom: 10px;
	
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: 
        height 0.3s ease-in-out, 
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition: 
        height 0.5s ease-in-out, 
        box-shadow 0.1s linear;

}
.ac-container article p{

    color: #848484;
    line-height: 23px;
    font-size: 14px;
    padding: 5px;
}
.ac-container input:checked ~ article.ac-xsmall{
    height: 60px;
}
.ac-container input:checked ~ article.ac-small{
    height: 100px;
}
.ac-container input:checked ~ article.ac-small2{
    height: 125px;
}
.ac-container input:checked ~ article.ac-medium{
    height: 150px;
}
.ac-container input:checked ~ article.ac-medium2{
    height: 175px;
}
.ac-container input:checked ~ article.ac-large{
    height: 200px;
	}
.ac-container input:checked ~ article.ac-large2{
    height: 220px;
}
.ac-container input:checked ~ article.ac-large3{
    height: 260px;
}
.ac-container input:checked ~ article.ac-large4{
    height: 320px;
}
.no_btn{
    color: #D42987;
    float: left;
    font-family: Helvetica;
    font-size: 14px;
    font-style: italic;
	text-align: left;
    margin: 10px 10px 0 10px;
	font-weight: bold;
	width:265px;
}
.no_btn:hover{
    color: #aa0163;
}

#round {
  
  float: left;
  height: 155px;
  padding: 20px 0 0px 0px;
  width: 280px;
  margin-left: 2px;
}
#round p {
  margin: 0;
  width: 235px;
  font-family: Helvetica;
  text-align: justify;
  color: #848484;
    font-size: 14px;
	padding: 5px;
	line-height: 0px !important;
}
#round h1{
line-height: 24px !important;
}


  
.microsites{
width:980px;
}

.singlecol_main_content {
	width: 968px;
	background-image: url(images/left_shadow2.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #fff;
}
.singlecol_main_content:after{
	content: " ";
	display:block;
	clear:both;
	display:block;
}
.singlecol_main_content h1, h2 {
	font-family: Times New Roman;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin-top: 1px;
}
.singlecol_header {
	margin: 20px 0px 0px -6px;
	background-image: url(images/header_ribbon2.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 300px;
	height: 40px;
	float: left;
}
.singlecol_header h1 {
	color: #fff;
	padding-left: 15px;
}
.singlecol_text {
	font-family: Arial;
	padding: 0 10px 0 20px;
	font-size: 13px;
	padding: 15px;
	text-align: left;
	width: 950px;
	float: left;
}
.singlecol_text h2 {
	color: #ed008c;
}
.tabs {
  display: block;
  float: left;
  height: 160px;
  margin-bottom: 5px;
  padding-right: 10px;
  text-decoration: none;
  width: 310px;
}
.tabs span {
  background-image: url("images/ribbon_gray.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  height: 40px;
  margin-top: -40px;
  position: relative;
  text-align: right;
  text-decoration: none;
  width: 316px;
}
.tabs span h2{
margin:0;
padding:0px 20px 0px 0px;
color: #fff;
}

