/* HTML Elements
-------------------------------------------------------------- */
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	
}

/* reset some style */
ul {
    list-style: none;
    border: none;
    text-align:left; /* LTR */
}
ul.menu li {
    margin: 0 0 0 0; /* LTR */
}
li.expanded {
    list-style-type: circle;
    list-style-image: url(http://media.newjobs.com/cms/static-content/mgsph2/images/menu-expanded.png);
    padding: 0.2em 0.5em 0 0; /* LTR */
    margin: 0;
}
li.collapsed {
    list-style-type: disc;
    list-style-image: url(http://media.newjobs.com/cms/static-content/mgsph2/images/menu-collapsed.png); /* LTR */
    padding: 0.2em 0.5em 0 0; /* LTR */
    margin: 0;
}
a {
    text-decoration:none;
}
.clear {
    clear:both;
}
/* text styles */
p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.4em;
}
/* header styles */
h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#673694;
}
h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#0161b2;
}
.section-header {
    width:710px;
    height:190px;
    margin-bottom:20px;
}
.section-header-home {
    width:964px;
    height:249px;
    margin-bottom:20px;
}
.section-header-text {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    color:#0161b2;
    margin-top:65px;
    margin-left:85px;
    height:50px;
    width:250px;
}
.section-content-wide {
    width:675px;
    min-height:400px;
    padding:10px 20px 10px 15px;
}
/* put the curve on the header and the content window */
.section-header, .section-content-wide {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    border:thin solid #999999;	
}
.section-header-education {
    background-image:url(http://media.newjobs.com/cms/static-content/mgsph2/images/section-header-education.png);
    background-repeat:no-repeat;
}
/* master container */
#master-container {
    margin:auto auto;
    width:1000px;
}
/* header elements */
#header-group {
    width:964px;
    padding-left:25px;
}
#logo {	
    width:217px;
    float:left;
}
#social-icons {
    float:right;
    width:135px;
    padding-top:17px;
}
#social-icons {
}
#social-icons ul {
    float: right;
}
#social-icons li {
    padding-right: 7px;
    list-style-type: none;
    list-style-image: none;
    float: left;
}
#social-icons a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background-image:url(http://media.newjobs.com/cms/static-content/mgsph2/images/social-icons.png);
    background-repeat: no-repeat;
  
}
#social-icons a.blog {}
#social-icons a.facebook { background-position: -24px 0; }
#social-icons a.twitter { background-position: -48px 0; }
/* main content elements */
#main-content {
    width:989px;
    padding-left:25px;
    padding-top:25px;
}
#content-inner {
    float:left;	
    width:710px;
}
#sidebar-last{
    float:left;
    width:254px;
}
.sidebar-last {
    padding-left:23px;
}
.sidebar-last-sub-nav  {
    float:left;
    width:264px;
    padding-left:12px;
}
/* main navigation elements */
/* ----------- Primary Links --------------*/
#primary-menu {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: url(http://media.newjobs.com/cms/static-content/mgsph2/images/primary-nav-back.png);
    background-repeat: repeat-x;
    height:34px;
    width:964px;
}
#primary-menu li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-right: 1px solid #1e79d2;
    width:146px;
    text-align:center;
}
#primary-menu li.last {
    border-right: none;
}
#primary-menu li.active-trail {
    background-color:#79aadd;
}
#primary-menu a {
    padding-top: 8px;
    padding-bottom: 0;
    height: 26px;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-decoration:none;
    display:block;
    position:relative;
}
#primary-menu a:link,
#primary-menu a:visited {
    color: ##ffffff;
}
#primary-menu a:hover {
    background-color:#79aadd;
}
#primary-menu .first a:hover {
    background:url(http://media.newjobs.com/cms/static-content/mgsph2/images/h-left.jpg) no-repeat left top #79aadd;
}
#primary-menu ul li ul {
    background: none;
    width: 200px;
    position: absolute;
    top: 44px;
}
#primary-menu ul li ul li,
#primary-menu ul li ul li.last {
    background-color: #79aadd;
    border: 1px solid #bbbbbb;
    border-top: none;
    font-weight: normal;
    line-height: 1.3em;
    text-align:left;
}
#primary-menu ul li ul li.active-trail {
    background-image: none;
}
#primary-menu ul li ul li a {
    height: auto;
    padding: 0.4em 0.5em;
}
#primary-menu ul li ul li  {
    width:180px;
}
#primary-menu ul li ul li a:hover {
    height: auto;
    padding: 0.4em 0.5em;
    text-decoration:underline;
}
#primary-menu ul li ul li ul {
    top: 0;
    left: 200px;
}
.primary-menu ul li {
    float: left; /* LTR */
    list-style: none;
    position: relative;
}

.selectedLinkOne { background:url(http://media.newjobs.com/cms/static-content/mgsph2/images/h-left.jpg) no-repeat left top #79aadd; }
.selectedLink{ background-color:#79aadd;}

#cmsBreadcrumbs { color: #673694; padding: 11px 0 0px 20px; font-size: 12px; }
.cmsFontA a { color: #7B4F90; font-size: 12px; text-decoration: underline;  }
.cmsFontA a:hover { color: #7B4F90; font-size: 12px; text-decoration: none;  }

/* side navigation elements */
/* ---------- Secondary nav ------------ */
#sidebar-nav ul.menu {
    list-style: none;
    border: none;
    text-align:left; /* LTR */
}
#sidebar-nav ul li {
    list-style-type:none;
    border: none;
    text-align:left; /* LTR */
}
#sidebar-nav {float: left; width: 242px;padding:0; margin:0;}
#sidebar-nav li a, .content-box-header {
    display: block; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:12px;
    /*font-size:14px;*/
    color:#003c78;
    text-align:left;    
    padding-top:10px;
    padding-left:15px;
    padding-bottom:5px;
    width:227px;   
}
#sidebar-nav li a {
    background-image:url(http://media.newjobs.com/cms/static-content/mgsph2/images/arrow-right.png);
    background-repeat:no-repeat;
}
#sidebar-nav li a.active {
    background: url(http://media.newjobs.com/cms/static-content/mgsph2/images/nav-side-main-back.png);
    background-repeat: repeat-x;
}
.content-box-header {
    background: url(http://media.newjobs.com/cms/static-content/mgsph2/images/nav-side-main-back.png);
    background-repeat: repeat-x;
}
#sidebar-nav li a.first {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;    
}
#sidebar-nav li a:hover, #sidebar-nav li a.active {text-decoration:none;}
#sidebar-nav li ul {display: none; padding:0; margin:0; border: 1px solid #999; width:240px;}
#sidebar-nav li ul li a { 
    border-bottom: 1px dotted #ccc; border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background:none;
    background-color:#ececec;
    width:225px;
}
#sidebar-nav li ul li a:hover {
    text-decoration:underline;
}
#sidebar-nav br{ display:none;}

/* footer elements */
#footer-container {
    width:989px;	
}
#footer {
    width:989px;
    margin-left:25px;
    text-align:center;
    font-size:11px;
    padding-top:15px;
}
#footer a {	
}	
#footer a:hover {
    text-decoration:underline;
}
/* general boxes - home page and sub pages */
#home-page-content-container {
    width:964px;	
}
#home-page-content-container h5 {
    font-size:14px;
    font-weight:bold;
    color:#003c78;
}
#content-box {
    width:228px;
     border:thin solid #999999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    margin-bottom:15px;
}
.content-box-header {
    width:213px;  
}
#home-page-box-group {
    float:left;
    width:709px;		
}
#home-page-side-box-container {
    float:left;
    width:255px;
}
#content-box-wide-home {
    float:left;
    width:709px;
    min-height:180px;
    background-image:url(http://media.newjobs.com/cms/static-content/mgsph2/images/home-long-horizontal-back.png);
    background-repeat:repeat-x;
    background-color:#ffffff;
    background-position:top;
    border:thin solid #999999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    margin-bottom:15px;
    font-size:14px;
    color:#363636;
}
#content-box-wide-home .content-box-content p {
    font-size:19px;
    color:#363636;
    padding-left:25px;
    padding-right:35px;
}
.content-box-home {
    float:left;
    margin-left:9px;
    background-image:url(http://media.newjobs.com/cms/static-content/mgsph2/images/home-box-back.png);
    background-repeat:repeat-x;
    background-color:#ffffff;
    background-position:bottom;
    height:225px;
}
#home-page-side-box {
    float:right;
    width:228px;
    height:422px;
     border:thin solid #999999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
    margin-bottom:15px;
    background-image:url(http://media.newjobs.com/cms/static-content/mgsph2/images/home-long-vertical-back.png);
    background-repeat:repeat-x;
    background-color:#ffffff;
    background-position:bottom;
}
#home-page-side-box-content {
    float:left;
    height:371px;
}
#home-page-side-box-content ul {
    list-style-type:disc;
}
#home-page-side-box-content ul li {
    padding-bottom:15px;
}
.content-box-home-first {
    margin:0;
}
#content-box-content, #home-page-side-box-content  {
    font-size:14px;
    color:#012c60;
    text-align:left;
    padding:5px 10px 5px 15px;
}
#content-box-content {
    font-size:12px;
}
#home-page-side-box-content  {
    font-size:12px;
}
#content-box-content a {
    color:#3366cc;
    text-decoration:underline;
    font-weight:600;
}
#content-box-content ul {
    padding:0;
    margin:0 15px;
    list-style-type:disc;
}
#content-box-content li a {
    color:#3366cc;
    text-decoration:none;
    font-weight:600;
    font-size:11px;
}
#content-box-content li a:hover {
    text-decoration:underline;
}
.body-bold-italic {
    font-weight:bold;
    font-style:italic;
}
#content-box-wide-home .content-box-content .body-bold-italic-home {
    font-weight:bold;
    font-style:italic;
    font-size:14px;
    color:#003C78;
}
/* tabbed pages styles */
.section-header-tabbed {
    border-radius:6px 6px  0 0 ;
    -moz-border-radius: 6px 6px  0 0 ;
    -webkit-border-radius:6px 6px  0 0 ; 
    border-top:thin solid #999999;
    border-right:thin solid #999999;
    border-left:thin solid #999999;
    width:710px;
    height:192px;
}
.tabbed-content {
    width:675px;
    min-height:400px;
    padding:20px 20px 10px 15px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px; 
    border-right:thin solid #999999;
    border-left:thin solid #999999;
    border-bottom:thin solid #999999;
    margin-top:-23px;
}
#content-tabbed-container {
    margin-top:-28px;	
}
ul.tabs  {
    padding: 0 0 0 15px;
    margin:0;
    height:28px;
}
.tabs li {
    list-style:none;
    display:inline;
}
.tabs a {
    padding:5px 10px;
    display:inline-block;
    background:#ccd9e6;
    color:#434343;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    border-right:thin solid #999999;
    border-left:thin solid #999999;
    border-top:thin solid #999999;
    border-radius:6px 6px  0 0 ;
    -moz-border-radius: 6px 6px  0 0 ;
    -webkit-border-radius:6px 6px  0 0 ;
}
.tabs a.active {
    background:#fff;
    color:#003c78;
}

ul, menu, dir {
    -moz-padding-start: 0px;
    display: block;
    margin: 0px;
}
#primary-menu li {    
    width: 132px;
}

#primary-menu .first {
    width: 100px;
}

.content-box-content ul li{
	font-family: Arial,Helvetica,sans-serif;
    	font-size: 12px;
}

/*******************************************************
	BEGIN just	grey rounded corner (default styles)
********************************************************/
.rounded-corner-box, .squared-corner-box, .no-corner-box { display: inline; float: left; }
.rounded-corner-box, .squared-corner-box, .no-corner-box { display: inline; float: left; }
.box-background { width: 100%; margin-bottom: 16px; overflow:hidden; }
.box-top { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_pixel.png) 0 0 repeat-x; }
.box-bottom { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_pixel.png) 0 100% repeat-x; }
.box-left { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_pixel.png) 0 0 repeat-y; }
.box-right { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_pixel.png) 100% 0 repeat-y; }
.box-bottom-left { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_bl.png) 0 100% no-repeat; }
.box-bottom-right { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_br.png) 100% 100% no-repeat; }
.box-top-left { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_tl.png) 0 0 no-repeat; }
.box-top-right { background: url(http://media.newjobs.com/id/hiring/redux/global/rounded_corner/999_tr.png) 100% 0 no-repeat; }
.box-content { padding: 10px 15px 20px 15px; zoom: 100%; }
.box-content-noPadding { padding:1px;/* 1px necessary to show dialog borders */ }
.box-content-header { position: relative; height: 31px; }
.box-content p { font-size: 13px; }
.box-content-header-right { font: nornal 13px Arial; text-transform:  none; margin: 0px; padding: 0px; position: relative; top: 5px; right: 0px; width: auto; float: right; }
.grid-width9 { margin-right: 16px; width: 100%; }
.base-grad .box-background { width: 100%; }
.content-box-header { color: #003C78; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; height: 26px; text-align: left; }
/*******************************************************
	END just	grey rounded corner (default styles)
********************************************************/

.footer a {
    text-decoration: underline;
    color: #4C4C4C;
}

.footer {
    color: #4C4C4C;
}


/*********** accessibility hide function**************/
.stdModal {
	background:#999;
	background:rgba(0, 0, 0, 0.4);
	display:none;
	padding: 5px;
	z-index:11;
}
.stdModal .smHeader {
	background:#614080;
	padding:6px 14px;
	position:relative;
}
.stdModal .smHeader .smClose {
	background: url([%Sprite:js20.new:*:Url%]);
 [%Sprite:js20.new:xBlueBig-whiteBG:CssWidthHeightBgPositionPx%]  cursor:pointer;
	display:inline-block;
	position:absolute;
	top:7px;
	right:7px;
}
.stdModal .smNoTitle {
	background:#ffffff;
	padding:0;
}
.stdModal .smNoTitle .smClose {
	top:0;
	right:0;
}
.stdModal .smContent {
	background:#fff;
	padding:10px 14px;
	zoom:1;
}
#stdModalOverlay {
	width:100%;
	height:100%;
	position:fixed;
	background:#FFF;
	top:0;
	left:0;
	z-index:10;
	display:none;
	opacity:0;															/* Most Browsers */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	/* IE8 - MUST BE FIRST */
	filter: alpha(opacity=0);											/* IE7 - MUST BE SECOND */
}
/* Moves header positioning to correctly show modal */
.moveHeaderZindex {
	position:relative;
	z-index:0;
}
/* fix for search form*/
.skip {
	left: -999em !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1em !important;
}
.defaultBgd > p {
	margin: 0;
}
#searchBoxWrapper {
	display: none;
}
.navWrapper {
	display: none;
}