@charset "utf-8";
body  {

	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 auto; /* 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 */
	color: #000000;
/*	background-color:#000;
*/
background-image:url(../images/bgGradient.png);
background-repeat:repeat;
}
h1 {
 	font-size: 160%;
	color: #058003;
}
h2 {
	font-size: 110%;
	font-weight:bold;
	text-align:center;
	}
p.after {
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: -1em;
	margin-left: 0;
	}
p.afterHalf {
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: -.5em;
	margin-left: 0;
	}
.copyright {
	font-size: 50%;
	font-style: italic;
	color: #058003;
}
.pixTable {
	text-align:center;
	font-size:80%;
	font-style:italic;
	color: #058003;
	width:920px;
}
.pixTable img {
	border: outset #058003 4px;
}

.descTable {
	text-align:center;
	width:920px;
}
.descTable img {
	border: outset #058003 4px;
}

table.rates {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #058003;
	border-collapse: separate;
}
table.rates th {
	border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #058003;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.rates td {
	border-width: 2px 2px 2px 2px;
	padding: 2px 8px 2px 8px;
	border-style: inset inset inset inset;
	border-color: #058003;
	-moz-border-radius: 3px 3px 3px 3px;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto;  /* add "auto" to margins (in conjunction with a width) to center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	background: url(../images/bgrdSG.jpg);
	border: thick #FFF outset;
}

.twoColFixLtHdr #mainContent { 
	margin: 0px 20px 0px 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #footer {
	border-top: ridge;
	border-top-color: #058003;
	font-weight: normal;
	margin: 0px 20px 0px 20px;
}
.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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 85%;
}
.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #000000;
}
.twoColFixLtHdr #footer a:hover {
	font-style: italic;
	color: #058003;
}
.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: 8px;
}
.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;
}
/*********************************************************************/
/*                         Drop In Box                               */
/*********************************************************************/

#dropinboxv2cover {
	width: 320px; /*change width to desired */
/*	height: 220px; /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}
#dropinboxv2 {
	width: 300px; /*change width to above width-20. */
/*	height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
/*	border: 2px solid black; /*Customize box appearance*/
/*	background-color: lightyellow; 
	padding: 4px;  */
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}
