.pageLeftShade {
	background-image: url(../tag-img/pageLeftShad.jpg);
	background-repeat: repeat-y;
	width: 8px;
}
.pageRightShade {
	background-image: url(../tag-img/pageRightShad.jpg);
	background-repeat: repeat-y;
	width: 8px;
}
.blueLiner {
	background-image: url(../tag-img/blueLiner.jpg);
	background-repeat: repeat-x;
	height: 5px;
}
.menuBar {
	background-image: url(../navi-img/menuBar.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 898px;
	text-align: center;
	vertical-align: middle;
}
.menuBotBar {
	background-color: #18366a;
	height: 5px;
	background-repeat: repeat-x;
}
.pageGrad {
	background-image: url(../tag-img/pageGrad.jpg);
	background-repeat: repeat-x;
}
.dialogHeaderLeft {
	background-image: url(../tag-img/dialogHeaderLeft.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 32px;
}
.dialogHeaderRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../tag-img/dialogHeaderRight.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 178px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.box1Left {
	background-image: url(../tag-img/box1Left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.box1Right {
	background-image: url(../tag-img/box1Right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.box1Bot {
	background-image: url(../tag-img/box1Bot.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 210px;
}
.box1Bot2 {
	background-image: url(../tag-img/box1Bot2.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 210px;
}
.box2Left {
	background-image: url(../tag-img/box2Left.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.box2Right {
	background-image: url(../tag-img/box2Right.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.textfield1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	height: 14px;
	line-height: 10px;
	padding-top: 2px;
	padding-left: 2px;
	border: 1px solid #7f9db9;
}
.btn1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1777a5;
	text-decoration: none;
	background-image: url(../tag-img/btn1.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 55px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.btn1Roll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0D435E;
	text-decoration: none;
	background-image: url(../tag-img/btn1.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 55px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.writeupBackdrop {
	background-image: url(../home-img/writeupBackdrop1.jpg);
	background-repeat: no-repeat;
	width: 418px;
	height: 202px;
	color: #104F6D;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #272659;
	text-decoration: underline;
	line-height: 10px;
	background-image: url(../tag-img/moreCross.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.more:hover {
	color: #3e3ca0;
	background-image: url(../tag-img/moreCrossRoll.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
}
.contentLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: underline;
}
.contentLink:hover {
	color: #8D8D8D;
	text-decoration: underline;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.termsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.termsLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}


/*---------- MENU ----------*/
.menu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: Arial;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 898px;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	float: left;
	color: #FFFFFF;
	text-decoration: none; /*dark purple divider between menu items*/
	margin-right: 29px;
	margin-left: 29px;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}

.menu ul li a:visited{
color: white;
}

.menu ul li a:hover, .menu ul li .current{
	color: #333333!important;
	border: 1px solid #58a714;
	background-color: #87e731;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

/*- sideMenuCandidates--------------------------- */

.sideMenuCandidates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0e4900;
	text-decoration: none;
	background-color: #92be88;
	height: 24px;
	width: 192px;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
}
#sideMenu ul {
	width: 200px;
	border-style: none;
	border-size: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sideMenu li a {
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	}	
	
#sideMenu li a:link, #sideMenu li a:visited {
	color: #585858;
	display: block;
	background:  url(../navi-img/menuTab.gif);
	padding-left: 22px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#sideMenu li a:hover {
	background:  url(../navi-img/menuTab.gif) 0 -30px;
	text-decoration: underline;
	}	

/*- sideMenuEmployers--------------------------- */

.sideMenuEmployers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00335b;
	text-decoration: none;
	background-color: #aebeca;
	height: 24px;
	width: 192px;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
}
#sideMenu2 ul {
	width: 200px;
	border-style: none;
	border-size: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sideMenu2 li a {
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	}	
	
#sideMenu2 li a:link, #sideMenu2 li a:visited {
	color: #585858;
	display: block;
	background:  url(../navi-img/menuTab.gif);
	padding-left: 22px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#sideMenu2 li a:hover {
	background:  url(../navi-img/menuTab.gif) 0 -30px;
	text-decoration: underline;
	}	
.featuredBox {
	background-image: url(../home-img/featured.jpg);
	background-repeat: no-repeat;
	height: 161px;
	width: 638px;
}
.featuredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1f4c81;
	text-decoration: none;
}
.featuredTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1f4c81;
	text-decoration: underline;
}
.featuredTextLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #062140;
	text-decoration: underline;
}

