﻿/* Rotator Styles */
#rotator1_rotatorhead
{
  padding-top:350px;
}
#imgrotatorbackdiv{
				width:960px;
 		 position:absolute;
}
#rotatorholder
{
  position:relative;
  height:auto;}

#rotator1_rotator
{
  overflow:hidden;
  font-family:Source Sans Pro;
		font-weight:normal;
}
#rotatorheadertext
{
  display:none;
}
#rotatorheader
{
  background-color:#305566;
  color:#FFFFFF;
  padding:2px;
  font-size:20px;
  display:none;
}
#rotatorbodytext
{
    background-color: #e9e9e9;
    color: #000000;
    font-size: 16px;
    height: 44px;
    max-width: 960px;
    padding: 5px;
}
.rotatorfooterlink
{
    background-color: #5a396a;
    border-right: 1px solid #f7f7f7;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 55px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
    width: 297px;
    float:left;
}

.rotatorfooterlinkhighlight
{
    background-color: #bd5405;
    border-right: 1px solid #f7f7f7;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 55px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
    width: 297px;
    float:left;
}
.rotatorhide {
  display:none;
}
.rotatorshow {
  display:inline;
}
#rotatorcontrolsholder {
	 position:absolute;
  padding-top:320px;
  text-align:right;
}
#rotatorcontrols
{
  margin-left:10px;
  background-color:#000000;
  padding:4px 4px 0px 4px;
}
#rotator1_rotatormorenews
{
  text-align:right;
  max-width:960px;
}

#rotator1_rotatormorenews a, #rotator1_rotatormorenews a:visited
{
  text-decoration:none;
  color:#000000;
}

#rotator1_rotatormorenews a:hover
{
  text-decoration:underline;
}

@media screen and (max-width: 999px) {  
  #rotatorbodytext
  {
    max-width:957px;
		}
  .rotatorfooterlink, .rotatorfooterlinkhighlight
  {
    display:block;
    width:auto;
    margin-bottom:2px;
    height:auto;
    padding-right:2px;
    padding-bottom:5px;
    float:none;
  }
}

@media screen and (max-width:800px) {
  #rotatorbodytext
  {
    height:66px;
  }
}

@media screen and (max-width:459px) {
  #rotatorbodytext
  {
    height:135px;
    margin-top:1px;
    margin-bottom:1px;
  }
  #rotatorheader
  {
    display:block;
  }
  #rotatorholder
  {
    display:none;
  }
  #rotatorcontrols
  {
    margin-left:2px;
  }
}




/* Row styles */

.sys_row3 {
font-family: Asap, Geneva, Arial, Helvetica, sans-serif;
  }

.sys_row3 div h2 {
  display:block;
  color:#ffffff;
  background: #5a396a;
  padding:8px 0 8px 10px;
  margin:0;
}

.sys_row3 div h2 a {color:#ffffff;}

.sys_row3 div {
    padding-right: 4px;
    float: left;
    width: 317px;
    margin: 10px 0 20px 0;
}

.sys_row3 ul {
  margin:0;
  padding:0;
}

.sys_row3 li {
  list-style-type:none;
  padding:15px 8px;
  border-bottom:1px solid #e4e4e4;
}

.sys_row3 a {
  text-decoration:none;
  color:#000000;
}

.sys_row3 a:hover {
  text-decoration:underline;
}


