/* Start of CMSMS style sheet 'Global' */
/************************************************************************
	eROI Stylesheet
	Author: James Hall
	Client: Holiday Retiremet
	Site: www.holiday.com

	Listing Order:
	==============
	1 - GLOBAL
	2 - STRUCTURE
	3 - HEADER AND MAIN MENU
	4 - LEFT COL
	5 - RIGHT COL
	6 - FOOTER
	
***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

/* These styles reset default styles so they don't mess with your css.  Taken from Eric Meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* for text size change, set it to small
div#leftCol,div#rightCol,div#leftBox,div#singleCol{
font-size:small;
}*/

ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*add more*/
body {
	font-size: small;
	background: url("../img/background.jpg") bottom left no-repeat #001f7a fixed;
	font-family: arial, helvetica, sans-serif;
	color: #002051;
}

p{
	padding:15px 0px 0px 0px;
}

h1{
	color:#124aa7;
	font-size:160%;
	font-family:"Times New Roman", Times, serif;
}

h2{
	font-size:140%
}

h3{
	
	font-size:130%;
}

h4{
	font-weight:100;
	font-size:140%;
	color:#00227a;
	font-family:"Times New Roman", Times, serif;
}

a{
	color:#123456;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

/* Class for making text invisible, will appear if styles are turned off. */
span.invisitext{
	display: none;
}

/* Clear */
br.clear{
	display:block;
	clear:both;
margin: 0;
padding: 0;
}

a.display {
width: 100%;
height: 100%;
display: block;
}
/***********************************************************************
	2 - STRUCTURE
************************************************************************/

div#container{
	width: 750px;
	position: relative;
        float:left;
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom:5px;
	padding-bottom:15px;
	font-size:110%;
	z-index:2;
        overflow:hidden;
display:inline;
}

div#leaves{
	background:url(../img/leaves.png) top left no-repeat;
	width:198px;
	height:268px;
	position:absolute !important;
	top:0px;
	left:0px;
	z-index:1;
}

div#content{
	background: url(../img/mainContentBG.png) top left repeat-y;
	width:750px;
	float: left;
	position: relative;
}

div#oneCol {
background: #dce5f4;
}

/***********************************************************************
	3 - HEADER AND MAIN MENU
************************************************************************/

div#header{
	width: 750px;
	float: left;
	margin:10px 0px 10px 0px;
}

div#homeLink{
	background: url(../img/holidayLogo.png) top left no-repeat;
	float:left;
	width:169px;
	height:67px;
}
	
div#homeLink a{display: block; width: 100%; height: 100%; z-index: 50; position:relative;}

div#topBar{
	float: left;
	margin:20px 0px 10px 34px;
	position: relative;
}

div#topBarLeft{
	background: url(../img/headBarLeftBG.png) top left no-repeat;
	width: 337px;/*322*/
	height: 42px;
	float: left;
	margin-right:1px;
}

div#topBarLeft a{color:#e2d9b4;}

div#topBarLeft h2{
	margin-top:1px;
	font-family: Arial, sans-serif;
	font-size: 110%;
	color: white;
	line-height: 130%;
	float: left;
	width:315px;
	text-align:right;
	display:inline;
	padding-right:5px;
}

div#topBarLeft h2 sup{
	font-size: 60%;
}

div#topBarLeft h2 span{
	color: #e2d9b4;
}

div#topBarRight{
	background: url(../img/headBarRightBG.png) top left no-repeat;
	width: 175px;
	height: 42px;
	float: left;
}
div#topBarRight a{display: block; width: 100%; height: 100%; z-index: 70;position:relative;}

/*NAV*/
div#nav{
	width: 750px;
	height:29px;
	float: left;
}

div#nav ul{ 
	
}

div#nav ul li{float: left;}
div#nav ul li a{display: block;width: 100%;height: 100%; position:relative; z-index:180;}
div#nav ul li#navHome{
	background: url(../img/navHome.png) top left no-repeat;
	width:69px;
	height:29px;
}
div#nav ul li#navAboutUs{
	background: url(../img/navAboutUs.png) top left no-repeat;
	width:85px;
	height:29px;
}
div#nav ul li#navLocations{
	background: url(../img/navLocations.png) top left no-repeat;
	width:88px;
	height:29px;
}
div#nav ul li#navFeatures{
	background: url(../img/navFeatures.png) top left no-repeat;
	width:80px;
	height:29px;
}
div#nav ul li#navEmployment{
	background: url(../img/navEmployment.png) top left no-repeat;
	width:107px;
	height:29px;
}

div#nav ul li#navVeteran{
	background: url(../img/navVeteran.png) top left no-repeat;
	width:121px;
	height:29px;
}

div#nav ul li#navVeteranBlank{
background: url(../img/navBlank.gif) top left no-repeat;
	width:76px;
	height:29px;
}

div#nav ul li#navBlank{
background: url(../img/navBlank.gif) top left no-repeat;
	width:90px;
	height:29px;
}
div#nav ul li#navHome a:hover{background: url(../img/navHomeOver.png) top left no-repeat; cursor:pointer;}
div#nav ul li#navAboutUs a:hover{background: url(../img/navAboutUsOver.png) top left no-repeat; cursor:pointer;}
div#nav ul li#navLocations a:hover{background: url(../img/navLocationsOver.png) top left no-repeat; cursor:pointer;}
div#nav ul li#navFeatures a:hover{background: url(../img/navFeaturesOver.png) top left no-repeat; cursor:pointer;}
div#nav ul li#navEmployment a:hover{background: url(../img/navEmploymentOver.png) top left no-repeat; cursor:pointer;}
div#nav ul li#navVeteran a:hover{background: url(../img/navVeteranOver.png) top left no-repeat; cursor:pointer;}

div#navBG{
	background: url(../img/topMenuBG.png) top right no-repeat;
	width: 231px;
	height:29px;
	float: right;
	font-size:90%;
}

div#navBG p{
	position:relative;
	padding-left:30px;
	margin-top:3px !important;
	padding-top:0px !important;
	color:#004db7;
	float:left;
	font-weight:bold;
}

div#navBG a{
	color:#004db7;
}

div#navBG span#fontSize{
	font-size:100%;
}

div#navBG span#smallA{
	font-size:120%;
cursor:pointer;
}

div#navBG span#midA{
	font-size:140%;
cursor:pointer;
}

div#navBG span#largeA{
	font-size:160%;
cursor:pointer;
}

/***********************************************************************
	4 - LEFT COL
************************************************************************/

/******job Details******/

#jobDetails h4{
margin-bottom:0px;

}

#jobButtons{
float:left;
margin-left:105px;
}

#jobButtons img{
margin-right:8px;
}

div#jobDetails ul {
list-style: circle;
padding: 0 0 0 10px;
}


/*****Endjobdetail*****/



div#leftCol{
	float: left;
	width: 490px;
	padding: 10px 0px 10px 10px !important;
        overflow:hidden;
}

div#flash{
	background: url(../img/freeMealTemp.png) top left no-repeat;
	width: 492px;
	height: 295px;/*312*/
	background:#FFFFFF;
overflow:hidden;
}

div#leftBoxTopCap{
	background: url(../img/leftBoxTopCapBG.png) top left no-repeat;
	width: 492px;
	height:17px;
	float: left;
        overflow:hidden;
}

div#leftBox{
	background: url(../img/leftBoxBG.png) top left repeat-y;
	width: 472px;
	float: left;
	padding:10px 10px 0px 10px;
        overflow:hidden;
}

div#leftBox h1{
	font-weight: 100;
	font-size: 170%;
	display:inline;
}

div#leftBox h3{
	font-size:140%;
}
	
div#leftBox p{
	width: 462px;
}

div#leftBox p strong{
	font-weight:bold;
}

div#leftBox ul{
	margin-left:10px;
	width: 469px;
}

div#leftBoxBottomCap{
	background:url(../img/leftBoxBottomCapBG.png) top left;
	width:492px;
	height:17px;
	float:left;
overflow:hidden;
}

/*SUB HEADERS*/

div#subLeftHeader{
	background:url(../img/leftColHeaderBG.png) top left no-repeat;
	width:472px;
	height:27px;
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
}

div#subLeftHeader h1, div#subRightHeader h1{
	float:left;
	color:#FFFFFF;
	font-weight:100;
}

div#subLeftHeader h5{
	position:relative;
	float:right;
}

div#subLeftHeader ul{
	padding-top:6px;
}

div#subLeftHeader ul li{
	display:inline;
	margin-right:5px;
}

div#subLeftHeader ul li a{
	color:#ebeff6;
}

/*QUOTE BOX*/

div.quote{
	width: 472px;
	float:left;
	padding:10px;
}

div.quoteImg{
	float:left;
	padding-right:10px;
}

div.quoteTxt{
	float:left;
	width:380px;
}

/*RIGHT SEARCH COL MOOTOOLS*/
.toggler {
	margin: 0;
	padding: 2px 5px;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	font-style:italic;
	padding:5px 0 5px 30px;
}

div.accordion{

}

h4.toggleAdvancedSearch{
	
}

div.advancedSearchOpen{

}

h3#closeAdvanced, h3#openAdvanced{cursor:pointer;color:#124aa8 !important;}

h3#closeAdvanced{
background:url(../img/aarowDown.png) center right no-repeat;
padding-right:15px;
}

h3#openAdvanced{
background:url(../img/aarowRight.png) center right no-repeat;
padding-right:15px;
}

/*-- EMPLOYMENT --*/
div#employ ul.loginInfo {
       padding: 17px 0 0 0;
}

div#employ ul.loginInfo li {
       padding: 0 0 10px 0;
}

div#employ ul.loginInfo li label.formTxt {
       float: left;
       width: 130px;
       text-align: right;
       padding: 0 7px 0 0;
       color: #124aa7;
       font-size: 14px;
       height: 30px;
}

div#employ ul.loginInfo li label input.custom {
      border-top: 1px solid #8c8c8c;
      border-right: 1px solid #c1c1c1;
      border-bottom: 1px solid #e3e3e3;
      border-left: 1px solid #c1c1c1;
      width: 186px;
      font-size: 13px;
      padding: 2px;
}

div#employ ul.loginInfo li label select {
      width: 192px;
      font-size: 13px;
      padding: 2px;
      border-top: 1px solid #8c8c8c;
      border-bottom: 1px solid #e3e3e3;
      border-right: 1px solid #c1c1c1;
      border-left: 1px solid #c1c1c1;
}

div#employ div#personal {
      border-top: 1px solid #b7c9e5;
      border-bottom: 1px solid #b7c9e5;
      background: #eef1f7;
      margin: 7px 0 0 0;
      padding: 0 0 15px 0;
}

div#employ div#employSubmit {
      padding: 0 0 0 215px;
}

div#employ div#employSubmit input#btnEmploySubmit {
      background: url(../img/btn_employ-submit.gif) top left no-repeat;
      cursor: pointer;
      border: none;
      width: 120px;
      height: 24px;
}

/*-- REVIEW AND EDIT YOUR JOBS --*/
div#editJobs {
width: 722px;
margin-left: auto;
margin-right: auto;
padding: 15px 0 15px 0;
height: 1%;
}

div#employHeader {
      background: url(../img/bg_top-job.gif) top left no-repeat;
      width: 702px;
      height: 26px;
      padding:5px 10px 5px 10px;
}

div#employHeader h1 {
color: #fff;
font-weight:100;
font-size: 24px;
}

div#editJobs div#employContent {
background: #dce5f4;
border-top: 1px solid #99aec5;
padding: 23px 30px 0 20px; 
height: 1%;
}

div#employLeftTxt {
float: left;
width: 333px;
}

div#employLeftTxt h3 {
font: 18px "Times New Roman", Times, serif;
color: #124aa7;
margin: 0;
padding: 0;
}

div#employRightTxt {
float: left;
width: 333px;
font-size: 14px;
}

div#employRightTxt span {
padding: 0 10px;
}

ul#jobTitle {
	list-style: none;
	font-size: 13px;
	color: #124aa7;
        padding: 25px 0 0 0;
}

ul#jobTitle li {
	float: left;
}

li#jCode { width: 92px; }
li#jTitle { width: 305px; }
li#jLoc { width: 120px; }
li#jDepart { width: 121px; }


div#resultMessage p{
width:600px;
margin-left:65px;
}

div.topBorder {
	border-bottom: 1px solid #c6d3e9;
}

div.row {
	border-bottom: 1px solid #c6d3e9;
	background: #eef1f7;
	padding: 15px;
	font-size: 13px;
	color: #002051;
	clear: both;
}

div.jobCode {
	float: left;
	width: 75px;
}

div.jobTitle {
	float: left;
	width: 305px;
}

div.location {
	float: left;
	width: 120px;
}

div.department {
	float: left;
	width: 119px;
}

div#interested {
padding: 30px 0 0 0;
}

div#interested h4 {
font: 18px "Times New Roman", Times, serif;
color: #124aa7;
padding: 0 0 23px 0;
}

ul#interestsTitle li {
font-size: 13px;
	color: #124aa7;
float: left;
}

li#iJobCode { width: 92px; }
li#iJobTitle { width: 235px; }
li#iLocation { width: 113px; }
li#iApply { width: 77px; }

div.iJobTitle { width: 235px; float: left; }
div.iLocation { width: 113px; float: left; }
div.apply { float: left; width: 77px; }

div input#btnUpdateJobs {
cursor: pointer;
background: url(../img/btn_update-jobs.gif) left top no-repeat;
width: 144px;
height: 24px;
border: none;
margin: 15px 0 0 0;
}

div#employBotCap {
background: url(../img/bg_jobs-bot-cap.png) top left no-repeat;
width: 722px;
height: 17px;
}

/* job search results */
div#jobSearchResults {
padding: 14px 0 0 0;
width: 722px;
margin-left: auto;
margin-right: auto;
}

div#resultsContent {
background: #dce5f4;
padding: 19px 0 20px 0;
}

div#resultsContent div#searchLogin {
background: url(../img/bg_searchLogin.gif) left top no-repeat;
width: 649px;
margin-left: auto;
margin-right: auto;
padding: 14px 14px 15px 17px;
}

div#searchLogin h2 {
font: 20px "Times New Roman", Times, serif;
color: #124aa7;
padding: 0 0 7px 0;
}

div#searchLogin div#searchAllJobs {
float: left;
width: 430px;
border-right: 1px solid #b6c6e3;
}

div#searchLogin ul li {
padding: 0 0 8px 0;
}

div#searchLogin select {
width: 210px;
font-size: 13px;
padding: 2px;
border-top: 1px solid #858585;
border-left: 1px solid #c1c1c1; 
border-bottom:1px solid #e3e3e3;
border-right: 1px solid #c1c1c1; 
}

div#searchLogin input#keywords {
width: 201px;
padding: 2px;
border-top: 1px solid #858585;
border-left: 1px solid #c1c1c1; 
border-bottom:1px solid #e3e3e3;
border-right: 1px solid #c1c1c1; 
}

div#searchLogin input#btn_searchJobs {
border: none;
background: url(../img/btn_search-jobs.gif) left top no-repeat;
width: 139px;
height: 24px;
cursor: pointer;
}

div#searchLogin div#loginApply {
float: left;
width: 194px;
padding: 0 0 0 15px;
}

div#loginApply input.applyField {
padding: 2px;
border-top: 1px solid #858585;
border-left: 1px solid #c1c1c1; 
border-bottom:1px solid #e3e3e3;
border-right: 1px solid #c1c1c1;
width: 190px;
}

div#loginApply ul li small {
font-size: 10px;
line-height: normal;
padding: 0;
margin: 0;
}

div#loginApply input#btn_applyLogin {
background: url(../img/btn_login.gif) left top no-repeat;
width: 108px;
height: 24px;
border: none;
cursor: pointer;
}

div#loginApply ul li#btn_createProfile {
background: url(../img/btn_create-profile.gif) left top no-repeat;
width: 149px;
height: 24px;
}

div#results {
padding: 20px 0 0 0;
width: 667px;
margin-left: auto;
margin-right: auto;
}

div#results h3 {
padding: 0 0 24px 0;
font: 18px "Times New Roman", Times, serif;
}

div#results ul li {
float: left;
font: 13px arial, helvetica, sans-serif;
}

li#s_jCode, div.result_code { width: 90px; float: left; }
li#s_jTitle, div.result_title { width: 235px; float: left; }
li#s_jLoc, div.result_loc { width: 115px; float: left; }
li#s_jDep, div.result_depart { width: 111px; float: left; }

div.jobRow {
border-bottom: 1px solid #c6d3e9;;
	padding: 15px 15px 15px 0;
	font-size: 13px;
	color: #002051;
	clear: both;
height: 1%;
}

div.btns_jobdetail {
padding: 20px 0 0 0;
text-align: center;
}

/***********************************************************************
	5 - RIGHT COL
************************************************************************/
div#rightCol{
	float:left;
	width: 236px;
        overflow:hidden;
        padding-bottom:10px;
}

div#homeLocaterImg{
	background: url(../img/homeLocaterBG.png) top left no-repeat;
	width:218px;
	height:172px;
}

div#rightColTop{/*not indented*/
	float:left;
	width: 220px;
	padding: 10px 0px 0px 0px;
}

div#rightColTop h1{
	padding-left:10px;
}

div#rightColIndented{
	float:left;
	width: 228px;
	padding: 10px 0px 0px 16px;
}

div#subRightHeader{
	background:url(../img/rightColHeaderBG.png) top left no-repeat;
	width:233px;
	height:27px;
	color:#FFFFFF;
	padding:5px 10px;
}

div#subRightHeader h1{
float:right;
padding-right:20px;
}

div#subRightHeader a{
color:#FFFFFF;
text-align:right;
position:relative;
z-index:542;
}

/*Search Right Col*/
div#rightColIndented select{
	width:218px;
	margin:5px 0px;
}

div#rightColIndented input{
	width:212px;
	margin:5px 0px;
}
div#rightColIndented input.checkbox{
	width:20px;
}

div#rightCol p{

}

h3.or{
padding-left:3px;
color:#124aa8
}

address.thisLocationAddress{
	font-family:"Times New Roman", Times, serif;
	font-size:160%;
	line-height:120%;
	font-style:normal;
	margin:10px 0px;
padding-right:10px;
}

a.getDirections{
background:url(../img/aarowRight.png) center right no-repeat;
padding-right:15px;
color:#124aa8 !important;
}

.experienceTheTouch{
width:210px;
padding-right:10px;
}

h4.experienceTheTouch a{
color: #00227A;
font-weight: bold;
}

/***********************************************************************
	6 - FOOTER
************************************************************************/

div#footer{
	background: url(../img/footerBG.png) bottom left no-repeat;
	width: 750px;
	height: 49px;
	float: left;
	margin-bottom:20px;
	color: #133780;
	font-size:90%;
}

div#signupLink{
	float: left;
	width: 252px;
	height: 49px;
}

div#signupLink a{display: block; width: 100%; height: 100%; position:relative; z-index:100;}

div#footerMenu{
	float: left;
	width: 470px;
	height: 39px;
	padding-left: 10px;
	padding-top:10px;
	font-size: 70%;
}

div#footerMenu ul{
	display: block;
	position:relative;
	z-index:120;
float:left;
}

div#footerMenu ul li{
	float:left;
	display: block;
	margin-right: 4px;
	position:relative;
	z-index:130;
}

div#footerMenu ul li a{
	color: #133780;
}

div#footerMenu p{
	display: block;
float:left;
	margin-top:3px !important;
	padding-top:0px !important;
padding-right:4px;
}
/* End of 'Global' */

/* Start of CMSMS style sheet 'locations' */
/************************************************************************

	Listing Order:
	==============
	1 - LEFT COL
	2 - RIGHT COL

/***********************************************************************
	1 - LEFT COL
************************************************************************/

/*FOR LOCATION SEARCH  MAP*/

div#googleMap{
       width:490px;
       height:309px;
       padding:0px;
border:red;
}

div#googleMap img{
       float:left;
       margin:0px;
}

div#belowMap{
	background:url(../img/belowMapBG.png) top left no-repeat;
	padding:5px 10px 10px 5px;
	width:479px;
	height:37px;
	padding-bottom:10px;
        float:left;
}

div.resultsPerPage{
	float:left;
}

div.pagination{
	float:right;
	text-align:right;
        position:relative;
}

div.paginationBottom{
width: 479px;
	padding: 5px 0px 5px 0px !important;
	position: relative;
	margin-left: -9px !important;
float:left;
	text-align:right;
overflow:hidden;
}


div.pagination ul{
        
}

div.pagination ul li, div.paginationBottom ul li{
	display:inline;
	font-family:"Times New Roman", Times, serif;
	margin-left:6px;
}

div.pagination ul li .currentPage, div.paginationBottom ul li .currentPage{
	font-size:130%;
	color:#6e8cc4;
}

div.pagination ul li.pageBackBtn{
	
}

div.pagination ul li.pageNextBtn{

}

div.pagination ul li.pageNextBtn, div.pagination ul li.pageBackBtn, div.paginationBottom ul li.pageNextBtn, div.paginationBottom ul li.pageBackBtn{
	font-family: Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
}

div.resultBox{
	width: 469px;
	padding: 10px 0px 15px 0px !important;
	position: relative;
	/*margin-left: -9px !important;*/
	float: left;
}

div.resultBoxLeft{
float:left;
border:1px solid #99b3cc;
padding:3px;
}

div.resultBoxRight{
float:left;
text-align:left;
padding-left:5px;
}

div.resultBox h2{
float:left;
	width: 379px;
	border-bottom: 1px solid #94b2d9;
	margin: none;
	padding-bottom: 5px;
	padding-left:0px;
padding-right:90px;
	margin-bottom: 5px;
	display:inline;
	font-family: Times;
	font-weight: 100;
	font-size: 150%;
overflow:hidden;
}

div.resultBox address{
	font-style: normal;
}

div.resultBox address span{
	display: block;
	padding-top: 5px;
}

div.resultBox div.viewProperty{
	background: url(../img/view.png) top left no-repeat;
	width:79px;
	height:22px;
position:absolute;
right:0px;
top:10px;
}

div.resultBox div.viewProperty a{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 340;
	position:relative;
}

div.resultBox:hover{
	background: url(../img/leftBoxSelectedBG.png) top left repeat-y;
}

/***********************************************************************
	2 - RIGHT COL
************************************************************************/

div#rightColTop{/*not indented*/
	float:left;
	width: 220px;
	padding: 10px 0px 0px 0px !important;
        margin:none !important;
}

div#mapControls{
	background:url(../img/mapControlsBG.png) top left no-repeat;
	width:233px;
	height:151px;
	float:left;
	position:relative;
z-index:1;
}

#area3 {
	position:absolute;
	left:31px;
	top:30px;
	height: 74px;
	width: 41px;
}

/*div#zoomIndicator{
	background:url(../img/indicatorArrows.png) top left no-repeat;
	width:41px;
	height:9px;
	position:relative;
	top:0px;
	left:0px;
}*/
div#zoomIn{
	position:absolute;
	left:40px;
	top:8px;
	width:25px;
	height:25px;
	z-index:10;
}

div#zoomOut{
	position:absolute;
	left:40px;
	top:105px;
	width:20px;
	height:20px;
	z-index:11;
}
div#mapUp{
	position:absolute;
	left:146px;
	top:8px;
	width:30px;
	height:30px;
	z-index:12; 
}
div#mapDown{
	position:absolute;
	left:146px;
	top:90px;
	width:30px;
	height:30px;
	z-index:13;
}
div#mapLeft{
	position:absolute;
	left:100px;
	top:50px;
	width:30px;
	height:30px;
	z-index:14;
}
div#mapRight{
	position:absolute;
	left:190px;
	top:50px;
	width:30px;
	height:30px;
	z-index:15;
}
div#ajaxLoader{
	position:absolute;
	left:190px;
	top:50px;
	width:30px;
	height:30px;
	z-index:9999;
}
div#mapCenter{
	position:absolute;
	left:144px;
	top:50px;
	width:20px;
	height:20px;
	z-index:16;
	visibility: hidden
}
div#zoomIndicator a, div#zoomIn a, div#zoomOut a, div#mapUp a, div#mapDown a, div#mapLeft a, div#mapRight a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	z-index:90;
}

/*In The Map*/
div.mapInfoWindow{
/*height:110px;*/
font-size:80%;
}
/* End of 'locations' */

