html {
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	padding: 0 auto;
	width: 980px;
	background: white;
	position: relative;
	margin-bottom: 100px;
}

p, ul {
	line-height: 140%;
	font-size: 12px;
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

.pricing, TD.pricing {
  font-size:11px;
  line-height: 16px;
  color: #333;
}

#calc {  
	line-height: 14px;
	color: white;
}

#calc input, #calc select {
	border: 1px solid #cccccc;
	font-size: 11px;
	padding: 2px;
}

form {
	display:	inline;
	margin:		0;
}

select, input, textarea {
	font-size: 12px;
	padding: 5px;
	margin: 2px 0 2px 0;
	border: 1px solid #ddd;
	color: #333333;
	outline: none;
}


.qty {
  font-size: 12px;
  color: black;
  border: 1px solid #cccccc;
  padding: 2px;
}

TD.calculator {
  font-size:10px;
  line-height: 14px;
  color: #333;
  border: 0px;
  border-spacing: 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #003366;
	border: 0px;
	padding: 5px;
	cursor: pointer;
}

.calculator {
  font-size: 11px;
  color: black;
  line-height: 14px;
  border: 1px;
  border-style: solid;
  border-color: #cecece;
  border-spacing: 2px;
  padding: 3px;
}

TD.calculator {
  font-size:10px;
  line-height: 14px;
  color: #333;
  border: 0px;
  border-spacing: 0px;
}

.price {
  font-size: 20px;
  font-weight: bold;
}

.price1 {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.price2 {
  font-size: 12px;
  font-weight: medium;
  color: black;
}

.price3 {
  font-size: 12px;
  font-weight: medium;
  color: #999;
}

img {
	border: 0;
}


.hr {
	margin: 0;
	border-top: 1px dashed #ccc;
}

.img {
  border: 1px;
  border-style: solid;
  border-color: #dddddd;
}

.img a:hover {
  border: 2px;
  border-style: solid;
  border-color: #ff0000;
}

h1 {
	font-size: 200%;
	line-height: 30px;
	letter-spacing: -1px;
	color:#333;
	margin: 20px 0 10px 0;
}

h2 {
  font-size: 140%;
  color:#333;
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 120%;
  color:#336699;
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
}

h4 {
  color:#336699
  font-size: 11px;
  margin: 10px 0 0 0;
}

.interlinks  {font-size: 11px; color:#ccc; text-decoration: none; }
.interlinks a {color:#ccc; text-decoration: underline;}

#ajaxticker1 {
	font-size: 12px;
	color: #999999;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.message { /*class to apply to your scroller(s) if desired*/
	font-size: 12px;
	color: #006666;
}

#footerbanner {
	width: 100%;
	height: 50px;
	position: fixed;
	background: #0066cc;
	bottom: 0px;
	z-index: 9999999;
	left: 0;
}

#tool {
	float:					right;
	width:					155px;
	text-align:				left;
	margin-bottom:			5px;
	background:				#003366;
	padding:				10px;
	font-size:				11px;
	line-height:			14px;
	color:					#eeeeee;
	-moz-border-radius:		5px;
    -webkit-border-radius:	5px;
    -khtml-border-radius:	5px;
    border-radius:			5px;
}

#tool select,
#tool input,
#tool textarea {
	font-size: 12px;
	padding: 4px;
	margin: 2px;
	border: 0;
	color: #333333;
	outline: none;
}

.heading {
	color: white;
	font-family: "Arial Black", Arial, Helvetica, sans-seif;
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: -1px;
}

.bottomnav {color:#666; text-decoration:none; font-size: 11px;}
.bottomnav a:link {color:#666; text-decoration:none;}
.bottomnav a:visited {color:#666; text-decoration:none;}
.bottomnav a:hover {color:#666; text-decoration:underline;}
.bottomnav a:active {color:#666; text-decoration:underline;}


/*ul {margin-top: 0px;}
li {font-size:70%; margin-top: 5px; margin-bottom: 3px; margin-left: -10px; margin-right: 0px; line-height: 16px;}*/
pre {font-size:70%; line-height: 140%; color: #333;}

#features ul {
list-style-image: url(./images/check20x20.gif);
}

.county {font-size:10px; line-height: 12px; color: #333;}

.small {
  font-size: 9px;
  line-height: 150%;
}

.smallwhite {
  font-size: 9px;
  color: #ffffff;
}

.smallblack {
  font-size: 9px;
  color: #000000;
}

.hide {
    position: absolute;
	visibility: hidden;
}

.show {
    position: absolute;
	visibility: visible;
}


