/*
----------------------------------------------------------------------
Altius Rehabilitation Group Inc.
Author: Curious Communications - http://www.curiouscommunications.com
----------------------------------------------------------------------
*/

/* COMMON STYLES
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

body {
	background: #fff url(/images/bg/body_bg.gif) top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f8487;
}

div#wrap {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

div#header {
	margin-bottom: 10px;
	width: 800px;
	height: 96px;
	background: url(/images/header/content_banner.jpg) top center no-repeat;
}

div#header_left {
	width: 209px;
	text-align: center;
	float: left;
}

div#header_right {
	padding-top: 43px;
	width: 209px;
	float: right;
}

div#content {
	width: 800px;
	font-size: 12px;
}

div#left {
	width: 224px;
	float: left;
}

div#right {
	min-height: 300px;
	_height: 300px;
	padding: 0 15px 0 15px;
	width: 546px;
	background: #fff;
	float: right;
}

div.cleaner {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}

/* NAV
-------------------------------------------------------------*/

div#nav ul#nav_list a {
	color: #7f8487;
	text-decoration: none;
}

div#nav ul#nav_list a:hover {
	color: #28679b;
}

div#nav ul#nav_list {
	margin: 0;
	width: 209px;
	color: #7f8487;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	list-style: none;
	list-style-image: none;
	text-align: left;
}

div#nav ul#nav_list li {
	margin: 0;
	padding-left: 10px;
	border-bottom: 1px solid #bcc5ca;
	font-size: 16px;
	line-height: 18px;
}

div#nav ul#nav_list li strong {
	padding-right: 10px;
	color: #28679b;
	font-size: 26px;
	font-weight: lighter;
	line-height: 29px;
}

div#nav ul#nav_list li.last {
	border-bottom: none;
}

/* MAIN LOGO
-------------------------------------------------------------*/

img.main_logo {
	padding-top: 10px;
	border: none;
}

/* CLIENT LOGIN
-------------------------------------------------------------*/

p.login {
	padding-left: 20px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background: url(/images/icons/plus_icon.gif) left no-repeat;
	text-transform: uppercase;
}

p.login a {
	color: #fff;
	text-decoration: none;
}

p.login a:hover {
	text-decoration: underline;
}

/* CONTACT
-------------------------------------------------------------*/

label.phone {
	width: 60px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	padding-left: 25px;
	height: 16px;
	background: url(/images/icons/phone_icon.gif) left no-repeat;
}

label.fax {
	width: 60px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	padding-left: 25px;
	height: 16px;
	background: url(/images/icons/fax_icon.gif) left no-repeat;
}

label.email {
	width: 60px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	padding-left: 25px;
	height: 16px;
	background: url(/images/icons/email_icon.gif) left no-repeat;
}

/* FOOTER
-------------------------------------------------------------*/

div#footer {
	margin-top: 15px;
	padding-top: 15px;
	width: 100%;
	height: 75px;
	background: url(/images/bg/footer_bg.gif) top repeat-x;
}

div#footer_wrap {
	margin: 0 auto;
	width: 800px;
	background: url(/images/footer/footer_logo.gif) top left no-repeat;
	text-align: left;
}

div#footer_wrap p {
	padding-left: 45px;
	color: #7f8487;
	font-size: 11px;
	line-height: 15px;
}

div#footer_wrap a {
	color: #7f8487;
	text-decoration: none;
}

div#footer_wrap a:hover {
	text-decoration: underline;
}

div#footer_wrap p.curious {
	padding-left: 0;
	float: right;
}

div#footer_wrap p.curious a {
	color: #28679b;
}