@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#FFFFFF;
}

h1{ /*************************MARGIN-TOP 0 moves container Div to top of screen**********************/
margin-top:0;
font-weight:100
} 

.mapMarker {position:relative; width:147px; height:48px; ; background-image:url(../images/backs/pin&marker.PNG);text-align:center; padding-top:7px; z-index:0}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
		position:relative;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 50px 0 0 0;
	text-align:center;
}

.twoColFixLtHdr #mainContent { 
	float:left;
	margin-left:30px;
	width:780px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixLtHdr #footer { 
	background-image:url(../images/backs/footer_back.PNG);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	margin: 0 0 0 233px;
	padding: 2px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #OpContainer {
	
	
	left:0px;
	float: left;
	
	width: 40px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:350px;
	/*background:url(../images/sidebarBack.JPG);  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align:center;
	
}

.options {
	position:relative;
	float:left;
	top:160px;
	width: 40px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:350px;
	/*background:url(../images/sidebarBack.JPG);  the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
	

}


.hideInitially{
 /* display:none; THIS MUST BE REMOVED TO MAKE IE6 COMPATIBLE - it is not needed thanks to some onLoad commands in HTML - only here to make editing easier! */
}

a:link {
COLOR:#336600;
text-decoration:  none;

}
a:visited {
COLOR:#003300;
text-decoration:  none;

}
a:hover {
COLOR:#66CCCC;
}
a:active {
COLOR:#CCCCCC;
text-decoration:  none;

}

p {
	font-family: arial;
	font-size: 14px;
	color:#666666;
	margin:0;
	padding:5px 0 0 0
}

.GreenSmall {
	font-family: arial;
	font-size: 12px;
	color:#009900;
}


.large_green {
	font-size: 18px;
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.formGrid td{border-bottom:#ddd 1px solid}
.formGrid p{margin:0; padding:0}

.product {width:245px; height:340px; float:left; margin:5px; text-align:center}
.whiteBoxTop {width:774px; background-image:url(../images/backs/full_width/top.png); height:21px}
.whiteBox {width:774px; background-image:url(../images/backs/full_width/middle_full.png);}
.whiteBoxBot {background-image:url(../images/backs/full_width/bottom.png); width:774px; height:20px}
h2 {font-size:20px; color:#006; font-family:Arial, Helvetica, sans-serif; font-weight:100; margin-top:0}
