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

/* CONTENT STYLES
-------------------------------------------------------------*/

div#content img {
	margin-bottom: 10px;
	border: none;
	display: block;
}

div#content a {
	color: #58a72c;
}

div#content h1 {
	margin-bottom: 10px;
	color: #7f8487;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
}

div#content h1 strong {
	color: #28679b;
	font-weight: lighter;
}

div#content h2 {
	margin-bottom: 10px;
	color: #3d6688;
	font-size: 12px
}

div#content p {
	margin-bottom: 10px;
	color: #7f8487;
	font-size: 12px;
}

div#content p.arrow {
	padding-left: 25px;
	background: url(/images/icons/arrow_icon.gif) left no-repeat;
}

div#content ul {
	margin: 0 0 10px 22px;
	color: #7f8487;
	font-size: 12px;
	list-style-image: url(/images/icons/bullet_icon.gif);
}

div#content li {
	margin-bottom: 5px;
}

div#content div.hr {
	margin: 20px 0 15px 0;
	height: 3px;
	border-top: 1px solid #bcc5ca;
	border-bottom: 1px solid #bcc5ca;
	font-size: 1px;
}

/* PULL QUOTE
-------------------------------------------------------------*/

div#content p.quote {
	margin-bottom: 10px;
	color: #28679b;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}

div#content p.quote img {
	margin-bottom: 0;
	display: inline;
}

/* GREEN LIST
-------------------------------------------------------------*/

div#content ul.green_list {
	margin-left: 0;
	list-style: none;
	list-style-image: none;
}

div#content ul.green_list li {
	padding: 5px 0 5px 20px;
	background: url(/images/icons/bullet_icon.gif) left no-repeat;
	border-bottom: 1px dotted #c7c7c7;
}

/* BACK TO TOP LINKS
-------------------------------------------------------------*/

div#content p.top {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

div#content p.top a {
	text-decoration: none;
}

/* PROFILES
-------------------------------------------------------------*/

div#content div.profile_img {
	width: 154px;
	float: left;
}

div#content div.profile_txt {
	width: 392px;
	float: left;
}

/* LOGIN FORM
-------------------------------------------------------------*/

div#login_form p {
	margin-bottom: 15px;
}

div#login_form p label {
	width: 100px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
}

div#login_form input.text {
	padding: 2px;
	width: 200px;
	border: 1px solid #bcc5ca;
}

div#login_form div.error {
	margin-bottom: 15px;
	padding: 5px;
	background: #fdd;
	color: #900;
	border: 1px solid #900;
}

div#login_form div.error p {
	margin-bottom: 0;
	color: #900;
}

/* LAUNCHING YOUR JOB SEARCH FORM
-------------------------------------------------------------*/

form#job_search_form p {
	margin-bottom: 15px;
	line-height: 20px;
}

form#job_search_form input.radiospace {
	margin-left: 15px;
}