/***********************************************/
/* © ECRM (http://www.e-crm.co.uk/)
* This notice MUST stay intact for legal use
* Visit http://www.e-crm.co.uk/ for this template and others.


***********************************************/

/***********************************************/
/* Page style                             */

/*** Winter template Dark blue background is #5a79b0 Pale blue foreground is #e1f3fd Yellow highlight over is #FFBF00 ***/
/*** Spring template Dark green background is #3d8f3d Pale green foreground is #d9f2d9 Yellow highlight over is #FFBF00 ***/
/*** Summer template Dark yellow background is #ffcc33 Pale yellow foreground is #fff2ad (lightness : 84%) ***/
/*** Autumn template Dark brown background is #ac6b25 Pale fawn foreground is #f5edd6 (lightness : 90%) ***/


/***********************************************/ 

body { background-color: #d9f2d9; font-family: verdana; font-size: 12px; color: #000000; line-height: 1.0; margin: 0px; padding: 0px; }

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#supercontainer { width: 1000px; background: #d9f2d9; margin: 0 auto; position: relative; top: 0px; border-left-width: 10px; border-left-style: solid; border-left-color: #999999; border-right-width: 10px; border-right-style: solid; border-right-color: #999999; } 

#topcontainer { width: 1000px; background-color: #ffffff; margin: 0 auto; } 

#logo { float: left; height: 70px; width: 326px; background-color: #d9f2d9; padding: 10px; }

#contact { float: right; height: 70px; width: 624px; background-color: #fe1f3fd; text-align: right; padding: 10px 20px 10px 10px; overflow: hidden; }

#middlecontainer { width: 1000px; background: #d9f2d9; margin: 0 auto; } 

#columncontainer {
	float: left;
	width: 200;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	padding: 10px 0px 0px 0px;
}

#sidenav { width: 150px; background-color: #d9f2d9; margin: 0 auto; position: relative; z-index: 1000; font-size: 1.0em; text-align: left; padding: 10px 10px 10px 10px }

#column { float: left; width: 150px; background-color: #d9f2d9; font-size: 0.8em; text-align: left; padding: 10px 10px 10px 10px; overflow: hidden; }

#middle { float: right; width: 800px; background-color: #d9f2d9; position: relative; z-index: 999; border-left-style: solid; border-left-width: 1px; border-left-color: #8b8989; text-align: left; padding: 10px; overflow: hidden; }

#footercontainer { width: 1000px; background: #d9f2d9; margin: 0 auto; position: relative; top: 0px; } 

#footer { height: 30px; width: 1000px; background-color: #d9f2d9; margin-left: auto; margin-right: auto; font-size: x-small; color: #666666; text-align: left; padding: 20px 0px 0px 0px; overflow: hidden; }

#image { height: 200px; width: 1000px; background-color: #ffffff; margin-left: auto; margin-right: auto; }

/***********************************************/
/* H tag styles                             */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h1 { font-size: 1.4em; font-weight: bold; color: #666666; text-align: center;}
h2 { font-size: 1.2em; font-weight: bold; color: #666666; text-align: center;}
h3 { font-size: 1.1em; font-weight: bold; color: #666666; text-align: center;}
h4 { font-family: verdana; font-size: 1.0em; font-weight: normal; color: #000000; line-height: 1.0; text-align: center; margin: 0px; padding: 0px; }   
h5 { font-size: 1.0em; font-weight: bold; color: #666666; }
h6 { font-size: 1.0em; font-weight: bold; color: #666666; }

/***********************************************/
/* Hyperlink styles                                */
/***********************************************/

a:hover { background-color: #ffffcc;}
a:link { color:  #696969; text-decoration:underline }
a:visited { color:  #006600; font-weight: bold; text-decoration: none }
a:hover { color:  #000000; font-weight:normal; text-decoration: none }
a:active { color:  #0000cc; font-weight: bold; text-decoration: none }

/***********************************************/
/* General                                */
/***********************************************/

.clearfloat { clear: both; height:0; font-size: 1px; line-height: 0px; }

ul { list-style-type: square; }
.large {
}
