/***********************************************/
/* job-finder.css 		                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
}

/***********************************************/
/* Hyperlink and anchor tag styles             */
/***********************************************/
A:link, A:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

A.linkNavMain:link, A.linkNavMain:visited, A.linkNormalBold:link, A.linkNormalBold:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

A.linkNavMain:hover, A.linkNormalBold:hover {
	color: #6699CC;
	font-weight: bold;
	text-decoration: underline;
}

A.linkNormal:link, A.linkNormal:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

A.linkNormal:hover {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

A.linkRedBold:link, A.linkRedBold:visited {
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
}

A.linkRedBold:hover {
	color: #FDCD0B;
	font-weight: bold;
	text-decoration: underline;
}

A.linkFooter:link, A.linkFooter:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

A.linkFooter:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

/***********************************************/
/* LHS menu styles                             */
/***********************************************/
TABLE.menu A.linkMenu {
	width: 132px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
}

DIV.menu A.linkMenu {
	color: #666666;
	background: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

DIV.menu A.linkMenu:link {
	color: #666666;
	background: #FFFFFF;
}

DIV.menu A.linkMenu:active {
	color: #000000;
	background: #FFFFFF;
}

DIV.menu A.linkMenu:visited {
	color: #666666;
	background: #FFFFFF;
}

DIV.menu A.linkMenu:hover {
	color: #6699CC;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}

/***********************************************/
/* Heading tag styles                          */
/***********************************************/
.headingMain {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

.headingSub {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/
.textNormal {
	color: #666666;
	font-weight: normal;
}

.textBlue {
	color: #6699CC;
}

.textUnderline {
	text-decoration: underline;
}

TD.navButton {
	background-image: url(../images/buttonsingle1.jpg);
	background-repeat: no-repeat;
	width: 103px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

.errorText {
	color: red;
	font-weight: bold;
}
/***********************************************/
/* Border styles                               */
/***********************************************/
.border {
	border: 1px solid #EEEEEE;
}

.borderBottom {
 	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

.borderRight {
 	border-right: 1px solid #CCCCCC;
}

.border-footer {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #FFFFFF;
}

/***********************************************/
/* Form and related tag styles                 */
/***********************************************/
.formStyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.formDropdownlist {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	}
/*	
.formButton {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
*/
.formText {
	
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #666666
}

.formButton {
	background-image: url(../images/button.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #616e84;
	font-size: 11px;
	height: 20px;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	BORDER: #616e84 1px solid
}

.formButtonOver {
	background-image: url(../images/buttonon.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#F0F0F0;
	color: #FF6600;
	height: 20px;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	BORDER: #FF6600 1px solid 
}

.formStyleLong
{
	width:310px;
}

.shadeform { 
	FONT: 8.5pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/shadeform.gif);
	background-repeat: no-repeat;
	text-align: left;
	WIDTH: 200px;
	BORDER: #616e84 .5px solid;
}
 
.quoteform { 
	FONT: 8.5pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/shadeform.gif);
	background-repeat: no-repeat;
	text-align: left;
	BORDER: #616e84 1px solid
}

INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header {
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	position: relative;
	top: 0px;
	left: 0px;
}

#topBanner {
	background-color: #FFFFFF;
	width: 100%;
	height: 100px;
	position: relative;
	margin-top:0px;
	margin-bottom: 0px;
	background-image: url(../images/job_finder_mid.jpg);
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#searchtable {
	max-width: 100%;
	color: #999999;
	position: relative;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subNav {
	background-color: #eeeeee;
	width: 100%;
	height: 20px;
	position: relative;
}

.subNav {
	position: absolute;
	left: 4px;
	top: 226px;
	height: 20px;
	min-width: 100%;
	visibility: hidden;
	color: #999999;
}

#mainBody {
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
	color: #666666;
	position: relative;
}

#footer {
	background-color: #FFFFFF;
	max-width: 100%;
	height: 20px;
	position: relative;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px;
}

#mainNav {
	background-image: url(../images/button-repeater.jpg);
	background-repeat: repeat-x;
	max-width: 100%;
	height: 28px;
	color: #666666;
	position: relative;
	border-bottom: 1px solid #FFFFFF;
}

.line-bottom {
 	border-bottom: 1px solid #CCCCCC;
}
