/*****************************************
  elements.css (Stylesheet by One Shoe)
*****************************************/
*{
  font-size: 12px;
  font-family: Arial;
}

.center_content ul 
{
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 15px;
}

.center_content ol {
    font-size: 12px;
    list-style: decimal outside none;
    margin-bottom: 15px;
    margin-left: 15px;
}


a{
  text-decoration: none;
  color: #008CF9;
}

a:hover{
  text-decoration: underline;
}

strong{
  font-weight: bold;
}

p{
  margin-bottom: 15px;
}

#main_nav h2{
  font-size: 40px;
  font-weight: bold;
  color: white;
  bottom: 20px;
  left: 10px;
  position: absolute;
}

#main_nav .active ul li a{
  font-weight: bold;
}

.orange_text .submenu ul .active,
#content.pink_text .center_content h3,
#content.pink_text .center_content h4,
#content.pink_text .center_content h5,
#content.pink_text .center_content h2{
  color: #eb0073;
}

#content.orange_text .submenu ul .active,
#content.orange_text .center_content h3,
#content.orange_text .center_content h4,
#content.orange_text .center_content h5,
#content.orange_text .center_content h2{
  color: #ff7200;
}


#content h2{
  color: #008fc5;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 14px;
}

#content h5{
  color: #008fc5;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 14px;
}

#content h3 a,
#content h3{
  color: #008fc5;
  font-weight: bold;
  text-decoration: none;
}

#content .spotlight .pink ul li{
  font-weight:bold;
  background-image:url(../images/arrow_pinkbg.gif);
  background-position:left 5px;
  background-repeat:no-repeat;
  display:block;
  padding-left:11px;
}

#content .spotlight .orange ul li{
  font-weight:bold;
  background-image:url(../images/arrow_orangebg.gif);
  background-position:left 5px;
  background-repeat:no-repeat;
  display:block;
  padding-left:11px;
}

#content .spotlight h3{
  color: white;
  font-size: 12px;
}

#content .submenu h3{
  float: none;
}

#content .submenu ul .active{
  color: #EB0073;
}

#content .submenu ul .active li{
  color: black;
}

#sidebar_right .newsletter_block label{
  display: block;
  color: #92b6c7;
  font-weight: bold;
}

#content.orange_text .orange_spotlight h4{
  color: white;
  font-size: 14px;
  font-weight: bold;
}

#content.orange_text .center_content .orange_spotlight ul li{
  color: white;
}

/* not correct: layout li just normal
#content.orange_text .center_content ul li{
  color: #ff7200;
}
*/

#content.orange_text .center_content ul li strong a{
  color: #92b6c7;
}

#content.orange_text .center_content ul li a:hover{
  text-decoration: underline;
}

.readmore a{
  background-image: url('../images/arrow_greyblue.gif');
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 15px;
  margin-top: 10px;
  display: block;
}
