/*
Theme Name: Job Tips
Description: Width: 980px- 1190px
		     Side bar left
Author: M5 Deisgn Studio
Version: 1.2


*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Colors

Light Blue: #388ecd
Medium Blue: #0879bc
Dark Blue: #23468b


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0px;
	width: 970px;
	padding:0px;
	overflow:hidden;
	margin:0px;
	
	
	
	
}
#content {
	overflow:hidden;
}
#primary,
#secondary {
	overflow: hidden!important;
	width: 211px;
	float: left;
	margin-left:15px;
}

#primary .widget-area {
	overflow: hidden!important;
	
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	


}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#content {
	width: 930px!important;
	padding: 0px!important;
margin-bottom: 0px!important;
float:left;
margin-left: 20px

}


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: arial;
}
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:  Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family:  Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#colophon,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
	position:relative;
	background-color:#FFF;
	
}
#wrapper {
	padding: 0px;
}



/* Structure the area*/ 


#footer-widget-area {
	overflow: hidden;
	padding: 8px 0px;
	margin-bottom: 50px;
	
	
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 270px;
	height:330px;
	border: 5px solid white;
	padding:5px 0px 0px 0px;
	background: #fff url(/jobtipstoolbox/images/feed_bg.jpg) repeat-x;
	
}


#footer-widget-area #fourth {
	margin-right: 0;
	
}


#footer-widget-area #first ,#footer-widget-area #second , #footer-widget-area #third , #footer-widget-area #fourth {
position:relative;
	
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;







}
#site-generator {
	float: right;
	width: 220px;
}






.summP img{ 
float:left;
margin-right: 10px;
	
}

.summP { 
height: 103px;
margin-top: 10px;
border-bottom: 1px solid #AAAAAA;
padding-bottom:10px
	
}

.summP p {
	margin-top: 10px;
	margin-bottom: 10px
	
}

.summDate{
	font-size: 17px;
	
	
	
}





#copyright{
	float:left;
	text-align:left;
	font-size:12px;
	clear:both;
	color:white;
	margin: 15px 0px 0px 20px
	
	
}



 /*=Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	
	margin: 0px; 
	padding: 0px;
	background:#83B6E3 url(/jobtipstoolbox/images/bg_main.png)repeat-y top center;
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #23468b;
	border: 0;
	clear: both;
	height: 2px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
	color: #333
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #309ad2;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	color: #309ad2;
	font-weight:normal;
}
a:active,
a:hover {
	color: #309ad2;
	text-decoration:underline;
	font-weight:normal;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px;
	height:100px;
	position:relative;
	background: url(/jobtipstoolbox/images/bg_header.png) repeat-x ;
	
	
}


#header.pages {
	padding: 0px;
	height:100px;
	
	
}
/*
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}




 =Menu
--------------------------------------------------------------

*/

#menu {

	width:750px;
	min-height: 60px;
	display: block;
	float: left;
	color:#fff;
	margin-top: 7px;
	
}

/*//// ASSESMENT WHITE MENU //////*/
.menu-header {
	
	display: block;
	float: left;
	margin-left: 3px;
	width: 120px;
	min-height: 60px;
	font-size:12px;
	background: url(/jobtipstoolbox/images/assessment_button.png) no-repeat;
	margin-right: 2px
}


.menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-header {
	margin-top: 0px;/*class menu div container*/
margin-left: 2px;

	
}
.menu-header li,
div.menu li {
	float: left;
	position: relative;
}


.menu-header a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}
.menu-header ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 55px;/*submenu position from parent*/
	left:0px;
	float: left;
	width: 160px; /*submenu width*/
	z-index: 99999;
	
}
.menu-header ul ul li {
	min-width: 160px;/*submenu width*/
}
.menu-header ul ul ul {
	left: 100%;
	top: 0;
}
.menu-header ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	background-color: #4D4D4D;/*submenu link color*/
	border-top:1px solid #e8e8e9;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
}

.menu-header ul ul :hover > a {
	font-weight:normal;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	background-color: #666666;/*submenu hover link color*/
	color:#fff
}


.menu-header li:hover > a
{
	font-weight:normal;
	/*background-color: yellow; parent link color*/
}
.menu-header ul li:hover > ul {
	display: block;
}
.menu-header ul li.current_page_item > a
{
	color: #FFF;
	font-weight:normal;
	background-color:#808080/*current submenu link color*/
}


.menu-header ul li.current-menu-ancestor > a{
	color: #FFF;
	font-weight:normal;
	/*background-color:gray;current parent link color*/
}

.menu-header ul li.current-menu-item > a {
	color: #FFF;
	font-weight:normal;
	background-color:#808080/*current 1st or 2nd submenu link color after parent (lime color)*/
}

.menu-header ul li.current-menu-parent > a {
	color: #FFF;
	font-weight:normal;
	/*background-color:lime; current parent before 1st or 2nd submenu link color*/
}


* html .menu-header ul li.current_page_item a,   
* html .menu-header ul li.current-menu-ancestor a,
* html .menu-header ul li.current-menu-item a,
* html .menu-header ul li.current-menu-parent a,
* html .menu-header ul li a:hover {
	color: #fff;
	background-color:#808080
}

#white{
	width: 90px!important;
	height:60px!important;
	display:block;
	text-indent: -9999px
	
}


/*//// Finding A Job BLUE MENU //////*/

.menu-self {
	
	display: block;
	float: left;
	margin-left: 3px;
	width: 120px;
	min-height: 60px;
	font-size:12px;
	background: url(/jobtipstoolbox/images/self_button.png) no-repeat;
	margin-right: 2px
}


.menu-self ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-self {
	margin-top: 0px;/*class menu div container*/
margin-left: 2px;

	
}
.menu-self li,
div.menu li {
	float: left;
	position: relative;
}


.menu-self a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}
.menu-self ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 55px;/*submenu position from parent*/
	left:0px;
	float: left;
	width: 160px; /*submenu width*/
	z-index: 99999;
	
}
.menu-self ul ul li {
	min-width: 160px;/*submenu width*/
}
.menu-self ul ul ul {
	left: 100%;
	top: 0;
}
.menu-self ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	background-color: #243872;/*submenu link color*/
	border-top:1px solid #e8e8e9;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	
}

.menu-self ul ul :hover > a {
	font-weight:normal;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	background-color: #304C91;/*submenu hover link color*/
	color:#fff
}


.menu-self li:hover > a
{
	font-weight:normal;
	/*background-color: yellow; parent link color*/
}
.menu-self ul li:hover > ul {
	display: block;
}
.menu-self ul li.current_page_item > a
{
	color: #FFF;
	font-weight:normal;
	background-color:#3D63BF/*current submenu link color*/
}


.menu-self ul li.current-menu-ancestor > a{
	color: #FFF;
	font-weight:normal;
	/*background-color:gray;current parent link color*/
}

.menu-self ul li.current-menu-item > a {
	color: #FFF;
	font-weight:normal;
	background-color:#3D63BF/*current 1st or 2nd submenu link color after parent (lime color)*/
}

.menu-self ul li.current-menu-parent > a {
	color: #FFF;
	font-weight:normal;
	/*background-color:lime; current parent before 1st or 2nd submenu link color*/
}


* html .menu-self ul li.current_page_item a,   
* html .menu-self ul li.current-menu-ancestor a,
* html .menu-self ul li.current-menu-item a,
* html .menu-self ul li.current-menu-parent a,
* html .menu-self ul li a:hover {
	color: #fff;
	background-color:#3D63BF
}


#black{
	width: 90px!important;
	height:60px!important;
	/*background-color:red;*/
	display:block;
	text-indent: -9999px
	
}




/*//// CAREER Purple MENU //////*/

.menu-career {
	
	display: block;
	float: left;
	margin-left: 3px;
	width: 120px;
	min-height: 60px;
	font-size:12px;
	background: url(/jobtipstoolbox/images/career_button.png) no-repeat;
	color:#fff;
	margin-right: 2px
}


.menu-career ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-career {
	margin-top: 0px;/*class menu div container*/
margin-left: 2px;

	
}
.menu-career li,
div.menu li {
	float: left;
	position: relative;
}


.menu-career a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}
.menu-career ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 55px;/*submenu position from parent*/
	left:0px;
	float: left;
	width: 160px; /*submenu width*/
	z-index: 99999;
	
}
.menu-career ul ul li {
	min-width: 160px;/*submenu width*/
}
.menu-career ul ul ul {
	left: 100%;
	top: 0;
}
.menu-career ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	background-color: #750057;/*submenu link color*/
	border-top:1px solid #e8e8e9;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	
}

.menu-career ul ul :hover > a {
	font-weight:normal;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	background-color: #912976;/*submenu hover link color*/
	color:#fff
}


.menu-career li:hover > a
{
	font-weight:normal;
	/*background-color: yellow; parent link color*/
}
.menu-career ul li:hover > ul {
	display: block;
}
.menu-career ul li.current_page_item > a
{
	color: #FFF;
	font-weight:normal;
	background-color:#A80084/*current submenu link color*/
}


.menu-career ul li.current-menu-ancestor > a{
	color: #FFF;
	font-weight:normal;
	/*background-color:gray;current parent link color*/
}

.menu-career ul li.current-menu-item > a {
	color: #FFF;
	font-weight:normal;
	background-color:#A80084/*current 1st or 2nd submenu link color after parent (lime color)*/
}

.menu-career ul li.current-menu-parent > a {
	color: #FFF;
	font-weight:normal;
	/*background-color:lime; current parent before 1st or 2nd submenu link color*/
}


* html .menu-career ul li.current_page_item a,   
* html .menu-career ul li.current-menu-ancestor a,
* html .menu-career ul li.current-menu-item a,
* html .menu-career ul li.current-menu-parent a,
* html .menu-career ul li a:hover {
	color: #fff;
	background-color:#A80084
}

#blue{
	width: 90px!important;
	height:60px!important;
	/*background-color:red;*/
	display:block;
	text-indent: -9999px
	
}


/*//// JOB SEEKING GREEN MENU //////*/

.menu-seeking {
	
	display: block;
	float: left;
	margin-left: 3px;
	width: 120px;
	min-height: 60px;
	font-size:12px;
	background: url(/jobtipstoolbox/images/seeking_button.png) no-repeat;
	color:#fff;
	margin-right: 2px
}


.menu-seeking ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-seeking {
	margin-top: 0px;/*class menu div container*/
margin-left: 2px;

	
}
.menu-seeking li,
div.menu li {
	float: left;
	position: relative;
}


.menu-seeking a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}
.menu-seeking ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 55px;/*submenu position from parent*/
	left:0px;
	float: left;
	width: 160px; /*submenu width*/
	z-index: 99999;
	
}
.menu-seeking ul ul li {
	min-width: 160px;/*submenu width*/
}
.menu-seeking ul ul ul {
	left: 100%;
	top: 0;
}
.menu-seeking ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	background-color: #2B7037;/*submenu link color*/
	border-top:1px solid #e8e8e9;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
}

.menu-seeking ul ul :hover > a {
	font-weight:normal;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	background-color: #388E44;/*submenu hover link color*/
	color:#fff
}


.menu-seeking li:hover > a
{
	font-weight:normal;
	/*background-color: yellow; parent link color*/
}
.menu-seeking ul li:hover > ul {
	display: block;
}
.menu-seeking ul li.current_page_item > a
{
	color: #FFF;
	font-weight:normal;
	background-color:#45AF54/*current submenu link color*/
}


.menu-seeking ul li.current-menu-ancestor > a{
	color: #FFF;
	font-weight:normal;
	/*background-color:gray;current parent link color*/
}

.menu-seeking ul li.current-menu-item > a {
	color: #FFF;
	font-weight:normal;
	background-color:#45AF54/*current 1st or 2nd submenu link color after parent (lime color)*/
}

.menu-seeking ul li.current-menu-parent > a {
	color: #FFF;
	font-weight:normal;
	/*background-color:lime; current parent before 1st or 2nd submenu link color*/
}


* html .menu-seeking ul li.current_page_item a,   
* html .menu-seeking ul li.current-menu-ancestor a,
* html .menu-seeking ul li.current-menu-item a,
* html .menu-seeking ul li.current-menu-parent a,
* html .menu-seeking ul li a:hover {
	color: #fff;
	background-color:#45AF54F
}

#green{
	width: 90px!important;
	height:60px!important;
	/*background-color:red;*/
	display:block;
	text-indent: -9999px
	
}

/*//// JOB KEEPING ORANGE MENU //////*/

.menu-keeping {
	
	display: block;
	float: left;
	margin-left: 3px;
	width: 120px;
	min-height: 60px;
	font-size:12px;
	background: url(/jobtipstoolbox/images/keeping_button.png) no-repeat;
	color:#fff;
	margin-right: 2px
}


.menu-keeping ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-keeping {
	margin-top: 0px;/*class menu div container*/
margin-left: 2px;

	
}
.menu-keeping li,
div.menu li {
	float: left;
	position: relative;
}


.menu-keeping a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}
.menu-keeping ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 55px;/*submenu position from parent*/
	left:0px;
	float: left;
	width: 160px; /*submenu width*/
	z-index: 99999;
	
}
.menu-keeping ul ul li {
	min-width: 160px;/*submenu width*/
}
.menu-keeping ul ul ul {
	left: 100%;
	top: 0;
}
.menu-keeping ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	background-color: #EE7523;/*submenu link color*/
	border-top:1px solid #e8e8e9;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	
}

.menu-keeping ul ul :hover > a {
	font-weight:normal;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	background-color: #DB6A1F;/*submenu hover link color*/
	color:#fff
}


.menu-keeping li:hover > a
{
	font-weight:normal;
	/*background-color: yellow; parent link color*/
}
.menu-keeping ul li:hover > ul {
	display: block;
}
.menu-keeping ul li.current_page_item > a
{
	color: #FFF;
	font-weight:normal;
	background-color:#ED9D11/*current submenu link color*/
}


.menu-keeping ul li.current-menu-ancestor > a{
	color: #FFF;
	font-weight:normal;
	/*background-color:gray;current parent link color*/
}

.menu-keeping ul li.current-menu-item > a {
	color: #FFF;
	font-weight:normal;
	background-color:#ED9D11/*current 1st or 2nd submenu link color after parent (lime color)*/
}

.menu-keeping ul li.current-menu-parent > a {
	color: #FFF;
	font-weight:normal;
	/*background-color:lime; current parent before 1st or 2nd submenu link color*/
}


* html .menu-keeping ul li.current_page_item a,   
* html .menu-keeping ul li.current-menu-ancestor a,
* html .menu-keeping ul li.current-menu-item a,
* html .menu-keeping ul li.current-menu-parent a,
* html .menu-keeping ul li a:hover {
	color: #fff;
	background-color:#ED9D11
}

#orange{
	width: 90px!important;
	height:60px!important;
	/*background-color:red;*/
	display:block;
	text-indent: -9999px
	
}

/*//// QUICK TOOLS black MENU //////*/

.menu-quick {
	
	display: block;
	float: left;
	margin-left: 3px;
	width: 120px;
	min-height: 60px;
	font-size:12px;
	background: url(/jobtipstoolbox/images/quick_button.png) no-repeat;
	color:#fff;
	margin-right: 2px
}


.menu-quick ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-quick {
	margin-top: 0px;/*class menu div container*/
margin-left: 2px;

	
}
.menu-quick li,
div.menu li {
	float: left;
	position: relative;
}


.menu-quick a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}
.menu-quick ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 55px;/*submenu position from parent*/
	left:0px;
	float: left;
	width: 160px; /*submenu width*/
	z-index: 99999!important;
	
}
.menu-quick ul ul li {
	min-width: 160px;/*submenu width*/
}
.menu-quick ul ul ul {
	left: 100%;
	top: 0;
}
.menu-quick ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	background-color: #4D4D4D;/*submenu link color*/
	border-top:1px solid #e8e8e9;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	
}

.menu-quick ul ul :hover > a {
	font-weight:normal;
	border-left:1px solid #e8e8e9;
	border-right:1px solid #e8e8e9;
	background-color: #666666;/*submenu hover link color*/
	color:#fff
}


.menu-quick li:hover > a
{
	font-weight:normal;
	/*background-color: yellow; parent link color*/
}
.menu-quick ul li:hover > ul {
	display: block;
}
.menu-quick ul li.current_page_item > a
{
	color: #FFF;
	font-weight:normal;
	background-color:#808080/*current submenu link color*/
}


.menu-quick ul li.current-menu-ancestor > a{
	color: #FFF;
	font-weight:normal;
	/*background-color:gray;current parent link color*/
}

.menu-quick ul li.current-menu-item > a {
	color: #FFF;
	font-weight:normal;
	background-color:#808080/*current 1st or 2nd submenu link color after parent (lime color)*/
}

.menu-quick ul li.current-menu-parent > a {
	color: #FFF;
	font-weight:normal;
	/*background-color:lime; current parent before 1st or 2nd submenu link color*/
}


* html .menu-quick ul li.current_page_item a,   
* html .menu-quick ul li.current-menu-ancestor a,
* html .menu-quick ul li.current-menu-item a,
* html .menu-quick ul li.current-menu-parent a,
* html .menu-quick ul li a:hover {
	color: #fff;
	background-color:#808080
}

#purple{
	width: 90px!important;
	height:60px!important;
	/*background-color:red;*/
	display:block;
	text-indent: -9999px
	
}


/* //////////  SECONDARY MENU ///////////*/

/* //// Assessment & Intervention SECONDARY MENU ////*/
#pageTitleAi{
	float:left;
	width: 970px;
	height:30px;
	text-align:right;
	font-size: 27px;
	background-color:#777777;
	color:#E6E6E6;
	margin-top: -10px;
	padding: 10px 10px 0px 0px;	
	font-weight:bold;
	letter-spacing: 1px;

	
}

.secMenuAI{/*class menu div container*/
	float:left;
	width: 980px;
	margin-top: 0px;
	background-color:#000;
	display: block;
	height: auto;
	font-size:12px;
	border-top: 1px solid #fff;
	position:relative;
	border-bottom: 1px solid #333
	
	
	
}

.secMenuAI ul,
div.menu ul {
	list-style: none;
	margin: 0;
}


ul.subMenuAI {
	background-color:#444444;
	min-height: 34px;
	border-bottom: 1px solid #333
	
		
}


.secMenuAI li,
div.menu li {
	float: left;
	
}

.secMenuAI a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}

.secMenuAI .sub-menu{
	position: absolute;
	left:0px;
	border-bottom: 1px solid #333
}

.secMenuAI ul.sub-menu{
	width:980px;
	background-color:#000;
border-top: 1px solid #fff

}
.secMenuAI ul.sub-menu ul.sub-menu{
	width:980px;
	border-bottom: 1px solid #333
}

.secMenuAI ul a {
	line-height:13px;
	padding: 10px;
    min-width: 113px;	
    min-height: 15px;
	background-color: #444444;/*submenu link color*/
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
        text-align:center
	
}


.secMenuAI ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width: 70px;
	min-height: 12px;
	background-color: #000;/*submenu link color*/
	font-weight:normal;
	text-indent:0px;
	border-top: 1px solid #333;
        text-align:center
	
}

.secMenuAI ul li.last a{
border-right:none!important;
}



.secMenuAI ul ul :hover > a {
	font-weight:normal;
	background-color:#333;/*submenu hover link color*/
	color:#fff;
	
}

.secMenuAI li:hover > a
{
	font-weight:normal;
	background-color:#535353; /*parent link color*/
	color: #fff;
	
}



.secMenuAI ul li.current_page_item > a
{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current submenu link color*/


}

.secMenuAI ul li.current-menu-ancestor > a{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current parent link color*/
		
	
}

.secMenuAI ul li.current-menu-item > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current 1st or 2nd submenu link color after parent */
	/*border-top: 1px solid red*/



}

.secMenuAI ul li.current-menu-parent > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/* current parent before 1st or 2nd submenu link color*/

}


* html .secMenuAI ul li.current_page_item a,   
* html .secMenuAI ul li.current-menu-ancestor a,
* html .secMenuAI ul li.current-menu-item a,
* html .secMenuAI ul li.current-menu-parent a,
* html .secMenuAI ul li a:hover {
	color: #000;
	background-color:#fff;
	
	
	
}

/* Style for 2 level menu. Displays submenu when parent is selected
.secMenuAI .sub-menu { display: none; }
.secMenuAI .current_page_item .sub-menu, 
.secMenuAI .current_page_parent .sub-menu { display: block; }*/

/*Style for 3 level menu. Shows & hide secondary and 3rd menu*/
.secMenuAI ul.sub-menu,
.secMenuAI ul.sub-menu ul.sub-menu
{
display: none;
}
.secMenuAI .current_page_item ul.sub-menu, 
.secMenuAI .current_page_parent ul.sub-menu,
.secMenuAI .current_page_ancestor ul.sub-menu,
.secMenuAI .current_page_ancestor ul.sub-menu .current_page_parent ul.sub-menu, /*shows 3rd level when you are on a 3rd level menu item*/

.secMenuAI ul.sub-menu .current_page_item ul.sub-menu
/*shows 3rd level when you are on a 2nd level menu item*/
  {
display: block;
}



/* //// Self Assessment  SECONDARY MENU ////*/
#pageTitleSA{
	float:left;
	width: 970px;
	height:30px;
	text-align:right;
	font-size: 27px;
	background-color:#3996C9;
	color:#D3F0F9;
	margin-top: -10px;
	padding: 10px 10px 0px 0px;	
	font-weight:bold;
	letter-spacing: 1px;

	
}

.secMenuSA{/*class menu div container*/
	float:left;
	width: 980px;
	margin-top: 0px;
	background-color:#2b65a0;
	display: block;
	height: auto;
	font-size:12px;
	border-top: 1px solid #fff;
	position:relative;
	border-bottom: 1px solid #333

	
	
}

.secMenuSA ul,
div.menu ul {
	list-style: none;
	margin: 0;
}


ul.subMenuSA {
	background-color:#2b65a0;
	min-height: 34px;
	border-bottom: 1px solid #243773
	
		
}


.secMenuSA li,
div.menu li {
	float: left;
	
}

.secMenuSA a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}

.secMenuSA .sub-menu{
	position: absolute;
	left:0px;
	border-bottom: 1px solid #243773
}

.secMenuSA ul.sub-menu{
	width:980px;
	background-color:#243773;
border-top: 1px solid #fff

}
.secMenuSA ul.sub-menu ul.sub-menu{
	width:980px;
	border-bottom: 1px solid #243773
}

.secMenuSA ul a {
	line-height:13px;
	padding: 10px;
	min-width: 125px;
	height: 15px;
	background-color: #2b65a0;/*submenu link color*/
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	text-align:center
	
}


.secMenuSA ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width:70px!important;
	height: 12px;
	background-color: #243773;/*submenu link color*/
	font-weight:normal;
	text-indent:0px!important;
	border-top: 1px solid #243773
	text-align:center
}

.secMenuSA ul li.last a{
border-right:none!important;
}


.secMenuSA ul ul :hover > a {
	font-weight:normal;
	background-color:#3095cb;/*submenu hover link color*/
	color:#fff
}

.secMenuSA li:hover > a
{
	font-weight:normal;
	background-color:#3095cb; /*parent link color*/
	color: #fff;
	
}



.secMenuSA ul li.current_page_item > a
{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current submenu link color*/
	


}

.secMenuSA ul li.current-menu-ancestor > a{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current parent link color*/
	
	
}

.secMenuSA ul li.current-menu-item > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current 1st or 2nd submenu link color after parent */
	/*border-top: 1px solid red*/
	



}

.secMenuSA ul li.current-menu-parent > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/* current parent before 1st or 2nd submenu link color*/

}


* html .secMenuSA ul li.current_page_item a,   
* html .secMenuSA ul li.current-menu-ancestor a,
* html .secMenuSA ul li.current-menu-item a,
* html .secMenuSA ul li.current-menu-parent a,
* html .secMenuSA ul li a:hover {
	color: #000;
	background-color:#fff;
}


/*Style for 3 level menu. Shows & hide secondary and 3rd menu*/
.secMenuSA ul.sub-menu,
.secMenuSA ul.sub-menu ul.sub-menu
{
display: none;
}
.secMenuSA .current_page_item ul.sub-menu, 
.secMenuSA .current_page_parent ul.sub-menu,
.secMenuSA .current_page_ancestor ul.sub-menu,
.secMenuSA .current_page_ancestor ul.sub-menu .current_page_parent ul.sub-menu, /*shows 3rd level when you are on a 3rd level menu item*/

.secMenuSA ul.sub-menu .current_page_item ul.sub-menu
/*shows 3rd level when you are on a 2nd level menu item*/
  {
display: block;
}



/* //////////  Career Planning SECONDARY MENU ///////////*/
 #pageTitleCP{
	float:left;
	width: 970px;
	height:30px;
	text-align:right;
	font-size: 27px;
	background-color:#a3228e;
	color:#eec1e8;
	margin-top: -10px;
	padding: 10px 10px 0px 0px;
	font-weight:bold;
	letter-spacing: 1px;	
	
}


.secMenuCP{/*class menu div container*/
	float:left;
	width: 980px;
	margin-top: 0px;
	background-color:#761358;
	display: block;
	height: auto;
	font-size:12px;
	border-top: 1px solid #fff;
	position:relative;
	
	
	
}

.secMenuCP ul,
div.menu ul {
	list-style: none;
	margin: 0;
}


ul.subMenuCP {
	background-color:#761358;
	min-height: 35px;

	border-bottom: 1px solid #761358
	
		
}


.secMenuCP li,
div.menu li {
	float: left;
	
}

.secMenuCP a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}

.secMenuCP .sub-menu{
	position: absolute;
	left:0px;
	border-bottom: 1px solid #761358
}

.secMenuCP ul.sub-menu{
	width:980px;
	background-color:#761358;
border-top: 1px solid #fff

}
.secMenuCP ul.sub-menu ul.sub-menu{
	width:980px;
	border-bottom: 1px solid #761358
}

.secMenuCP ul a {
	line-height:13px;
	padding: 10px;
	min-width: 118px;
	min-height: 15px;
	background-color: #761358;/*submenu link color*/
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	text-align:center
	
}


.secMenuCP ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width: 70px;
	min-height: 12px;
	background-color: #761358;/*submenu link color*/
	font-weight:normal;
	text-indent:0px!important;
	border-top: 1px solid #761358;
	text-align:center
	
}

.secMenuCP ul li.last a{
border-right:none!important;
}


.secMenuCP ul ul :hover > a {
	font-weight:normal;
	background-color:#a3228e;/*submenu hover link color*/
	color:#fff
}

.secMenuCP li:hover > a
{
	font-weight:normal;
	background-color:#a3228e; /*parent link color*/
	color: #fff;
	
}



.secMenuCP ul li.current_page_item > a
{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current submenu link color*/


}

.secMenuCP ul li.current-menu-ancestor > a{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current parent link color*/
		
	
}

.secMenuCP ul li.current-menu-item > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current 1st or 2nd submenu link color after parent */



}

.secMenuCP ul li.current-menu-parent > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/* current parent before 1st or 2nd submenu link color*/

}


* html .secMenuCP ul li.current_page_item a,   
* html .secMenuCP ul li.current-menu-ancestor a,
* html .secMenuCP ul li.current-menu-item a,
* html .secMenuCP ul li.current-menu-parent a,
* html .secMenuCP ul li a:hover {
	color: #000;
	background-color:#fff;
	
	
	
}
/*shows & hide secondary and 3rd menu*/
.secMenuCP ul.sub-menu,
.secMenuCP ul.sub-menu ul.sub-menu
{
display: none;
}
.secMenuCP .current_page_item ul.sub-menu, 
.secMenuCP .current_page_parent ul.sub-menu,
.secMenuCP .current_page_ancestor ul.sub-menu,
.secMenuCP .current_page_ancestor ul.sub-menu .current_page_parent ul.sub-menu, /*shows 3rd level when you are on a 3rd level menu item*/
.secMenuCP ul.sub-menu .current_page_item ul.sub-menu/*shows 3rd level when you are on a 2nd level menu item*/

  {
display: block;
}




/* //// Job Seeking SECONDARY MENU ////*/
#pageTitleJS{
	float:left;
	width: 970px;
	height:30px;
	text-align:right;
	font-size: 27px;
	background-color:#55cc50;
	color:#D9FCDC;
	margin-top: -10px;
	padding: 10px 10px 0px 0px;
	font-weight:bold;
	letter-spacing: 1px;	
}

.secMenuJS{/*class menu div container*/
	float:left;
	width: 980px;
	margin-top: 0px;
	background-color:#32923c;
	display: block;
	height: auto;
	font-size:12px;
	border-top: 1px solid #fff;
	position:relative;
    
}

.secMenuJS ul,
div.menu ul {
	list-style: none;
	margin: 0;
}


ul.subMenuJS {
	background-color:#32923c;
	min-height: 35px;
	border-bottom: 1px solid #32923C
	
		
}


.secMenuJS li,
div.menu li {
	float: left;
	
}

.secMenuJS a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}

.secMenuJS .sub-menu{
	position: absolute;
	left:0px;
	border-bottom: 1px solid #32923C
}

.secMenuJS ul.sub-menu{
	width:980px;
	background-color:#216f36;
border-top: 1px solid #fff

}
.secMenuJS ul.sub-menu ul.sub-menu{
	width:980px;
	border-bottom: 1px solid #32923C
}

.secMenuJS ul a {
	line-height:13px;
	padding: 10px;
	min-width: 113px;
	min-height: 15px;
	background-color: #32923c;/*submenu link color*/
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	text-align:center
	
}


.secMenuJS ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width: 20px;
	min-height: 12px;
	background-color: #216f36;/*submenu link color*/
	font-weight:normal;
	text-indent:0px!important;
	border-top: 1px solid #32923C;
	text-align:center
	
}

.secMenuJS ul li.last a{
border-right:none!important;
}


.secMenuJS ul ul :hover > a {
	font-weight:normal;
	background-color:#55cc50;/*submenu hover link color*/
	color:#fff
}

.secMenuJS li:hover > a
{
	font-weight:normal;
	background-color:#55cc50; /*parent link color*/
	color: #fff;
	
}



.secMenuJS ul li.current_page_item > a
{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current submenu link color*/


}

.secMenuJS ul li.current-menu-ancestor > a{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current parent link color*/
		
	
}

.secMenuJS ul li.current-menu-item > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current 1st or 2nd submenu link color after parent */
	/*border-top: 1px solid red*/



}

.secMenuJS ul li.current-menu-parent > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/* current parent before 1st or 2nd submenu link color*/

}


* html .secMenuJS ul li.current_page_item a,   
* html .secMenuJS ul li.current-menu-ancestor a,
* html .secMenuJS ul li.current-menu-item a,
* html .secMenuJS ul li.current-menu-parent a,
* html .secMenuJS ul li a:hover {
	color: #000;
	background-color:#fff;
	
	
	
}

/* 2 menu level-displays submenu when parent is selected
.secMenuJS .sub-menu { display: none; }
.secMenuJS .current_page_item .sub-menu, 
.secMenuJS .current_page_parent .sub-menu { display: block; }*/

/*Style for 3 level menu. Shows & hide secondary and 3rd menu*/
.secMenuJS ul.sub-menu,
.secMenuJS ul.sub-menu ul.sub-menu
{
display: none;
}
.secMenuJS .current_page_item ul.sub-menu, 
.secMenuJS .current_page_parent ul.sub-menu,
.secMenuJS .current_page_ancestor ul.sub-menu,
.secMenuJS .current_page_ancestor ul.sub-menu, .current_page_parent ul.sub-menu, /*shows 3rd level when you are on a 3rd level menu item*/

.secMenuJS ul.sub-menu .current_page_item ul.sub-menu
/*shows 3rd level when you are on a 2nd level menu item*/
  {
display: block;
}

/* //// Job Keeping SECONDARY MENU ////*/
#pageTitleJK{
	float:left;
	width: 970px;
	height:30px;
	text-align:right;
	font-size: 27px;
	background-color:#f8be50;
	color:#FFF8E3;
	margin-top: -10px;
	padding: 10px 10px 0px 0px;
	font-weight:bold;
	letter-spacing: 1px;	
}

.secMenuJK{/*class menu div container*/
	float:left;
	width: 980px;
	margin-top: 0px;
	background-color:#f4973c;
	display: block;
	height: auto;
	font-size:12px;
	border-top: 1px solid #fff;
	position:relative;
    
	
	
	
}

.secMenuJK ul,
div.menu ul {
	list-style: none;
	margin: 0;
}


ul.subMenuJK {
	background-color:#f4973c;
	min-height: 35px;
	border-bottom: 1px solid #E7560A
	
		
}


.secMenuJK li,
div.menu li {
	float: left;
	
}

.secMenuJK a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}

.secMenuJK .sub-menu{
	position: absolute;
	left:0px;
	border-bottom: 1px solid #E7560A
}

.secMenuJK ul.sub-menu{
	width:980px;
	background-color:#e7560a;
border-top: 1px solid #fff

}
.secMenuJK ul.sub-menu ul.sub-menu{
	width:980px;
	border-bottom: 1px solid #E7560A;
	display:none!important
	/* removes 3 level menu as requested 07-17-12 */
}

.secMenuJK ul a {
	line-height:13px;
	padding: 10px;
	min-width: 113px;
	min-height: 15px;
	background-color: #f4973c;/*submenu link color*/
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	text-align:center
	
}


.secMenuJK ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width: 70px;
	min-height: 12px;
	background-color: #e7560a;/*submenu link color*/
	font-weight:normal;
	text-indent:0px!important;
	border-top: 1px solid #E7560A;
	text-align:center
	
}

.secMenuJK ul li.last a{
border-right:none!important;
}


.secMenuJK ul ul :hover > a {
	font-weight:normal;
	background-color:#f8be50;/*submenu hover link color*/
	color:#fff
}

.secMenuJK li:hover > a
{
	font-weight:normal;
	background-color:#f8be50; /*parent link color*/
	color: #fff;
	
}



.secMenuJK ul li.current_page_item > a
{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current submenu link color*/


}

.secMenuJK ul li.current-menu-ancestor > a{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current parent link color*/
		
	
}

.secMenuJK ul li.current-menu-item > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current 1st or 2nd submenu link color after parent */
	/*border-top: 1px solid red*/



}

.secMenuJK ul li.current-menu-parent > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/* current parent before 1st or 2nd submenu link color*/

}


* html .secMenuJK ul li.current_page_item a,   
* html .secMenuJK ul li.current-menu-ancestor a,
* html .secMenuJK ul li.current-menu-item a,
* html .secMenuJK ul li.current-menu-parent a,
* html .secMenuJK ul li a:hover {
	color: #000;
	background-color:#fff;
	
	
	
}

/* 2 menu level-displays submenu when parent is selected
.secMenuJK .sub-menu { display: none; }
.secMenuJK .current_page_item .sub-menu, 
.secMenuJK .current_page_parent .sub-menu { display: block; }*/

/*Style for 3 level menu. Shows & hide secondary and 3rd menu*/
.secMenuJK ul.sub-menu,
.secMenuJK ul.sub-menu ul.sub-menu
{
display: none;
}
.secMenuJK .current_page_item ul.sub-menu, 
.secMenuJK .current_page_parent ul.sub-menu,
.secMenuJK .current_page_ancestor ul.sub-menu,
.secMenuJK .current_page_ancestor ul.sub-menu .current_page_parent ul.sub-menu, /*shows 3rd level when you are on a 3rd level menu item*/

.secMenuJK ul.sub-menu .current_page_item ul.sub-menu
/*shows 3rd level when you are on a 2nd level menu item*/
  {
display: block;
}



/* //// Quick Tools SECONDARY MENU ////*/
#pageTitleQT{
	float:left;
	width: 970px;
	height:30px;
	text-align:right;
	font-size: 27px;
	background-color:#777777;
	color:#E6E6E6;
	margin-top: -10px;
	padding: 10px 10px 0px 0px;	
	font-weight:bold;
	letter-spacing: 1px;

	
}

.secMenuQT{/*class menu div container*/
	float:left;
	width: 980px;
	margin-top: 0px;
	background-color:#000;
	display: block;
	height: auto;
	font-size:12px;
	border-top: 1px solid #fff;
	position:relative;

}

.secMenuQT ul,
div.menu ul {
	list-style: none;
	margin: 0;
}


ul.subMenuQT {
	background-color:#444444;
	min-height: 35px;
	border-bottom: 1px solid #333
	
		
}


.secMenuQT li,
div.menu li {
	float: left;
	
}

.secMenuQT a {
	color:#fff;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:normal;
}

.secMenuQT .sub-menu{
	position: absolute;
	left:0px;
	border-bottom: 1px solid #333;
	
}

.secMenuQT ul.sub-menu{
	width:980px;
	background-color:#000;
border-top: 1px solid #fff

}
.secMenuQT ul.sub-menu ul.sub-menu{
	width:980px;
	border-bottom: 1px solid #333
}

.secMenuQT ul a {
	line-height:13px;
	padding: 10px;
	min-width: 118px;
	min-height: 15px;
	background-color: #444444;/*submenu link color*/
	border-right:1px solid #e8e8e9;
	font-weight:normal;
	text-indent:0px!important;
	text-align:center
	
}


.secMenuQT ul ul a {
	line-height: 1em;
	padding: 5px 10px;
	min-width: 70px;
	min-height: 12px;
	background-color: #000;/*submenu link color*/
	font-weight:normal;
	text-indent:0px!important;
	border-top: 1px solid #333;
	text-align:center
}

.secMenuQT ul li.last a{
border-right:none!important;
}


.secMenuQT ul ul :hover > a {
	font-weight:normal;
	background-color:#333;/*submenu hover link color*/
	color:#fff
}

.secMenuQT li:hover > a
{
	font-weight:normal;
	background-color:#535353; /*parent link color*/
	color: #fff;
	
}






.secMenuQT ul li.current_page_item > a
{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current submenu link color*/


}

.secMenuQT ul li.current-menu-ancestor > a{
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current parent link color*/
		
	
}

.secMenuQT ul li.current-menu-item > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/*current 1st or 2nd submenu link color after parent */
	/*border-top: 1px solid red*/



}

.secMenuQT ul li.current-menu-parent > a {
	color: #000;
	font-weight:normal;
	background-color:#fff;/* current parent before 1st or 2nd submenu link color*/

}


* html .secMenuQT ul li.current_page_item a,   
* html .secMenuQT ul li.current-menu-ancestor a,
* html .secMenuQT ul li.current-menu-item a,
* html .secMenuQT ul li.current-menu-parent a,
* html .secMenuQT ul li a:hover {
	color: #000;
	background-color:#fff;
	
	
	
}

/* 2 menu level-displays submenu when parent is selected
.secMenuQT .sub-menu { display: none; }
.secMenuQT .current_page_item .sub-menu, 
.secMenuQT .current_page_parent .sub-menu { display: block; }*/

/*Style for 3 level menu. Shows & hide secondary and 3rd menu*/
.secMenuQT ul.sub-menu,
.secMenuQT ul.sub-menu ul.sub-menu
{
display: none;
}
.secMenuQT .current_page_item ul.sub-menu, 
.secMenuQT .current_page_parent ul.sub-menu,
.secMenuQT .current_page_ancestor ul.sub-menu,
.secMenuQT .current_page_ancestor ul.sub-menu .current_page_parent ul.sub-menu, /*shows 3rd level when you are on a 3rd level menu item*/

.secMenuQT ul.sub-menu .current_page_item ul.sub-menu
/*shows 3rd level when you are on a 2nd level menu item*/
  {
display: block;
}



/* =
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
	margin:5px 0px 15px 0px;
	
	
	
}

#main.home{
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
	background-image:none!important;
	
}




#content,
#content input,
#content textarea {
	color: #333;
	
	line-height: 19px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	/*margin-bottom: 24px;*/
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
	
}


#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#0879bc;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	font-family:Arial, sans-serif!important;
}

#content h1{
	font-weight:normal;
	padding-bottom:5px;
	font-size: 20px;
	font-family:Arial, sans-serif!important;
	color:#212121

}

#content h2{
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;
	font-family: Arial, sans-serif!important;
	color: #3D3D3D
}
#content h3{
	font-size:16px;
	font-weight:normal;
	padding-bottom:5px;
	font-family:Arial, sans-serif!important;
	color:#777777
}

#content h4{
	font-size:14px;
	font-weight:normal;
	padding-bottom:5px;
	font-family: Arial, sans-serif!important;
	color: #3D3D3D
}
#content h5{
	font-size:12px;
	font-weight:normal;
	padding-bottom:5px;
	font-family:Arial, sans-serif!important;
	color: #3D3D3D
}
#content h6{
	font-size:10px;
	font-weight:normal;
	padding-bottom:5px;
	font-family:Arial, sans-serif!important;
	color: #3D3D3D
}
/*/////////////// TABLE STYLES ////////////////*/
#content table {
	border: 1px solid #646365;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

	
}
#content tr th,
#content thead th {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border: 1px solid #C1BFB4;	
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 8px 15px 4px 15px;
	border: 1px solid #C1BFB4;
}


#content tr:nth-child(odd)		{ background-color: #ededed}
#content tr:nth-child(even)		{ background-color: #f6f6f6}

#content thead tr, #content thead th{
	background: #5D5D5D;
	background: url( "/jobtipstoolbox/gradients/alma-grad.png") 0 50% repeat-x;
    background: -moz-linear-gradient(top , #8A8A8A, #707070, #5E5E5E 51%, #777777);
    background: -webkit-gradient(linear, left top , left bottom , from(#8A8A8A), color-stop(0.5, #707070 ), color-stop(0.51, #5E5E5E), to(#777777));
    background: -webkit-linear-gradient(top , #8A8A8A, #707070, #5E5E5E 51%, #777777);
    background: -o-linear-gradient(top ,#8A8A8A, #707070, #5E5E5E 51%, #777777);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8A8A8A', endColorStr='#555555');color: #fff;
	font-size: 18px!important;
	font-weight:normal!important;
	text-align:center!important;
	text-shadow: 0 -1px 0 #3B592A;
	}
	
	



.mTable{
	width: 80%!important; 
	margin-left: 50px!important;
	
}
#content img{
	border:1px solid #999;
	margin: 0px 20px 0px 15px


	
}


#content table img{
	border: none;
	margin: 0px
	
}
table h1, table h2, table h3, table h4, table h5, table h6{
	border-bottom:none!important; 
	margin-bottom: 0px!important;
	color: #212121;
}
.hentry {
	/*margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
margin: 0 0 36px 0;
}
.page-title {
color: #AAAAAA;	
	font-weight: normal;
	margin: 0 0 36px 0;
}


h1.page-title {
	border-bottom: 1px solid #ededed!important;
	padding-bottom:5px;
	font-size: 25px;
	color: #8C8C8C!important;
	font-weight: normal;
	margin: 0 0 36px 0;
	
}


.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #AAAAAA;
	font-weight: normal;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #363536;
}
#content .entry-title {
	
	line-height: 1.3em;
    color:#234589;
	line-height: 1.5em;
	font-family:Arial, sans-serif!important;
	font-weight:normal;
	font-size: 20px;
	
	}



h1.entry-title{
	line-height: 1.3em;
    color:#234589;
	line-height: 1.5em;
	font-family:Arial, sans-serif!important;
	font-weight:normal;
	font-size: 20px;
	
}



.entry-title a:link,
.entry-title a:visited {
	color:#234589;
	text-decoration: none;
	font-size:20px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #0879bc;
	font-size:20px;
}
.entry-meta {
	color: #888;
	font-size: 13px;
	margin: -30px 0px 10px 0px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
	
}


.entry-content {
	clear: both;
	padding:0px;
	margin-top:0px;
	
		
}

.entry-contentPage {
	clear: both;
	padding:0px;
	
	
		
}

.entry-summary {
	clear: both;
	padding:  0px;


	
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0px;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 13px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ededed;
}
body.page .edit-link {
	clear: both;
	display: block;
	
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-bottom:10px;
	border-bottom: 2px solid #CDCCCC;
	padding-bottom: 20px;
	border-top: 2px dotted #ccc;
	padding-top: 10px;	
	font-weight:bold;
	
}
.entry-meta a,
.entry-utility a {
	color: #9F9F9F;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #666;
	text-decoration:none
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 15px;
	text-align: center;
}
.wp-caption img {
	margin: 0px!important;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}






/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ededed;
}
.nav-previous {
	float: left;
	width: 50%;
	margin: 15px 0px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ededed;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ededed;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ededed;
	font-weight: bold;
}
#respond label {

	color: #888;
	font-size: 13px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 30px!important;
	width:230px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
	width:300px;
	
}
.widget-title {
	
	font-weight: normal;
	height:28px;
	color: #333;
	font-size: 18px;
	display:block;
	padding: 5px 0px 0px 0px;
	margin-bottom: 0px;
	border-bottom: 1px #ddd dashed; 
	
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	font-weight:normal;
	font-size:12px
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	font-weight:normal;
	font-size:12px
}

/*///////////////    Widget Menu ////////////////////*/
 .widget-menu-t{
	
	font-weight: bold;
	background-image:url(/jobtipstoolbox/images/bgwidget.png);
	width:310px!important;
	height:38px;
	color: #FFF;
	font-weight: bold;
	font-family:arial, Geneva, sans-serif;
	font-size: 14px;
	width:255px;
	display:block;
	padding: 14px 0px 0px 20px;
	text-transform:uppercase;
}

.widget-area ul.widget-menu li ul{
	margin:0px!important;
	padding:0px!important;
	

	
}
.widget-menu li, {
	list-style-type: square!important;

}

.widget-menu {
	margin:0px 0px 0px 2px!important;
	padding:0px!important;
	
	

	
}
.widget-menu a:link,
.widget-menu a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #333;
	height:40px;
	display:block;
	width:240px!important;
	border-bottom: 2px solid white;
	padding:10px 15px 0px 15px;
	font-family:arial, Geneva, sans-serif;
	font-size: 14px!important;		
}
.widget-menu a:active,
.widget-menu a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #333;
	height:40px;
	background-color:#C2C2BA;
	display:block;
	width:240px!important;
	border-bottom: 2px solid white;
	padding:10px 15px 0px 15px;
	font-family:arial, Geneva, sans-serif;
	font-size: 14px!important;
}


.widget-menu ul ul a:link,
.widget-menu ul ul a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #333;
	height:40px;
	display:block;
	width:230px!important;
	border-bottom: 2px solid white;
	padding:10px 15px 0px 25px;
	font-family:arial, Geneva, sans-serif;
	font-size: 13px!important;
		
}
.widget-menu ul ul a:active,
.widget-menu ul ul a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #333;
	height:40px;
	background-color:#C2C2BA;
	display:block;
	width:230px!important;
	border-bottom: 2px solid white;
	padding:10px 15px 0px 25px;
	font-family:arial, Geneva, sans-serif;
	font-size: 13px!important;
	
}



.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ededed;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	padding: 0px;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer_bottom {
	background: url(/jobtipstoolbox/images/footer_bg.jpg) repeat-x;
	width:100%;
	height:90px
	
}


#colophon {
	
	padding: 18px 0px 0px 0px;
	overflow: hidden;
	float:left
	
	
	
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(/jobtipstoolbox/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


#search{
	float:left;
	margin:12px 0px 0px 20px
	
}



input#s {
	background: url(/jobtipstoolbox/images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 30px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
	background-color:#fff;
	width:240px
	
}
input#searchsubmit {
	display: none;
}



#footerMenu{
	float: right;
	margin:25px 20px 0px 0px;
	color:white
	
}

#footerMenu a:link, #footerMenu a:visited {
color: #fff;
text-decoration:none	
}
#footerMenu a:hover, #footerMenu a:active {
color: #fff;
text-decoration:underline	
}


/* =Home Page
-------------------------------------------------------------- */
#logo{
	float:left;
	margin-right: 5px
	
}





#branding{
float: left;

	
}

/*This is the custom header image*/ 
#branding img {
	display: block;
	
}



#logAcc{
	margin: 2px 15px 0px 0px;
	float:right;
	color: #595959
	display: none;
/*	visibility: hidden; */	
}

#logAcc a:link, #logAcc a:active, #logAcc a:visited {
	
	color: #595959;
	text-decoration:none

	
}

#logAcc a:hover {

	color: #595959;
	text-decoration:underline
}


/* POST IMAGE*/


img.attachment-thumbnail{
	float:left;
	border:1px solid #999;
	margin-right: 15px;
	margin-bottom: 10px;
	
}




img.attachment-medium
{
	float:left;
	border:1px solid #999;
	margin-right:30px!important;
	margin-bottom:6px!important;
	
}


/* POST content*/


.post_sum{
	width:680px;
	float: left;
	min-height:170px;

}



small{
	font-size:10px
	
}


.readMore{
	width:94px;
	height:35px;
	float:right;
	background-image:url(/jobtipstoolbox/images/readMore.png);
	margin-top: 10px
	
	
	
}


.readMore a:link, .readMore a:active, .readMore a:visited{
	color:#333!important; 
	margin-left: 12px		
}

.readMore a:hover{
	color:#333!important;
	text-decoration:underline;
	margin-left: 12px
}


#twitt{
	
	margin-top: 70px;
	width:280px;
	margin-left: 20px;
	
	
}

.thin{
	background-color:#CCC;
	height: 1px;
	width:100%;
	float:left;
	clear:both;
	margin: 10px 0px 0px 0px	
}
/*---------column shortcode-------------*/


/* INNER PAGES COLUMNS*/

.one_half{
	width: 445px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	clear: left
}

.one_half_last{
	width: 445px;
	float: left;
	margin-bottom: 20px;
	clear: right
}



.one_third{
	width: 283px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	
}

.one_third_last{
	width: 283px;
	float: left;
	margin-bottom: 20px;
	clear: right
}



.two_third{
	width: 566px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	
	
}

.two_third_last{
	width: 283px;
	float: left;
	margin-bottom: 20px;
	clear: right;
	
}


.one_fourth{
	width: 202px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	
	
}

.one_fourth_last{
	width: 202px;
	float: left;
	margin-bottom: 20px;
	clear: right;
	
}


/*////////////Basic CSS functions/////*/

.clear{
	clear:both}
	
.right{
	float:right
}

.left{
	float:left
	}


#colophon{
	display:none
	
}

/*//////////// Assessment & Intervention  STYLES /////*/
.assessmentI #content {	
margin-top: 50px;

}

.assessmentI #content H1 {color: #212121}
.assessmentI #content H2 {color: #3D3D3D}
.assessmentI #content H3,
.assessmentI #content H4,
.assessmentI #content H5, 
.assessmentI #content H6 {color: #777777}

.assessmentI #content a:link {
	color: #3D3D3D;
	text-decoration:underline;
	font-weight:normal;
}
.assessmentI #content a:visited {
	color: #606060;
	font-weight:normal;
	text-decoration:underline;
}
.assessmentI #content a:active,
.assessmentI #content a:hover {
	color: #606060;
	text-decoration:underline;
	font-weight:normal;
}
 
 .assessmentI #content hr{
	 width: 100%;
	 color:#333;
	 background-color:#333;
	 height: 2px
	 
 }
 .assessmentI #content blockquote {
	font-style: italic;
	padding: 0 3em;
	color: #333
}

.assessmentI #content ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
}
.assessmentI #content ul  li{
background-image:url('/jobtipstoolbox/images/AI_bullet.png')!important;
background-repeat:no-repeat;
background-position: 0 6px;
padding-left: 22px;
margin-left:20px
}

.assessmentI #content ol li{
	
margin-left:20px
}


/*//////////// Self Assessment  STYLES /////*/  
.selfA #content {	
margin-top: 15px;

}

.selfA #content H1 {color: #212121}
.selfA #content H2 {color: #3D3D3D}
.selfA #content H3,
.selfA #content H4,
.selfA #content H5, 
.selfA #content H6 {color: #777777}

.selfA #content a:link {
	color: #3D3D3D;
	text-decoration:underline;
	font-weight:normal;
}
.selfA #content a:visited {
	color: #606060;
	font-weight:normal;
	text-decoration:underline;
}
.selfA #content a:active,
.selfA #content a:hover {
	color: #606060;
	text-decoration:underline;
	font-weight:normal;
}
 
.selfA #content hr{
	 width: 100%;
	 color:#333;
	 background-color:#333;
	 height: 2px
	 
 }
.selfA #content blockquote {
	font-style: italic;
	padding: 0 3em;
	color: #333
}

.selfA #content ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;	
	
}
.selfA #content ul  li{
background-image:url('/jobtipstoolbox/images/AI_bullet.png')!important;
background-repeat:no-repeat;
background-position: 0 6px;
padding-left: 22px;
margin-left:20px
}

.selfA #content ol li{
	
margin-left:20px
}





/*//////////// Career Planning  STYLES /////*/
.careerPlanning #content {	
margin-top: 40px;

}

.careerPlanning #content H1 {color: #243870}
.careerPlanning #content H2 {color: #30669f}
.careerPlanning #content H3,
.careerPlanning #content H4,
.careerPlanning #content H5, 
.careerPlanning #content H6 {color: #3a95c8}

.careerPlanning #content a:link {
	color: #243870;
	text-decoration:underline;
	font-weight:normal;
}
.careerPlanning #content a:visited {
	color: #30669f;
	font-weight:normal;
	text-decoration:underline;
}
.careerPlanning #content a:active,
.careerPlanning #content a:hover {
	color: #30669f;
	text-decoration:underline;
	font-weight:normal;
}
 
.careerPlanning #content hr{
	 width: 100%;
	 color:#30669f;
	 background-color:#30669f;
	 height: 2px
	 
 }
.careerPlanning #content blockquote {
	font-style: italic;
	padding: 0 3em;
	color: #2F4A96;
}

.careerPlanning #content ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;   
	
}
.careerPlanning #content ul  li{
background-image:url('/jobtipstoolbox/images/CP_bullet.png')!important;
background-repeat:no-repeat;
background-position: 0 6px;
padding-left: 22px;
margin-left:20px
}

.careerPlanning #content ol li{
	
margin-left:20px
}

/*/////////////// TABLE STYLES ////////////////*/
.careerPlanning #content table {
	border: 1px solid #646365;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

	
}
.careerPlanning #content tr th,
.careerPlanning #content thead th {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border: 1px solid #C1BFB4;	
}
.careerPlanning #content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 8px 15px 4px 15px;
	border: 1px solid #C1BFB4;
}


.careerPlanning #content tr:nth-child(odd)		{ background-color: #ededed}
.careerPlanning #content tr:nth-child(even)		{ background-color: #f6f6f6}

.careerPlanning #content thead tr, #content thead th{
	
	
	background: #377AD0;
	background: -moz-linear-gradient(top ,#52A8E8, #377AD0);
	background: -webkit-gradient(linear, left top, left bottom , from(#52A8E8), to(#305DA9));
	background: -webkit-linear-gradient(top , #52A8E8, #377AD0);
	background: -o-linear-gradient(top , #52A8E8, #377AD0);
	color: #fff!important;
	text-shadow: 0 -1px 0 #000;
	font-size: 18px!important;
	font-weight:normal!important;
	text-align:center!important;
	}
	

.careerPlanning .mTable{
	width: 80%!important; 
	margin-left: 50px!important;
	
}
.careerPlanning #content img{
	border:0px solid #999;
	margin: 0px 20px 0px 2px


	
}


.careerPlanning #content table img{
	border: none;
	margin: 0px
	
}
.careerPlanning table h1, table h2, table h3, table h4, table h5, table h6{
	border-bottom:none!important; 
	margin-bottom: 0px!important;
	
}



/*//////////// Job Seeking STYLES /////*/
.jobSeeking #content {	
margin-top: 30px;

}

.jobSeeking #content H1 {color: #276e37}
.jobSeeking #content H2 {color: #3b9141}
.jobSeeking #content H3,
.jobSeeking #content H4,
.jobSeeking #content H5, 
.jobSeeking #content H6 {color: #5ecb56}

.jobSeeking #content a:link {
	color: #276e37;
	text-decoration:underline;
	font-weight:normal;
}
.jobSeeking #content a:visited {
	color: #3b9141;
	font-weight:normal;
	text-decoration:underline;
}
.jobSeeking #content a:active,
.jobSeeking #content a:hover {
	color: #3b9141;
	text-decoration:underline;
	font-weight:normal;
}
 
.jobSeeking #content hr{
	 width: 100%;
	 color:#3b9141;
	 background-color:#3b9141;
	 height: 2px
	 
 }
.jobSeeking #content blockquote {
	font-style: italic;
	padding: 0 3em;
	color: #3b9141;
}

.jobSeeking #content ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
}
.jobSeeking #content ul  li{
background-image:url('/jobtipstoolbox/images/JS_bullet.png')!important;
background-repeat:no-repeat;
background-position: 0 6px;
padding-left: 22px;
margin-left:20px
}

.jobSeeking #content ol li{
	
margin-left:20px
}

/*/////////////// TABLE STYLES ////////////////*/
.jobSeeking #content table {
	border: 1px solid #646365;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

	
}
.jobSeeking #content tr th,
.jobSeeking #content thead th {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border: 1px solid #C1BFB4;	
}
.jobSeeking #content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 8px 15px 4px 15px;
	border: 1px solid #C1BFB4;
}


.jobSeeking #content tr:nth-child(odd)		{ background-color: #ededed}
.jobSeeking #content tr:nth-child(even)		{ background-color: #f6f6f6}

.jobSeeking #content thead tr, #content thead th{
	background: #2B7037;
	background: -moz-linear-gradient(top ,#45AF54, #2B7037);
	background: -webkit-gradient(linear, left top, left bottom , from(#45AF54), to(#2B7037));
	background: -webkit-linear-gradient(top , #45AF54, #2B7037);
	background: -o-linear-gradient(top , #45AF54, #2B7037);
	padding: 4px 10px;
	color: #FFF !important;
	border: 1px solid #437D1F;
	text-shadow: 0 -1px 0 #2F5715;
	font-size: 18px!important;
	font-weight:normal!important;
	text-align:center!important;
	}
	

.jobSeeking .mTable{
	width: 80%!important; 
	margin-left: 50px!important;
	
}
.jobSeeking #content img{
	border:0px solid #999;
	margin: 0px 20px 0px 2px


	
}


.jobSeeking #content table img{
	border: none;
	margin: 0px
	
}
.jobSeeking #content table h1, table h2, table h3, table h4, table h5, table h6{
	border-bottom:none!important; 
	margin-bottom: 0px!important;

}


/*/////////////// Job Keeping Styles ////////////////*/


.jobKepping #content {	
margin-top: 50px;   

}


.jobKepping #content H1 {color: #e13d08}
.jobKepping #content H2 {color: #ee5f2f}
.jobKepping #content H3,
.jobKepping #content H4,
.jobKepping #content H5, 
.jobKepping #content H6 {color: #e18c48}

.jobKepping #content a:link {
	color: #e13d08;
	text-decoration:underline;
	font-weight:normal;
}
.jobKepping #content a:visited {
	color: #ee5f2f;
	font-weight:normal;
	text-decoration:underline;
}
.jobKepping #content a:active,
.jobKepping #content a:hover {
	color: #ee5f2f;
	text-decoration:underline;
	font-weight:normal;
}
 
.jobKepping #content hr{
	 width: 100%;
	 color:#ee5f2f;
	 background-color:#ee5f2f;
	 height: 2px
	 
 }
.jobKepping #content blockquote {
	font-style: italic;
	padding: 0 3em;
	color: #ee5f2f;
}

.jobKepping #content ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
}
.jobKepping #content ul  li{
background-image:url('/jobtipstoolbox/images/JK_bullet.png')!important;
background-repeat:no-repeat;
background-position: 0 6px;
padding-left: 22px;
margin-left:20px
}

.jobKepping #content ol li{
	
margin-left:20px
}

/*/////////////// TABLE STYLES ////////////////*/
.jobKepping #content table {
	border: 1px solid #646365;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

	
}
.jobKepping #content tr th,
.jobKepping #content thead th {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border: 1px solid #C1BFB4;	
}
.jobKepping #content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 8px 15px 4px 15px;
	border: 1px solid #C1BFB4;
}


.jobKepping #content tr:nth-child(odd)		{ background-color: #ededed}
.jobKepping #content tr:nth-child(even)		{ background-color: #f6f6f6}

.jobKepping #content thead tr, #content thead th{
	
	background: #EE7523;
	background: -moz-linear-gradient(top ,#ED9D11, #EE7523);
	background: -webkit-gradient(linear, left top, left bottom , from(#ED9D11), color-stop(0.85, #DB6A1F), to(#8A1F1F));
   background: -webkit-linear-gradient(top , #ED9D11, #8A1F1F);
   background: -o-linear-gradient(top , #ED9D11, #8A1F1F);
	padding: 4px 10px;
	color: #fff !important;
	color: rgba( 255, 255, 255, 0.7 );
	border: 1px solid #3D1B1B;
	text-shadow: 0 -1px 0 #13345A;
	font-size: 18px!important;
	font-weight:normal!important;
	text-align:center!important;
	}
	

.jobKepping .mTable{
	width: 80%!important; 
	margin-left: 50px!important;
	
}
.jobKepping #content img{
	border:0px solid #999;
	margin: 0px 20px 0px 2px


	
}


.jobKepping #content table img{
	border: none;
	margin: 0px
	
}
.jobKepping table h1, table h2, table h3, table h4, table h5, table h6{
	border-bottom:none!important; margin-bottom: 0px!important;
}

/*/////////////// Quick Tools Styles ////////////////*/


.quickTools #content {	
margin-top: 30px;   

}

.quickTools #content H1 {color: #740256}
.quickTools #content H2 {color: #a0108c}
.quickTools #content H3,
.quickTools #content H4,
.quickTools #content H5, 
.quickTools #content H6 {color:#dd16c1}

.quickTools #content a:link {
	color: #740256;
	text-decoration:underline;
	font-weight:normal;
}
.quickTools #content a:visited {
	color: #a0108c;
	font-weight:normal;
	text-decoration:underline;
}
.quickTools #content a:active,
.quickTools #content a:hover {
	color: #a0108c;
	text-decoration:underline;
	font-weight:normal;
}
 
.quickTools #content hr{
	 width: 100%;
	 color:#a0108c;
	 background-color:#a0108c;
	 height: 2px
	 
 }
.quickTools #content blockquote {
	font-style: italic;
	padding: 0 3em;
	color: #a0108c;
}

.quickTools #content ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
}
.quickTools #content ul  li{
background-image:url('/jobtipstoolbox/images/QT_bullet.png')!important;
background-repeat:no-repeat;
background-position: 0 6px;
padding-left: 22px;
margin-left:20px
}

.quickTools #content ol li{
	
margin-left:20px
}

/*/////////////// TABLE STYLES ////////////////*/
.quickTools #content table {
	border: 1px solid #646365;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

	
}
.quickTools #content tr th,
.quickTools #content thead th {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border: 1px solid #C1BFB4;	
}
.quickTools #content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 8px 15px 4px 15px;
	border: 1px solid #C1BFB4;
}


.quickTools #content tr:nth-child(odd)		{ background-color: #ededed}
.quickTools #content tr:nth-child(even)		{ background-color: #f6f6f6}

.quickTools #content thead tr, #content thead th{
	background: -moz-linear-gradient(top, #750057, #A80084);
	background: -webkit-gradient(linear, left top, left bottom, from(#750057), to(#A80084));
	background: -webkit-linear-gradient(top, #750057, #A80084);
	background: -o-linear-gradient(top, #750057, #A80084);
	color: #fff!important;
	border: 1px solid #750057;
	text-shadow: 0 -1px 0 #333;
	border-bottom: 0px;
	font-size: 18px!important;
	font-weight:normal!important;
	text-align:center!important;
	
	
	}
	

.quickTools .mTable{
	width: 80%!important; 
	margin-left: 50px!important;
	
}
.quickTools #content img{
	border:0px solid #999;
	margin: 0px 20px 0px 2px


	
}


.quickTools #content table img{
	border: none;
	margin: 0px
	
}
.quickTools table h1, table h2, table h3, table h4, table h5, table h6{
	border-bottom:none!important; margin-bottom: 0px!important;
}


.breadcrumbs{
	margin:0px
	
}




.assessmentI #content ul.child-pages li,  .careerPlanning #content ul.child-pages li, .jobSeeking #content ul.child-pages li, .jobKepping #content ul.child-pages li, .quickTools #content ul.child-pages li{
	background-image:none!important;
	
	
}

.assessmentI #content ul.children li,  .careerPlanning #content ul.children li, .jobSeeking #content ul.children li, .jobKepping #content ul.children li, .quickTools #content ul.children li{
	background-image:none!important;
	list-style-type:square;
	padding-left: 0px;
	margin-left: 40px;
}

/* Sticky footer */

    html, body {
    height: 100%;
    }
    #wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -90px auto;
	width: 980px!important;
	position:relative;
	
    }
  #footer, .push {
    height: 90px;
	clear:both
    }
#footer{
	margin: 0 auto;
	width: 980px!important;
	position:relative;

	
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 100%;
}
code {
	-webkit-text-size-adjust: 100%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area,
a, a:hover,
a:visited, 
a:active,
a:link,
div,
p{
	-webkit-text-size-adjust: 100%;
}


	

#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000!important;
		font-size:14px !important;
		font-family:arial !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 20px;
	}
	#access,
	#branding img,
	#header,
	#footer,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	#primary.widget-area  {
		display: none!important;
	}
	#container,
	 {
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0px;
		width: 100%!important;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;

		width: auto;
	}
	
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	
}



/* =LOGIN
-------------------------------------------------------------- */
#wpmem_login label {

    width: 200px!important;
}


#wpmem_reg legend, #wpmem_login legend {
    width: 100%!important;
}
