﻿/* Resets 
    CSS Document - http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
}
body {
	line-height: 1;
}
ol, ul {
	list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    padding-left: 25px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
    background:#737373;
}

body, textarea, td, th
{
    font-family: Arial,Helvetica,sans-serif;
}

body
{
    font-size: 10pt;
	line-height: 1.2em;
	color: #3D3D3F;
	background: #FFFFFF;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #034AF3;
}
a:hover
{    
    text-decoration: none;
}


p, ul
{
    margin-bottom: 15px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font: 14pt "Myriad Pro", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #001AC8;	
    margin-bottom:10px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


#body {
    padding: 20px 0 30px 0;
    margin:0 auto;
    width:940px;
    background-color:#FFFFFF;
}

#body-wrapper {
    background:#E5E5E5 url(../images/body-bg.jpg) repeat-x;
}

#body-content {
    padding:0 30px;
}

#page-container {
	
}

#header-wrapper {
    background:url(../images/header-top-bg.jpg);
    height:100px;
}

#header {
    margin: 0 auto;
    width:940px;    
}

#logo {	
	padding: 0px;
	float:left;
	margin: 0 0 0 31px ;
	display:inline;
}

#logo .heading
{
    display:none;
}

#logo a
{
    background:url(../images/logo.gif);
    display:block;
    height:100px;
    width:167px;
}

#logindisplay
{
    display:block;
    text-align:right;
    margin:10px 10px 0 0;
    color:#001AC8;
    float:right;    
    height:27px;
}

#logindisplay a:link
{
    color: #CCCCCC;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #CCCCCC;
    text-decoration: underline;
}

#logindisplay a:hover
{
    
    text-decoration: none;
}

#slogan {
    background:url(../images/slogan.jpg);
    text-indent:-999em;
    float:right;
    height:40px;
    width:362px;
    margin:0 120px 0 0;
    clear:right;
    display:inline;
}


/***  NAVIGATION ***/
#navigation-wrapper {
    background:url(../images/header-bg.jpg) repeat-x;
    height:150px;
}

#navigation {
	width: 940px;
	height: 150px;
	margin: 0 auto;
	clear:both;
	background: url(../images/header.jpg) no-repeat ;	
}

#nav-items {
	margin: 0 13px;
	padding: 0;
	height: 150px;
	display: block;	
}

#nav-items li {
	display: inline;
	margin: 0;
	padding: 0;
	float:left;
	position:relative;
	z-index:200;
	text-indent:-10000px;
}

#nav-items a {
	height: 150px;
	width: 228px;
	display:block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
}

#navigation.register {
	background-image: url(../images/header_f2.jpg);
}
#navigation.search {
	background-image: url(../images/header_f3.jpg);
}
#navigation.about {
	background-image: url(../images/header_f4.jpg);
}



a#nav-home:hover { background: url(../images/header.jpg) no-repeat -13px 0; }

a#nav-register:hover { background: url(../images/header_f2.jpg) no-repeat -241px 0; }

a#nav-search:hover { background: url(../images/header_f3.jpg) no-repeat -469px 0; }

a#nav-about:hover { background: url(../images/header_f4.jpg) no-repeat -697px 0; }
/*** END NAVIGATION ***/




/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


/* TABLE
----------------------------------------------------------*/

table 
{  
  border-collapse: collapse;
}

table td 
{
  padding: 5px;     
  vertical-align:middle;
}

table th
{
  padding: 6px 5px;
  text-align: left;  
}


/* intro page */

.agency-list {
    margin:0 0 5px 0;
    border: solid 1px #CCCCCC;
}
.agency-list td {
    vertical-align: top;
}
.agency-list .alt td {
    background-color:#F0F0F0;
}
.agency-list .c1 {
    white-space:nowrap;
}
.agency-list .c3 {
    white-space:nowrap;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}


.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}



.two-column-container .left-column {
	width: 410px;
	float: left;
}
.two-column-container .right-column {
	width: 410px;
	float: right;
}




.introduction-container {
	clear: both;	
}

.introduction {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 30px 0 40px 0;
}


.panel {
	width: 352px;
	margin-bottom:10px;
}

.panel-body {
	padding: 0 15px;
	border: #CCCCCC solid 1px;	
	border-width: 0px 1px;
	display:inline-block;	
}
.panel-header {
	height: 13px;
	background: #FFFFFF url(../images/panel-top-50.gif) no-repeat;
	margin:0;
	padding:0;
	font-size:0px;
}
.panel-footer {
	height: 13px;
	background: #FFFFFF url(../images/panel-bottom-50.gif) no-repeat;
}

.panel-filler {
    padding:18px 0 0;
}

.panel-body-header-image {
    margin:0 0 5px 0;
}

.intro-image {
    float:right;
}

.intro-text {
    float:left;
    margin:0 0 5px 0;
    width:230px;
}

.find-locum {
    background: url(../images/panel-header-find-a-locum.gif) no-repeat;
    display:block;
    height:36px;
    width:300px;
}

.find-locum span {
   display:none;
}

.agencyLocatorWrapper{
    text-align:center;
}

#footer-wrapper {
    background: url(../images/footer-bg.jpg) repeat-x;
    height:60px;
}

#footer-left {
    background: url(../images/footer-left.jpg) no-repeat;
    width:19px;
    height:23px;
    float:left;
}

#footer-links {
    float:left;
    height:23px;
    padding: 0;
    background:#FFFFFF;
    line-height:8px;
}

#footer-right {
    background: url(../images/footer-right.jpg) repeat-x;
    width:19px;
    height:23px;
    float:left;
}

#footer {
	clear: both;
	width:940px;
	margin: 0 auto;	
	color: #666666;
	font-size: 0.8em;	
}

#footer a {
	color: #666666;
	padding: 0 3px;
	text-decoration:none;
}

#footer a:hover {	
	text-decoration:underline;
}

#credits {
    margin:5px 20px 0 0;
    height:12px;
    width:250px;
    float:right;
    color:#CCCCCC;
	text-align:right;
}

#credits a {
    color:#CCCCCC;
    text-decoration:none;
    background: none;
    padding:0;
}

#credits a:hover 
{
    color:#CCCCCC;
    text-decoration:underline;
}

a#kiandra {	
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: right 0px;
	outline:none;
	display:inline-block;
    height:14px;
    line-height:14px;
}
#kiandra:hover { background-position: right -13px; }


.home .two-column-container {
    margin-bottom:15px;
}

.column {
    float:left;
}

.register .column-text {
    float:left;
    width:275px;
    margin: 0 0 0 30px;
    padding:0 220px 0 0;
    background: url(../images/hero-become-a-locum.jpg) right top no-repeat;
}

.search .column {
    float:right;
}

.search .column-text {
    float:left;
    width:275px;
    height:350px;
    margin: 0 20px 0 0 ;
    padding:0 0 0 210px;
    background: url(../images/hero-find-a-locum.jpg) left bottom no-repeat;
}

table.acknowledgements td {
    padding:30px;
}
