/*****************************************************************
	Description: Primary stylesheet for Health Wright Products
	Author: 420 Design - fourtwentydesign.com
	Version: 2007 September
	Updated: 2007 Oct 20
*****************************************************************/
@import url(forms.css);

html { height: 100%; }

body {
	margin: 0 0 0 0;
	padding: 0;
	font: 14px/1.9em Helvetica, Arial, sans-serif;
	background: #d3e9ff;
	height: 100%;
	color: #626467;
}

img { border: 0; }

#sticky_wrap {
	position: relative;
	min-height: 100%;
}

* html #sticky_wrap { height: 100%; }

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

div.hr {
	height: 1px;
	background: #626467;
	margin: 2em 0;
}

div.hr hr {
	display: none;
	border: 0;
}



/*	Sidebar
-------------------------------------------------------------------*/
#sidebar {
	width: 230px;
	background: #d3e9ff url(/images/bg_sidebar.jpg) no-repeat 0 0;
	float: left;
	margin: 0 0 0 40px;
	padding-top: 15px;
}

#sidebar h1 {
	width: 180px;
	height: 165px;
	overflow: hidden;
	background: transparent url(/images/hwp_logo.gif) no-repeat 0 0;
	margin: 0 auto 0 auto;
}

#sidebar h1 span {
	display: block;
	text-indent: -999em;
}

#sidebar h1 a {
	display: block;
	width: 180px;
	height: 165px;
}

#sidebar img {
	width: 84px;
	margin: 26px auto 0 auto;
	display: block;
}

#sidebar ul, dl {
	list-style: none;
	width: 168px;
	display: block;
	margin: 30px auto 0 auto;
	padding: 0;
}

#sidebar ul li {
	border-bottom: 1px solid #b7ceea;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

#sidebar ul li a {
	text-decoration: none;
	color: #487bbb;
	padding: 0 0 0 25px;
}


#home #sidebar ul li#nav_home a,
#about #sidebar ul li#nav_about a,
#services #sidebar ul li#nav_whatwedo a,
#press #sidebar ul li#nav_press a,
#multimedia #sidebar ul li#nav_multimedia a,
#quote #sidebar ul li#nav_quote a,
#contact #sidebar ul li#nav_contact a,
#careers #sidebar ul li#nav_careers a  {
	background: url(/images/bg_active.gif) no-repeat 7px 3px;
	font-weight: bold;
	color: #2c3849;
}

#sidebar ul li a:hover {
	color: #2c3849;
}




/*	Main content area
-------------------------------------------------------------------*/
#main_outer_wrap {
	background: #eaf4fe url(/images/bg_diagonal.jpg) repeat-y right 20px;
/*	position: relative;
	top: 97px;*/
	margin: 60px 0 0 0;
	float: right;
	width: 70%;
}

#main_outer {
	background: transparent url(/images/bg_outerdiv_top.jpg) repeat-x 0 0;
}

#main_inner {
/*	width: 630px;*/
	margin: 0;
	padding: 0;
	background: transparent url(/images/bg_innerdiv_border.jpg) repeat-y 0 0;
}

#main_outer_topcorner {
	background: transparent url(/images/bg_outerdiv_topcorner.jpg) no-repeat 0 0;
	width: 22px;
	height: 20px;
}

#main_outer_btmcorner {
	background: transparent url(/images/bg_outerdiv_btmcorner.jpg) no-repeat left bottom;
	width: 26px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#main_outer_bottom {
	background: transparent url(/images/bg_outerdiv_bottom.jpg) repeat-x left bottom;
}

#left_column {
	/*background: transparent url(/images/bg_outerdiv_topcorner.jpg) no-repeat 0 0;*/
	padding: 0 0 0 50px;
	width: 49%;
/*	width: 350px;*/
	float: left;
}

#left_column h1 {
	padding-top: 10px;
	color: #0152a4;
	font-weight: normal;
}

#left_column h2 {
	color: #0152a4;
	font-weight: normal;
	line-height: 1.2em;
	margin: 30px 0 -12px 0;
}

#left_column h3 {
	line-height: 1.2em;
}

/* press / news / updates pages */
.press_summary {
	margin: 2.5em 0 2em 0;
	padding: 0 0 1.5em 0;
	border-bottom: 1px solid #a5b5e5;
}

p.press_date {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin: -8px 0 -10px 0;
	padding: 0;
	line-height: 1em;
}

.press_summary a {
	font-style: italic;
	font-size: 11px;
}


#right_column {
	float: left;
	width: 235px;
	margin: 75px 0 0 45px;
	border-left: 1px solid #a5b5e5;
	overflow: hidden;
	font-size: 12px;
}

#left_column a,
#right_column a {
	color: #0053a0;
}

#left_column a:hover,
#right_column a:hover {
	color: #cc4c18;
	text-decoration: none;
}

#home #right_column { border: 0; }

#right_column img {
	padding: 4px;
	background: #fff;
	border: 1px solid #c1d3e8;
	margin-left: 14px;
}

#right_column p {
	margin-left: 18px;
	line-height: 19px;
}

#right_column h3 {
	border-bottom: 1px solid #a5b5e5;
	padding: 0 0 4px 18px;
	font-size: 18px;
	color: #cc4c18;
	font-weight: normal;
}

#right_column ul {
	list-style: none;
	padding: 0;
}

#right_column ul li {
	margin: 0;
	padding: 0 0 1em;
	line-height: 1.5em;
}

#right_column ul li a {
	text-decoration: underline;
	color: #487bbb;
	padding: 0 0 0 25px;
}

/* definition list */
#right_column dl {
	margin: 0 0 0 18px;
	padding: 0;
	line-height: 1.4em;
}

#right_column dl dt {
	margin: 8px 0 0 0;
}

#right_column dl dd {
	margin: 0;
	padding: 0;
}


#flash {
	width: 221px;
	height: 264px;
	background: #fff;
	margin-bottom: 10px;
	
}







/*	footer
-------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 204px;
	position: relative;
	margin-top: -218px;
	background: transparent url(/images/bg_footer_inner.jpg) repeat-x left bottom;
}

#footer_inner {
	height: 204px;
	background: transparent url(/images/bg_stickyfooter.gif) no-repeat left bottom;
}

#quotes {
	width: 275px;
	margin-left: 660px;
	line-height: 1.3em;
	background: transparent url(/images/quote_right.jpg) no-repeat right bottom;
	padding-right: 10px;
}

#quotep {
	background: transparent url(/images/quote_left.jpg) no-repeat left top;
	padding: 20px 0 0 12px;
	color: #0e3d95;
}

#customer {
	font-size: 12px;
	text-align: right;
	color: #31415e;
	padding: 0 0 10px 0;
}

#copyright {
	font-size: 11px;
	line-height: 1.2em;
	margin: 40px 0 0 580px;
	color: #2c3849;
}

#copyright a,
#copyright2 a { color: #2c3849; }
#copyright a:hover,
#copyright2 a:hover { text-decoration: none; }

#copyright2 span a,
#copyright span a {
	color: #85a5cf;
	text-decoration: none;
}

#copyright2 span a:hover,
#copyright span a:hover { text-decoration: underline; }

#copyright2 {
	font-size: 11px;
	line-height: 1.2em;
	margin: 14px 0 0 580px;
	padding-top: 157px;
	color: #2c3849;
}