/* ------------------------ 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;} */


/* 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;
}

ol {margin-top:0;margin-bottom:0;}

/* STANDARDIZE THE LIST-BULLET TYPE */
ul,dl {list-style-type:square;list-style-position:inside;}
ol {list-style-type:decimal;list-style-position:inside;}
li{}
p, td {font:12px/17px Helvetica, Arial, Verdana, sans-serif; color: #333; padding-bottom: 17px;}
ul,dl {list-style-type:square;list-style-position:outside; margin-bottom: 17px; padding-left:34px;}
ol {list-style-type:decimal;list-style-position:inside; margin-bottom: 17px;}
li{font:12px/17px Helvetica, Arial, Verdana, sans-serif; color: #333;}
td { padding-bottom: 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;}

/* 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 ----- */