﻿/* Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Basic Containers */

html {
	background: #afbac5 url(images/wallpaper-bg-blue.png);
}

body {
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	color: #232323;
}

#wrap {
	background: #FFF;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	width: 960px;
	margin: 0 auto 0;
	-moz-box-shadow: 0 0 10px #888;
}

#header {
	height: 90px;
	padding: 40px 40px 0 40px;
	position: relative;
	margin-bottom: 34px;
}

.company-name a {
	background: url(images/alpha-care-logo.png) no-repeat;
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 279px;
}

.sub-nav,
.call-to-action {
	position: absolute;
	right: 40px;
}

.sub-nav a
{
	font-size: 16px;
	text-decoration: none;
	padding: 2px 4px;
	background: #bed6ed;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	color: #004990;
}

.sub-nav {
	top: 10px;
}

.call-to-action {
	bottom: 0;
	color: #004990;
	padding: 10px;
	background: #004990 url(images/white-gradient.png) repeat-x;
	color: #FFF;
	-moz-border-radius: 10px;
}

.tel {
	font-size: 24px;
}

/* Banner */

.banner 
{
	position: relative;
	height: 240px;
}

.tag
{
	background: url(images/tagline.jpg) no-repeat;
	height: 240px;
	width: 399px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
}

.shadow 
{
	background: url(images/black-gradient.png) repeat-x;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.banner-pointer 
{
	background: url(images/white-pointer.png) no-repeat;
	width: 81px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 50px;
}

/* Navigation */

#nav-wrap {
	background: #bed6ed url(images/white-gradient.png) repeat-x;
	border-bottom: 1px solid #4595e6;
	overflow: auto;
}

#nav 
{
	font-family: Georgia, Serif;
	font-size: 18px;
	padding: 10px 0;
	position: relative;
	margin-right: 20px;
	float: right;
}

#nav li {
	float: left;
	line-height: 20px;
	padding: 0 20px;
}

#nav li a {
	color: #004990;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	text-decoration: underline;
}

/* Main Content */

#main-content {
	float: left;
	width: 	480px;
	padding: 40px 80px 80px;
}

/* Sub Content */

#sub-content {
	font-size: 13px;
	line-height: 20px;
	float: right;
	width: 239px;
	border-bottom: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	padding: 80px 40px 40px 40px;
}

#footer {
	clear: both;
	color: #333;
	background: #dedede;
	border-top: 1px solid #999;
	font-size: 12px;
	padding: 40px;
}

/* HTML Tags */

em, i 
{
	font-style: italic;
}

strong, b 
{
	font-weight: bold;
}

h1 {
	color: #595959;
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-size: 28px;
	line-height: 40px;
}

h2 {
	font-weight: bold;
	color: #004990;
	text-transform: uppercase;
}

h3 {
	font-weight: bold;
}

table
{
	margin-bottom: 20px;
}

legend {
	text-transform: uppercase;
	color: #004990;
	font-weight: bold;
	padding: 5px 10px;
	background: #FFF;
}

input[type="text"], textarea
 {
	background: #ecf1f6;
	border: 2px solid #BBB;
}

textarea
{
	margin: 20px 0;
}

fieldset textarea
{
	margin: 0;
}

label {
	font-size: 13px;
	margin-right: 10px;
}

fieldset 
{
	border: 1px solid #BBB;
	padding: 20px;
	margin: 20px 0;
}

fieldset td
{
	padding: 5px;
}

tr.alternate
{
	background: #DDD;
}
col.yes-no
{
	min-width: 100px;
}

#content p {
	margin-bottom: 20px;
}

#content ul {
	-moz-column-count: 2;
	margin-bottom: 24px;
}

#content ul li {
	list-style: square inside;
}

.CollapseHeader
{
	background-color:White;
	text-transform: uppercase;
}

.CollapseHeader img
{
	position: relative;
	top: 4px;
}

.CollapseContent table
{
	margin-left: 45px;
}

.CollapseContent table tr td,
.current_filters tr td

{
	padding-top: 1px;
}

/* Classes */

.watermark
{
	color: #AAA;
	font-style: italic;
}

.slideshow
{
	position: relative;
	overflow: hidden;
	width: 561px;
	height: 240px;
}


.ajax__tab_default .ajax__tab_header 
{
	white-space: normal!important;
}

.divLogout
{
	float:right;
}

/* Employment Application */

table.current-openings td,
table.current-openings th
{
	padding: 5px;
	border: 1px solid #888;
}

.position-details 
{
	background: #FFF;
	border: 3px solid #666;
	color: #232323;
	width: 450px;
	-moz-box-shadow: 3px 3px 20px #333;
}

.ModalCloseButton 
{
	font-weight: bold;
	padding: 3px;
	font-size: 10px;
	margin: 10px;
	border: 1px solid #666;
	text-decoration: none;
	color: #333;
	background: #afbac5 url(images/white-gradient.png) repeat-x;
	-moz-border-radius: 3px;
}

.apply-now 
{
	width: 120px;
	margin: 20px;
	text-align: center;
}

.apply-now a
{
	font-weight: bold;
	padding: 3px;
	border: 1px solid #666;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #004990 url(images/white-gradient.png) repeat-x;
	-moz-border-radius: 3px;
	margin: 0 auto;
}
