/*** Reset Styles *******************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {	
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

#chart table {

}

#chart .grn {
	border: solid #fff 5px;
	padding: 5px;
	background:#ebf5e9;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*** Envoy Styles *******************************************************/

body {
    background: #A6C6E2 url(../images/gradients.png) repeat-x left -106px;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;    
	min-width:320px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

.clear {
	overflow: hidden;
}

.hidden {
	display: none;
}

body > h1 {
	background: url(../images/geico_logo.png) no-repeat center 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
    padding: 39px 65px 0 10px;
	position: relative;
    text-overflow: ellipsis;
	text-shadow: rgba(52, 75, 103, 1) 1px 1px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
}

h1 a {
	background: url(../images/nav_buttons.png) no-repeat;
	display: block;
	height: 22px;
	position: absolute;
	text-indent: -9999px;
}

h1 a#back_button {
	left: 10px;
	top: 6px;
	width: 56px;
}

h1 a#home_button {
	background-position: -56px top;
	right: 10px;
	top: 6px;
	width: 27px;
}

.panel h2, .panel p, .panel ul , .panel ol {
	color: #4d4d70;
	font-size: 14px;
	line-height: 20px;
    margin-bottom: 10px;
	text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}

.panel h2 {
	font-size: 16px;
	font-weight: bold;
}

.panel li {
	margin-bottom: 3px;
	padding-left:  5px;
}

.panel ul li {
	list-style: inside disc;
}

.panel ol li {
	list-style: inside decimal;
}

.panel table ul, .panel table ol {
	margin-bottom: 0;
}

.panel table li {
	border-bottom: 1px solid #ddd;
	margin-right: 10px;
	padding: 2px 0 3px  0;
}

.panel table li:last-child {
	border: none;
}

.panel {
	min-height: 301px;
	padding: 15px 10px 10px 10px;
}

table {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	border: 1px solid #A6C6E2;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

td {
	border-top: 1px solid #A6C6E2;
	padding: 10px;
	vertical-align: middle;
}

td.arrow a, td.phone a {
	color: #000;
	display: block;
	font-size: 14px;
	padding: 10px 30px 10px 10px;
	text-decoration: none;
}

td.arrow a {
	background: url(../images/arrow.gif) no-repeat center right;
	font-weight: bold;
}

td.phone a {
	background: url(../images/phone.gif) no-repeat center right;
}

td.phone span {
	display: block;
	font-weight: bold;
	margin-top: 4px;
}

tr:first-child td {
	border: none;
}

td:first-child {
	padding-right: 0;
}

td.arrow, td.phone {
	padding: 0;
}

.panel .notice {
	background: #fff url(../images/light_bulb.png) no-repeat 5px center;
	border: 1px solid #999;
	font-size: 14px;
	line-height: 15px;
    margin-bottom: 15px;
	overflow: hidden;
	padding: 10px 10px 10px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

label {
	color: #5f7085;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

/*** Main buttons *******************************************************/

.main_button {
	color: #fff;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	display: block;
    height: 38px;
	line-height: 38px;
    text-decoration: none;
    text-overflow: ellipsis;
	text-shadow: rgba(0, 0, 0, .8) 0px -1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	white-space: nowrap;	
	width: 48%;
}

.green_button {
	background: url(../images/gradients.png) repeat-x left -68px;
	border: 1px solid #40710F;
	float: left;
}

.gray_button {
	background: url(../images/gradients.png) repeat-x left -30px;
	border: 1px solid #47433E;
	float: left;
	margin-right: 4%;
}

.wide_button {
	float: none;
	margin: 0;
	width: 100%;
}

/*** Footer *************************************************************/

#footer {
	background: url(../images/gradients.png) repeat-x;
	clear: both;
	height: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 6;
}

#footer li {
	color: #ccc;
	float: left;
	font-size: 12px;
	padding: 5px 10px;
	margin-left: 5px;
	margin-top: 4px;
}

#footer li a {
	background: #666;
	color: white;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer li.terms_link {
	float: right;
	margin-right: 5px;
	padding: 0;
}

#gecko {
	background: url(../images/gecko.gif) no-repeat;
	float: right;
	height: 208px;
	margin-bottom: -1px;
	margin-top: -207px;
	position: relative;
	width: 180px;
	z-index: 5;	
}