* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #FFF;
	color: #444;
}

a {
	text-decoration: none;
	color: #0584C0;
}

a:hover{
	text-decoration: none;
	color: #653183;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}	

p { margin: 0 0 10px 0;}


/*--------------------------------- Header --------------------------------------*/

#header {
	width: 100%;
	padding: 10px 0px 5px 0px;
	height: 70px;
	background-color: #C3F168;
}

#header-inner {
	margin: 0 auto;
	width: 920px;
}

#logo {
	display: block;
	float: left;
	width: 175px;
	height: 70px;
	text-indent: -9999px;
	background: url(common_images/logo.png) no-repeat;
}

#contact-recruiter {
	display: block;
	float: right;
	margin-top: 20px;
	width: 209px;
	height: 52px;
	text-indent: -9999px;
	background: url(common_images/contact-recruiter.png) no-repeat;
}
/*--------------------------------- Basis --------------------------------------*/

#basis {
	width: 100%;
	background: #fff url(common_images/basis-bg.gif) repeat-x;
}

#basis-inner {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 920px;
}

/*---------------*/
#maincol p { margin: 0 0 10px 0;}

#maincol .two-col p {
	margin-left: 0;
	color: #333;
}
#maincol .two-col .imgLeftBorder {
	float: left;
	margin: 6px 10px 10px 0;
	border: 1px solid #D8D6CE;
}
#maincol .two-col .imgRightBorder {
	float: right;
	margin: 5px 20px 2px 4px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
}
#maincol ol {margin-left: 20px;}
#maincol .column-group {
xbackground:#EAE2EE none repeat scroll 0% 0%;
xborder:1px solid #CCCCCC;
float:left;
margin:10px 0;
padding:4px;
width:620px;
}
#maincol .column-group h3 {
	margin-left: 0px;
}
#maincol .column-group ul {
	margin-left: 20px;
	margin-top: 0;
}
#maincol .two-column .first-column {
display:inline;
float:left;
padding-right:10px;
width:48%;
}
#maincol .two-column .last-column {
xborder-left:1px solid #CCCCCC;
padding-left:10px;
display:inline;
float:right;
width:48%;
}
#maincol .column-group ul {
margin-bottom:10px;
}
#maincol div.column-group .last-column p {
	margin-left:0;
	line-height: 1.4;
	font-size: 100%;
}
#maincol h5 {
	font-size: 100%;
	padding-left: 18px;
	background: url(common_images/list-arrow.gif) 0px 3px no-repeat;
}
#maincol ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

/*--------------------------------- Main navigation --------------------------------------*/
#nav-wrapper {
	width: 100%;
	background-color: #653183;
}
#nav {
	margin: 0 auto;
	width: 920px;
	height: 40px;
	background:#653183;
}
	#nav ul{
		list-style:none;
		margin:0;
		padding:0;
	}
		#nav ul li{
			float:left;
			height: 18px;
			margin-left:0px;
			margin-right:0px;
			padding:10px 20px 12px 15px;
			position:relative;
			background: url(common_images/nav_up_bg.png) no-repeat top right;
		}
		#nav ul li a{
			color:#FFFFFF;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-size:16px;
			font-weight:normal;
			text-align:left;
			text-decoration:none;
			display: inline;
		}
		#nav li ul {
			position:absolute;
			top:40px;
			left:0px;
			display:none;
			border-top:none;
			width:200px;
		}
			#nav li ul li {
				width:200px;
				height: 28px;
				border-bottom:1px solid #eee;
				margin-left:0;
				margin-right:0;
				padding:0;
				display:block;
			}
			#nav li ul li a {
				display:block;
				background-color: #4695CD;
				text-align:left;
				font-size: 16px;
				padding:6px 4px;
				line-height:16px;		
			}
		
		/* Fix IE. Hide from IE Mac \*/
		* html #nav ul li { float: left; height: 1%; }
		* html #nav ul li a { height: 1%; }
		/* End */

		#nav ul li#current_nav_item, #nav ul li.current_nav_parent  { background: #f69b01;}
		#nav ul li:hover  { background: #4695CD;}
		#nav ul li #current_nav_item a {color: #000;}
		#nav li:hover ul, #nav li.over ul { display: block;  }
		#nav li ul li a:hover {	background-color:#555; color:#fff;}
		
/*--------------------------------- Main bar --------------------------------------*/

#box-benefits {
	float: left;
	margin-top: 15px;
	padding-right: 20px;
	width: 305px;
}

#box-testimonials {
	float: right;
	margin-top: 15px;
	padding-left: 20px;
	width: 305px;
}

#box-testimonials img { margin: 10px 0px; }

#box-testimonials blockquote {
	margin: 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-indent: 25px;
	background: url(common_images/blockquote.gif) no-repeat;
}

#box-testimonials span { display: block; text-align: right; }

/*--------------------------------- Side bar --------------------------------------*/

#sidecol {
	float: right;
	width: 230px;
	padding-top: 10px;
}
	#sidecol h3 {
		color: #37739D;
		font: 18px Georgia, "Times New Roman", Times, serif;
		margin-bottom: 10px;
	}

	#sidecol h4 {
		color: #653183;
		font: 16px Verdana, Arial, Helvetica, sans-serif;
	}
.side-box {
	margin: 10px 0px;
	width: 230px;
}

.side-box h3 {
	height: 40px;
	text-indent: -9999px;
} 

.side-box div {
	padding: 10px 20px 20px 20px;
	font-size: 11px;
	color: #333;
}
#sidecol .side-box-generic div.orange {
	background:transparent url(common_images/content-hot-jobs.png) no-repeat scroll left bottom;
}
#sidecol .side-box-generic h3.orange {
	background:transparent url(common_images/sidebar_h3_top_orange.png) no-repeat scroll top left;
	height:20px;
	padding-bottom:5px;
	padding-top:15px;
	text-align:center;
	text-indent:0px;
	color: #632F80;
	font: 15px Tahoma, Arial, sans-serif;
	margin-bottom: 0;
}
#apply-now {
	display: block;
	width: 230px;
	height: 70px;
	text-indent: -9999px;
	background: url(common_images/apply-now-btn.png) no-repeat top left;
}
#royalty-for-loyalty {
	display: block;
	width: 230px;
	height: 210px;
	text-indent: -9999px;
	background: url(common_images/royalty-for-loyalty.png) no-repeat top left;
}

#hot-jobs h3 { background: url(common_images/title-hot-jobs.png) no-repeat;margin-bottom: 0; }
#hot-jobs div { background: url(common_images/content-hot-jobs.png) left bottom no-repeat; }

#upcomming-events h3 { background: url(common_images/title-upcomming-events.png) no-repeat;margin-bottom: 0;  }
#upcomming-events div { background: url(common_images/content-upcomming-events.png) left bottom no-repeat; }

/*--------------------------------- Titles and subtitles --------------------------------------*/

h1, h2 {
	padding: 20px 0px 2px 0;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #653183;
	border-bottom: 1px solid #ccc;
	xbackground: url(common_images/title-background.png) no-repeat;
}

h1 strong, h2 strong {
	font-weight: normal;
	color: #643081;
}

.subtitle {
	padding-top: 10px;
	font: bold 14px Georgia;
	border-bottom: 1px solid #EBE7D8;
}
h3 {color: #333;font-size: 14px;}
h4 {color: #333;font-size: 12px;}

/*-------------------------- Popular destinations --------------------------------*/

#destinations {
	width: 100%;
	background-color: #653183;
}

#destinations-inner {
	margin: 0 auto;
	padding: 20px 0px;
	width: 920px;
	height: 85px;
	color: #FFF;
}

#destinations-inner a:hover { color: #C3F168; }

#destinations-inner div {
	float: left;
	margin-right: 10px;
	width: 220px;
}

#destinations-inner div h4 {
	margin-bottom: 2px;
	font: bold 12px Tahoma;
	color: #C3F168;
}

#destinations-inner div p {
	margin: 0px;
	font: normal 11px Tahoma;
	line-height: 1.3em;
}
#destinations-inner div p a {
	color: #C3F168;
}
.destination-image {
	float: left;
	display: block;
	width: 100px;
	height: 80px;
	text-indent: -9999px;
	border: 2px solid #fff;
	margin-right: 5px;
}
#destination-alaska {
	background: url(common_images/destination-alaska.jpg) no-repeat top left;
}
#destination-california {
	background: url(common_images/destination-california.jpg) no-repeat top left;
}
#destination-florida {
	background: url(common_images/destination-florida.jpg) no-repeat top left;
}
#destination-hawaii {
	background: url(common_images/destination-hawaii.jpg) no-repeat top left;
}

/*-------------------------- Footer --------------------------------*/

#footer {
	width: 100%;
	padding: 7px 0px;
	text-align: center;
	font-size: 12px;
	background-color: #C3F168;
}
#footer div {
	width: 500px;
	margin: 0 70% 0 30%;
}
#joint_commission_footer_seal {
	background: url(common_images/joint_commission_footer_seal_160px.png) no-repeat top left;
	display: block;
	width: 160px;
	height: 60px;
	float: left;	
}
/*-------------------------- Miscellaneous design details --------------------------------*/

blockquote {
	margin: 10px 0px;
	padding: 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-indent: 25px;
	background: url(common_images/blockquote.gif) no-repeat 20px 0px;
}


.cool-list { margin: 10px 0px; }

.cool-list li {
	padding-left: 18px;
	list-style: none;
	line-height: 1.7em;
	background: url(common_images/list-arrow.gif) 0px 3px no-repeat;
}

.side-list li {
	padding-left: 18px;
	list-style: none;
	background: url(common_images/list-arrow.gif) 0px 3px no-repeat;
}

.side-list li a {
	text-decoration: underline;
	color: #333;
}

.side-list li a:hover {
	text-decoration: underline;
	color: #653183;
}
.faq_question dt {
	margin-top: 10px;
	font-weight: bold;
	font-size: 110%;
}
.faq_question dd {
	background: url(common_images/list-arrow.gif) 0px 3px no-repeat;
	padding-left: 18px;

}
.faq_answer dt {
	font-weight: bold;
	color: #653183;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
html, body {
min-height: 100%;
height: auto !important;
height: 100%
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#TB_window {
  position: absolute;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
}
#TB_window img {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeWindowButton{
  font-weight: bold;
}
#TB_closeAjaxWindow{
  padding:5px 10px 7px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
  font-weight: bold;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}
#TB_HideSelect{
  z-index:99;
  position:absolute;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}


/* misc styles */
a.pdf {
	background: url(common_images/pdf_icon15px.gif) top left no-repeat;
	padding-left: 20px;
}
a.delete {
	background: url(common_images/delete_16px.gif) top left no-repeat;
	padding-left: 20px;
}
a.edit {
	background: url(common_images/edit_16px.gif) top left no-repeat;
	padding-left: 20px;
}
h4.hospital {
	background: url(common_images/hospital_icon_14px.gif) 0 2px no-repeat;
	padding-left: 16px;
}
.clear_both {
	clear: both;
}
.map {
	background: url(common_images/googlemaps_80px.jpg) left top no-repeat;
	padding-left: 85px;
	padding-bottom: 10px;
	line-height: 20px;
	}
.multipleFormFields {
float:left;
margin-right:10px;
}
.altColor1 {
background:#EAE2EE;
}
.altColor2 {
background:transparent;
}
.highlight {background: #ff6;}
.highlight0 {
background:#FFFF66 none repeat scroll 0%;
}
.highlight1 {
background:#FF99CC none repeat scroll 0%;
}
.highlight2 {
background:#99CCCC none repeat scroll 0%;
}
.highlight3 {
background:#66CC66 none repeat scroll 0%;
}
.highlight4 {
background:#CCCC66 none repeat scroll 0%;
}
.highlight5 {
background:#FF6666 none repeat scroll 0%;
}
.highlight6 {
background:#9966FF none repeat scroll 0%;
}
.highlight7 {
background:#00CC66 none repeat scroll 0%;
}
.fade {
background:transparent url(common_images/fade_bg.gif) repeat scroll left top !important;
}
.notice {
	border: 1px solid #BB001C;
	background: #F4F4DF;
	padding: 10px;
	margin: 20px 20px 10px 20px;
	font-family: Arial, sans-serif;
}
.notice p {
	font-size: 100%;
	color: #000;
}
.notice ul li {
	color: #000;
}
.notice ul li strong {
	color: #000;
}
.notice-nice {
	border: 1px solid #D7D1B3;
	background: #F4F4DF;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
.notice-nice p {
	font-size: 100%;
	color: #000;
}
#maincol h3.important {
	color: #BB001C;
	background: url(common_images/alert.gif) no-repeat left 50%;
	margin-bottom: 0px;
	padding-left: 25px;
	border: none;
}
p.alert, noscript.alert {
	display: block;
	padding: 5px 5px 5px 22px;
	background: #ededdc url(common_images/alert_16px.gif) no-repeat 2px 6px;
	line-height: 1.5em;
	margin: 20px 20px 5px 20px !important;
	color: #CC0000;
	border: 1px solid #777;
}
#maincol .float-box {
	border:1px solid #bbb;
	padding:2px;
	width:200px;
}
#maincol .float-box p, #maincol_inner .float-box h5 {
	margin-left:5px;
}
#maincol .float-box p {
	margin-bottom: 5px;
}
#maincol .float-box h3 {
background:#84599B none repeat scroll 0%;
color:#fff;
font-size:100%;
font-weight:bold;
letter-spacing:0.1em;
margin-bottom:5px;
margin-left: 0;
padding:4px;
text-align:center;
text-transform:uppercase;
}
#maincol .float-box h4 {
	margin-left: 5px;
}
#maincol .left {
float:left;
margin-right:10px;
}
#maincol .right {
float:right;
margin-left:10px;
}

form .invalidElement {

	background-color:#FDFF9D;

}
.inline {
	display: inline;
}
.article-end {
	background: url(common_images/hg_logo_16px.png) no-repeat top left;
}
p .first-letter {
	font: 3em Georgia, "Times New Roman", Times, Arial, Helvetica, sans-serif;
	line-height:70%;
	color:#333;
	margin:4px 3px 0 0;
	float: left;
}
.imgLeftBorder {
	float: left;
	margin: 5px 10px 10px 0;
	padding: 10px;
	padding-bottom: 15px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
}
.imgRightBorder {
	float: right;
	margin: 5px 10px 2px 10px;
	padding: 10px;
	padding-bottom: 15px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
}
.imgLeft {
	float: left;
	margin: 5px 10px 10px 0;
}
.imgRight {
	float: right;
	margin: 5px 10px 2px 10px;
}

p.top-page {
	text-align: right;
	margin-top: 20px !important;
}

p.top-page a {
	padding-right: 20px;
	padding-bottom: 4px;
	background: url(common_images/mp_logo_16px.png) no-repeat center right;
}
.highlight {
	background: #FFFa11;
}
.pullquote {
	background: url(common_images/pull_quote.png) no-repeat top left;
	margin-left: 50px;
	margin-right: 20px;
	padding: 20px 10px 10px 10px;
}
p.pullquote  {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555;
}
.left  {
		float: left;
		margin-right: 10px;		
	}
	.right  {
		float: right;
		margin-left: 10px;		
	}
dl.image-box  {
	padding: 10px;
	background: #F5F5F2;
	border: 1px solid #D8D6CE;
		margin-top: 0;
		margin-right: 20px;
		width: auto;
	}
		dl.image-box dt {
			background: none;
			text-transform: none;
			font: bold 11px Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: normal;
			padding: 0 15px 5px 5px;
			color: #000;
		}
			dl.image-box dd a {
				background: url(common_images/magnify_icon_16px.gif) no-repeat bottom right;
				padding-bottom: 18px;
				text-decoration: none;
			}
			dl.left {
				margin-left: 20px;
			}

	img.icon {
		float: left;
		margin: 5px 4px 0 0;
		border: 1px solid #E4E4BD;
	}

/*-- form styles --*/
/* form styles */

form fieldset {
	padding:10px;
	border: 1px solid #bbb;
	margin: 10px 10px;
}
form fieldset ul {
	margin-left: 20px;
}
form fieldset dl{
	margin-bottom:4px;
}
form fieldset dt{
	padding:0 5px;
}
form fieldset dt, fieldset dd{
	margin-bottom:4px;
}
form fieldset dt{
	float:left;
	margin-top: 5px;
}
form fieldset dt label {
	color: #444;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
form fieldset dl.inlineDL dt,fieldset dl.inlineDL dd{
	float:none;
	display:inline;
}
	form fieldset dl.inlineDL dd label{
		padding:0;
	}
form fieldset dl.blockDL dt{
	float:none;
	margin-bottom:1px;
	padding: 0;
}
form fieldset dl.blockDL dd{
	margin-right:5px;
	padding-right: 5px;
	margin-left: 0;
}
	form fieldset dl.blockDL dd input{
		margin-right:2px;
	}
	form fieldset dl.blockDL dd p {
		margin-left:0;
	}
	form fieldset dl.blockDL dd h4 {
		margin-left:0;
	}
form fieldset dl.block_inlineDL{
	float:left;
	margin-right: 10px;
}
	form fieldset dl.block_inlineDL dt{
		float:none;
		margin-bottom:1px;
		padding: 0;
	}
	form fieldset dl.block_inlineDL dd{
		padding:0;
		margin-right: 10px;
	}
form fieldset dl.side_by_side_radio_checkDL dt{
	float:none;
}
form fieldset dl.side_by_side_radio_checkDL dd{
	white-space:nowrap;
	display:block;
	float:left;
	padding:0 5px;
}
form fieldset dl.side_by_side_radio_checkDL dd input{
	margin-right:2px;
	border: none;
}
form fieldset dl.side_by_side_radio_checkDL dd label {
	color:#000;
}
form fieldset dl.two_col_radio_checkDL{
	float:none;
}
form fieldset dl.two_col_radio_checkDL dt{
	float:none;
	display:block;
}
form fieldset dl.two_col_radio_checkDL dd{
	float:left;
	display:block;
	width:50%;
}
	form fieldset dl.two_col_radio_checkDL dd input{
		margin-left:5px;
		margin-right: 2px;
		border: none;
	}
form fieldset input {border: 1px solid #aaa;}
form fieldset dl.no-border input { border: none;}
form legend {
	padding: 0 5px;
}
form legend span{
	color:#990000;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;	
}
form .required{
	color:#333;
}
form .required span {
	color: #990000;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}
.infoIcon{
position:relative;
}
.infoIcon span{
	display:none;
}	
	.infoIcon:hover span{
		position:absolute;
		top:0;
		left:25px;
		display:block;
		width:180px;
		color:#333;
		border:1px solid #bbb;
		background-color:#eee;
		font-size:80%;
		padding:2px;
	}
	.no_icon .infoIcon {
		background-image:none;
		padding-left:5px;
		text-decoration: none;
	}
		.no_icon .infoIcon span{
			display:inline;
			color:#000;
		}
			.no_icon .infoIcon:hover span{
				display:inline;
				border:	none;
				background:none;
				font-size:inherit;
				position:inherit;
				left:inherit;
				padding:0;
				color:#000;
			}

	form .submit_fieldset {
		border: none;
		text-align: left;
	}
	form select option {
		padding: 0 5px 0 2px;
	}
		
table {
	margin-left: 20px;
}
tableStyle1 {
	padding: 5px;
}

/* misc styles */
/* form styles */
.formButton {
	font: bold 110% Helvetica, Arial, sans-serif;
	color: #fff;
	border: 1px solid #827B3E;
	border-bottom-color: #696432;
	border-right-color: #696432;
	padding: 1px;
	background: url(common_images/button_bg.gif) repeat-x;
}
.submitBtn {
background:#E8E8E8 url(common_images/button_gray_bg.png) repeat-x scroll 0% 0%;
border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style:solid;
border-width:1px;
color:#555555;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:11px;
font-weight:bold;
padding:2px;
margin: 5px 0;
}

