/*
 * GENERAL DETAIL PAGE STYLES
 */
#bodyContent h1 {
	color:#103F80;
	font-size:1.61em;
	line-height:1em;
	padding: 10px 0px 20px 0px;
	margin: 0px;
}

#bodyContent h2 {
	color:#103F80;
	font-size:1.31em;
	font-weight:normal;
	line-height:1em;
}

#bodyContent h3 {
	color: #103F80;
	font-size:1em;
	line-height:1em;
	margin: 5px 0px 15px 0px;
}

#bodyContent p {
	margin: 5px 0px 5px 0px;
	color:#70777E;
	font-size:0.74em;
	font-weight:normal;
	line-height:1.3em;
}

#bodyContent a{
	color:#103F80;
	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/content-bullet.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{
}

#bodyContent #callsToAction div.callToAction {
	width: 202px;
	float: left;
	font-weight: bold;
}


#bodyContent #callsToAction div.left, #bodyContent #callsToAction div.center{
border-bottom:1px solid #DFE5E9;
margin-right:32px;
padding:0 0 5px;
}

#bodyContent #callsToAction div.right{
	border-bottom:1px solid #DFE5E9;
	padding:0 0 5px;
}

#bodyContent #callsToAction div.summary {
	padding-top: 144px;
	background-position: center top;
	background-repeat: no-repeat;
}

#bodyContent #callsToAction div.summary p{
color:#70777E;
margin:0;
padding:5px;
font-size:0.75em;
font-weight:normal;
line-height:1.3em;
}

#bodyContent #callsToAction div.heading{
	background: #73A819 url(/global/images/misc/heading_bg.png) repeat-x;
}

#bodyContent #callsToAction div.heading h3{
color:#FFFFFF;
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 .date {
	font-size:0.714em;
	line-height: 1em;	
	color:#103F80;
	font-weight: bold;
}

#bodyContent .listing  p {
color:#70777E;
font-size:0.74em;
font-weight:normal;
line-height:1.3em;
}

#bodyContent .listing p.blue{
color:#103F80;
margin:0;
padding:0;
}

#bodyContent .listing .item{
padding:0 0 15px;
}

/*
 * readMore STYLES
 */
 
#bodyContent .readMore{
	padding:0px 10px;
	color:#FFFFFF;
	text-decoration:none;

}

#bodyContent .readMore:hover{
	color:#318BBC;
}


/*
 * PHOTO GALLERY PAGE STYLES
 */
 
#bodyContent .photoGallery .photoGalleryImage {
	width: 200px;
	padding-left:10px;
	float: left;
	text-align: center;
}

#bodyContent .photoGallery .photoGalleryImage a img {
	padding: 5px;
	border: 1px solid #e5e5e5;
}

#bodyContent .photoGallery .photoGalleryImage h2 {
	font-size:1em;
	line-height: 1.143em;
}

/* table styles */
table {
	border-collapse: collapse;
}
table .td-white {
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
}
table .td-light {
	background-color: #CCFFDB;
	padding: 10px 5px 10px 5px;
}
table .td-medium {
	background-color: #91E220;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
}
table .td-dark {
	background-color: #78AE19;
	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 #78AE19;
}

