/* This style sheet was written by Community MX and was distributed freely for use with the free North Pole CSS positioning template.
The North Pole template is freely available from http://www.communitymx.com - This comment should remain intact though you are free to edit the style sheet as you see fit. */

body { /* set everything to zero for a good cross-browser starting point */
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	/*background-color: #dcf0f9; /* sets the body background colour */
	background-image: url(pinkpat.gif);  /* sets the background image for the banner div*/
	background-repeat: repeat x y;
	/* color: #f2e9da;  /* set the default text color   */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size: 100.01%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}

#wrapper {
   width: 772px;/*sets the width for IE5.x's broken box model*/
	w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto;/* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */
	/* background-image: url(wrapper.jpg); /* sets the path to the wrapper's bg image*/
	/*background-position: bottom; /* uses two % values to place the image 2% from the left and 93% from the wrappers top left hand corner */
	/*background-repeat: no-repeat; /* prevents the image from tiling in our page, we do not want this image to repeat */
	background-color: #ffffff;
	/* background-color: #ebe6ad; /* sets the wrappers background color */
	/* background-color: #e6d1e2; /* sets the wrappers background color */
	/* background-color: #f0b4be; /* sets the wrappers background color */
	/* background-color: #f7e4f5; /* sets the wrappers background color */
	border: 1px solid #000; /* sets a border to all 4 sides */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}

#banner {
	position: relative; /* **PLEASE READ** ~ This property and value is not needed for your page to be rendered corectly in the browser - However, without it Dreamweaver allows the position of the leftcol div to ride up over the banner in design view. If that does not bother you you can safely delete this property and value pair. Alternatively you could implement a design time style sheet to position the div correctly for working in design view */
	/* background-image: url(bg_020f_ver02_010.jpg);  /* sets the background image for the banner div*/
	background-image: url(newBanner06.jpg);  /* sets the background image for the banner div*/
	background-repeat: no-repeat; /* prevents the bg image from repeating */
	height: 203px;/* set a height for the banner to allow all the bg image to be seen, no text resizing in this element to worry about */
}

#content { /* Begin laying out and styling the content div */
	width: 560px; /* sets the width of our content*/
	margin-left: 200px; /* this left margin clears the leftcol div and allows our content div to become a second column */
	margin-bottom: 20px; /* sets a padding clearance on the bottom of the div*/
}

#content h1 {
	margin: 13px 6px 13px 6px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
	color: #E86EAD;
	font-size: 1.3em;
}

#content h2 {
	color: #E86EAD;
}
#content h5 {
	font-size: 1 em;
	color: #E86EAD;
}

#content h6 {
	font-size: 1.6em;
	color: #E86EAD;
	margin-bottom: 15px;
}

#content p {
	font-size: 80%; /* set the font size for p, scaled from the body declaration */
	margin: 3px 6px 4px 6px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

#content ul {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 80%;
	}

#content ul li {
	/* list-style: disc;  */
	height: auto;
	
}
 
.style3 {
	font-size: 12px;
	}
	
.titleimages { /* used to set the "cold" title images */
	display: block; /* set to display block to ensure it has it's own line in the design */
	margin-top: 25px; /* set a margin to the top */
}

#leftcol { /* Begin laying out the leftcol div */
	float: left; /* Floats the div to the left to make a column */
	width: 169px; /* sets a width for the div - Imperative for IE mac */
	margin-bottom: 20px;
	margin-left: 7px; /*creates a margin on the left to move the div away from the wrapper's edge */
	margin-top: 20px; /* moves the div down from the banner */
	/* background-color: #adf8bf;  */
	 /* background-color: #9cbad6; */
	 /*  UPDATE NOTE:  Change background-color below to affect rollover background of links */ 
	 background-color: #FFFFFF;
	 /* background-color: #98d7f1 ;
	/* background-color: #006647; 
	/* background-image: url(box_bg.jpg); /* sets the path to the bg image */
	/* background-repeat: no-repeat; /* prevents the bg image from repeating, no need to position it as top left is the default and that is where we want the image to show */
	padding-top: 0px; /* sets a padding to the top of the div to allow the bg image to show above the leftcol divs contents */
}

#leftcol #navigation {
	line-height: 100%; /* helps out IE 5.01 PC */
	width: 169px; /* sets a width for the div */
	/* background-image: url(icicles.gif); /* sets the path to the bg image */
	/* background-repeat: no-repeat; /* prevents the bg image from repeating */
	/* background-position: bottom left; /*uses keywords to place the image at the bottom left of the div */
	padding-bottom: 0px; /* gives our background image room to display */
}

#leftcol #navigation ul {
	/*  border-top: 1px solid #000; /* sets a border to the top of the ul 
  	border-bottom: 1px solid #000; /* sets a border to the bottom of the ul */
	border: 1px solid #000000;
	
	list-style-type: none; /* removes the bullets from our list navigation */
	margin: 0; /* zeroes off the margins */
	padding: 0; /* zeroes off the padding */
	font-size: 75%; /* scales the font to 75% of the body font declaration*/
	/*  November 13   background color needed????   */
	background: #ffffdf; 
}

#leftcol #navigation ul li { /*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01 */
	padding: 0; /* zeroes off the padding */
	margin: 0; /* zeroes off the margins */
	margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
	/* background-image: url(li_bg.gif); /* sets the image for the roll over */
	/* background-repeat: repeat-y; /* repeats the image vertically, no need to position it as top left is the default and that is where we want the image begin tiling from */
	/*  November 13 add-in  -- position parm added below */
	position: relative;
	
}

/*  November 13   removed the leftcol stuff below  saved in leftcolhold0001.txt   */
/*  November 13   also copied and pasted from Vingreco the base UL LI needed for the flyouts  */

#leftcol #navigation ul a {
	display: block;
	padding: 5px 10px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: left;
	text-decoration: none;
	/*  */
	/*  07072006 change below ---- changed font color from 552 to fff */
	/*  */	
	color: #E86EAD;
	}

#leftcol #navigation ul ul { 
	position: absolute;  
	left: -3000px;
	width: 93px;
	/*  */
	/*  07072006 change below ---- changed background color from fed to 003082 */
	/*  
	background: #003082; */
	background: #ffffdf; 
	color: #ffffff
	font-size: 80%; 
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
	
	/*  */
	/*  07072006 change below ---- change to li:hover block   -- also added in a: */
	/*  */	
#leftcol #navigation li a:hover {
	background: #98d7f1;
	color: #000;
	}
	
#leftcol #navigation ul li:hover ul {
	left: 150px;
	/* left: 125px; */
	top: 0px;  
} 		

#footer {  /* Begin laying out and styling the footer div */
background-color: #ffffff;  /*sets a background colour for the footer*/
width: 770px;  /*Sets the footers width*/
/* border-top: 1px solid #000;  /*sets the top border to define the beginning of the footer*/
font-size: 60%;  /* sets the footer text size */
text-align: right;  /* aligns the text to the right*/
margin-top: 10px;  /* Adds a margin to the top of the footer*/
clear: left;  /*clears any floats to the left - our leftcol div in this instance*/
}

#footer p {
background-color: #fff;  /*sets the background colour for the p element when it is in the footer div*/
/* background-color: #f2e9da;  /*sets the background colour for the p element when it is in the footer div*/
color: #000;
padding: 4px 4px 4px 10px;  /* sets the padding values*/
margin: 0;  /*zeroes off the margins */
}

#footer ul{
background-color: #ffffff;/*provides a background colour for the links list*/
margin: 0;/*zeroes off the margins*/
padding: 4px;/*add some air around the links*/
}

#footer li{
display: inline;/*set the list to display inline*/
}

#footer a {  /* Styles the links within the footer */
color: #E86EAD;  /*sets the text to white*/
text-decoration: underline;  /*keeps the underline*/
}

#footer a:hover,
#footer a:focus {
text-decoration: none;  /*removes the underline*/
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #F8DDE7;
	color: #003399;
	font-size: 75%;
}

.left {
	float: left;
	margin: 5px 10px 5px 0;
}

.right {
	float: right;
	margin: 5px 10px 5px 5px;
}

