/* CSS Document */

body {
	margin: 0px;
	color: #262626;
	font-family: Helvetica, Arial, sans-serif;
}
p {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
}
i {
	color: #336699;
}
h2 {
	color: #111a4c;
	font-weight: bold;
	font-size: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
h2 span {
	color: #6f99ca;
}
b {
	color: #111a4c;
}
strong {
	color: #666666;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
a:link, a:active, a:visited {
	color: #1e2656;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
#nav {
	margin: 0px 0px 23px 12px;
	float: left;
}
#news {
	margin: 0px 13px 34px 12px;
	clear: both;
}
#homeabout {
	margin: 0px 19px 7px 0px;
}
#homewelcome {
	margin: 0px 19px 0px 0px;
}
.separatorLine {
	background: url(images/separatorLine.gif) repeat-y top left;
}
.leftLines {
	background: url(images/leftLines.gif) repeat top right;
}
.rightLines {
	background: url(images/rightLines.gif) repeat top left;
}
.leftShade {
	background: url(images/leftShade.gif) repeat-y top left;
}
.rightShade {
	background: url(images/rightShade.gif) repeat-y top left;
}
#nav a.mainLink {
	width: 222px;
	height: 33px;
	display: block;
	background-position: top left;
	text-indent: -5000px;
}
#nav a.mainLink:hover {
	background-position: top right;
}
a.homeLink { 
	background-image: url(images/homeLink.gif);
}
a.employersLink { 
	background-image: url(images/employersLink.gif);
}
a.seekersLink { 
	background-image: url(images/seekersLink.gif);
}
a.faqLink { 
	background-image: url(images/faqLink.gif);
}
a.timeCardLink { 
	background-image: url(images/timeCardLink.gif);
}
a.contactUsLink { 
	background-image: url(images/contactUsLink.gif);
}
body.home a.homeLink {
	background-image: url(images/homeCurrent.gif);
}
body.employers a.employersLink {
	background-image: url(images/employersCurrent.gif);
}
body.seekers a.seekersLink {
	background-image: url(images/seekersCurrent.gif);
}
body.faq a.faqLink {
	background-image: url(images/faqCurrent.gif);
}
body.timeCard a.timeCardLink {
	background-image: url(images/timeCardCurrent.gif);
}
body.contactUs a.contactUsLink {
	background-image: url(images/contactUsCurrent.gif);
}
.newsTitle {
	color: #666666;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background: url(images/blueBlock.gif) no-repeat top left;
	padding-left: 13px;
}
.newsTD {
	padding-left: 3px;
}
.footer a:link, .footer a:active, .footer a:hover, .footer a:visited, .footer {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.footer {
	padding-bottom: 10px;
}
#content {
	clear: both;
	margin-left: 14px;
}
#smallHeader {
	float: left;
}
.listTable td {
	 text-indent: -6px;
	 padding: 6px 14px 6px 15px;
}
.rowHide2 {
	display: none; 
}
.rowShow2 {
	display: block; 
}