/* global styles
==============================================================================*/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		font-size: 13px;
		font-family: "trebuchet ms", sans-serif;
		xbackground: #eee url(../images/bg-body.gif) repeat-y 50% 0;
		}


/* page layout
==============================================================================*/
div#page {
	width: 770px;
	margin: auto;
	}	
	div#content {
		float: left;
		clear: both;
		}
		div#main {
			float: left;
			width: 490px;
			padding: 15px;
			background: url(../images/bg-main.jpg) no-repeat top right;
		}
		div#sidebar {
			float: right;
			width: 220px;
			padding: 15px;
			font-size: .93em;
			background: url(../images/bg-sidebar.jpg) no-repeat top left;
		}


/* page header
==============================================================================*/
div#header {
	height: 87px;
	background: url(../images/logo.gif) no-repeat top left;
	}
	div#header h1,
	div#header h2 {
		display: none;
	}
	div#header img {
		position: relative;
		top: 5px; left: 650px;
	}


/* menu navigation
==============================================================================*/
ul#navlist {
	float: left;
	width: 100%;
	list-style-type: none;
	background-color: #bbb;
	}
	ul#navlist li {
		float: left;
		display: inline;
		}
		ul#navlist li a {
			color: #fff;
			float: left;
			display: block;
			font-weight: bold;
			padding: 5px 10px;
			text-decoration: none;
			}
			ul#navlist li a:hover {
				background-color: #c3c3c3;
			}

body#home ul#navlist li#hom a,
body#prepaidplan ul#navlist li#pre a,
body#insuredplan ul#navlist li#ins a,
body#visionplan ul#navlist li#vis a,
body#faqs ul#navlist li#faq a { 
	color: #333;
	padding-bottom: 3px;
	background-color: #fff;
	border-bottom: 2px solid #ff9900;
}
			


/* page footer
==============================================================================*/
div#footer {
	clear: both;
	padding: 10px;
	border-top: 1px solid #d9d9d9;
	}
	div#footer p {
		margin-bottom: 0;
		}
		div#footer p#copyright {
			font-size: .9em;
			font-weight: bold;
		}
		div#footer p#disclaimer {
			width: 420px;
			margin-top: 1em;
			font-size: .85em;
		}


/* typography
==============================================================================*/
a:link { color: #06c; }
a:visited { color: #06c; }

a.pdf {
	padding-right: 23px;
	background: url(../images/pdf.png) no-repeat 100% 0;
}

strong {
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	background-color: lightyellow;
}

p { margin-bottom: 1em; }

#content ul,
#content ol,
#content dl { margin-bottom: 1em; }
#content ul { margin-left: 15px; }
#content ol { margin-left: 25px; }


h2 {
	color: #ff9900;
	font-size: 1.6em;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}

#main h3 { font-size: 1.3em; }
#sidebar h3 {
	color: #ff8400;
	font-size: 1.1em;
	xfont-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}
#sidebar h4 {
	font-size: 1em;
}
#main h3 a, #sidebar h3 a {
	color: #333;
	text-decoration: none;
}

hr {
	margin-bottom: 1em;
	border: 2px solid #d9d9d9;
}



dl.faqs dt,
dl.faqs dd {
	padding-left: 20px;
}
dl.faqs dt {
	font-weight: bold;
	background: url(../images/deco-dt.gif) no-repeat 0 3px;
}
dl.faqs dd {
	margin-bottom: 1em;
}









img.left {
	float: left;
	padding: 5px 3px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	margin: 0 .5em .5em 0;
}




a.popup {
	padding-right: 18px;
	background: url(../images/popup.png) no-repeat 100% 3px;
}

.note { color: #999; font-size: .9em; }





.notice {
	margin: 1em 0;
	font-size: .85em;
	padding: 10px 10px 10px 40px;
	border-top: 1px solid #ebe288;
	border-bottom: 1px solid #ebe288;
	background: #fffde5 url(../images/ico-warning.gif) no-repeat 15px 12px;
}
.notice p + p { margin-bottom: 0; }







/* contact section
==============================================================================*/
div#contact {
	margin-top: 10px;
}
div.vcard {
	margin-bottom: 1em;
	}
	div.vcard .fn {
		font-size: 1.1em;
		font-weight: bold;
	}
	div.vcard .tel {
		margin-left: 3px;
		padding-left: 10px;
		border-left: 3px solid #d9d9d9;
	}
	

/* provider search
==============================================================================*/
div#providersearch {
	overflow: auto;
}
ul#providerlist {
	clear: left;
	margin-left: 3px;
	list-style-type: none;	
	}
	ul#providerlist li {
		padding-left: 18px;
		background: url(../images/popup.png) no-repeat 0 3px;
		}
		ul#providerlist li a {
			padding: 0;
			background: none;
		}


/* tables
==============================================================================*/
table {
	font-size: 1em;
	margin-bottom: 1em;
}

table.datatable {
	border-collapse: collapse;
	border-bottom: 1px solid #d9d9d9;
	}
	table.datatable th {
		color: #ffffff;
		text-align: left;
		padding: 3px 8px;
		background-color: #3d80df;
	}
	table.datatable td,
	table.datatable th {
		padding: 4px 8px;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		}
		table.datatable th.subheader {
			color: #333;
			background-color: #cce2ff;
		}
	table.datatable .alt {
		background-color: #edf3fe;
	}

table#copayment-schedule { width: 100%; }
table#copayment-schedule thead th#adacode { width: 75px; }
table#copayment-schedule thead th#youpay { width: 75px; }

table#prepaiddentalplan { width: 100%; }
table#insureddentalplan { width: 100%; }

table#freedomadvance { width: 100%;}
table#freedomadvance th { background-color: #3d80df; /*#89e57f*/ } 
table#freedomadvance tbody td { border-bottom: 1px solid #d9d9d9; }
table#freedomadvance tbody td .note { display: block; }

table#vspbenefits { width: 100%; /* table-layout: fixed; */ }
table#vspbenefits tbody td { vertical-align: top; }
table#vspbenefits tbody td .discount { font-size: 2em; }






/* http://www.positioniseverything.net/bg-centering.html */
	* html div#page { padding-left: 1px; }



/* Button styles added for the surveys */
.formbutton {
margin: 5px 0;
padding: 0 5px;
background-image:   url("../images/submitbuttons.gif");
background-position:bottom;
border: 1px solid #f90;
vertical-align: middle;
text-align:center;
}
.formbutton:hover, .formbutton:focus {
background-image:   url("../images/submitbuttons-over.gif");
background-position:top;
border: 1px solid #f90;
vertical-align: middle;
} 
p.formbutton a:link, p.formbutton a:visited, p.formbutton a:hover, p.formbutton a:active {
color:#666;
text-decoration:none;
}



/* footer stick alt
==============================================================================
html, body { height: 100%; }
div#nonfooter { position: relative; min-height: 100%; }
* html div#nonfooter { height: 100%; }
div#footer { position: relative; margin-top: -7.5em; }*/


/*
html, body { height: 100%; }
div#page { position: relative; min-height: 100%; }
* html div#page { height: 100%; }
div#content { overflow: auto; }
div#footer { position: absolute; bottom: 0; width: 750px; }
*/