/*
 * GENERAL DETAIL PAGE STYLES
 */
#bodyContent h1 {
	color:#3A72AD;
	font-size:1.61em;
	line-height:1em;
	padding: 10px 0px 20px 0px;
	margin: 0px;
}

#bodyContent h2 {
	color:#3A72AD;
	font-size:1.31em;
	font-weight:normal;
	line-height:1em;
}

#bodyContent h3 {
	color:#3A72AD;
	font-size:1em;
	line-height:1em;
	margin: 5px 0px 15px 0px;
}

#bodyContent p {
	margin: 5px 0px 5px 0px;
	color:#414C5A;
	font-size:0.74em;
	font-weight:normal;
	line-height:1.3em;
}

#bodyContent a{
	color:#2875C4;
	outline:none;
}
#bodyContent .help {
	font-size:0.75em;
	line-height: 1.167em;
	color: #777777;	
}

#bodyContent ul {
line-height:2.5em;
list-style-type:none;
list-style-image:none;
padding:0px 0px 0px 0px;
}
#bodyContent ul li{
background-image:url(/global/images/misc/bullet_blue.png);
background-position:5px 10px;
background-repeat:no-repeat;
font-size:0.75em;
font-weight:normal;
line-height:2em;
list-style-type:none;
padding-left:20px;
}

#bodyContent ol, #bodyContent li,#bodyContent ol li{
font-size:0.87em;
font-weight:normal;
line-height:1.3em;
}

#bodyContent a img {
	border: none;
}

/*
 * CALLS TO ACTION 
 */

#bodyContent #callsToAction{
background-color:#E7EDF3;
padding: 35px 0px 20px 20px;
}

#bodyContent #callsToAction div.callToAction {
	width: 209px;
	float: left;
	display: inline;
	font-weight: bold;
}



#bodyContent #callsToAction div.left, #bodyContent #callsToAction div.center{
border-bottom:1px solid #43AC07;
margin-right:20px;
padding:0 0 5px;
}

#bodyContent #callsToAction div.right{
	border-bottom:1px solid #43AC07;
	padding:0 0 5px;
}

#bodyContent #callsToAction div.summary {
	padding-top: 140px;
	background-position: center top;
	background-repeat: no-repeat;
}

#bodyContent #callsToAction div.summary p{
color:#414C5A;
margin:0;
padding:5px;
font-size:0.71em;
font-weight:normal;
line-height:1.3em;
}
#bodyContent #callsToAction div.heading{
width:209px;
margin:10px 0 0;
}

#bodyContent #callsToAction div.heading h3{
border-top:5px solid #43AC07;
color:#2875C4;
font-size:0.9em;
font-weight:normal;
line-height:1.4em;
margin:0;
padding:5px;
}

#bodyContent #callsToAction a.link{
text-decoration:none;
padding:5px;
font-size:0.75em;
}


/*
 * LISTING RELATED STYLES
 */

#bodyContent .listing .title {
	font-size:0.88em;
	line-height: 1em;	
	color:#2875C4;
	font-weight: bold;
}

#bodyContent .listing  p {
color:#414C5A;
font-size:0.75em;
font-weight:normal;
line-height:1.3em;
}

#bodyContent .listing p.blue{
color:#2875C4;
margin:0;
padding:0;
}

#bodyContent .listing .item{
padding:0 0 15px;
}

#bodyContent #contentWrapper {
padding: 0px 20px 0 20px;

}

/*
 * readMore STYLES
 */
 
#bodyContent .readMore{
	padding:0px 10px;
	color:#FFFFFF;
	text-decoration:none;

}

#bodyContent .readMore:hover{
	color:#318BBC;
}

/* table styles */
table {
	border-collapse: collapse;
}
table .td-white {
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
}
table .td-light {
	background-color: #5CC5FF;
	padding: 10px 5px 10px 5px;
}
table .td-medium {
	background-color: #4893CE;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
}
table .td-dark {
	background-color: #3A72AD;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
}
table .td-white-border {
	border:1px solid #ffffff;
}
table .td-white-border-left {
	border-left:1px solid #ffffff;
}
table .td-white-border-right {
	border-right:1px solid #ffffff;
}
table .td-white-border-top {
	border-top:1px solid #ffffff;
}
table .td-white-border-bottom {
	border-bottom:1px solid #ffffff;
}
table.table-bottom-border {
	border-bottom: 5px solid #3A72AD;
}

