a, a:link
{
	background: ;
	color: #dedede;
}

a img
{
	border-style: none;
}

body
{
	color: #474747;
	margin: 0;
	padding: 0;
	text-align: center;
}

body, input, select, textarea, td, th
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
	background: ;
	color:#474747;
	font-size:12px;
	font-weight:bold;
	margin:0 0 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration: none !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 180%;
	margin: 0 0 1em 0;
	vertical-align: baseline;
}

h1 .subtitle
{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:15px 0 0;
	width:202px;
}

h2
{
	font-size: 160%;
}

h3
{
	font-size: 140%;
}

h4
{
	font-size: 120%;
}

hr
{
	background: #B2B2B2;
	border-style: none;
	color: #B2B2B2;
	height: 1px;
	width: 100%;
}

input.textbox, select, textarea
{
	background: #FFF;
	border: 1px solid #A9A9A9;
	color: #414141;
}

p
{
	margin: 0 0 1em 0;
}

tr.altrow td
{
	background: #EEE;
	color: inherit;
}

/* Classes */

.bulletList
{
	background: url("../images/divider.gif") left top repeat-x;
	list-style-type: none;
	margin: 0;
	padding: 1px 0 0 0;
}

.bulletList h3
{
	background: url("../images/bullet.gif") left center no-repeat;
	cursor: pointer;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 18px;
}

.bulletList li
{
	background: url("../images/divider.gif") left bottom repeat-x;
	margin: 0 !important;
	padding: 0 0 1px 0;
}

.bulletList li ul
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 18px;
}

.bulletList li ul li
{
	background-image: none;
}

.button,
.button:link
	{
		background: transparent url(../images/btn_left.gif) left top no-repeat;
		color: #ffffff !important;
		display: block;
		float:left;
		font-weight:bold;
		height: 33px;
		line-height: 26px;
		overflow: hidden;
		padding: 0 0 0 15px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;	
	}

.button img
{
	float: left;
	margin: 5px 4px 0 0;
}


.button span
{
	background: transparent url(../images/btn_right.gif) right top no-repeat;
	cursor: pointer;
	display:block;
	float:left;
	height:33px;
	line-height:26px !important;
	padding: 0 15px 0 0;
}

.button:hover
{
	background-position:left bottom;
	text-decoration:none !important;
}

.button:hover span
{
	background-position:right bottom;
}

.buttonList
{
	line-height: 33px;
	overflow: hidden;
	text-align: right;
	width: 100%;
}

.buttonList .button
{
	float: left;
	margin: 0 15px 0 0;
}

.color-blue, .color-blue *,
.blue, .blue *
{
	color:#003768 !important;
}

.color-green, .color-green *,
.green, .green *
{
	color:#249D5F !important;
}

.color-red, .color-red *, 
.red, .red *
{
	color:#DC1203 !important;
}

.color-yellow, .color-yellow *, 
.yellow, .yellow *
{
	color:#F0B607 !important;
}



.error
{
	background: ;
	color: #900;
	font-weight: bold;
}

.error.summary
{
	min-height: 32px;
	padding: 10px 0 0 40px;
}

.error.summary p
{
	margin: 0;
}

.error.summary ul
{
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

.popup
{
	background: #FFF;
	border: 1px solid #000;
	color: #333;
	padding: 1%;
	text-align: left;
	width: 50%;
}

.popupScroll
{
	border: 1px solid #999;
	max-height: 200px;
	overflow-y: scroll;
	width: 99.5%;
}

.sitemap
{
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.sitemap a
{
    display: block;
    margin: 0.5em 0;
}

.sitemap li
{
    font-weight: bold;
}

.sitemap li li
{
    font-weight: normal;
    line-height: normal;
    margin: 0 !important;
}

.sitemap ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sitemap ul ul
{
    margin: 0 0 0 1em;
}

.sitemap .side1,
.sitemap .side2
{
    overflow: hidden;
    padding: 0;
    width: 200px;
}

.sitemap .side1
{
    clear: left;
    float: left;
}

.sitemap .side2
{
    clear: right;
    float: right;
}

.success
{
	background: url('../images/icons/success.gif') no-repeat left top;
	color: #090;
	margin: 0 0 1em 0;
	min-height: 32px;
	padding: 10px 0 0 40px;
}

.trainingCal
{
	background:url(../images/sidebar_add.gif) left top no-repeat;
	display:block;
	height:46px;
	margin:0 0 20px 0;
	text-indent:-1000em;
	width:206px;
}



/* Layout elements */


#Container
{
	left:-1px;
	margin:0 auto;
	overflow: hidden;
	padding:0 19px;
	position:relative;
	width: 962px;
}
*+html #Container
{
	left:0;
}
#ContainerOuter
{
	margin:0 auto;
	background:url(../images/ContainerOuter_bg.jpg) left top repeat-x;
}

#ContainerOuterWrap
{
	background:#8e8a8a url(../images/bg_tile.jpg) repeat-y top center;
	overflow:hidden;
}

body#InsideWide #ContainerOuterWrap
{
	background:#8e8a8a url(../images/bg_tile_2col.jpg) repeat-y top center;
}

#Content
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	padding: 15px 0;
	width: 577px;
}

#Content li
{
	margin-bottom: 1em;
}

#ContentContainer
{
	margin: 0 0 0 19px;
	position: relative;
	z-index: 1;
}

#Footer
{
	background: #535353;
	color: #fff;
	font-weight:bold;
	font-size:12px;
	height:210px;
	overflow: hidden;
	padding: 0 0 2em 0;
	text-align:center;
	width: 100%;
}

#Footer a,
#Footer a:link
{
	background: ;
	color: #fff;
	font-weight:bold;


	font-size:12px;
	text-decoration:none;
}

#Footer p
{
	clear: right;
	float:right;
}

#Footer ul
{
	list-style-type: none;
	margin:29px 0 35px 0;
	padding: 0;
}

#Footer ul li
{
	background:url(../images/footer_menu_divider.gif) no-repeat center right;
	display: inline;
	margin: 0 0 0 9px;
	padding-right:10px;
}

#Footer ul li.none
{
	background:none;
}

#Footer .copyright
{
	clear: none;
	float: left;
	margin: 0;
	text-align: left;
}

#FooterContent
{
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	width: 907px;
}

#Header
{
	height: 47px;
	position: relative;
	z-index: 10;
}

#Header h1
{
	background:url(../images/logo.gif) no-repeat top left;
	height: 95px;
	left:75px;
	margin: 0;
	overflow: hidden;
	position:absolute;
	top:73px;
	width:152px;
}

#Header h1 a
{
	background-position: 142px 62px;
	background-repeat: no-repeat;
	display: block;
	font-size: 80%;
	height: 43px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	padding: 67px 0 0 140px;
	width: 160px;
}

#Header h1 .employees
{
	background-image: url("../images/mtec_title_employees.jpg");
}

#Header h1 .employers
{
	
}

#Header ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Header ul li
{
	display: inline;
	float: left;
	white-space: nowrap;
	width: auto;
}

#Header .links
{
	font-weight: bold;
	height: 47px;
	left:0;
	line-height: 47px;
	padding: 0 0;
	position:absolute;
	top:280px;
}

#Header .links a
{
	display: block;
	font-size:16px;
	padding: 4px 22px;
	text-decoration: none;
}

#Header .links li
{
	background: url("../images/nav_divider.gif") left top no-repeat;
	padding: 0 0 0 1px;
	position: relative;
}

#Header .links li.hover ul,
#Header .links li.hover li.hover ul
{
	visibility: visible;
}

#Header .links li.hover ul ul,
#Header .links li.hover li.hover ul ul
{
	visibility: hidden;
}

#Header .links li.menuItemFirst
{
	background-image: none;
	/* padding:4px 0; */
}

#Header .links ul ul
{
	background: #2E2E2E;
	border: 1px solid #515151;
	border-top-style: none;
	color: #FFF;
	left: 0;
	line-height: 1.6em;
	position: absolute;
	top: 48px;
	visibility: hidden; 
}

#Header .links ul ul li
{
	background-image: none;
	border-top: 1px solid #515151;
	padding: 0;
	width: 100%;
}

#Header .links ul ul li a
{
	background: ;
	color: #FFF;
	font-size:90%;
}

#Header .links ul ul li a:hover
{
	background: #2E2E2E;
	color: #FFF;
}

#Header .links ul ul ul
{
	left: 100%;
	top: -1px;
}


#Header .sites li
{
	margin: 0;
}

#Header .title
{
	background: ;
	color: #FFF;
	height: 88px;
	overflow: hidden;
	padding: 0 27px;
}

#Header .title a
{
	background: ;
	color: #FFF;
	text-decoration: none;
}

#Header .title a:hover
{
	text-decoration: underline;
}

#Header .title h2
{
	background: ;
	color: #FFF;
	font-size: 200%;
	margin: 0;
	padding: 20px 0 0 0;
}

#Header .title p
{
	margin: 0;
}

#Header .sites
{
	background: ;
	color: #CCD5DE;
	line-height: 36px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Header .sites li
{	
	background:url(../images/tools_left_divider.gif) no-repeat top left;
}
#Header .sites li.none
{
	background:none;
}
#Header .sites a
{
	background: ;
	color: #CCD5DE;
	margin: 0 18px 0 18px;
	text-decoration: none;
}

#Header .sites a:hover
{
	background: ;
	color: #FFF;
}
 
#Header .tools
{
	background: ;
	color: #CCD5DE;
	line-height: 36px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#Header .tools a
{
	background: ;
	color: #CCD5DE;
	margin: 0 15px 0 0;
	text-decoration: none;
}

#Header .tools a:hover
{
	background: ;
	color: #FFF;
}


#Header .tools fieldset
{
	margin: 0;
	width: 185px;
}

#Header .tools label
{
	display: none;
}

#Header .tools p
{
	margin: 0;
}

#Header .tools .button,
#Header .tools .button:hover
{
	background:none;
	float: left;
	font-weight: bold;
	height:1em !important;
	line-height: normal;
	padding: 11px 0 11px 7px;
}

#Header .tools .textbox
{
	background: #ccc;
	border-style: none;
	color: #013763;
	float: left;
	margin: 10px 4px 0 0;
	width: 90px;
}

#Sidebar
{
	display:inline;
	float: right;
	margin: 50px 8px 1em 0;
	position: relative;
	width: 222px;
	z-index: 20;
}

#Sidebar a
{
	color:#FFFFFF;
}

#Sidebar h1
{
	margin: 0 0 5px 0;
}

#Sidebar .add
{
	margin:0 0 0 5px;
}

#Sidebar .links .head
{
	background:url(../images/sidebar_head_bg.png) no-repeat top left;
	color:#efefef;
	font-size:14px;
	font-weight:bold;
	height:45px;
	margin-top:7px;
	padding-left:12px;
	padding-top:11px;
}

#Sidebar .links ul
{
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
}


#Sidebar .links li
{
	background:url(../images/sidebar_bullets.png) no-repeat 0 8px;
	padding:0 0 0 13px;
	width: 185px;
}

#Sidebar .links li a
{
	border-bottom:solid 1px #bababa;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:7px 0 6px 5px;
	text-decoration:none;
}

#Sidebar .links li a.none
{
	border-bottom:0;
}

#Sidebar .links .image
{
	margin: 0 0 5px 15px;
	position:relative;
	top:-10px;
}

#Sidebar .links li.alt
{
	background: #F2F2F2;
	color: inherit;
}

#Sidebar .links p
{
	margin: 0;
}

#SubscriptionForm
{
	background:url(../images/sign_up_head_bg.gif) no-repeat top left;
	
}

#SubscriptionForm h1
{
	color:#efefef;
	font-size:14px;
	margin:17px 0 0 14px;
}

#SubscriptionForm p
{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:15px 0 0 0;
	padding-left:17px;
	width:202px;
	float:left;
}

#SubscriptionForm a.go_button
{
	background:url(../images/go_bt.gif) no-repeat top left;
	display:block;
	float:left;
	height:31px;
	margin:3px 0 0 5px !important;
	overflow:hidden;
	width:32px;
}

#SubscriptionForm label
{
	display: none;
}

#SubscriptionForm .button
{
	float: left;
	text-indent:-10000px;
	width:32px;
	background:transparent url(../images/go_bt.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:31px;
	margin:3px 0 0 5px !important;
	padding:0 !important;
	overflow:hidden;
}

#SubscriptionForm .button span
{
	background:none !important;	
	padding:0 !important;
}

#SubscriptionForm .textbox
{
	background:url(../images/sign_up_input_bg.gif) no-repeat top left #000;
	border:0;
	float: left;
	height:22px;
	margin: 4px 0;
	padding:12px 0 0 4px;
	overflow:hidden;
	width: 157px;
}