/* 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: #000000; /* sets the body background colour */
	color: black;  /* 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: 768px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
   width: 770px;/*sets the width for IE5.x's broken box model*/
	w\idth: 768px; /* sets the width of the wrapper for compliant browsers*/
	margin: 10px 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: white ; /* sets the wrappers background color */
	border: 1px solid white; /* 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 correctly 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("header.jpg");  /* sets the background image for the banner div*/
	background-repeat: no-repeat; /* prevents the bg image from repeating */
	background-color: black;
	height: 97px;/* set a height for the banner to allow all the bg image to be seen, no text resizing in this element to worry about */
}

#banner h1 {
	display: none;
}

#content { /* Begin laying out and styling the content div */
	clear: both;
	border-top: 1px solid black;
	font-size: 80%;
}

#content h2 {
	font-size: 160%;
	margin: 10px;
	padding: 0; /* zero off the padding */
	color: #0033CC;
}

#content p {
	margin: 10px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

#imagecol {
  float: right;
  width: 252px;
  margin: 20px;
  text-align: center;
}

.shadow {
  display:block; 
  background: #bbb;
  /* border:1px solid #ddd; */
  /* position:relative; */ /* may not be needed */
  /* margin:1em; */
  width:252px; /* required width for all images is 250px plus 2 times 1px borders equals IE width */
  padding:0px;
  margin-bottom: 10px;
  }

.image {
  text-align:center; 
  background: #fff; /* white */
  border:1px solid #555; 
  position:relative; 
  padding:0px;
  font-weight:normal;
  left: -5px;
  top: -5px;
  width: 250px;
  }
  
.border {
	border: 1px solid black;
	margin-bottom: 3px;
}

#navbar {
	margin: 0px auto;/* centers the navbar. 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*/
	width: 768px;
	line-height: 100%; /* helps out IE 5.01 PC */
	
	list-style-type: none; /* removes the bullets from our list navigation */
	padding: 0; /* zeroes off the padding */
	font-size: 75%; /* scales the font to 75% of the body font declaration*/
	float: left; /* not sure if still needed - doesn't draw bottom border without it */
	border-top: 1px solid black;
}
	
#navbar 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 */
	float: left;
	width: 256px;
}

#navbar a, 
#navbar a:visited { /* use dual selectors if the properties and values are the same for each */
	border: 1px solid white;
	color: #fff; /* changes the default text colour to white */
	display: block; /* required to make the links act like a button, having the full area "clickable" */
	padding: 4px 0 6px 4px; /* sets padding values to give the link text some "air" */
	text-align: center;
	text-decoration: none; /* removes the default underline */
	background-color: #330033; /* sets a background colour on the links which hides the roll over snowman image in the li selector */
	position: relative; /* for IE-Win */
}

#navbar a:hover, 
#navbar a:focus { /* use dual selectors if the properties and values are the same for each */
	background-color: #ABABD3; 
	color: #000; /* changes the hover and focus text to black */
}

#footer {  /* Begin laying out and styling the footer div */
color: white;
background-color: black;  /*sets a background colour for the footer*/
width: 768px;  /*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: 20px;  /* Adds a margin to the top of the footer*/
clear: both;
}

#footer p {
padding: 4px 4px 4px 10px;  /* sets the padding values*/
margin: 0;  /*zeroes off the margins */
}

#footer a {  /* Styles the links within the footer */
color: #000;  /*sets the text to white*/
text-decoration: underline;  /*keeps the underline*/
}

#footer a:hover,
#footer a:focus {
text-decoration: none;  /*removes the underline*/
}

#sidebar {
float: right;
width: 250px;
padding: 5px 10px;
}