/* Start of CMSMS style sheet 'Master' */
/* Master stylesheet for altahs.com */

* {
	margin: 0;
	padding: 0;
}

html, 
body {
	color: #fff;
	background: #143d8d;
	font: normal 11px/15px arial, helvetica, sans-serif;
}

h1, 
h2, 
h3, 
h4, 
p {
	margin: 0 0 14px;
	padding: 0;
}

h1 {
	color: #3ebaec;
	font: normal 18px/18px arial, helvetica, sans-serif;
}

h2,
h3 {
	margin: 0 0 5px;
	color: #143d8d;
	font: normal 13px/15px arial, helvetica, sans-serif;
}

a:link, 
a:visited {
	color: #ba3357;
	text-decoration: underline;
}

img {
	border: 0;
}

th, 
td {
	padding: 3px 10px 3px 0;
	text-align: left;
}

#logo {
	position: absolute;
	top: 17px;
	left: 100px;
	width: 192px;
	height: 80px;
}

#logo a, 
#logo h1 {
	display: block;
	width: 192px;
	height: 80px;
	border: 0;
	margin: 0;
	padding: 0;
}

#logo a {
	background: url(uploads/images/site/logo_ahs.png) no-repeat;
}

#logo a span {
	display: none;
}

#top_header {
	width: 100%;
	height: 118px;
	padding: 0;
	background: #fff;
}
	
#header {
	width: 100%;
	height: 108px;
	padding: 0;
	border-bottom: 2px solid #fff;
	background: #e5e5f2 url(uploads/images/site/bg_header.jpg) no-repeat left;
}

#home #header {
	height: 148px;
	border-top: 2px solid #e5e5f2;
	background: #e5e5f2 url(uploads/images/site/bg_header_index.jpg) no-repeat 90px;
}

#header h1, 
#header p {
	visibility: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

#nav {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 22px;
	padding: 0;
	background-color: #13b5ea;
}

#nav li a.currentpage:link, 
#nav li a.currentpage:visited, 
#nav li a.currentpage:hover, 
#nav li a.currentpage:active {
	background-color: #a8acd2;
}

/* background image for external links */
#nav li a.external:link,
#nav li a.external:visited,
#nav li a.external:hover,
#nav li a.external:active {
	background-image: url(images/cms/external.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 98% 50% !important;	
}

#content {
	width:  100%;
	overflow: hidden;
	padding: 0;
	color: #13393e;
	background: #fff;
}

#content ul {
	margin: 0 0 15px;
	padding: 0 0 0 14px;
}

#services #content ul {
	margin: 0 0 16px;
	padding: 0 0 0 12px;
}

#content li {
	margin: 0;
	padding: 0;
}

#seal {
	position: absolute;
	top: 156px;
	left: 480px;
	z-index: 3;
	width: 195px;
	height: 116px;
	background: transparent url(uploads/images/site/seal.png) no-repeat left top;
}

#main_img {
	z-index: 2;
	position: absolute;
	left: 600px;
	top: -534px;
	width: 360px;
	height: 534px;
}

#home #main_img {
	background: transparent url(uploads/images/site/main_img_index.png) no-repeat left bottom;
}

#about #main_img {
	background: transparent url(uploads/images/site/main_img_about.jpg) no-repeat left bottom;
}

#services #main_img {
	background: transparent url(uploads/images/site/main_img_services.png) no-repeat left bottom;
}

#therapies #main_img {
	background: transparent url(uploads/images/site/main_img_therapies.png) no-repeat left bottom;
}

#billing #main_img {
	background: transparent url(uploads/images/site/main_img_billing.png) no-repeat left bottom;
}

#employee-resources #main_img {
	background: transparent url(uploads/images/site/main_img_login.png) no-repeat left bottom;
}

/*#careers #main_img {
	background: transparent url(uploads/images/site/main_img_careers.png) no-repeat left bottom;
}*/

#contact #main_img,
#thanks #main_img {
	background: transparent url(uploads/images/site/main_img_contact.jpg) no-repeat left bottom;
}

#refer #main_img {
	background: transparent url(uploads/images/site/main_img_refer.png) no-repeat left bottom;
}

#col1 {
	float: left;
	width: 450px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 24px 70px 20px 100px;
}

#application #col1 {
	float: none;
	width: 400px;
	margin: 0 auto;
	padding: 24px 0 20px;
}

#careers #col1 {
	border-right: 307px solid #e5e6f1;
}

#col2 {
	float: left;
	width: 227px;
	margin-left: -307px;
	padding: 24px 40px 20px;
	background: #e5e6f1;
}

#action1, 
#action2 {
	float: left;
	width: 197px;
	margin: 0;
	border-top: 1px solid #758085;
	
}

#action1 {
	padding: 20px 20px 10px 0;
	border-right: 1px solid #758085;
}

#action2 {
	padding: 20px 0 10px 20px;
}

#action1 a:link, 
#action1 a:visited, 
#action2 a:link, 
#action2 a:visited {
	color: #3ebaec;
	font: normal 11px/15px arial, helvetica, sans-serif;
	text-decoration: none;
}

#action1 a:hover, 
#action1 a:active, 
#action2 a:hover, 
#action2 a:active {
	text-decoration: underline;
}

#side img {
	margin-top: 5px;
	border: 0;
}


/* Employee resources */

#logout {
	z-index: 10;
	position: absolute;
	top: 40px;
	left: 750px;
	min-width: 190px;
	width: auto !important;
	width: 190px;
	padding: 3px 6px;
	background: #fff;
}

#logout p {
	margin: 0 0 0.2em;
	font-weight: bold;
}


/* Footer */

#footer {
	z-index: 1;
	position: relative;
	width: 870px;
	height: 20px;
	padding: 0;
	color: #fff;
	font: normal 11px/20px arial, helvetica, sans-serif;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #fff;
	font: normal 11px/20px arial, helvetica, sans-serif;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#employees h2 {
	text-transform: capitalize;
}

#action1 h3, 
#action2 h3 {
	color: #ba3357;
	font: normal 14px/15px arial, helvetica, sans-serif;
}

p.normal {
	margin: 0 0 14px;	
}

.clear {
	clear: both;
}

.blue {
	color: #3ebaec;
}

.dkblue {
	color: #143d8d;
}

.red {
	color: #ba3357;
}

.nomargin {
	margin: 0;
}

.padright90 {
	padding-right: 90px;
}

.bigger {
	font: bold 14px/18px arial, helvetica, sans-serif;
}

.notify {
	font-style: italic;
}

.notify span {
	color: #3ebaec;
	font-weight: bold;
}

#employeemenu {
	margin: 0 0 15px;
	padding: 0;
	background: #f1f1f1;
}

#employeemenu a:link, 
#employeemenu a:visited {
	padding: 3px 6px;
	color: #143d8d;
	text-decoration: none;
	line-height: 18px;
}

#employeemenu a:hover, 
#employeemenu a:active{
	background: #a8acd2;
	color: #fff;
	line-height: 18px;
}

#employeemenu a.selected {
	background: #a8acd2;
	color: #fff;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* End of 'Master' */

