/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard eSolutions website style sheet.
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. */

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

h1 {font-size:16px; border-bottom: 1px solid #666; padding: 17px 0 20px 0; margin-bottom: 15px;}


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


/* 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 {font:13px/17px Arial,Helvetica,sans-serif; padding-bottom: 17px; color: #000}
/*blockquote { width: 525px; float: right; padding: 10px; }*/
td {color: #000;}
body {background: #FFF;}
h1,h2,h3,h4,h5 {font-weight:bold;color:#666;padding:5px 0 5px 0; font-family: Arial, Helvetica, sans-serif;}
h1 {font-size:16px; border-bottom: 1px solid #666; padding: 17px 0 20px 0; margin-bottom: 15px;}
h2 {font-size:14px; font-weight: bold; color: #666;}
h3 {font-size:12px; font-weight: bold; color: #666;}
h4 {font-size:10px; font-weight: bold; color: #666;}
h5 {font-size:19px; font-weight: bold; color: #666;}


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


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

/* LIST STYLES */
li {
	list-style-type: none;
	font:13px/17px Arial,Helvetica,sans-serif;
}

.horizontalDivider { padding: 0px 5px 0px 5px; }

/*

    Content lists

*/

#h_mainContentInner ul, #innerContent ul
{
    margin: 15px 0px 15px 40px;
    list-style-type: disc !important;
}

    #h_mainContentInner ul li
    {
        color: #fff;
        list-style-type: disc;
    }

#h_mainContentInner ol, #innerContent ol
{
    margin: 15px 0px 15px 40px;    
    list-style-type: decimal !important;
}

    #h_mainContentInner ol li
    {
        color: #fff;
        list-style-type: decimal;
    }
    

    #innerContent ul li
    {
        list-style-type: disc;
    }


    #innerContent ol li
    {
        list-style-type: decimal;
    }

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

.contacttable {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px solid #346715;
	padding: 5px 0px 5px 0px;
}
.contactform {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.leftalignpic
{
	float: left;
	border-right: 1px solid #666 !important;
	border-bottom: 1px solid #666 !important;
	padding: 0 5px 5px 0 !important;
	margin-right: 15px !important;	
}

.rightalignpic
{
	float: right;
	border-left: 1px solid #666 !important;
	border-bottom: 1px solid #666 !important;
	padding: 0 0 5px 5px !important;
	margin-left: 15px !important;	
}

/*

	Ensuring content-related lists display
	properly in content areas

*/
#contentLeft ul, #printArea ul
{
	margin: 15px 0px 15px 30px;
}

#contentLeft ol, #printArea ol
{
	margin: 15px 0px 15px 30px;
}

#contentLeft ul li, #printArea ul li
{
	list-style-type: disc;
}

#contentLeft ul ul li, #printArea ul ul li{
	list-style-type: circle;
}

#contentLeft ul li ul li, #printArea ul li ul li{
	list-style-type: circle;
}

#contentLeft ol li, #printArea ol li{
	list-style-type: decimal;
}