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

	Author:	eSolutionsGroup.ca
		
*/


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

/* Text Stylings */

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

#printArea,
#printArea .None {
    font-size: 13px;
    line-height: 17px;
}

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

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

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

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 14px;
    line-height: 18px;
	color: #070906;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}

#printArea table
{
      padding: 0 !important;
}


/* Link Colors */

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

a:hover, a:focus, a:active {
    color: #013662;
    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; }
#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.imageleft, img.Left  {
	float: left;
	margin: 0 20px 20px 0;
}

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

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


/* Tabular Data Table */

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

.datatable td { padding: 7px 10px; }

.datatable .titlerow {
	background: #0f5383;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

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

.datatable .tableheading{
	color: #0F5383;
	font-weight: bold;
}

.datatable caption {
	height: 0px;
    visibility: hidden;
    display: none; 
}

.datatable .row { background: #fff; }

.datatable .altrow { background: #ededed; }

td p { margin: 0; }

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


/* -- This is a full width interior - used when there is no sub navigation on the page -- */

.wide #contentInt {
	width: 912px;
	border-left: none;
	/*background-color: #FFF;*/ /* This hides mainInterior's bg image */		
}
.wide #subNavContainer {
	display: none;
}

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




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

/* For .Net pages */
.headingBackgroundColour
{
    background-color: #0f5383 !important;
}


/* Mobile */
a[href^=tel] { color: white; }

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