body
{
	margin: 0;
	padding: 0;
	/*color: #666666;
	background-color: #4B8DBF;*/
	font-family: Verdana, Arial, San-Serif;
	text-align: center;
}
#white
{
	color: inherit;
	background-color: #FFF;
}
html
{
	font-size: 100%; /* for IE */
}
body
{
	font-size: 62.5%; /* for IE/Win */
}

a{}
a:link
{
	text-decoration: underline;
	color: #656565;
	background-color: transparent;
}
a:visited
{
	text-decoration: underline;
	color: #8D8C8C;
	background-color: transparent;
}
a:hover
{
	text-decoration: none;
	color: #8D8C8C;
	background-color: transparent;
}
h1{}
h2{}
h3
{
	margin: 1em 0 0 0;
	padding: 0 0 0.3em 1em;
	color: #3b85b4;
	background-color: transparent;
	font-size: 1.1em;
	border-bottom: 1px solid #ebebeb;
}
h4
{
	color: #aa273d;
	background-color: transparent;
	font-size: 1.1em;
	padding: 1em 0 0.4em 0;
	/*border: 1 solid #a3aead;*/
}
h5
{
	font-size: 1em;
}
h6
{}

hr, .hide
{
	display: none;
}

/* ==========================================================
	City Professionals
========================================================== */
#city-prof
{
	position: relative;
	width: 95em;
	margin: auto;
	padding: 1px 0 0 0;
	text-align: left;
	color: inherit;
	background-color: #FFF;
}

/* ==========================================================
	LOGO
========================================================== */
#logo
{
	margin: 1em 1em 0 1em;
	padding: 0;
	font-size: 1em; /* margins are relative to the elements font-size */
	float: right;
}

/* ==========================================================
	NAVIGATION-1
========================================================== */
#navigation-1
{
	width: 92em;
	margin: 0 0 0 1em;
	padding: 1em 0 0 0;
	list-style-type: none;
}	
#navigation-1 li
{
	float: left;
	display: block;
}
#navigation-1 li a
{
	display: block;
	padding: 0.3em 1em 0.3em 0.5em;
	color: #3E3E3E;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #C4C4C4;
}
#navigation-1 li a:link
{
	background-color: transparent;
	color: inherit;
}
#navigation-1 li a:visited
{
	background-color: transparent;
	color: inherit;
}
#navigation-1 li a:hover
{
	background-color: #EEE;
	color: inherit;
}
/* [ selected ] ------------------------------------------ */
#navigation-1 li a.selected, #navigation-1 li a.selected:link, #navigation-1 li a.selected:visited, #navigation-1 li a.selected:hover
{
	color: #FFF;
	background-color: #4B8DBF;
	font-weight: bold;
}
/* [ nav items ] ----------------------------------------- */
#navigation-1 #nav1-jobs 		{width: 7.4em;}
#navigation-1 #nav1-candidates 	{width: 12em;}
#navigation-1 #nav1-employers 	{width: 9.6em;}
#navigation-1 #nav1-clients 	{width: 8.6em;}
#navigation-1 #nav1-home 		{width: 7em;}
#navigation-1 #nav1-press 		{width: 7em;}
#navigation-1 #nav1-career  	{width: 16.2em;}
#navigation-1 #nav1-work	 	{width: 6.7em;}
#navigation-1 #nav1-about 		{width: 7em;}

/* ==========================================================
	CRUMB-TRAIL
========================================================== */
#crumb-trail
{
	display: block;
	clear: both;
	margin: 0 1em;
	color: #FFF;
	background-color: #969696;
	border-top: 0.5em solid #FFF;
}
#crumb-trail address
{
	float: right;
	width: 24.6em;
	padding: 0.3em 0.5em 0.4em 1em;
	background-color: #B0B0B0;
	font-style: normal;
	border-left: 1px solid #FFF;
	position: relative;
}
#crumb-trail address span
{
	position: absolute;
	right: 0.5em;
	font-weight: bold;
}
#crumb-trail p
{
	display: block;
	margin: 0 0 0 0.5em;
	padding: 0.4em 0.3em 0.3em 10px;
	background-color: transparent;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
    text-transform: lowercase;
}
#crumb-trail p span
{
	display: none;
}
#crumb-trail p a
{
	text-decoration: none;
}
#crumb-trail p a:link, #crumb-trail p a:visited
{
	color: #FFF;
}
#crumb-trail p a:hover
{
	color: #DDD !important;
}

#crumb-trail a.two:link, #crumb-trail a:visited
{
	color: #FFF;
}

#crumb-trail a.two:hover,#crumb-trail a.two:active
{
	color: #616867;
}

/* ==========================================================
	CONTAINER
========================================================== */
#container
{
	position: relative;
	border-top: 1px solid #FFF;
}

/* ==========================================================
	GLOBAL-CONTAINER
========================================================== */
#global-container
{
	margin: 0.2em 1em 1em 1em;
	float: left;
	display: inline;
	background-color: #DEDEDE;
	background-image: url(../images/global-content_bg.gif);
	background-repeat: repeat-y;
	background-position: 52.7em 0;
}

/* ==========================================================
	GLOBAL-CONTENT
========================================================== */
#global-content
{
	float: left;
	display: inline;
	width: 65.5em;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	color: #515151;

}
#PageTitle
{
	font-size: 14px;
	margin: 0em 0em 0em 0.7em;
	text-align: left;
	left: -10px;
}


#page-content
{
	float: left;
	display: inline;
	width: 94em;
	padding: 0;
	color: #515151;
	margin: 0.5em 0.2em 2em 0;
	/*border: 1 solid #000;*/
}

#contact-page-content
{
	float: left;
	display: inline;
	width: 94em;
	padding: 0;
	color: #515151;
	margin: 0.5em 0.2em 2em 0;
	/*border: 1 solid #000;*/
	height: 330px;
}

p.main-page-text
{
	margin: 1em 42em 2em 1em	
}

p.disclaimerSub
{
	margin: 1em 22em 2em 1em	
}

.mainimage
{
 margin: 0 0.2em 0 0;
 padding: 0;
 float:left;
}

#homepage-picture
{
float: right;
}

/*=====================================================
	Footer
==================================================== */
#footer
{
	clear: both;
	border: 1px solid #FFF;
	margin: 0 1em 0 1em;
	padding: 0.2em 0 0.4em 0;
	color: #4E4E4E;
	border-top: 1px solid #C4C4C4;
	font-size: 0.9em;
}

#footer #hygene, #front-footer #hygene
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer #hygene li, #front-footer #hygene li
{
	display: inline;
	margin: 0 0 0 1.5em;
}
#footer #hygene li a, #front-footer #hygene li a
{
	text-decoration: none;
}
#footer #hygene li a:link, #front-footer #hygene li a:link
{
	color: #4E4E4E;
}
#footer #hygene li a:visited, #front-footer #hygene li a:visited
{
	color: #6C6B6B;
}
#footer #hygene li a:hover, #front-footer #hygene li a:hover
{
	color: #969696;
}

#footer #hygene li a:selected, #front-footer #hygene li a:selected
{
	color: #969696;
}


#contentBox
{
	float: left;
	display: inline;
	position: absolute;
	left: 8px;
	top: 68px;
	padding: 5px;
	margin: 0px;
	background: #B0B0B0;
	border: 2px solid #ccc;
	width: 350px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
	height: 245px;
	}
html>body #contentBox {
	height: 245px;
	width: 350px; /* ie5win fudge ends */
	}

span.button input
{
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #969696;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}

#jobListingHeaderBar
{ 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
	color: black; 
	background-color: #F0F2EB; 
	text-decoration: none; 
	text-align : left; 
	border-bottom : 1px solid #bbbbbb; 
	border-top : 1px solid #bbbbbb; 
	padding-top:2px; padding-bottom:2px;
}

#jobListingFooterBar
{ 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: bold; 
	color: black; 
	background-color: #F0F2EB; 
	text-decoration: none; 
	text-align : left; 
	border-bottom : 1px solid #bbbbbb; 
	border-top : 1px solid #bbbbbb; 
	padding-top:2px; padding-bottom:2px;
}

#JobTable
{
	background-color: #F0F2EB;
}


#jobListingView
{ 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: bold; 
	color: black; 
	background-color: #FFFFF; 
	text-decoration: none; 
	text-align : left; 
	border-bottom : 1px solid #bbbbbb; 
	border-top : 1px solid #bbbbbb; 
	border-left : 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	padding-top:2px; padding-bottom:2px;
}