﻿body
{
	background-image:url(bg_body_secondary.png);	
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 3px 0;
}

#idPage
{
	background:#fff;	
}	

#idHeadline
{
	position:relative;
	height:125px;
	width:770px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

#idHeadlineX
{
	position:relative;
	height:192px;
	width:770px;
	background-position:bottom left;
	background-repeat:no-repeat;
}

#idHeadline .shadow
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:13px;
	background-color:#51514F;
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
}

#idHeadlineText
{
	text-indent:-9000px;
	position:absolute;
	bottom:0px;
	left:5px;
	height:71px;
	width:500px;
	background-position:top left;
	background-repeat:no-repeat;	
}

#idContentSection
{
	padding:20px;
	width:725px;
	font-size: 9pt;
}

/* SIDEBAR ********************/
#idSidebar
{
	position:absolute;
	top:0px;
	right:0px;
	height:328px;
	width:208px;
	background-color:#BA1212;
	border-left:solid 1px #8A0D0D;
	border-right:solid 1px #8A0D0D;
	color:#FFF;
}

#idSidebarNew
{
	position:absolute;
	top:0px;
	right:0px;
    height: 950px;
	width:208px;
	background-color:#BA1212;
	border-left:solid 1px #8A0D0D;
	border-right:solid 1px #8A0D0D;
	color:#FFF;
}


#idFollowUsOn
{
	position:absolute;
	top:170px;
	right:0px;	
}

#idSidebarQuickLinks
{
	position:absolute;
	top:340px;
	right:0px;
	width:200px;
	font-size: 8pt;
}

#idSidebarQuickLinks h3
{
	margin-bottom:5px;
	color:#Ba1212;
}

#idSidebarQuickLinks ul
{
	list-style:none;	
	margin:0px;
	padding:0px;
}	


#idSidebarQuickLinks li
{
	margin-bottom:10px;	
}	

#idSidebarQuickLinks a
{
	color:#444;	
}	

/* BOXES **********************/
#idBoxes
{
	background:#fff;
	padding-top:10px;
	overflow:hidden;
	position:relative;
	top:-3px;
	color:#444;
}	

#idBoxes > div
{
	position:relative;
	float:left;
	padding:10px;
	height:180px;
}

#idBoxes > div h1
{
	font-size:12pt;	
}

#idBoxes > div p
{
	margin-top:20px;
	font-size:9pt;	
}

#idBoxes > div ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:8pt;
	line-height:100%;
}

#idBoxes > div ul li
{
	float:left;
	width:45%;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 12px;
	background-image:url(ul-arrow.png);
	background-position:middle left;
	background-repeat:no-repeat;
}

#idBoxes #idBox-1-1
{
	width:310px;
}

#idBoxes #idBox-1-2
{
	width:280px;
	border-left:solid 1px #CDCDCD; 
	border-right:solid 1px #CDCDCD;
}

#idBoxes #idBox-1-3
{
	width:320px;
}

#idBoxes #idBox-2-1
{
	width:310px;
	height:170px;
	border-top:solid 1px #CDCDCD;
}

#idBoxes #idBox-2-2
{
	width:270px;
	height:170px;
	padding:0px 200px 0px 170px;
 	background-image:url(bg-featuredSolution.png);
	background-repeat:no-repeat;
	background-position:top left;
}


#idFooter
{
	position:relative;
	height:100px;
	margin-top:10px;
	

}

#idFooterLinks
{
	
	height:60px;
	width:980px;
	position:relative;
	top:-10px;

}

#idFooterText
{
	position:absolute;
	top:-10px;
	right:0px;
	text-align:right;
	color:#fff;
	padding-top:10px;
	padding-left:4px;
	padding-right:2px;
	padding-bottom:10px;
	border-left:solid 0px #777;
	background-image:url(bg_footertext2.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #6a6a6a;
	
}

#idFooterText div
{
	font-weight:bold;
	font-size:8pt;
}
