/*
Design by CityCom Marketing, LLC - Brian Weis background: #E3E1E1;
*/
body {
	margin: 0;
	padding: 0;
	background: #ffffff url("../images/background.jpg") 0 -5px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
}

/* Links */
a:link, a:visited { 
	text-decoration: underline;
	color: #344C64;	
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #4C6D8C;	
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #344C64;	
}
a:hover.more-link {
	text-decoration: none;
}

/*This creates rounded button - <a href="signup.cfm" class="morebutton">Register To Post</a> */

a.morebutton {
color: #454545;
border: 0px none !important; 
background: #fff url(../images/icon-arrow.png) no-repeat;
padding: 11px 21px 11px 39px;
font-style: italic;
float: right;
}

hr {border: none 0; border-top: 1px dashed #6689AF; height: 1px;}


/*To ensure link visited won't be overrided*/
#content a:visited
{
    text-decoration: underline;
    color: #344C64;
}

#content a:hover
{
    text-decoration: none;
	border-bottom: 1px dotted #4C6D8C;	
}


/* Headers */
/*To reduce the space here we change line-height and margin for headings. Line height is defined in the font property (it was 1.5em, now it is 1.1 em)*/
/*Margin also was changed to 0.4em for top and bottom and leaving 0em for left and right margins.*/
h1, h2, h3, h4 {
	font: bold 1em/1.1em Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 5px 5px 5px;
	margin: 0.1em 0em;	 
}
h1 { font-size: 3.0em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.6em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 5px}
h4 { font-size: 1.3em; padding: 2px 2px 2px 2px;}



/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;		
}
tr { background: #fff; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;	
  	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* ResultsTable - table */
#resultstable table {
	border-collapse: collapse;
	margin: 10px;		
}
#resultstable tr { background: #fff; }
#resultstable tr.altrow { background: #F9F9F9;	}
#resultstable th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
#resultstable th {
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;	
  	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;	
}
#resultstable td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* ResultsTable JOBS - table */
#resultstablejobs table {
	border-collapse: collapse;
	margin: 10px;		
}
#resultstablejobs tr { background: #fff; }
#resultstablejobs tr.altrow { background: #F9F9F9;	}
#resultstablejobs th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
#resultstablejobs th {
	color: #434D7D;
	background: #F5F8FA;
	padding: .8em 1em;	
  	border-color: #D7E8F0 #D7E8F0 #D7E8F0 #D7E8F0;	
}
#resultstablejobs td {
	border-color: #EFEFEF;	
	padding: .5em .5em;	
}	


#resultstablejobs a:link, a:visited { 
	text-decoration: underline;
	color: #344C64;	
}
#resultstablejobs a:hover {
	border-bottom: 1px dotted #4C6D8C;	
	text-decoration: none;
}

#resultstablejobs a img
{
    border: none 0;
}
/* end - table */

blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
blockquote p
{
    padding: 10px 15px;
}
.align-right 
{
    text-align: right;
}

/* thumbnails */
p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }






#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 960px;
	height: 85px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	height: 75px;
	margin: 0;
	padding-left: 20px;
	padding-top: 3px;
	color: #FFFFFF;
}



/* Top Banner */

#topbanner {
	float: right;
	width: 468px;
	height: 60px;
	padding-right: 50px;
	padding-top: 10px;
}


/* Menu */


#menu {
	margin: 0; 
	padding: 0;		
	width: 960px;	
	height: 50px;
	background: #fff url(../images/bg.gif) repeat-x ;	
	position: absolute;
	top: 85px;
}

#menu ul {
	float: left;	
	list-style: none;	
	margin: 10px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}

#menu ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}

#menu ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
	text-decoration: none;
}

#menu ul li a:hover, 
#menu ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#menu ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#menu ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* SUB NAVBAR */
#subNavbar
{
    float: left;
    text-align: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 4px 0px;
    margin-top: 4px;
    background: #fff;
    border-bottom: solid 1px #DDD;
    position: relative;
    height: 100%;
    list-style: none;
}


#subNavbar li
{
    float: left;
    margin: 0px;
    border: 0;
    font-size: 10pt;
    line-height: 30px;
    color: #000000;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 5px;
    white-space: nowrap;
}
#subNavbar li a, #subNavbar li a:visited
{
    float: left;
    color: #87BD5B;
    font-weight: bold;
	text-decoration: underline;
}
#subNavbar li.subNavbarActive a, #subNavbar li.subNavbarActive a:visited
{
    color: #87BD5B;
	text-decoration: underlin;
}

#subNavbar a:hover {
	text-decoration: none;
	border: 0;
}

/*For twitter image in the sub navigation*/
#subNavbar li a img
{
    display: block; 
    margin-top: 0.45em;
}
/* End twitter image style*/
/* 

/* SUB NAVBAR JOBS*/
#subNavbarJobs
{
    float: left;
    text-align: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 4px 0px;
    margin-top: 4px;
    background: #fff;
    border-bottom: solid 1px #DDD;
    position: relative;
    height: 100%;
    list-style: none;
}


#subNavbarJobs li
{
    float: left;
    margin: 0px;
    border: 0;
    font-size: 10pt;
    line-height: 30px;
    color: #000000;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 5px;
    white-space: nowrap;
}
#subNavbarJobs li a, #subNavbarJobs li a:visited
{
    float: left;
    color: #59688D;
    font-weight: bold;
	text-decoration: underline;
}


#subNavbarJobs li.subNavbarJobsActive a, #subNavbarJobsli.subNavbarJobsActive a:visited
{
    color: #59688D;
	text-decoration: underline;
}

#subNavbarJobs a:hover {
	text-decoration: none;
	 border: 0;
}
/* 

/*For twitter image in the sub navigation*/
#subNavbarJobs li a img
{
    display: block; 
    margin-top: 0.45em;
}
/* End twitter image style*/
/* 

/* Menu SEARCH BOX */
.quickSearch
{
    background: #EFFAE6 url(http://www.golfjobs.com/images/header-search1.gif) no-repeat;
}
.quickSearchFocused
{
    background: #F5F4F3 url(http://www.golfjobs.com/images/header-search.gif) no-repeat;
}

#quick-search
{
    position: relative;
    top: 10px;
    right: 5px;
    padding: 0;
    margin: 0;
    border: none;
    width: 270px;
    height: 33px;
    z-index: 999999;
    float: right;
}
#quick-search p
{
    margin: 0;
    padding: 0;
}
#quick-search input
{
    border: none;
    background: transparent;
    color: #bababa;
    float: left;
    margin: 0;
    padding: 5px;
}
#quick-search .tbox
{
    margin: 6px 0 0 5px;
    width: 216px;
    display: inline;
    background: #EFFAE6 none repeat scroll 0 0;
}
#quick-search .tboxFocused
{
    margin: 6px 0 0 5px;
    width: 216px;
    display: inline;
    background: #FFFFFF none repeat scroll 0 0;
}
#quick-search .btn
{
    width: 25px;
    height: 25px;
}
#quick-search label
{
    display: none;
}


/* 

	SearchField		
*/

/* default (inactive field) */
.sf_inactive{
	border:2px #3d91a5 solid;
	background:#3d91a5;
	color:#b4d3db;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:2px #8BB544 solid;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;
}

/* suggestions box */
/* js code generates unordered list */
.sf_suggestion{
	position:relative;
}
.sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#EFFAE6;
	top:33px;
	left:0;
}
.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}
.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color: #808080;
}
.sf_suggestion li.selected a{
	background:#97c774;
	color: #FFF;
}


/* Page Default 2 Columns */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/page2.jpg) repeat-y left top;
}

#page-bgtop {
	padding: 20px 25px;
	background: url(../images/fade1.jpg) repeat-x left top;
}

#page-bgbtm {
}


/* Content Default 2 Columns */

#content {
	float: left;
	width: 700px;
	padding: 0;
}

.post {
	margin-bottom: 25px;
	border-bottom: 1px dashed #BCDD4D;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #8AB52B;
}

.post .title a {
	color: #5B7817;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	background: url(../images/img05.jpg) no-repeat left 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #8AB52B;
}

.post .entry {
	padding-bottom: 20px;
	text-align: left;
}

/* RESUME - http://alexking.org/projects/html-resume-template/demo/resume.php  */

.resume p, td, span, li, a { 
	font-family: verdana, arial, helvetica, sans-serif; 
}

.resume h1 {
	font: 18pt verdana, arial, helvetica, sans-serif;
	color: #404040;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.resume h2 {
	border-bottom: 1px solid #C0C0C0;
	clear: both;
	color: #939393;
	font: 11pt verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 0 0 3px 0;
	width: 100%;
}
.resume h3 {
	font: 11pt verdana, arial, helvetica, sans-serif;
	color: #404040;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}
.resume li {
	font-size: 10pt;
	margin: 0 0 3px 5%;
	padding: 0;
}
.resume p {
	font-size: 10pt;
	margin: 0 0 10px 0;
	padding: 0;
}

#resume_left {
	font-size: 11pt;
	float: left;
	width: 50%;
}
#resume_right {
	font-size: 11pt;
	float: left;
	text-align: right;
	width: 50%;
}




/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
	
}

#sidebar li li {
	line-height: 35px;
	padding-top: 10px;
	border-bottom: 1px dashed #C5DB76;
	background: url(../images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 5px;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	font-size: 2em;
	height: 28px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #444;
}



#sidebar p {
	margin: 0 0px;
	padding-bottom: 15px;
	text-align: left;
}

#sidebar a {
	color: #5968B3;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Sidebar LEFT */

#sidebarleft {
	float: left;
	width: 180px;
	padding: 0;
	color: #787878;
}

#sidebarleft ul {
	margin: 0;
	padding: 0;
	padding-right: 12px;
	list-style: none;
}

#sidebarleft li {
	margin: 0;
	padding: 0;
}

#sidebarleft li ul {
	padding-bottom: 30px;
}

#sidebarleft li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	background: url(../images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
}

#sidebarleft li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebarleft h2 {
	height: 32px;
	padding: 8px 5px 0 0px;
	letter-spacing: -.5px;
	color: #5B7817;
}

#sidebarleft p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: left;
}

#sidebarleft a {
	color: #704A21;
	border: none;
}

#sidebarleft a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	background: #344C64;
	height: 50px;
	margin: 0 auto;
	padding: 3px 3px 15px 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #E1F5A6;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}


#footer a:hover {
	border-bottom: 1px dotted #ffffff;	
}




/* SEARCH BOX */

.search
{ background: #F5F8FA; border: 3px solid #D7E8F0; color: #333; margin: 10px auto 10px auto; position: relative; width: 700px; }

	.search form
	{ height: 100%; overflow: hidden; padding: 5px 0 20px 0; }
	
		.search fieldset
		{ float: left; padding: 5px 10px 0 20px; width: 45%; margin:0; border:0 none;}
										
		.search label
		{ color: #037; display: block; font-size: 18px; line-height: 24px; }
		
		.search .altLabel, .search legend
		{ clear: both; color: #037; display: block; float: left; font-size: 14px; font-weight: bold; width: 100%; }
		
			.search legend
			{ float: none; }
		
			.search label span
			{ color: #000; font-size: 11px; }
		
		.search .optionDescription
		{ font-size: 11px; padding: 0 5px 0 5px; }
	
		.search input, .search select, .search textarea
		{ border: 1px solid #8AA9CA; border-bottom: 1px solid #E1EBF4; border-right: 1px solid #E1EBF4; font: normal 14px Arial, Helvetica, sans-serif; padding: 4px; width: 95%; margin:0; color:#333; background-color:#fff;}
				
		.search .altSelect
		{ float: left; font-size: 12px; margin: 0 0 5px 0; padding: 1px; width: 77%; }
		
		.search .spacedSelect
		{ margin-left: 70px; }
		
		.search .inputAuto
		{ border: none; padding: 0; vertical-align: middle; width: auto; }
		
		.search .inputSmall
		{ font-size: 12px; width: 15%; }
		
.search .advancedSearch, .search .advancedSearchClose
{ position: absolute; right: 10px; top: 42px; }

.search .advancedSearch a, .search .advancedSearch a:visited
{ /*background: url(../images/content/img_open.gif) no-repeat 0 2px;*/ padding: 0 0 0 15px; }

.search .advancedSearchClose a, .search .advancedSearchClose a:visited
{ /*background: url(../images/content/img_close.gif) no-repeat 0 2px;*/ padding: 0 0 0 15px; }


	.advancedSearch a, .advancedSearch a:visited
	{ color: #037; font: bold 11px Verdana, Arial, Helvetica, sans-serif; }
		
/*Added new background image for search button*/		
.search .standardButton
{ float: left; margin: 30px 0 0 20px;; background:transparent url(../images/bg_button_right.gif) no-repeat scroll 100% 0; }

.search .standardButtonRight
{ float: right; margin: 30px 0 0 0; }

.searchCategory
{ background: #FFC; color: #333; }

/*This style will prevent from overriding focised select list*/
.search input:focus, .search select:focus, .search textarea:focus
{
    color: #333;
    background-color: #fff;
}

/**
* Standard Button
*/

	/*Changed font-size; line height, background image for new green search button*/
	.standardButton button, .standardButton a, .standardButton a:visited
	{ background: url(../images/bg_button_left.gif) no-repeat 0 0; color: #FFF; cursor: pointer; display: block; font: bold 14px/30px Arial, Verdana, Helvetica, sans-serif; text-align: center; }

	.standardButton,
	.standardButton button, .standardButton a, .standardButton a:visited
	{ height: 30px; width: 90px; border: 0 none;}
	

	
/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider2
{
    margin-top: 1em;
}
#slider li, #slider2 li
{
    /*  			define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
    width: 696px;
    height: 241px;
    overflow: hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev
{
    display: block;
    width: 30px;
    height: 77px;
    position: absolute;
    left: -30px;
    top: 71px;
    z-index: 1000;
}
#nextBtn, #slider1next
{
    left: 696px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a
{
    display: block;
    position: relative;
    width: 30px;
    height: 77px;
    background: url(../../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a
{
    background: url(../../images/btn_next.gif) no-repeat 0 0;
}
#slider ul li a img
{
    border: none 0;
}
/* numeric controls */

ol#controls
{
    margin: 1em 0;
    padding: 0;
    height: 28px;
}
ol#controls li
{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}
ol#controls li a
{
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #DAF3F8;
    color: #555;
    padding: 0 10px;
    text-decoration: none;
}
ol#controls li.current a
{
    background: #5DC9E1;
    color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
    outline: none;
}

/* // Easy Slider */


/* // FORMS */

/* feedback form  */
#feedbackform {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#feedbackform p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#feedbackform label {
	font-weight: bold;
	color: #7BA857;
}
#feedbackform input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#feedbackform input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#feedbackform #name, #email, #message, #website {
	width: 380px;
}
#feedbackform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}


/* Company Reg form  */
#companyform {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#companyform p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#companyform label {
	font-weight: bold;
	color: #7BA857;
}

#companyform hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#companyform input, select, textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#companyform input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#companyform #employer_company, #employer_name, #employer_title, #employer_phone, #employer_address_1, #employer_address_2, #employer_city, #employer_email, #message, #employer_url {
	width: 380px;
}

#companyform #employer_zip, #employer_login, #employer_password {
	width: 100px;
}


#companyform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/* Apply Directly Button form  */
#applyform {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#applyform p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#applyform label {
	font-weight: bold;
	color: #7BA857;
}

#applyform hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#applyform input, #applyform select, #applyform textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#applyform input:focus, #applyform select:focus, #applyform textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#applyform #employer_company, #employer_name, #employer_title, #employer_phone, #employer_address_1, #employer_address_2, #employer_city, #employer_email, #message, #employer_url {
	width: 380px;
}

#applyform #employer_zip, #employer_login, #employer_password {
	width: 100px;
}


#applyform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/*Employer Change Password */

#employerpasswordform {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#employerpasswordform p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#employerpasswordform label {
	font-weight: bold;
	color: #7BA857;
}

#employerpasswordform hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#employerpasswordform input, #applyform select, #applyform textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#employerpasswordform input:focus, #applyform select:focus, #applyform textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#employerpasswordform #Old_Password, #New_Password {
	width: 380px;
}



#employerpasswordform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/* Company Resume form  Button*/
#resumeviewform {
	margin: 0px; 
	padding: 2px 2px 2px 2px; 
}
#resumeviewform p {
	padding: 5px 0 5px 0;	margin: 0;	
	color: #808080;

}
#resumeviewform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}


/* Company POST JOB form  */
#postjobform {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#postjobform p {
	padding: 5px 0 5px 0;	margin: 0;	
	color: #808080;
}
#postjobform label {
	font-weight: bold;
	color: #7BA857;
}

#postjobform h4 {
	padding: 0px 5px 0px 5px;
}

#postjobform hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
	}
	
#postjobform input, select, textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#postjobform input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#postjobform #title, #job_code, #location, #facility, #Job_Contact_Email, #Job_Contact_URL {
	width: 380px;
}

#postjobform #job_state {
	width: 200px;
}


#postjobform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}



/* Submit Resume  */
/*Changed background color and border for this form to be similar to all forms onthe website*/
#submitresumeform {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: solid 1px #F0F0F0;
	background: #F8F8F8;
}
#submitresumeform p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}


#submitresumeform input, select, textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#submitresumeform input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#submitresumeform #applicant_name, #applicant_email, #applicant_phone, resume  {
	width: 380px;
}

#submitresumeform #employer_zip, #employer_login {
	width: 100px;
}


#submitresumeform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/* Comapny Password recoveryform  */
#companyrecovery {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#companyrecovery p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#companyrecovery label {
	font-weight: bold;
	color: #7BA857;
}

#companyrecovery hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#companyrecovery input, select, textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;  	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#companyrecovery input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}

#companyrecovery #Employer_Email {
	width: 300px;
}

#companyrecovery input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

/* JobSeeker Password recoveryform  */
#jobseekerrecovery {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#jobseekerrecovery p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#jobseekerrecovery label {
	font-weight: bold;
	color: #3D5771;
}

#jobseekerrecovery hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#jobseekerrecovery input, select, textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#jobseekerrecovery input:focus, select:focus, textarea:focus {
	color: #3D5771;
	background: #EFF2F7;
}

#jobseekerrecovery #Jobseeker_Email {
	width: 300px;
}

#jobseekerrecovery input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #567BA5;
	border-width: 1px;
  	border-style: solid;
  	border-color: #829FBC #476079 #476079 #829FBC;
}



/* Company Login form  */
#companylogin {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#companylogin p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#companylogin label {
	font-weight: bold;
	color: #7BA857;
}

#companylogin hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#companylogin input, select, textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;  	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#companylogin input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}

#companylogin #login, #password {
	width: 100px;
}

#companylogin input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}


/* Seeker Login form  */
#seekerlogin {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#seekerlogin p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
#seekerlogin label {
	font-weight: bold;
	color: #3D5771;
}

#seekerlogin hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#seekerlogin input, #seekerlogin select, #seekerlogin textarea {
	margin: 3px 0;
	padding: 3px;
	color: #3D5771;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#seekerlogin input:focus, #seekerlogin select:focus, #seekerlogin textarea:focus {
	color: #3D5771;
	background: #EFF2F7;
}

#seekerlogin #login, #password {
	width: 100px;
}

#seekerlogin input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #567BA5;
	border-width: 1px;
  	border-style: solid;
  	border-color: #829FBC #476079 #476079 #829FBC;
}

/* Seeker Create Account form  */
#seekeraccount {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
#seekeraccount p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #3D5771;
}
#seekeraccount label {
	font-weight: bold;
	color: #3D5771;
}

#seekeraccount hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#seekeraccount input, #seekeraccount select, #seekeraccount textarea {
	margin: 3px 0;
	padding: 3px;
	color: #3D5771;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#seekeraccount input:focus, #seekeraccount select:focus, #seekeraccount textarea:focus {
	color: #3D5771;
	background: #EFF2F7;
}

#seekeraccount #JobSeeker_Name, #JobSeeker_Address1, #JobSeeker_Address2, #JobSeeker_City, #JobSeeker_Email, #JobSeeker_Headline {
	width: 380px;
}

#seekeraccount #JobSeeker_Login, #JobSeeker_Password, #JobSeeker_Phone {
	width: 150px;
}

#seekeraccount JobSeeker_Zip {
	width: 100px;
}

#seekeraccount input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #567BA5;
	border-width: 1px;
  	border-style: solid;
  	border-color: #829FBC #476079 #476079 #829FBC;
}


/* Admin Login form  */
#adminlogin {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #EBD5D5;
}
#adminlogin p {

	padding: 5px 0 5px 0;	margin: 0;	
	color: #C76363;
}
#adminlogin label {
	font-weight: bold;
	color: #AD3939;
}

#adminlogin hr {
	border: none 0; 
	border-top: 1px dashed #E5E5E5;
	height: 1px;
}
#adminlogin input, #adminlogin select, #adminlogin textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#adminlogin input:focus, #adminlogin select:focus, #adminlogin textarea:focus {
	color: #BB4545;
	background: #F0CACA;
}

#adminlogin #rep_login, #rep_password {
	width: 150px;
}

#adminlogin input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A83A3A;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C05252 #A33B3B #C05252 #A33B3B;
}

.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	/*Font size is 13px so we need to adjust height of span: 16px:*/
	height: 16px;
	/**/
	display: block;
	float: left;
	margin-left: 1em;
}
.sitemap span.vert {background-image: url(http://www.golfjobs.com/sitemap/map_vert.gif);}
.sitemap span.last {background-image: url(http://www.golfjobs.com/sitemap/map_last.gif);}
.sitemap span.midd {background-image: url(http://www.golfjobs.com/sitemap/map_midd.gif);}
 
.sitemap ul, .sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/*Homepage overview section*/
.overview_section
{
    background: Transparent url(../images/overview_home.png) no-repeat;
    height: 240px;
    width: 700px;
}

.overview_section_container 
{
    padding-left:20px;
    padding-top:10px;
    white-space:nowrap;
}
.overview_section_container h1
{
    font-size:2.5em;
    font-weight:bold;
    line-height:28px;
    margin:0;
    padding-bottom:10px;
    font-family:Helvetica,Arial,sans-serif;
}
.overview_section_container p
{
    color:#000000;
    font-size:16px;
    font-weight:bold;
    line-height:1.6em;
    margin:0;
    padding-top:15px;
}
.orange 
{
    color:#D14607;
}

.green 
{
    color:#089442;
}
/*End Homepage overview*/

/*Resources overview*/

.overview_resources
{
    background: Transparent url(../images/overview_resources.gif) no-repeat;
    height: 240px;
    width: 700px;
}

.overview_resources_container 
{
    padding-left:20px;
    padding-top:10px;
    white-space:nowrap;
}
.overview_resources_container h1
{
    font-size:2.5em;
    font-weight:bold;
    line-height:28px;
    margin:0;
    padding-bottom:10px;
    font-family:Helvetica,Arial,sans-serif;
}
.overview_resources_container p
{
    color:#000000;
    font-size:16px;
    font-weight:bold;
    line-height:1.6em;
    margin:0;
    padding-top:15px;
}
.orange 
{
    color:#D14607;
}

.green 
{
    color:#089442;
}

/*Testimonials Page*/
#col_mid
{
    display: block;
    padding: 0 0 15px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    border: 1px solid #e1e1e1;
    height: 230px;
    background: #FFFFFF none;
    margin-bottom: 20px;
}
#col_mid div.pad
{
    padding: 0px 20px;
}
#content div.testimonial
{
    display: block;
    position: relative;
    padding: 15px 20px;
    width: 95%;
    margin: 0;
    font-family: helvetica, arial, sans-serif;
}
div.testimonial span.quoteleft
{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 102px;
    color: #d1d1d1;
}
#content div.testimonial span.quoteright
{
    font-size: 102px;
    color: #d1d1d1;
    position: absolute;
    bottom: 0px;
    right: 5px;
}
#content div.testimonial p
{
    padding: 20px 28px;
    margin: 0;
    font-size: 18px;
    color: #121212;
    font-style: italic;
    line-height: 145%;
    text-align: justify;
}
#content div.testimonial span.author
{
    font-size: 15px;
    text-transform: uppercase;
    color: #06c;
    font-family: helvetica, arial, sans-serif;
    padding: 15px 0 0 28px;
    font-weight: bold;
    display: block;
}
#content div.testimonial span.credentials
{
    color: #999;
    font-style: italic;
    font-size: 13px;
    line-height: 100%;
    padding: 0 0 0 28px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    display: block;
}
/**/
/*Clear floated left tegs*/
.clearL
{
    clear: left;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}


/************ Shortcut Buttons ************/

.shortcut-button {
                border: 1px solid #ccc !important;
                background: #f7f7f7 url('http://www.golfjobs.com/images/icons/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 120px;
                margin: 0 0 20px 0;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 15px 10px 15px 10px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
                }
/*Changed dispplay property from default (inline) to block. Also changed margin values.*/
.shortcut-button span img {
                margin: 0px auto 10px;
				border: 0px;
				text-decoration: none !important;
				display: block;
                }
.shortcut-button:hover {
                background: #fff;
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
				padding: 0 !important;
				list-style: none;
				background: 0;
                }
				
/************ Home Page Scrolling Jobs ************/

.featuredgreen
{ background: #F5FAEB; border: 1px solid #CCC; width: 300px; font-size: 11px; margin: 0 30px 10px 0; padding: 10px; text-align: center; float: left }

.featuredgreen h4
	{ font-size: 14px; color: #333; }

/*Changed padding, border color*/
.featuredgreeninner
	{ background: #FFF; border: 1px solid #EEE; height: 125px; margin: 5px 0 0 0; padding: 7px 11px;}
	
.featuredblue
{ background: #E7F1FD; border: 1px solid #CCC; width: 300px; font-size: 11px; margin: 0 0 10px 0; padding: 10px; text-align: center; float: left }

.featuredblue h4
	{ font-size: 14px; color: #333; }


/*Changed padding, border color*/
.featuredblueinner
	{ background: #FFF; border: 1px solid #EEE; height: 125px; margin: 5px 0 0 0; padding: 7px 11px;font-family: verdana,arial,helvetica,sans-serif;text-align: left;}
/*New style for paragraph to keep in right*/
.featuredblueinner p
{
    display: inline-block;
    width: 145px;
}

/* // Video Image Hover Icon */

.videoimageframe {
	margin-right: 20px;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
}

.videoimage a:link, .videoimage a:active, .videoimage a:visited
{
    border: 1px solid #ccc;
    /*This is added for anchor to be block element and keep image:*/
    display: block;
}
.videoimage img
{
    display: block;
    /*New height and width for play omage button to be centered:*/
    height: 90px;
    width: 120px;
	border: 1px solid #ccc;
}
/*This span is for play icon over the video image:*/
.videoimage span
{
    background: transparent url(http://www.golftrips.com/images/play_icon.gif) no-repeat scroll center center;
    position: absolute;
    height: 90px !important;
    width: 120px !important;
}

/*Franchise Images:*/
img.franchiseleft
{
    float: left;
    margin: 0px;
	padding: 0px 5px 5px 5px;
    border: 0px none;
}