/* ------------------------------------------------------------

  	* Boiron Chestal Site
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

------------------------------------------------------------ */

/* =Initial Page Structure 
	(further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	color: #fff;
	background: #f39c3a;
}

body { 
	position: relative;
}

body#hcp {
	border-top: 27px solid #166a9f;
}

body#hcp .site-wrap{ 
	padding-top: 20px;
}

.site-wrap, 
.hcp-site-wrap {
	position: relative;
	width: 820px;
	padding: 20px 0 15px 0;
	margin: 0 auto;
	background: transparent url(/images/layout/content/image-bg.jpg) no-repeat 260px 5px;
}

.hcp-site-wrap {
	padding: 0;
}

.hcp {
	position: absolute;
	left: 0;
	top: -23px;
	text-transform: uppercase;
}

#header {
	position: relative;
	padding-bottom: 20px;
}

#content { 
	clear: both;
	position: relative;
}

#footer { 
	clear: both;
	position: relative;
}


/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding-bottom: 5px;
}

h1 { 
	font-size: 17px;
	line-height: 24px;
	color: #fff;
}

h1 sup {
	vertical-align: 30%;
	font-size: 10px;
}

h2 { 
	font-size: 16px;
	color: #eee;
}

h3, h4, h5, h6 { 
	font-size: 13px;
}

p {
	padding-bottom: 15px;
}

input,
textarea { 
	font: 11px Verdana, sans-serif;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}

select { 
	font: 11px Verdana, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="image"],
input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
	height: auto !important;
}

sup {
	vertical-align: top;
	font-size: .8em;
}

sub {
	vertical-align: bottom;
	font-size: .6em;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #5F90A8;
	text-decoration: none;
}

a:visited { 
	color: #4A7084;
}

a:hover { 
	color: #315774;
	text-decoration: underline;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header strong {
	position: relative;
	float: left;
	display: block;
	background: url(/images/layout/title.gif) no-repeat right bottom;
	width: 299px;
	height: 35px;
	margin: 5px 0 0 -2px;
	text-indent: -9999px;
}

#header strong a {
	display: block;
	width: 100%;
	height: 100%;
}

	/* =Content
------------------------------------------------------------ */	

#content #highlight { 
	position: relative;
	float: right;
	width: 460px;
	margin-top: -60px;
	padding: 60px 0 20px 0;
}

#content #highlight span.callout { 
	float: left;
	width: 186px;
	text-align: center;
	padding: 10px 15px;
	font-size: 16px;
}

#content #highlight span.callout img {
	display: block;
	border: 3px solid #d3782b;
	margin-bottom: 10px;
}

#content #main { 
	position: relative;
	float: left;
	width: 340px;
}

.home #content #main h1 { 
	padding-bottom: 10px;
}

.home #content #full { 
	position: relative;
	clear: both;
	width: 800px;
	background: transparent url(/images/layout/content/rounded-tile.jpg) repeat-y right top;
	z-index: 0;
}

.home #content #full .outter-wrap { 
	background: url(/images/layout/content/rounded-top.jpg) no-repeat right top;
}

.home#hcp #content #full .inner-wrap { 
	padding: 40px 0 48px 70px;
}

.home #content #full .inner-wrap { 
	padding: 40px 0 45px 70px;
	background: url(/images/layout/content/rounded-bottom.jpg) no-repeat right bottom;
}

.home #content #full .inner-wrap img { 
	float: left;
	margin-top: -40px;
}

.home #content #full .inner-wrap ul { 
	float: left;
	width: 500px;
	padding: 28px 0 30px 55px;
}

.home #content #full .inner-wrap ul li sup { 
	font-weight: bold;
}

.home #content #full .inner-wrap ul li { 
	font-size: 13px;
	background: url(/images/icons/check-mark.gif) no-repeat 0 12px;
	padding: 10px 0 10px 24px;
}

.home #content #navigation { 
	width: 380px;
	float: left;
}

.home #content #navigation ul li { 
	border-bottom: 1px dashed #fcb666;
}

.home #content #navigation ul li.last { 
	border: 0;
}

.home #content #navigation ul li.first a { 
	padding-top: 0;
}

.home #content #navigation ul li a { 
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 4px 20px;
	text-decoration: none;
}

.home #content #navigation ul li a:hover { 
	color: #AE4727;
}

.home #content #navigation ul li a img { 
	padding-right: 10px;
}

.home #content #sub-content { 
	float: right;
	width: 350px;
	padding: 0 70px 30px 0;
}

.home #content #sub-content .quote { 
	background: url(/images/icons/quote.gif) no-repeat 0 2px;
	padding-left: 23px;
}
/* =Footer
------------------------------------------------------------ */	

#footer .img {
	float: right;
	padding: 0 20px 0 20px;
}

#footer a {
	color: #fff;
}
