/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
	/*text-align: center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 760px;
}

#wrapper {
	width: 762px;/*sets the width for IE5.x's broken box model*/
	w\idth: 760px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0; /*  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-color: #FFF; /* sets the wrappers background color */
	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(images/header.gif); /* sets the background image for the banner div*/
	background-repeat: no-repeat; /* prevents the bg image from repeating */
	height: 160px;/* set a height for the banner to allow all the bg image to be seen, no text resizing in this element to worry about */
	background-color: #FFF;
}

#smallnav {
	font-size: 10px;
	text-align: right;
	color: #0F4E9B;
	background-color: #FFF;
	padding: 5px 25px 5px 0;
}

#smallnav a {
	text-decoration: none;
}
#smallnav a, 
#smallnav a:visited { /* use dual selectors if the properties and values are the same for each */
	color: #0F4E9B;
	text-decoration: none; /* removes the default underline */
}

#smallnav a:hover, 
#smallnav a:focus { /* use dual selectors if the properties and values are the same for each */
	background-color: transparent; /* prevents the dark blue background colour from the "a" selector showing and ensures the snowman image is seen on hover and focus */
	color: #B8000F; /* changes the hover and focus text to black */
}

#leftcol { /* Begin laying out the leftcol div */
	float: left; /* Floats the div to the left to make a column */
	width: 196px; /* sets a width for the div - Imperative for IE mac */
	background-color: #FFF; /* sets the wrappers background color */
	margin: 0 10px;
	padding-bottom: 20px;
}

#leftcol #navigation {
	line-height: 100%; /* helps out IE 5.01 PC */
	width: 196px; /* sets a width for the div */
}

#leftcol #navigation ul {
	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: 65%; /* scales the font to 75% of the body font declaration*/
	font-weight: bold;
}

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

#leftcol #navigation a, 
#leftcol #navigation a:visited { /* use dual selectors if the properties and values are the same for each */
	color: #0F4E9B;
	display: block; /* required to make the links act like a button, having the full area "clickable" */
	text-decoration: none; /* removes the default underline */
	width: 196px; /* sets the width for IE5.x - content width plus border widths plus padding value = 28 extra pixels */
	w\idth: 168px; /* resets the width for IE6 and compliant browsers */
	border-bottom: 1px dotted #999;
	padding: 5px 10px 5px 18px;
}

/* using the \ escape character as in w\idth - see final property declaration in the selector above */
/* IE 5.01 and IE5.5 cannot read this selector. 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 */

#leftcol #navigation a:hover, 
#leftcol #navigation a:focus { /* use dual selectors if the properties and values are the same for each */
	background-color: transparent; /* prevents the dark blue background colour from the "a" selector showing and ensures the snowman image is seen on hover and focus */
	color: #B8000F; /* changes the hover and focus text to black */
	background-image: url(images/on-arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#rightcol { /* Begin laying out the leftcol div */
	float: right; /* Floats the div to the left to make a column */
	width: 194px; /* sets a width for the div - Imperative for IE mac */
	background-color: #FFF; /* sets the wrappers background color */
	background-image: url(images/consumers.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 40px 25px 20px 25px;
	border-left: 1px solid #666;
	height: 100%;
}

#rightcol ul {
	list-style-type: none; /* removes the bullets from our list navigation */
	margin: 0; /* zeroes off the margins */
	padding: 0; /* zeroes off the padding */
}

#rightcol #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 */
}

#rightcol #navigation a, 
#rightcol #navigation a:visited { /* use dual selectors if the properties and values are the same for each */
	display: block; /* required to make the links act like a button, having the full area "clickable" */
	width: 194px; /* sets the width for IE5.x - content width plus border widths plus padding value = 28 extra pixels */
	w\idth: 194px; /* resets the width for IE6 and compliant browsers */
	padding: 0;
}

/* using the \ escape character as in w\idth - see final property declaration in the selector above */
/* IE 5.01 and IE5.5 cannot read this selector. 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 */

#rightcol #navigation a:hover, 
#rightcol #navigation a:focus { /* use dual selectors if the properties and values are the same for each */
	background-color: transparent; /* prevents the dark blue background colour from the "a" selector showing and ensures the snowman image is seen on hover and focus */
}

#rightcol img {
	border: 0;
	padding-top: 10px;
}

#content { /* Begin laying out and styling the content div */
	width: 270px; /* sets the width of our content*/
	margin: 0 115px 0 231px; /*24px;*/
	background-color: #FFF; /* sets the wrappers background color */
	background-image: url(images/welcome.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 138px;
	padding-bottom: 20px;
}

#content p {
	font-size: 70%; /* set the font size for p, scaled from the body declaration */
	/* margin: 10px 6px 10px 6px; set the margins for the p element */
	padding: 0; /* zero off the padding */
	margin: 0;
}

#content h2 {
	color: #000;
	font-size: 70%;
	font-weight: bold;
	padding: 20px 0 0 0;
	margin: 0;
}

#content a, 
#content a:visited { /* use dual selectors if the properties and values are the same for each */
	color: #0F4E9B;
	text-decoration: none; /* removes the default underline */
}

#content a:hover, 
#content a:focus { /* use dual selectors if the properties and values are the same for each */
	text-decoration: underline; /* removes the default underline */
}

#footer {  /* Begin laying out and styling the footer div */
	background-color: #FFF;  /*sets a background colour for the footer*/
	width: 760px;  /*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: center;  /* aligns the text to the center*/
	/* margin-top: 20px;  Adds a margin to the top of the footer*/
	clear: both;  /*clears any floats to the left - our leftcol div in this instance*/
	padding: 20px 0 20px 0;
	position: relative;
	bottom: 0px;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #666;
}