* {
	margin:0;
	padding:0;
}

a img {
	border:none;
}

body {
	background:url("images/bg.gif") repeat-x #fdfdfd;
	font:normal 12px tahoma, arial, verdana;
	color:#9a9b9c;
}

.clear {
	clear:both;
}

h1 {
	color:#9fa1a4;
	font-size:14px;
	text-transform:uppercase;
	padding:18px 0 0.5em 0;
	border-bottom:2px solid #e0e0e1;
}

h2 {
	color:#808284;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
}

h2.aqua {
	color: #7fc5d3;
	font-size: 13px;
	font-weight: bold;
}

.aqua {
	color: #7fc5d3;
}

strong {
	color:#68bace;
}

a {
	color:#63aab8;
}

a:hover {
	color:#398391;
}

#site {
	margin:0 auto;
	width:780px;
	background:#fff;
}

#header {
	background:url("images/header_bg.gif") repeat-y top right;
	margin:0 12px;
	height:141px;
}

#logo {
	float:left;
	margin-top: 5px;
	padding:3px 8px;
	padding-left: 0px;
	text-align:center;
	font-weight:bold;
}

#logo img {
	padding:0 0 0px 0;
}

#header_rt {
	float:right;
	margin:10px 7px 18px 0;
}

#header_rt a {
	color: #F6F6F6;
}

#divider {
	border-bottom:1px solid #b3b4b5;
	height:12px;
	margin:0 12px;
}

#sidebar {
	float:left;
	margin:15px 0 0 0;
	padding:0 14px 0 24px;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	width:120px;
}

#sidebar li {}

#sidebar a {
	color:#a1a2a4;
	text-decoration:none;
	padding:5px 0 5px 0;
	display:block;
	width:120px;
	border-bottom:1px dashed #b8dfe8;
	text-transform:uppercase;
}

#sidebar a:hover {
	color:#616263;
}

#sidebar a.active {
	color:#6e6f70;
}

#sidebar .last a {
	border:none;
}

#terms {
	margin-top: 10px;
}

#terms ul {
	list-style-type: disc;
	margin-left: 15px;
	width: 100px;
}

#terms {
	font-size: 10px;
}

#rightnav {
	float: right;
	margin: 10px 0px 10px 10px;
	border: 3px solid #7fc5d3;
	background-color:#F1F5F8;
	border-top: 1px solid #7fc5d3;
	border-left:1px solid #7fc5d3;
	padding: 5px 5px 8px 5px;
}

#content {
	float:left;
	margin:0 0 1px 0;
	line-height:1.5em;
	width:610px;
}

#content ul, #content ol {
	padding:0.5em 20px;
}

#content p {
	padding:0.5em 0;
}

#footer {
	clear:both;
	border-top:11px solid #7fc5d3;
	margin:0 12px;
	padding:4px 0;
}

#locator {
	float:left;
	text-align:center;
	margin: 20px 0 0 0x;
	margin-top: 25px;
	padding:0 10px 0 0px;
	margin-left: 0px;
}

#locator #zipcode {
	text-align:center;
	width:81px;
	font-size:11px;
	color:#a1a3a5;
	padding:5px 0;
	margin:13px 0;
}

#locatortop {
	float:left;
	text-align:center;
	margin: 20px 0 0 0x;
	margin-top: 13px;
	padding: 4px;
	margin-left: 16px;
	border: 1px solid #a1a3a5;
	background-color: #ffffff;
}

#locatortop #zipcode {
	text-align:center;
	width:81px;
	font-size:11px;
	color:#a1a3a5;
	padding:5px 0;
	margin:10px 0;
}

#locatortop h2 {
	color: #9a9b9c;
	font-weight: bold;
}

#coupons {
	float:left;
	width:440px;
	height:166px;
	background:url("images/coupon_bg.gif") no-repeat;
	line-height:1.5em;
	margin-left: 3px;
}

#coupons #coupon_inner {
	margin:22px 34px 13px 14px;
}

#coupon_inner #flash {
	float:left;
	margin:0 13px 0 0;
	width:145px;
}

#coupons h1 {
	float:left;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#caption {
	float:left;
	margin:0px 0 0 15px;
	line-height:1.5em;
	width: 295px;
}

#caption div {
	margin:3px 0;
	padding:10px 19px;
	color:#66bad0;
	font-weight:bold;
}

#caption ul {
	margin-left: 18px;
	margin-top: 5px;
	list-style-type: square;
}

li.whatis-new {
	list-style-type: square;
}

.txt_right {
	text-align:right;
}

#two_columns {
	clear:both;
	width:100%;
	border-top:1px solid #b3b4b5;
}

#two_columns p.larger {
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
}

.pcolumn {
	float:left;
	width:50%;
	padding:15px 0;
}

.pcolumn p {
	padding:0 10px;
}

#footer_nav {
	clear:both;
	font-size:9px;
	color:#b1abaf;
	padding:15px 15px 10px 15px;
	border-top:1px solid #b3b4b5;
}

#footer_nav ul {
	list-style:none;
}

#footer_nav li {
	float:left;
}

#footer_nav a {
	color:#b1abaf;
	text-decoration:none;
	text-transform:capitalize;
	padding:0 5px 0 0;
	border-right:1px solid;
	margin:0 5px 0 0;
}

#footer_nav  a:hover {
	color:#616263;
}

#footer_nav .last a {
	border:none;
}

.floatR {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.floatL {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

sup {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10px;
	line-height: 10px;
}

#content p, #content li {
	font-size: 14px;
}

#content ol#cites {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 400px;
}

#content ol#cites li {
	color: #7fc5d3;
	font-size: 12px;
}

div#disclaimer {
	padding: 5px 0px 5px 0px;
	clear: both;
	border-top:1px solid #b3b4b5;
}

div#disclaimer p {
	text-align: justify;
}

#infoformtable td.header {
	padding-top: 10px;
	font-weight: bold;
}

input.textbox {
	width: 185px;
}

span.required {
	font-weight: bold;
	color: #990000;
}

p.screenshots img {
	margin-bottom: 18px;
}

sup {
	font-size: 12px;
}

span.maplink {
	float:right;
	margin-right: 350px;
	margin-top: 40px;
}

span.maplink a {
	display: block;
	width: 50px;
	height: 23px;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	border-top: 1px solid #7fc5d3;
	border-left: 1px solid #7fc5d3;
	border-bottom: 1px solid #3D92A7;
	border-right: 1px solid #3D92A7;
	background-color: #5CAEC4;
	color: #ffffff;
}

span.maplink a:hover {
	border-bottom: 1px solid #7fc5d3;
	border-right: 1px solid #7fc5d3;
	border-top: 1px solid #3D92A7;
	border-left: 1px solid #3D92A7;
}