/* - - - *TAGS - - - */
body  {
background-color: #FFF;
font:normal 12px/16px Arial, Helvetica, sans-serif;
color: #333;
margin:0;
padding:0;
}
img {border:0;}

h1 {color:#036;font-size:14px;}

a:link { color: #036;}
a:visited { color: #666;}
a:hover { color: #333;}
a:active { color: #999;}

/* - - - *COMMON - - - */
.clear {clear:both;}

/* - - - *HEADER - - - */
#container {
width:780px;
margin:0 auto;
}

#jie-logo {
float:left;
margin:28px 0 27px 28px;
}

#mainHdrLinks {
float: right;
text-align: right;
position: relative;
right:5px;
top: 40px;
font-size:11px;
}

#mainHdrLinks img {vertical-align:middle;}

/* - - - *navmenu - - - */
#navbar {
clear:both;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 780px; /*For KHTML*/
  list-style: none;
  /*height: 21px;*/
  z-index: 1;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 21px;
  z-index: 1;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 1;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  z-index: 1;
}

/* Root Menu */
ul#navmenu a {
  text-align: center;
  padding: 0px;
  margin: 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #FFF;
  font: bold 12px/22px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 21px !important;
  height: 1%; /*For IE*/
  z-index: 1;
  overflow: hidden;
}

* html ul#navmenu a {
    height: 21px; /* for IE */
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover{
color:#fff;
z-index:1;
background-position: 0 -21px;
overflow: hidden;
}

ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background-position: 0 -21px;
  color: #fff;
  z-index: 1;
}

#nav-ho{width: 57px;background: url(/images/jie/tabs/home.gif) top left no-repeat;}
#nav-jie {width: 174px;background: url(/images/jie/tabs/jobinterview.gif) top left no-repeat;}
#nav-se{width: 119px;background: url(/images/jie/tabs/resumeservices.gif) top left no-repeat;}
#nav-cv{width: 96px;background: url(/images/jie/tabs/cvservices.gif) top left no-repeat;}
#nav-rb{width: 128px;background: url(/images/jie/tabs/resumebuilder.gif) top left no-repeat;}
#nav-wu{width: 98px;background: url(/images/jie/tabs/whyus.gif) top left no-repeat;}
#nav-rc{width: 125px;background: url(/images/jie/tabs/resourcecenter.gif) top left no-repeat;}
#nav-pr{width: 130px;background: url(/images/jie/tabs/postresume.gif) top left no-repeat;}
#nav-au{width: 81px;background: url(/images/jie/tabs/aboutus.gif) top left no-repeat;}

#navmenu .current {background-position:0 -21px;}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #5b739c;
  color: #fff;
  z-index: 1;
  border: 1px solid #748ca4;
  padding-left: 10px;
  text-align: left;
  margin-left: 2px;
  height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #8ea8c2;
  color: #fff;
  z-index: 1;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #5b739c;
  color: #fff;
  z-index: 1;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #8ea8c2;
  color: #fff;
  z-index: 1;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
  z-index: 1;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
  z-index: 1;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 158px;
  z-index: 1;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
  z-index: 1;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
display: block;
z-index: 1;
}

#subnavbar {
clear:both;
background-color:#5b739c;
height:23px;
line-height:23px;
padding-left:10px;
color:#FFF;
margin-bottom:10px;
}

#landing #subnavbar {margin-bottom:0;}

#subnavbar a {
color:#FFF;
text-decoration:none;
}

#subnavbar #subnavbar-current, #subnavbar a:hover {text-decoration:underline;}

/* - - - *MENU - - - */
#menu {
float:left;
width:150px;
margin-right:10px;
}

/* - - - *MAIN - - - */
#content-main {
clear:both;
width:590px;
float:left;
}
#content-main_landing {
	max-width:712px;
	min-width:480px;
	width:100%;
	float:left;
}
*html #hj-container #content-main_landing {
	width:600px;;
}
/* this def is in cms.css,css_styles.css as well due to bad HTML management. -es */
#bodyLeft2 {
float:left;
width:180;
padding-right:15px;
}
#content-main h3 {
margin:0;
padding:0;
color:#036;
font-size:14px;
}

#how-it-works {
font-size:11px;
margin:0 0 10px 10px;
}

#complete, #discuss, #participate, #receive {
background:url(/images/jie/how-it-works-sprites1.jpg) no-repeat 0 0; 
float:left;
background-color:#f5f5f5;
/*
width:120px;
margin-right:25px; */
padding-top:40px;
}

#complete {background-position:0 0;margin-right:0;width:70px;}
#discuss {background-position:20px -99px;width:115px;}
#participate {background-position:20px -199px;width:125px;}
#receive {background-position:20px -290px;width:120px;}


.hiw-divider {float:left;margin:15px 10px 0 0;}

/* ---rounded corners---*/
 .round_border {
display:block;
}
.round_border * {
background:#f5f5f5 none repeat scroll 0%;
display:block;
height:1px;
overflow:hidden;
}
.round_border_layer3 {
background:#7e97b4 none repeat scroll 0%;
border-left:1px solid #7e97b4;
border-right:1px solid #7e97b4;
margin:0 3px;
padding:0 1px;
}
.round_border_layer2 {
border-left:1px solid #7e97b4;
border-right:1px solid #7e97b4;
margin:0 2px;
padding:0;
}
.round_border_layer1 {
border-left:1px solid #7e97b4;
border-right:1px solid #7e97b4;
margin:0 1px;
}
.round_border_content {
background:#f5f5f5 none repeat scroll 0%;
border-left:1px solid #7e97b4;
border-right:1px solid #7e97b4;
overflow:hidden;
padding:4px 10px;
}
.round_border_content.min_size {
min-height:450px;
}

/* --- product/accordian box ---*/
dd#product-box { 
background:#FFF;
width:590px;
margin:0;
padding:0; 
}
#product-box dd {
margin:0;
padding:0;
background:url(/images/jie/pb-bg.jpg) repeat-y 0 0;
}
#product-box dt { 
background:url(/images/jie/pb-bg.jpg) repeat-y 0 0;
padding:10px 5px; 
margin:0;
position:relative;
}
#product-box dt a { 
color: #036;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(/images/jie/pb-arrow.jpg) no-repeat 5px 3px;
padding-left:18px; 

}
#product-box dd a { color: #000; }
#product-box dt .pb-buy {
width:130px;
position:absolute; 
top:5px;
right:10px;
}

#product-box dt .pb-buy a {
background:none;
margin:0;padding:0;
}
#product-box dt.pb-divider {
/*background-color:#f7f8fb;*/
background:url(/images/jie/pb-bg.jpg) repeat-y 0 0;
border-top:1px solid #999;
width:570px;
margin:0 auto;
padding:0;
height:1px;
font-size:1px;
}
.pb-buy  a {float:left}
.pb-price {
margin:0;
padding:0;
float:right;
color:#036;
}
.pb-save {font-size:11px;}
.pb-box-top {
border:0;
background:#f7f8fc url(/images/jie/pb-top.jpg) no-repeat 0 0;
margin:0;
padding:0;
height:10px;
}

.pb-box-btm {
border:0;
background:#f7f8fc url(/images/jie/pb-bottom.jpg) no-repeat 0 0;
margin:0;
padding:0;
height:18px;
}
#product-box ul {
margin:0 10px 0 25px;
padding:0 0 10px 0;
font-size:11px;
}

#email-page {
border-top:1px dotted #AAA;
margin:0 15px;
padding-top:10px;
}

#email-page-link {
background:url(/images/jie/icons/icon_email_14x12.gif) no-repeat 0 0;
padding-left:15px;
}

#tagline-btm {
clear:both;
margin:0;
padding:5px 0 0 0;
}

.expand {
font-size:10px;
font-weight:normal;
}

/* --- landing --- */
#intro {
background:#FFF url(/images/jie/intro-bg.jpg) no-repeat 0 0;
height:171px;
margin:2px 0 20px 0;
}
#intro h1 {
margin:0;
padding:30px 0 0 0;
font-size:18px;
}
#intro p {
color:#036;
width:300px;
margin:5px 0 0 0;
padding:0;
}

.product-block {
float:left;
width:275px;
margin:0 10px 10px 0;
height:135px;
position:relative;
}

.product-block h2 {
color:#036;
font-size:16px;
margin:0 0 5px 0;
padding:0;
}

.product-block p {
border-top:1px solid #000;
margin:0;
padding-top:5px;
}
.product-block-tn {
float:left;
margin:0 10px 100px 0;
width:69px;
}
.product-block-content {
float:right;
width:196px;
}



.product-block2 {
float:left;
width:48%;
margin:0 10px 10px 0;
height:135px;
position:relative;
}

.product-block2 h2 {
color:#036;
font-size:16px;
margin:0 0 5px 0;
padding:0;
}

.product-block2 p {
border-top:1px solid #000;
margin:0;
padding-top:5px;
}
.product-block-tn2 {
float:left;
margin:0 10px 100px 0;
width:33%;
}
.product-block-content2 {
float:right;
width:66%;
}



a.pricing {
position:absolute;
bottom:0;
right:0;
background:#FFF url(/images/jie/icons/icon_bluearrow_15x15.gif) no-repeat top right;
padding-right:15px;
font-weight:bold;
}

#member {
clear:both;
background-color:#f6f6f6;
padding:10px;
}

#member h3 {
color:#333;
font-size:12px;
}

 #member ul {
list-style-type:none;
margin:10px 0;
padding:0;
height:25px;
}

#member li {
float:left;
height:25px;
}

#parw {
background:url(/images/jie/member-sprites.jpg) no-repeat 0 0;
font-size:10px;
padding:0 10px 0 17px;
}

#cprw {
background:url(/images/jie/member-sprites.jpg) no-repeat 0 -50px;
font-size:10px;
padding:0 10px 0 22px;
}

#bbb-logo {
font-size:10px;
}

#join-us ul {padding-left:20px;}
#join-us li {
font-size:11px;
margin-right:20px;
}

/* - - - *SIDEBAR - - - */
#sidebar {
float:right;
width:180px;
padding:0;
}

#sidebar h2 {
padding:3px 2px 3px 3px;
color: #963;
background-color: #F4E0A3;
font-size:12px;
}

#sidebar p {
margin-left:5px;
}

.samples-before-link {
background:url(/images/jie/icons/icon_before.gif) no-repeat 0 0;
padding:5px 20px 5px 25px;
}

.samples-after-link {
background:url(/images/jie/icons/icon_before.gif) no-repeat 0 0;
padding:5px 0 5px 25px;
}

.difference_box {
background: url(/images/jie/difference_boxbody.gif) repeat-y left top;
width: 180px;
}
.difference_content {padding: 0 7px;}
.difference_content h3 {font-size:12px;margin:0;padding:0;}
.difference_box .difference_box_top {
background: url(/images/jie/difference_boxtop.gif) no-repeat left top;
height: 14px;
}
.difference_box .difference_box_bottom {
background: url(/images/jie/difference_boxbottom.gif) no-repeat left top;
height: 14px;
}

.difference_box ul {
margin:0 0 0 15px;
padding:0;
}

#whyus {
background: url(/images/jie/homepage_feature_gradient.gif) repeat-x 0 0 ;
border-top: 1px solid #fff;
border-bottom:1px solid #d3d3d3;
padding: 5px;
margin-bottom:10px;
width: 170px;
}

#whyus ul {
    margin: 5px 0 3px 8px;
    padding:0 0 3px 8px;
}

#whyus ul  li {
    MARGIN-LEFT: 0;
    padding: 0 0 6px 0;
    LIST-STYLE-IMAGE: url(../images/bullet_blue.gif);
}

#partners {
padding-bottom:5px;
border-bottom:1px solid #d3d3d3;
}

/* - - - *FOOTER - - - */
#footer {
clear:both;
width: 780px;
text-align: center;
font-size: 11px;
}

#footer #footerbar {
background-color: #748ca4;
color: #FFF;
line-height:25px;
}

#footer a{
color: #FFFFFF;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
font-size:11px;
}

#footer a:hover {text-decoration: underline;}
