*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #F2F2F2;
}

h1
{
	margin: 0;
	padding: 15px 10px 15px 10px;
	font-size: 24px;
	text-align: center;
}

h2
{
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}
h3
{
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
h4
{
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	line-height: 30px;
	border-bottom: #ccc 1px solid;
	padding-bottom: 10px;
}
p
{
	margin: 0;
	padding: 10px;
	clear: both;
}

ul#checkmark
{
	list-style-type: none;
	padding: 15px 10px 15px 10px;
	text-align: center;
}

li.checkmark
{
	background: url(../images/checkmark.gif) no-repeat 85px; /* adjust list item px image spacing if needed */
	margin-left: 30px;
	padding: 0px 5px 5px 110px;
	text-align: left;
}

ul#checkmark2
{
	list-style-type: none;
	padding: 15px 10px 15px 10px;
	text-align: left;
}

li.checkmark2
{
	background: url(../images/checkmark.gif) no-repeat 0px; /* adjust list item px image spacing if needed */
	padding: 0px 5px 5px 30px;
	text-align: left;
}


img
{
	border: 0;
}

.highlight
{
	font-weight: bold;
	background: #FFFF00;
}

.colred
{
	font-weight: bold;
	color: #f00;
}
#wrapper
{
	posistion: relative;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 880px;
	height: 1%;
	padding: 0 10px 0 10px;
	background: url(../images/shadow-wrapper.gif) repeat-y;
}

#header
{
	margin: 0; /*padding-top: 10px;*/
	width: 880px;
	height: 16s0px;
	border-bottom: 1px solid #182F10; /* bottom border header color */ /*background:#6ABC41;  header color */
}

#logo
{
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
	width: 880px;
	height: auto;
	background: url(../images/logo.gif) no-repeat; /* logo image */
}
#logo a
{
	color: #fff;
	text-decoration: none;
}
#logo a:hover
{
	color: #fff;
	text-decoration: none;
}
#zipcode
{
	float: right;
	margin-top: 10px;
}
#zipcode
{
	float: right;
	width: 390px;
	margin-right: 5px;
}
#zipcode li
{
	float: left;
	list-style: none;
}
#zipcode li.topbox
{
	font-size: 18px;
	color: #402C00;
}
#zipcode ul li ul li
{
	margin: 3px;
}
#zipcode ul li ul li.zip
{
	font-size: 16px;
	color: #402C00;
	margin-top: 7px;
}
#zipcode ul li ul li.call
{
	font-size: 22px;
	color: #402C00;
	clear: both;
	margin-left: 50px;
}

#info
{
	background: #efefef;
	border: #ccc 1px solid;
	padding: 10px;
	margin: 20px;
	text-align: center;
}
#info span
{
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 18px;
}
#info label
{
	font-size: 14px;
	padding: 5px;
	text-align: right;
}
#moneyback
{
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	border: #ccc 1px solid;
	text-align: center;
	padding: 10px;
}
#moneyback
{
	list-style: none;
}

.blu
{
	color: Blue;
}

#rightmid
{
	background: #F3F3F3;
	width: 283px;
}
#rightmid span
{
	padding: 10px;
}
#header h1
{
	float: left;
	margin: 0;
	padding: 10px 10px 0 80px;
	font-size: 30px;
	color: #FFF;
	clear: both;
}

#tagline
{
	margin: 0;
	padding: 0 0 0 82px;
	height: 1%;
	font-size: 14px;
	color: #FFF;
	clear: both;
}

#leftcolumn
{
	float: left;
	margin: 0;
	padding: 10px;
	width: 660px;
	height: auto;
	color: #333;
	background: #FFF;
}

p.button
{
	padding: 20px 10px 20px 10px;
	text-align: center;
}
p.biglink
{
	font-size: 22px;
	padding: 20px 10px 20px 10px;
	text-align: center;
}

#resource-box
{
	margin: 40px auto 10px auto;
	width: 400px;
	border: 1px solid #336699;
}

#resource-title
{
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #CCC;
	background: #336699;
}

ul#resource-list
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

a.resource-link
{
	display: block;
	padding: 6px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	color: #333;
	background: #F2F2E6;
}

* html ul#resource-list li
{
	display: inline;
	height: 1%;
}

#rightcolumn
{
	float: right;
	margin: 0;
	padding: 25px 10px 10px 10px;
	width: 160px;
	height: 100%; /* increase or decrease the rightcolumn value depending on the finished height of the leftcolumn */
	color: #333;
	border-left: 1px solid #CCC;
	background: #F2F2E6;
	position: relative;
}
#rightcolumn ul
{
	margin-left: 15px;
}
#rightcolumn ul li
{
	padding: 5px 5px;
}

ul
{
	margin-left: 15px;
}
ul li
{
	padding: 5px 5px;
}

* html #rightcolumn
{
	height: 1930px; /* IE (Internet Explorer): increase or decrease the rightcolumn value depending on the finished height of the leftcolumn */
}

#rightcolumn h2
{
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	font-size: 16px;
	font-style: bold;
	color: #FFF; /* right column h2 text color */
	border-bottom: 4px solid #182F10; /* right column h2 bottom border color */
	background: #2D4F1C; /* right column h2 text background color */
}

#rightcolumn p
{
	padding-bottom: 40px;
}

.quote
{
	font-style: italic;
}

.signature
{
	float: right;
	font-style: normal;
	font-weight: bold;
}

p.label
{
	text-align: center;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 12px 12px 12px 20px;
	width: auto;
	height: 1%;
	color: #000;
	font-size: 11px;
	border-top: 6px solid #ccc; /* top border footer color */
	background: #efefef; /* footer color */
}

#footer a
{
	color: #000;
	font-size: 11px;
}
#discla
{
	font-size: 10px;
	float: left;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;line-height:16px;
}

table.tablewithheader
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.tablewithheader td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 11px;
	text-align: center;
	padding: 3px;
}
.tablewithheader th
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #999;
	color: #000;
	font-size: 12px;
}
.tablewithheader a:link
{
	color: #ffffff;
	font-weight: normal;
}
.tablewithheader a:visited
{
	color: #ffffff;
	font-weight: normal;
}
.tablewithheader a:hover
{
	color: #ffffff;
	font-weight: normal;
}

table.plan
{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.plan td
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 12px;
	padding: 3px;
}
.plan th
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #999;
	color: #000;
	font-size: 12px;
}
.plan a:link
{
	color: #006699;
	font-weight: normal;
}
.plan a:visited
{
	color: #006699;
	font-weight: normal;
}
.plan a:hover
{
	color: #006699;
	font-weight: normal;
}

.datagrid_main
{
	padding: 20px;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	border: #CCCCCC 1px solid;
}
.datagrid_main td
{
	height: 24px;
}

.datagrid_altcol
{
	background-color: #efefef;
	border-top: #999999 1px solid;
}

.datagrid_pagelist
{
	background-color: #c9c9c9;
}
.datagrid_pagelist td
{
	padding: 5px;
	border: none;
}
.datagrid_pagelist a:link
{
	color: #0066CC;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	border: #999999 1px solid;
}
.datagrid_pagelist a:active
{
	color: #0066CC;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	border: #999999 1px solid;
}
.datagrid_pagelist a:visited
{
	color: #0066CC;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px;
	border: #999999 1px solid;
}
.datagrid_pagelist a:hover
{
	color: #ffffff;
	font-size: 12px;
	background-color: #0066CC;
	border: #999999 1px solid;
}

.datagrid_head
{
	background-color: #E2E2E2;
	height: 28px;
	text-align: left;
	font-weight: normal;
}
.datagrid_head td
{
}
.datagrid_head a:link
{
	font-size: 12px;
	font-weight: normal;
}
.datagrid_head a:visited
{
	font-size: 12px;
	font-weight: normal;
}
.datagrid_head a:hover
{
	font-size: 12px;
	font-weight: normal;
}

.datagrid_hovcol
{
	padding: 20px;
	background-color: #6ABC41;
	color: #000;
	font-size: 12px;
	text-align: left;
}
