/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */

/* Text Stylings */

body  {
    font: 13px/20px Arial, Helvetica, sans-serif;
    color: #333;
}

#printArea,
#printArea .none {
    font-size: 13px;
    line-height: 20px;
}

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 26px;
	color: #000;
	font-weight: normal;
}

#printArea .pageHeading {
    margin: 0 0 3px 0 !important;
}

#printArea #contentLeft h1,
.quickLinksHeader p,
.newslistHeader p
 {
	/*color: #00488b;
	font-size: 17px;
	line-height: 22px;
	margin-top: 0;
	border-bottom: 1px solid #e9c383;
	display:inline;*/
	border-bottom: 1px solid #E9C383;
    color: #00488B;
    display: block;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 0;
    
}

#printArea h2 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 22px;
	font-weight: normal;
	color: #000;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 15px;
    line-height: 18px;
	font-weight: normal;
	color: #000;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 13px;
    line-height: 16px;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
#printArea .caption {
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
	background: #EDEDED;
	padding: 5px 10px;
}

#printArea table
{
      padding: 0 !important;
}

#printArea p{
	margin: 0 0 15px 0;
}

.eSolutionsGroupPhotoGalleryV2PlaceholderDiv .ad-image-description{
    margin: 0px !important;
}

/* Link Colors */

a, a:link, a:visited {
    color: #0153a0;
    text-decoration: none;
	font-weight: bold;
}

a:hover, a:active, a:focus {
    color: #0153a0;
    text-decoration: underline;
}


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 10px 0px 10px 30px; }
#contentLeft ol, #printArea ol { margin: 10px 0px 10px 30px; }
#contentLeft li, #printArea li { margin: 5px 0px 5px 0px; }

/* fix for showing bullets on photo gallery images */
#contentInt .ad-nav ul li {list-style:none !important; }

/* Image Placement */
img.imageleft, img.ImageLeft, img.Left , .Left iframe {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #727272;
	padding: 4px;
}

img.imageright, img.ImageRight, img.Right, .Right iframe {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #727272;
	padding: 4px;
}

.Center { text-align: center;}
.Left { text-align: left;}
.Right { text-align: right;}

img.Center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	clear: both;
}

.headingicon{
	float: left;
	position: relative;
	margin-top: -16px;
}

#contentLeft img.imageleft, #contentLeft img.ImageLeft, #contentLeft img.Left {
	margin: 0 20px 10px 0;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border: 1px solid #B6B4B4;
	border-collapse: collapse;
}

.datatable td { 
	padding: 7px 10px; 
	/*border: 1px solid #afafaf;*/
}

.datatable th {
    text-align: left;
	padding: 7px 10px;
}

.datatable .titlerow {
	background: #2d4e81;
	text-align: left;
	color: #fff;
}

.datatable .titlerow td{
	color: #fff;
}

.datatable .titlerow h2 {
	color: #FFFFFF !important;
	margin: 5px !important;
}

.datatable caption {
	text-align: left;
/*	height: 0px;
    visibility: hidden;
    display: none; */
}

td p { margin: 0; }

.datatable .row { background: #fff; }

.datatable .altrow { background: #ededed; }

.datatable td p, #printArea .datatable td p, td p, #printArea td p{ margin: 7px 0 0 0; }
.datatable td p:first-child, #printArea .datatable td p:first-child, .datatable th p:first-child, #printArea .datatable th p:first-child { margin: 0 !important; }
td p:first-child, #printArea td p:first-child, th p:first-child, #printArea th p:first-child { margin: 0 !important; }

sub { font-size:80%; }
sup { font-size:80%; }




/* ===================================================================================== STYLES HOME PAGE */




/* ===================================================================================== STYLES FOR CONTENT PAGES */

/* For .Net pages */
.headingBackgroundColour
{
    background-color: #2d4e81 !important; /* Must pass colour contrast when text colour is white */
}

/* Image Link Outlines*/
a:focus img{ outline: 1px solid #2d4e81; } /* Same colour as above (.headingBackgroundColour) */

/* Mobile */

a[href^=tel] { color: #2d4e81; } /* Adjust color to make iOS auto phone number link visible. */

#footer a[href^=tel] { color: #fff; } /* Adjust color to make iOS auto phone number link visible. */



/* ----- END OF TEMPLATE ----- */