/* 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: #616161; /* sets the body background colour */	background-image: url(../assets/background-pattern-2.gif);	background-repeat: repeat;	color: #383412;  /* 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: 4px 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: transparent; /* sets the wrappers background color */	border: 0px 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 {   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: 10px auto 8px;/* 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; /* **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(../assets/bannerGateway-2.jpg);	/*sets the background image for the banner div*/	background-repeat: no-repeat; /* prevents the bg image from repeating */	height: 195px;/* 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: 350px; /* sets the width of our content*/	margin-left: 185px; /* this left margin clears the leftcol div and allows our content div to become a second column */	margin-bottom: 0px; /* sets a padding clearance on the bottom of the div*/	margin-top: 0px;	background-color: #FFFFFF;	padding: 20px 20px;}#content-large { /* Begin laying out and styling the content div */	width: 590px; /* sets the width of our content*/	margin-left: 185px; /* this left margin clears the leftcol div and allows our content div to become a second column */	margin-bottom: 0px; /* sets a padding clearance on the bottom of the div*/	margin-top: 0px;	background-color: #FFFFFF;	padding: 20px 20px;	border:thin;}#content h1, #content-large h1 {	font-size: 110%; /* set the font size for p, scaled from the body declaration */	margin: 10px 6px 10px 6px; /* set the margins for the h1 element */	padding-top: 0px; /* zero off the padding */	color: #CC0000;}#content h2 {	font-size: 80%; /* set the font size for p, scaled from the body declaration */	font-weight: bold;	margin: 10px 6px 10px 6px; /* set the margins for the p element */	padding-top: 10px;}#content p, #content-large p {	font-size: 80%; /* 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 */}#content li {	font-size: 80%; /* 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 */}#unitPrice {	font-size: 80%; /* set the font size for p, scaled from the body declaration */	padding: 2px; /* zero off the padding */	background-color: #CCCCCC;}#locationTable {	font-size: 80%; /* set the font size for p, scaled from the body declaration */	padding: 0px; /* zero off the padding */	background-color: #FFF;}#locationTable td a {	color: #036;	font-size: 100%; /* set the font size for p, scaled from the body declaration */	font-weight: bold;	margin: 10px 0px 10px 0px; /* set the margins for the p element */	padding-top: 0px;	display:inline;	text-decoration:underline;}#content a {	color: #036;	font-size: 80%; /* set the font size for p, scaled from the body declaration */	font-weight: bold;	margin: 10px 6px 10px 6px; /* set the margins for the p element */	padding-top: 10px;	display:block;	text-decoration:underline;}#email_link a {	color: #036;	font-size: 80%; /* set the font size for p, scaled from the body declaration */	font-weight: bold;	margin: 10px 6px 10px 6px; /* set the margins for the p element */	padding-top: 10px;	display:inline;	text-decoration:underline;}#navigation {	line-height: 100%; /* helps out IE 5.01 PC */	width: 172px; /* sets a width for the div */	background-color: #8A0404;	background-image: url(../assets/background-pattern-3.gif);	background-repeat: repeat;	}#navigation ul {	border-top: 1px solid #000; /* sets a border to the top of the ul */	border-bottom: 0px solid #000; /* sets a border to the bottom of the 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: 75%;}#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 */	}#navigation a, #navigation a:visited { /* use dual selectors if the properties and values are the same for each */	border-bottom: 1px solid #000000; /* sets the bottom border */	border-left: 1px solid #323C55; /* sets the left border */	border-right: 1px solid #000000; /* sets the right border */	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: 15px 0 15px 12px; /* sets padding values to give the link text some "air" */	text-decoration: none; /* removes the default underline */	background-color: #990000; /* sets a background colour on the links which hides the roll over snowman image in the li selector */	width: 172px; /* sets the width for IE5.x - Laura has modified the explanations for these two lines -- should this be 158 px as well? */	w\idth: 158px; /* resets the width for IE6 and compliant browsers - content width minus (border widths plus padding value) = ******* 14 ******** less pixels*//* 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 */}#navigation a:hover, #navigation a:focus { /* use dual selectors if the properties and values are the same for each */	background-color: #FFCC33; /* prevents the dark blue background colour from the "a" selector showing and ensures the snowman image is seen on hover and focus */	border-bottom: 1px solid #fff; /* changes the bottom border to white to give the hover state an indented look */	color: #000; /* changes the hover and focus text to black */}#rightcol { /* Begin laying out the leftcol div */	width: 172px; /* sets a width for the div - Imperative for IE mac */	margin-bottom: 0px;	margin-left: 0px; /*creates a margin on the left to move the div away from the wrapper's edge */	margin-top: 0px; /* moves the div down from the banner */	padding-top: 0px; /* sets a padding to the top of the div to allow the bg image to show above the leftcol divs contents */	background-color: #FFCC33;	/*background-image:url(../assets/gateway3.jpg) ; (sets the path to the bg image)	background-repeat: no-repeat; (prevents the bg image from repeating)	background-position: bottom; (uses keywords to place the image at the bottom left of the div) 	padding-bottom: 255px; /* gives our background image room to display */}#rightcol a, #rightcol a:visited {	font-size: 80%; /* set the font size for p, scaled from the body declaration */	font-weight: bold;	color: #225DAB;	text-align: center;	text-decoration: underline;	margin: 10px 6px 10px 6px; /* set the margins for the p element */	padding-top: 10px;}#rightcol h1 {	font-size: 100%; /* set the font size for p, scaled from the body declaration */	text-align: center;	margin: 10px 6px; /* set the margins for the p element */	padding-top: 12px; /* zero off the padding */	color: #333399;	line-height: 125%;}#rightcol h2 {	font-size: 80%; /* set the font size for p, scaled from the body declaration */	font-weight: bold;		text-align: center;	margin: 10px 6px 10px 6px; /* set the margins for the p element */	padding-top: 10px;}#rightcol p {	font-size: 80%; /* set the font size for p, scaled from the body declaration */	margin: 10px 6px 10px 6px; /* set the margins for the p element */	text-align: center;	padding: 0; /* zero off the padding */}#footer {  /* Begin laying out and styling the footer div */background-color: #225DAB;  /*sets a background colour for the footer*/width: 770px;  /*Sets the footers width*/border-top: 0px 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: 6px;  /* 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 {padding: 4px 4px 4px 10px;  /* sets the padding values*/margin: 0;  /*zeroes off the margins */color: #FFFFFF;}#footer ul{background-color: #036;/*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: #fff;  /*sets the text to white*/text-decoration: underline;  /*keeps the underline*/}#footer a:hover,#footer a:focus {text-decoration: none;  /*removes the underline*/}.spacer20 {height: 20px;}.spacer10 {height: 10px;}.body {	font-size: 12px; /* 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 */}.leftimage{float: left;margin: 0 5px 5px 0;border: 0px solid #000;}.rightimage{float: right;margin: 0 0 5px 5px;border: 0px solid #000;}/* form setup trial.note {font-size: 80%;color: #000;font-weight: 100}#content2 label {display: block;font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 90%;font-weight: bold;color: #003366;margin: 30px 0px 3px 0px;}*/