/* Home Page */

#tabs, #tabs2  {
 margin:0px;
 padding:0px;
}

#tabs ul,#tabs2 ul {
 list-style:none;
 margin:0px;
 margin-left:30px;
 }

#tabs ul li,#tabs2 ul li {
 display:block;
 float:left;
 margin:0px;
 font-size:28px;
 vertical-align:middle;
}

 #tabs ul li a,#tabs2 ul li a {
  display:block;
  margin-top:25px;
  z-index:200;
}

 #tabs ul #text,#tabs2 ul #text {
  margin-top:25px;
}

 /*for blue tabs only */

#tabs ul .current {
  background-image:url("/images/tab-blue.jpg");
  background-position:bottom;
  width:227px;
  height:63px;
  color:#FFFFFF;
  background-repeat:no-repeat;
  text-align:center;
}

#tabs ul .link {
  background-image:url("/images/tab-orange.jpg");
  width:206px;
  height:63px;
  background-position:bottom;
  background-repeat:no-repeat;
  text-align:center;
}

 #tabs ul li a {
  color:#1C4789;
  margin-left:8px;
}



 /*  for employers homepage in orange */
 #tabs2 ul .current {
  background-image:url("/images/orange-tab-2.jpg");
  background-position:bottom;
  width:244px;
  height:66px;
  background-repeat:no-repeat;
  text-align:center;
  color:#1C4789;
}

#tabs2 ul .link {
  background-image:url("/images/blue-tab-2.jpg");
  width:186px;
  height:66px;
  background-position:bottom;
  background-repeat:no-repeat;
  text-align:center;

}

 #tabs2 ul li a {
  color:#FFFFFF;
  margin-left:20px;
}

 /* orange and blue common */

 #description a,#description2 a {
   color:#1C4789;
   display:block;
   padding-top:8px;
}

 #description #image,#description2 #image {
    background-repeat:no-repeat;
	background-position:center;
	height:43px;
    text-align:center;
	clear:both;
	font-style:italic;
	font-size:22px;
	margin:0px;
	margin-top:-7px;
	margin-bottom:4px;
}

 #description .list,#description2 .list {
   margin-bottom:10px;
   font-size:15px;
   padding-left:12px;
   font-weight:bold;
 }

 #description span, #description2 span {
   display:block;
   padding-top:55px;
   padding-left:12px;
   font-size:15px;
   font-weight:bold;
 }

 #description,#description2 {
  width:550px;
  margin:0px;
  height:310px;
  clear:left;
  margin-top:-2px;
 }

  #description img {
/*for theme image on home page seeker*/
  margin-top:30px;
  padding:5px;
  padding-bottom:16px;
  float:right;
  width:218px;
  height:160px;
 }


  #description2 img {
/*for theme image on home page employer*/
  margin-top:167px;
  margin-right: -10px;
  /*padding:5px;
  padding-bottom:16px;*/
  float:right;
  width:199px;
  height:143px;
 }


 #description #topLeft,#description2 #topLeft{
   width:10px;
   height:8px;
   margin-top:0px;
   margin-left:0px;
   float:left;
   font-size:1px;
  }

 #description #topRight,#description2 #topRight {
   margin-right:0px;
   margin-top:0px;
   width:10px;
   height:8px;
   background-repeat:no-repeat;
   float:right;
 }

 #description #bottomRight,#description2 #bottomRight {
   position:relative;
   margin-bottom:-11px;
   bottom:0%;
   right:0%;
   width:10px;
   height:8px;
   background-image:url("/images/frame-blue-bottom-right.png");
   background-repeat:no-repeat;
   float:right;
 }

 #description #bottomLeft, #description2 #bottomLeft {
 position:relative;
 bottom:0%;
 left:0%;
 margin-bottom:-11px;
 width:10px;
 height:8px;
 background-repeat:no-repeat;
 float:left;
}

 /* blue body only */

 #description {
  background-color:#1C4789;
  color:#FFFFFF;
 }

 #description #topLeft{
    background-image:url("/images/frame-blue-top-left.jpg");
  }

 #description #topRight {
   background-image:url("/images/frame-blue-top-right.jpg");
 }

 #description #bottomRight {
   background-image:url("/images/frame-blue-bottom-right.jpg");
 }

 #description #bottomLeft {
 background-image:url("/images/frame-blue-bottom-left.jpg");
}

 #description #image{
 background-image:url("/images/round-button.jpg");
 }
/* orange body only */

 #description2 {
   background-color:#FFB400;
   color:#1C4789;
 }

 #description2 #topLeft{
   background-image:url("/images/top-left-orange.jpg");
  }

 #description2 #topRight {
   background-image:url("/images/top-right-orange.jpg");
 }

 #description2 #bottomRight {
   background-image:url("/images/bottom-right-orange.jpg");
  }

 #description2 #bottomLeft {
  background-image:url("/images/bottom-left-orange.jpg");
 }

 #description2 #image{
 background-image:url("/images/round-button-orange.jpg");
}


/*continue on   */

#map {
  margin-top:15px;
}

#map .top {
 background-image:url("/images/map-top.jpg");
 background-position:top;
 background-repeat:no-repeat;
 width:554px;
 height:15px;
 padding:0px;
 margin:0px;
}

#map .content
{
  padding:0px;
  margin:0px;
  background-color:#D0D0D0;
  width:551px;
  margin-left:1px;

}

#map .bottom {
 background-image:url("/images/map-bottom.jpg");
 background-repeat:no-repeat;
 background-position:bottom;
 width:554px;
 height:15px;
 padding:0px;
 margin:0px;
}

