/* CSS style sheet for Smith-Ennismore-Lakefield, by eSolutions Group, http://www.esolutionsgroup.ca */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content Copyright 2007 by CLIENTNAME */
/* Date Started: 13/04/2009 */

/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */


/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,img,table,q,caption,a,form,input,textarea,fieldset,pre {margin:0;padding:0;}

html { font-size: 16px; }

body {
	background-color:#fff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/*
	Text sizing targets this div and changes font-size (em) so that
	everything within will change relatively
*/
#printArea
{
	font-size: 1em;
}

/* SET BASE FONT ATTRIBUTES */
p, td {
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #006699;
	text-transform: none;
	padding: 5px 0px 5px 0px;
}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}
h6 {font-size:10px;}


/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#006699;text-decoration:none;}
a:link,a:visited {text-decoration:none;}
a:hover,a:active {text-decoration:underline; color:#006699;}
a img,:link img,:visited img,:hover img,:active img {border:none;}

img { border: 0px; }


/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {font-style:italic;font-weight:normal;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}

/* CLEAR ALL LIST STYLES */
li {
	list-style-type: none;
}


/* STANDARD MULTIPLE COLUMN CLEARING TRICK */
/* make sure your columns divs are inside a holding div that is set to float:left; */
.clear {clear: left;}

#printArea ul {
	margin-left: 40px;
	margin-bottom: 0.75em;
}

#printArea li {
	padding-bottom: 0.5em;
	list-style-type: disc;
}

#printArea ol {
	margin-left: 41px;
	margin-bottom: 0.75em;
}

#printArea ol li {
	padding-bottom: 0.5em;
	list-style-type: decimal;
}

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