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

	Author:	eSolutionsGroup.ca
		
*/


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

/* Text Stylings */

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

#printArea,
#printArea .none {
    font-size: 15px;
    line-height: 20px;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}

#printArea h1 {
    margin: 0 0 5px 0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 40px;
	font-weight: normal;
}

#printArea h2 {
    margin: 15px 0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
	font-weight: normal;
}

#printArea h3 {
    margin: 15px 0;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
	font-weight: normal;
}

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

#printArea .intro {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
#printArea .caption {
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
}

#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: #1f5ea8;
	font-weight: bold;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #1f5ea8;
    text-decoration: underline;
}


/* Ensuring content-related lists display properly in content areas */
 /* list-style-position:inside; for IE */
#contentInt ul, #printArea ul { margin: 10px 0px 10px 30px; list-style-image: url(../images/structure/bullet.gif);}
#contentInt ol, #printArea ol { margin: 10px 0px 10px 30px; }
#contentInt li, #printArea li { margin: 10px 0px 10px 0px; }

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


/* Image Placement */
img.ImageLeft, img.Left, .Left iframe{
	float: left;
	margin: 0 20px 20px 0;
}

img.ImageRight, img.Right, .Right iframe{
	float: right;
	margin: 0 0 20px 20px;
}

.ImageLeft iframe, .Left iframe

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

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

/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.datatable td { padding: 7px 10px; color: #333; }

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

.datatable .titlerow {
	background: #d0e2ec;
	text-align: left;
	font-weight: bold;
	color: #000; /* Change Below */
}

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

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

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

.datatable .row { background: #e6f0f7; }

.datatable .altrow { background: #FFF; }

.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: #123c70 !important; /* Must pass colour contrast when text colour is white */
}

/* Mobile */

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


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