/* CSS for "normal" interior pages */


@import url(/_styles/site/core.css);
@import url(/_styles/site/interior.css);


/* MAIN */
div#main {
	width: 485px;
	margin: 15px 0 0 215px;
}

/* /MAIN */


/* SUBNAV */
div#subnav {
	width: 200px;
	margin: 3px 0 0 7px;
	
	padding: 1px 0 6px;
	background: url(../../img/interior/subnavbottom.gif) left bottom no-repeat transparent;
	
	float: left;
	display: inline;
	vertical-align: top;
}

/* Some defaults just in case */
div#subnav h2 {
	height: 27px;
	text-align: center;
	
	font-family: Times New Roman, Times, serif;
	color: white;
	padding-top: 10px;
	
	text-transform: uppercase;
	background: url(../../img/interior/h/none-sub.gif) left top no-repeat transparent;
}

div#subnav h2 a:link,
div#subnav h2 a:active,
div#subnav h2 a:visited,
div#subnav h2 a:hover {
	color: #FFF;
}


div#subnav h2.health {
	text-indent: -100em;
	text-align: left;
	font-size: 1px;
	overflow: hidden;
	
	padding: 0;
	height: 37px;
	
	background: url(../../img/interior/h/plans-sub.gif) left top no-repeat transparent;
}

div#subnav ul {
	padding: 0;
	margin: 0;
}

div#subnav li {
	display: block;
	line-height: 1.2em; 
	_height: 0; /* FIXES IE 6, for some reason */
}

div#subnav a:link,
div#subnav a:active,
div#subnav a:visited {
	text-decoration: none;
}
div#subnav a:hover {
	text-decoration: underline;
}

/* Top Level */
div#subnav li a,
div#subnav li span {
	display: block;
	
	/* min-height: 25px; */
	font-size: 14px;
	font-weight: bold;
	
	/* padding: 10px 0 10px 10px; */
	padding: 10px 0 10px 10px;
}

div#subnav li a {
	background: url(../../img/interior/sn/nonsel.gif) left top no-repeat #dfdfd4;
}

div#subnav li.selected a,
div#subnav li.selected span,
div#subnav li a:hover {
	background: url(../../img/interior/sn/sel.gif) left top no-repeat transparent;
}

div#subnav li.selected a,
div#subnav li.selected span {
	border-bottom: 1px solid #CCC;
}


div#subnav li.selected a:link,
div#subnav li.selected a:active,
div#subnav li.selected a:visited {
	color: #353535;
}


/* Sub Level */
div#subnav li li a,
div#subnav li.selected li a,
div#subnav li li span,
div#subnav li.selected li span {
	background: none;
	height: auto;
	font-size: 11px;
	padding: 5px 0 5px 10px;
	/* For IE 5: */
	_height: 0;
	border-bottom: none;
}

div#subnav li.selected li a:link,
div#subnav li.selected li a:visited,
div#subnav li.selected li a:active {
	color: #007d53;
}

div#subnav li.selected li a:hover {
	background: none;
}

/* Final Level */
div#subnav li li li a,
div#subnav li.selected li li a {
	font-weight: normal;
	padding-left: 20px;
	padding: 10px 0 0 20px;
}

/* /SUBNAV */




/* SIDE-ALT */
div.side-alt {
	width: 200px;
	overflow: hidden;
	margin: 23px 0 0 7px;
	
	padding: 1px 0 6px;
	
	float: left;
	clear: left;
	vertical-align: top;
}

div.side-alt p {
	text-align: justify;
}
div.side-alt p.aligncenter {
	text-align: center;
}

div.side-alt a img {
	border: none;
}

/* /SUBNAV */





/* FOOTER */
p#footer {
	min-height: 22px;
	background: url(../../img/interior/footernorm.gif) left top no-repeat transparent;
	
	text-align: center;
	padding: 5px 0 0 0;
	_height: 27px;
	
	clear: both;
	margin: 0 0 10px 210px;
}

p#copywrite {
	margin: 0 0 10px 210px;
}
/* /FOOTER */




/* PROVIDER SEARCH */
div.searchform {
	margin-bottom: 20px;
}

div.searchform div {
	position: relative;
	height: 1.5em;
	margin: 3px 0;
}

div.searchform label {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}


div.searchform input,
div.searchform select {
	position: absolute;
	top: 0;
	left: 90px;
	
}

div.searchform input { width: 344px; }
div.searchform input.zip { width: 85px; }
div.searchform select { width: 350px; }

div.searchform div.submit input {
	width: 180px;
}
/* SEARCH */




/* Pharmacy Search */
div.pharmsearch input {
	border:1px solid #7F9DB9;
	padding:2px;
}

div.pharmsearch div.name,
div.pharmsearch div.address,
div.pharmsearch div.zip,
div.pharmsearch div.hours,
div.pharmsearch div.search {
	position: relative;
	margin-bottom: 5px;
}

div.pharmsearch div.name label,
div.pharmsearch div.zip label{
	position: absolute;
	width: 100px;
	padding: 2px 0;
	/* border: 1px solid #F00; */
}

div.pharmsearch div.name input {
	display: block;
	margin: 0 0 0 110px;
	width: 300px;
}

div.pharmsearch div.zip input {
	display: block;
	margin: 0 0 0 110px;
	width: 150px;
}

div.pharmsearch div.address label.city {
	position: absolute;
	width: 100px;
	padding: 2px 0;
	/* border: 1px solid #F00; */
}

div.pharmsearch div.address input.city {
	position: absolute;
	width: 170px;
	top: 0;
	left: 110px;
}

div.pharmsearch div.address label.state {
	padding: 2px 0;
	position: absolute;
	width: 50px;
	top: 0;
	left: 300px;
	/* border: 1px solid #F00; */

}

div.pharmsearch div.address select {
	display: block;
	margin: 0 0 0 356px;
	width: 60px;
}

div.hours,
div.search {
	padding: 0 0 0 110px;
}

div.hours input {
	border: none;
}

div.search input {
	width: 100px;
}

p.nomatch {
	font-style: italic;
	text-align: center;
	padding: 30px 10px;
}
/* /Pharmacy Search */






/* RESULTS */
tr.name td {
	background-color: #F4F4F4;
	border-top: 2px solid #CCC; 
	color: #000;
	padding: 2px 0;
	
}

tr.provider td {
	padding: 0 0 5px;
}

tr.alt td {
	background-color: #F3F3F3;
}
/* /RESULTS */


/* SPLITS */
div.split ul.left {
	width: 200px;
	float: left;
}

div.split ul.right {
	width: 200px;
	margin: 0 0 0 230px;
}
/* /SPLITS */

