
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    Home Parenteral Services
URL :      http://hpsoftheozarks.com

Created :  08.18.2009
Modified : 08.25.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }
	
/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -    H T M L	    - - - - - - - - - - - - - - - - - - - - - - - */

body {
	font-family: Tahoma, Geneva, Verdana;
	font-size: 62.5%;
	color: #555;
	background: #E4FBF8;
}

html>body { font-size: 10px; }

/* Anchor Links 
-------------------------------------------- */
a:link { color: #385682; text-decoration: underline; }
a:visited { color: #385682; text-decoration: underline; }
a:hover {  color: #385682; text-decoration: none; }
a:active {  color: #385682; text-decoration: none; }

/* Headings 
-------------------------------------------- */
h1 { margin: 0; font-size: 2.4em; line-height: 1.4em; color: #00205B; font-weight: normal; }
h2 { margin: 0; font-size: 1.8em; line-height: 1.2em; color: #16A795; font-weight: normal; }
h3 { font-size: 1.2em; font-weight: bold; color: #00205B; }

#sub-content h2 { font-weight: bold; color: #00205B; }

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.25em; font-size: 1em; line-height: 1.5em; }
p, #main-content ul, #main-content ol { font-size: 1.2em; }
blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1.4em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* - - - - - - - - - - - - - - - - - - - - - - -    M A I N - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

/* GLOBAL STYLES
-------------------------------------------- */
#wrapper { 
	margin: 0 auto; 
	width: 980px; 
	text-align: left; 
	background: url(../images/body_bg_shade.jpg) repeat-y 0 0;
}

#header, #content { margin: 0 10px; }

.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

/* Iconize 0.5 */
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* HEADER
-------------------------------------------- */
#header { width: 960px; height: 144px; }

#header img { float: left; }

/* Header Navigation
http://css-tricks.com/simple-jquery-dropdowns/
-------------------------------------------- */
#header .nav {
	position: relative;
	float: left;
	width: 960px;
	height: 32px;
	z-index: 30;
}

#header .nav li { float: left; zoom: 1; }

#header .nav li.hover,
#header .nav li:hover { position: relative; }

#header .nav li a {
	float: left;
	display: inline-block;
	display: block;
	height: 32px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../images/global_nav_sprite.jpg);
}

#header .nav li#gn-home a { width: 97px; background-position: 0 0; }
#header .nav li#gn-home a:hover, body.home #header .nav li#gn-home a { background-position: 0 -32px; }
#header .nav li#gn-about a { width: 113px; background-position: -97px 0; }
#header .nav li#gn-about a:hover, body.about #header .nav li#gn-about a { background-position: -97px -32px; }
#header .nav li#gn-services a { width: 99px; background-position: -210px 0; }
#header .nav li#gn-services a:hover, body.services #header .nav li#gn-services a { background-position: -210px -32px; }
#header .nav li#gn-referrals a { width: 110px; background-position: -309px 0; }
#header .nav li#gn-referrals a:hover, body.referrals #header .nav li#gn-referrals a { background-position: -309px -32px; }
#header .nav li#gn-employment a { width: 131px; background-position: -419px 0; }
#header .nav li#gn-employment a:hover, body.employment #header .nav li#gn-employment a { background-position: -419px -32px; }
#header .nav li#gn-contact a { width: 128px; background-position: -550px 0; }
#header .nav li#gn-contact a:hover, body.contact #header .nav li#gn-contact a { background-position: -550px -32px; }
#header .nav li#gn-links a { width: 81px; background-position: -678px 0; }
#header .nav li#gn-links a:hover, body.links #header .nav li#gn-links a { background-position: -678px -32px; }
#header .nav li#gn-patient a { width: 201px; background-position: -759px 0; }
#header .nav li#gn-patient a:hover, body.patient #header .nav li#gn-patient a { background-position: -759px -32px; }

/* Level Two */
#header .nav ul {
	width: 240px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 10px;
	z-index: 90;
	
 	/* Shadows except for IE6 */
	background: url(../images/shadow.png) no-repeat bottom right;
	padding: 0 10px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

#header .nav ul li {
	float: left;
	font-weight: normal;
	border-bottom: 1px solid #A0E1DA;
	background-color: #fff;
}

#header .nav ul li a {
	display: inline-block; /* IE 6 & 7 Needs Inline Block */
	width: 200px !important;
	height: auto;
	padding: 6px 20px 6px 20px;
	text-indent: 0;
	overflow: visible;
	font-family: "Gill Sans", Calibri, "Trebuchet MS";
	font-size: 1.3em;
	text-transform: uppercase;
	color: #1C579C;
	background-image: none;
	background-color: #fff;
}

#header .nav ul li a:hover { position: relative; background: #E2EFFA; }

#header .nav ul li:first-child a,
#header .nav ul li:first-child a:hover { /* psuedo selectors don't work in IE */
	background-image: url(../images/shadow_top.png) ;
	background-repeat: repeat-x;
	background-position: 0 0 !important; 
}

#header .nav ul li:last-child { border-bottom: none; } 

/*  Level Three  */
/*#header .nav ul ul { left: 100%; top: 0; }

#header .nav li:hover > ul { visibility: visible; }

#header .nav ul li:first-child ul a,
#header .nav ul li:first-child ul a:hover {
	background-image: none;
	border-left: 1px solid #A0E1DA;
} */

/* CONTENT
-------------------------------------------- */
#content { 
	clear: both;
	position: relative;
	width: 960px;
	z-index: 10;
}

#main-content {
	float: right;
	width: 711px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	margin: 0 0 40px -4px;
	padding: 228px 0 0 40px;
	position: relative;
	z-index: 30;
}

.column {
	float: left;
	width: 310px;
	margin: 0 40px 0 0;
	padding: 30px 0 0;
}

#sub-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 181px;
	height: 579px;
	padding: 24px 0 0 32px;
	font-family: "Gill Sans", Calibri, "Trebuchet MS";
	text-transform: uppercase;
	color: #00205B;
	background: url(../images/subcontent_bg.jpg) no-repeat 0 0;
	z-index: 20;
}

/* FOOTER
-------------------------------------------- */
#footer {
	clear: both;
	padding: 25px 0 50px 0;
	text-align: center;
	color: #385682;
	background: #E4FBF8 url(../images/footer_rounded_corners.jpg) no-repeat 0 0;
}

/* Footer Navigation  
-------------------------------------------- */
#footer .nav { margin: 0 0 0.5em; }

#footer .nav li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0 7px 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	border-right: 1px solid #728DA9;
}

#footer .nav li.last {
	margin: 0;
	padding: 0;
	border-right: none;
}

#footer .nav li a,
#footer .nav li a:visited {
	color: #385682;
	text-decoration: none;
}

#footer .nav li a:hover { text-decoration: underline; }

/* - - - - - - - - - - - - - - - - - - - - - - -    P A G E - D E T A I L S    - - - - - - - - - - - - - - - - - - - - - - - */

/* HOMEPAGE
-------------------------------------------- */
body.home #main-content { background: url(../images/banner_home.jpg) no-repeat right top; }

body.home #main-content h2 { width: 660px; }

/* SECONDARY PAGES
-------------------------------------------- */
body.page #main-content { background: url(../images/banner_alpha.jpg) no-repeat right top; }

p.margin-fix { margin: -0.75em 0 0.5em; }

ul.margin-fix, ol.margin-fix { margin: -1.25em 0 1.25em; }

/* TEAM MANAGEMENT PAGE
-------------------------------------------- */
body.management #main-content ul.column {
	width: 330px;
	padding: 0 20px 0 0;
	font-size: 1em;
}

body.management #main-content ul.left-column {
	margin: 30px 10px 0 0;
	border-right: 1px solid #A0E1DA;
}

body.management #main-content ul.right-column {
	margin: 30px 0 0 0;
}

body.management .column li {
	float: left;
	width: 330px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.management .column p {
	float: right;
	width: 230px;
	margin: 0 0 1.5em;
	font-size: 1.1em;
	line-height: 1.4em;
}

body.management .column strong { 
	display: block; 
	margin: -4px 0 0; 
	color: #00205B;
}

body.management .column img { 
	float: left; 
	clear: both;
	margin: 0 0 20px;  
}

/* TESTIMONIALS PAGE
-------------------------------------------- */
body.testimonials blockquote {
	margin: 40px 80px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.testimonials blockquote p {
	margin: 0;
	font-size: 1.8em;
	font-style: italic;
}

body.testimonials blockquote cite {
	display: block;
	font-size: 1.2em;
	font-style: normal;
	text-align: right;
}

/* CONTACT PAGE
-------------------------------------------- */
body.contact #main-content p {
	font-size: 1.4em;
	line-height: 1.4em;
}

img.map {
	margin: 0 0 20px;
}

body.contact #main-content p.outline {
	border: 1px solid #555;
	font-size: 1.15em;
	text-align: center;
}


/* SURVEY PAGE
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

table.survey tbody td,
table.survey tbody th {
	border: none;
	font-size: 1.2em;
}

table.survey tbody th {
	text-indent: -9999em;
	overflow: hidden;
}

div.percent-container {
	border: 1px solid #ccc; 
	width: 100px; 
	padding: 1px; 
	float: left; 
	background: white;
}

div.percent-container > div {
	background-color: #ACE97C; 
	text-align: right;
}

.logos {
	width:252px;
	height:112px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:2px solid #e8e8e8;
}

.newsletters {
	width:200px;
	float:left;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:center;
}

.newsletters a {
	text-decoration:none;
}

.grayborder {
	border:3px solid #e8e8e8;
	padding:10px;
}