/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- This is the standard eSolutions website style sheet; authors, David Janik-Jones + Marc Trudel.Create a copy of the three style sheets and place them in your new website directory so thatCSS are commonly kept in the /styles/ directory of the /root or /language for the website.    ------------------------ DO NOT ALTER THIS FILE ---------------------------- *//* CSS style sheet for CLIENTNAME, 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: DATE *//* 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 FROM TABLES *//* this is commented out because it tends to wreak havock with the .NET stuff we dothead,tbody,tfoot,th,tr,td {margin:0;padding:0;} */@import url("/styles/structure.css");@import url("/styles/content.css");body {	background-color: #00334E;	margin: 0px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #4d5b53;	background-image: url(/images/h_bg.jpg);	background-repeat: repeat-y;	background-position: center top;	line-height: 18px;}a:link {	color: #4d5b53;	text-decoration: none;}a:visited {	color: #4d5b53;	text-decoration: none;}a:hover {	color: #4d5b53;	text-decoration: underline;}a:active {	color: #4d5b53;	text-decoration: none;}h1 {	font-size:14px;}h2 {	margin: 0px;	padding: 0 0 17px 0;	font-size:11px;	color: #4d5b53;	font-family: Arial, Helvetica, sans-serif;}/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */a img,:link img,:visited img,:hover img,:active img {border:none;}/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */p {	margin: 0px;	padding: 0px;	font-size: 11px;	color: #4d5b53;	font-family: Arial, Helvetica, sans-serif;}ol {margin-top:0;margin-bottom:0;}/* STANDARDIZE THE LIST-BULLET TYPE */ul,dl {list-style-type:square;list-style-position:inside; margin:0 0 20px 0;}ol {list-style-type:none;list-style-position:inside;}li{padding-bottom:20px}li.nopadding{padding:0;}p {font:11px/17px Helvetica, Arial, Verdana, sans-serif; padding-bottom: 17px;}/* 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;}/* STANDARD MULTIPLE COLUMN CLEARING TRICK *//* make sure your columns divs are inside a holding div that is set to float:left; */#clear {clear: left;}/* ----- END OF TEMPLATE ----- */