/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard eSolutions website style sheet; author, 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 Fredericton, 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 Fredericton */
/* Date Started: March 14 2007 */

/* 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. */

/* IMPORTING OTHER STANDARD STYLE SHEETS */
/* rather than importing styles we prefer to just link the styles on the pages since the
top part of each page is normally an include, so on the page under <title> add the following code ...

<link href="/styles/base.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/structure.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/content.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/print.css" rel="stylesheet" type="text/css" media="print">

 */

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

/* 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;} */

/* SET BASE FONT ATTRIBUTES */
p, td {
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-repeat: repeat-x;
}


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




/* STANDARDIZE THE LIST-BULLET TYPE */
/*ul,dl {
	list-style-image: url(../images/arrow.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
ol {list-style-type:decimal;list-style-position:outside;}
li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}*/

/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {font-style:italic;font-weight:normal;}
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 ----- */
ul {
	list-style-image: url(../images/bullet_arrow.gif);
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 25px;
}