﻿#side-navigation           { margin-top: 35px; }

#content                  { width: 481px; float: left; margin: 30px 35px; min-height: 800px; margin-bottom: 0px; padding-bottom: 35px;}
* html #content            { height: 800px; }

.edit-mode #components .freeform       { height: 500px; margin-bottom: 120px; position: relative !important; }


#components               { width: 258px; float: right; background-color: #dbe0e9; position: relative; }
.edit-mode #components      { position: relative !important; }

div.relatedlinks ul           { padding: 14px 52px; padding-right: 35px; } 

.RelatedLinks2_plcSideContent1, .RelatedLinks3_plcSideContent1
                         { background: none !important; color: #000000;  }
.RelatedLinks1_plcSideContent1 h2
                         { background-position:22px bottom !important; }
.RelatedLinks2_plcSideContent1 h2, .RelatedLinks3_plcSideContent1 h2
                         { background-image: url('../images/arrows/arrow_down_yellow_gybg.png') !important; background-position:2px bottom !important; }
.RelatedLinks2_plcSideContent1 ul li:before, .RelatedLinks3_plcSideContent1 ul li:before
                         { color: #5487d3 !important; }
.RelatedLinks2_plcSideContent1 a, .RelatedLinks3_plcSideContent1 a
                         { color: #000000 !important; }
                         
#components div.freeform {
	/*position: absolute;*/
	bottom: 0;
	width: 188px;
	background-image: url(../images/arrows/arrow-down-dbe0e9.png);
	background-repeat: no-repeat;
	background-position: 30px top;
	background-color: #21304c;
	padding: 20px 35px 20px 35px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}
#components div.freeform-content
{
    color: #fff;
}
#components div.freeform h2 {
	margin: 0;
	color: #ffd02b;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
#components div.freeform p {
	margin: 0;
	font-size: 12px;
}
#components div.freeform a {
	color: #fff;
	text-decoration: none;
}                         
                         
