/* 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 'contactForms' */
div.fieldBox{
	float:left;
}

div.topContactForm{
float:left;
padding-bottom:5px;
border-bottom: 1px solid #94b2d9;
}

div.leftTopContactForm, div.rightTopContactForm{
width:230px;
float:left;
}

div#contactForm p{
        margin-bottom:2px !important;
}

div#contactForm select.visitor, 
div#contactForm select.resident {
width: 220px;
}

div#contactForm span{
float:right;
font-size:90%;
}
div#inputFirstName{width:235px;}
div#inputLastName{width:235px;}
div#inputEmail{width:290px;}
div#inputPhone{width:420px;}
div#inputAddress {width:400px;}
div#inputCity, div#inputState, div#inputZip{width:150px;}
div#inputSubject{width:400px;}

div.fieldBox input{
	height:16px;
	padding:2px;
	border:none;
}

div#inputFirstName input{width:213px;}
div#inputLastName input{width:213px;}
div#inputEmail input{width:268px;}
input#inputPhoneOne{width:158px;}/*58*/
input#inputPhoneTwo{width:88px;}
div#inputAddress input{width:378px;}
div#inputCity input, div#inputState input, div#inputZip input{width:136px;}
div#inputSubject input{width:378px;}

div.fieldBox textarea{
	overflow:hidden;
	height:109px;
	padding:2px;
	border:none;
	width:450px;
}

div#submit input, div#submit checkbox{
	margin-top:5px;
	background:none;
}

div#submit input{
width:199px;
height:30px;
}

/*****Tell a Friend*****/

#inputYourName{
float:left;
width:200px;

}

div#inputYourEmail{
width:200px;
float:right;
}

div#inputFriendsName{
float:left;


width:200px;

}

div#inputFriendsEmail{
width:200px;
float:right;

}

.clear{
clear:both;
}

#stackedEmail{
width:400px;
}

/*** End Tell a Friend  ****/



/*****Login*****/

#inputLoginName{
float:left;
width:200px;
margin-right:10px;

}

div#inputPassword{
width:200px;
float:left;
margin-right:10px;
}

div#loginButton{
margin-top:30px;
float:left;
width:200px;

}


div#createProfile{
margin-top:28px;
float:left;
width:200px;

}

#stackedLogin{
width:620px;
}




/*****End Login*****/


.fieldboxx{
float:left;
width:200px;

}

#browseButton{
float:left;
width:200px;

}

#submitProfile{
margin-left:300px;
}


/*employmentpage*/

.blue{
color:#124aa7;
}

.jlisting{
height:60px;
width:680px;
padding-bottom:8px;
}

.jlisting_white{
background-color:#eef1f7;
border-top:1px solid #b7c9e5;
border-bottom:1px solid #b7c9e5;
width:680px;
height:60px;
padding-bottom:8px;
}

.jleft{
float:left;
width:300px;
}

.jright{
float:right;
width:215px;

}

.listPic{
float:left;
width:33px;
margin-top:20px;

}

.clear{
clear:both;
}

.rightofpic{

margin-left:15px;
float:left;
width:165px !important;
}

.rightofpic p{
width:240px !important;
}

.jright p{
width:240px !important;
}

#bottomBox{

width:461px;
height:auto;
}

.topofbox{
background:url(../uploads/img/emp_topcap.jpg);
background-repeat:no-repeat;
width:461px;
height:10px;

}

.middleofbox{
background:url(../uploads/img/emp_mid.jpg);
width:461px;
padding-bottom:8px;
padding-top:8px;
margin-top:-7px;
}

.bottomofbox{
background:url(../uploads/img/emp_bottomcap.jpg);
background-repeat:no-repeat;
width:461px;
height:10px;
}

.midRt {
margin-top:10px;
width:180px;
float:left;
margin-left:15px;
}

.midLeft{
margin-top:10px;
float:left;
margin-left:12px;
width:220px;
}

#searchbox{
width:204px;
}

.bot{
margin-top:-5px;
}



/* End of 'contactForms' */

