/***********************************************************************
Source Code Copyright © 2006 Robert Black, on behalf of Three Mushrooms
************************************************************************/

/* Main Layout */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center; /* needed for center layout IE5/win */
	Background-Color: #66CC99;
	margin: 0px;
	min-height: 100%;
    height: 100%;
}

#outer
{
	margin: 0px auto;
	overflow: hidden;
	width: 750px;
	text-align: left;
	Background-color: #FFFFFF;
	padding: 10px;
}

#logo
{
	float: left;
	padding: 15px;
	width: 270px;
}

#jobSearch
{
	float: left;
	display: inline;
	width: 270px;
	padding-top: 35px;
}


#phone
{
	position: relative;
	padding-top: 35px;
	margin-left: 550px;
}

a:link,
a:visited,
a:active
{
	color: #00CCFF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/************************************************************/



/* HTML Elements */
h1
{
	margin: 0px 0 12px 0;
	padding: 0px;
	font-weight: 300;
	color: #00CCFF;
	font-size: x-large;
}
acronym
{
	cursor: help;
	border-bottom: #000 1px dotted;
}
/************************************************************/



/* Navigation */

#nav
{
	margin: 44px 0 71px 0;
	background-color:#ff0000;
}
#nav #lhImage
{
	float: left;
	display: inline;
}
#nav #rhImage
{
	float: left;
	display: inline;
}

#nav li
{
	float: left;
	display: inline;
	list-style: none;
	background-color: #009691;
}
#nav a
{
	float: left;
	line-height: 20px;
	margin: 0px 1px 0 0;
	padding: 3px 10px 4px 10px;
	background-color: #66CC99;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#nav a:active, #nav a:hover, #nav .activeTab
{
	background-color: #009691;
}
/************************************************************/



/* Content Area */
#mainContent
{
	border-top: 4px solid #009691;
	border-bottom: 1px solid #66CC99;
	border-left: 1px solid #66CC99;
	border-right: 1px solid #66CC99;
}

#textWrapper
{
	padding: 10px;
}

.errorText
{
	font-weight: bold;
	font-size: larger;
	color: #ff0000;
/*	text-align: center;*/
	margin-left: 250px;
}

.notifyText
{
	font-weight: bold;
	font-size: larger;
	color: #00ff00;
/*	text-align: center;*/
	margin-left: 250px;
}
/************************************************************/



/* Footer */

#footer, #footer a:link, #footer a:visited, #footer a:active
{
	color: #999999;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	text-transform:uppercase;
	text-align:right;
}

#footer a:hover
{
	text-decoration: underline;
}
/************************************************************/



/* Forms */

form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 20px;
}

label
{
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
}

#login label
{
	font-weight: bold;
	display: inline;
	float: none;
	width: 0px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

fieldset
{
	border: 1px solid #009691;
	padding: 10px 20px;
}

legend
{
	line-height: 20px;
	margin: 0px 1px 0 0;
	padding: 3px 10px 4px 10px;
	background-color: #009691;
	font-weight: bold;
	border: solid 1px #66CC99;
	color: #ffffff;
}

.required
{
	background-image:url(/i/required.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#frmQJobSearch
{
	font-size: small;
}
#frmQJobSearch input
{
	font-size: x-small;
}


/************************************************************/



/* Registration Forms */
#register
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 20px;
}

#register label
{
	font-weight: bold;
}

#register fieldset
{
	border: 1px solid #009691;
	padding: 10px 20px;
	width: 550px;
}

#register legend
{
	line-height: 20px;
	margin: 0px 1px 0 0;
	padding: 3px 10px 4px 10px;
	background-color: #009691;
	font-weight: bold;
	border: solid 1px #66CC99;
	color: #ffffff;
}

/************************************************************/


/* Standard Tables */

table
{
	border-collapse: collapse;
	width: 95%;
}
th
{
	background-color: #cccccc;
	padding: 5px;
}
td
{
	padding: 5px;
}
th, td
{
	text-align: center;
	border: 1px solid #999999;
}

.date
{
	white-space:nowrap;
	font-size: smaller;
}
/************************************************************/


/* Debug CSS */
#debug
{
	margin-top: 150px;
	border: solid 1px #ff0000;
	border-top: solid 4px #ff0000;
	text-align: left;
	font-family: Monospace;
	font-size: medium;
	padding: 10px;
}
#debug hr
{
	width: 90%;
	color: #000000;
}
/************************************************************/


/* Misc */
.homepage_strap
{
	font-weight: bold;
	text-align: right;
	padding-right: 50px;
	color: #666666;
}
/************************************************************/


#jobsLinks
{
	float: left;
	background: url(i/logo_arrow.gif) no-repeat 0px 20px;
	padding-bottom: 70px;
	text-indent: 20px;
	margin-right: 20px;
	padding-top: 55px;
}
#jobsLinks ul
{
	line-height: 30px;
	list-style-type: none;
}
#jobsLinks, #jobsLinks a:link, #jobsLinks a:visited, #jobsLinks a:active
{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}

#jobsLinks a:hover
{
	text-decoration: underline;
}


.clear {
  clear: both;
  margin: 0;
  padding: 0;
  }

.listHeading
{
	color: #999999;
	width: 100px;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: smaller;
	float:left;
	line-height: 20px;
}

.listItem
{
	font-weight: normal;
	font-size: small;
	/*text-align: right;*/
	line-height: 20px;
}

.listItem a:link,
.listItem a:visited,
.listItem a:active
{
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.listItem a:hover
{
	text-decoration: underline;
}

/****** Apply For Job Page *****/
#left,#right
{
	padding-top: 20px;
}

#left
{
	float: left;
	margin-left:10px;
	margin-right: 0px;
	border-right: solid 1px #66CC99;
}

#right
{
	float: right;
	margin-right:10px;
	margin-left: 20px;
}
#register input, #jobSubmit input, #jobSubmit textarea, #register select
{
    border-right: #66cc99 thin solid;
    border-top: #66cc99 thin solid;
    border-left: #66cc99 thin solid;
    border-bottom: #66cc99 thin solid;
}

.button
{
    background-color: #009691;
    color: #ffffff;
    font-weight: bold;
}

p { padding: 0; margin: 0 0 12px 0 }

#featuredjobs { float: left; clear: left; width: 748px }
#featuredjobs h2 { float: left; height: 20px; line-height: 20px; width: 743px; padding-left: 5px; color: #FFF; font-size: 13px; background: #66CC99; }
.fjob { float: left; width: 233px; border-right: solid 1px #ccc; padding: 5px 10px 0 5px }
.fjob3 { float: left; width: 233px; border-right: solid 0px #ccc; padding: 5px 10px 0 5px }