/*----------------------------------------------------------------------
# VHIRE4U
# ----------------------------------------------------------------------
# Copyright (c) 2007 VHIRE4U. All Rights Reserved.
# Website: http://www.vhire4u.com
------------------------------------------------------------------------*/
body {
	background: #4D6275 url(../images/page_background.jpg) top left repeat-x fixed;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #000;
	margin: 20px 0px;
}
div#wrapper {
	width: 970px;
	margin: 0px;
}
/* header */
div#header_wrap {}
div.header {
	height: 111px;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-position:top left;
}
/* ---- VHIRE4U logo --- */
div#logo_wrap {
	position: relative;
	width: 970px;
}
div#logo {
	background: url(../images/vhire4u_logo.png) no-repeat;
	width: 348px;
	height: 70px;
	position: absolute;
	left: 46px;
	top: 33px;
}
div#empLogin {
	width: 100px;
	height: 20px;
	position: absolute;
	right: 37px;
	top: 440px;
	text-align:right;
}
div#empLogin a:link, div#empLogin a:visited, div#empLogin a:active {
	font-weight:bold;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	line-height: 1.3;
	color: #000;
	text-decoration:none;
}
div#empLogin a:hover {
    text-decoration:underline;
}
div#breadcrumb {font-weight:bold;font-size: 10px;font-family: verdana, arial, sans-serif;color: #c5d30c;margin-bottom:12px;}
div#breadcrumb a:link, div#breadcrumb a:visited, div#breadcrumb a:active {color: #c5d30c;text-decoration:underline;}
div#breadcrumb a:hover {color: #000;text-decoration:underline;}
/* CONTENT LAYOUT
--------------------------------------------------------- */
div#content_layout {}
div.content_layout {
	height: 481px;
	background-image: url(../images/content_layout.png);
	background-position:top left;
	background-repeat:no-repeat;
}
div.content_layout_sidebar {
	position: relative;
	background-image: url(../images/content_layout_sidebar.gif);
	background-repeat:repeat-y;
	background-position:top left;
	height: 1%;
}
html>body div.content_layout_sidebar {
	position: relative;
	background-image: url(../images/content_layout_sidebar.png);
	background-repeat:repeat-y;
	background-position:top left;
	height: auto;
}
#contentwrap {width:630px;position: relative;


}
#contentwrap div.div_lft  {
	width: 310px;
	border-top: 2px solid #c5d30c;
	position: absolute; /* positioned relative to #mainbody */
	top:0px;
	left:0px;
	margin-right:10px;
	color:#000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em; 
	
}
#contentwrap div.div_rgt {
	width: 310px;
	border-top: 2px solid #c5d30c;
	position: absolute; /* positioned relative to #mainbody */
	top:0px;
	margin-right:0px;
	right:0 !important;
	right:-1px;
	color:#000;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 0.9em; 
}
.pad18 {padding:5px 5px 10px 0px;position: relative;}
.clr {clear:both;}
/* navigation menu */
/* TOP MENU
--------------------------------------------------------- */
div#top_menu_wrap {
	padding: 0px 25px;
}
div.top_menu {
	background: url(../images/navmenu.png) top left repeat-x;
	height: 33px;
	position: relative;
	z-index: 100;
}

/* DROP DOWN MENU
--------------------------------------------------------- */
div#ddmenuwrap {
	background: url(../images/navmenu.png) repeat-x;
	background-color: #1d7ac4;
	height: 33px;
	position: relative;
	z-index: 100;
}
div#ddmenu {}
div#nav {
	margin: 0;
	padding: 0;
	height: 33px;
}
div#nav a {
	font-size: 11px;
	color: #fff;
	float: left;
	text-decoration: none;
	display: block;
	cursor: pointer;
	line-height: 33px;
	padding: 0 25px;
}
div#nav li a {
	background: url(../images/navmenu_div.gif) 100% 0 no-repeat;
}
div#nav li a:hover{}
div#nav li li a{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
	color: #fff;
	line-height: 25px;
}
div#nav ul li ul li a:hover{
	background: none;
}
div#nav ul li a:hover,
div#nav ul li ul li ul li a:hover {
	color: #fefefe;
}
div#nav, div#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav li li {
	padding: 0;
	background: none;
	border-bottom: 1px solid #01324D;
}
div#nav a {}
div#nav ul ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 167px;
	font-size: 11px;
	text-align: left;

}
div#nav li {
	float: left;
	padding: 0;
 	background: none;
	height: 33px;
}
div#nav ul li {
	position: relative;
}
div#nav li ul {
	top: 33px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid #01324D;
	border-left: 1px solid #01324D;
	border-top: 1px solid #01324D;
}	
div#nav ul {
	padding: 0;
	margin: 0;
}
div#nav li li {
	float: left;
	padding: 0;
   	width: 170px;
	height: 25px;
}
div#nav li ul ul {
	margin: -30px 0 0 170px;
}
div#nav li:hover ul ul, 
div#nav li:hover ul ul ul,
div#nav li:hover ul ul ul ul,  
div#nav li.sfhover ul ul, 
div#nav li.sfhover ul ul ul, 
div#nav li.sfhover ul ul ul ul {
	left: -999em;
}
div#nav li:hover ul, 
div#nav li li:hover ul, 
div#nav li li li:hover ul, 
div#nav li li li li:hover ul,
div#nav li.sfhover ul, 
div#nav li li.sfhover ul, 
div#nav li li li.sfhover ul,
div#nav li li li li.sfhover ul{
	z-index: 100;
	left: 0;
}
div#nav li:hover, div#nav li.sfhover {
    left: 0;
    background: url(../images/menu_active.gif) top left repeat-x;
	height: 33px;
}
div#nav li li:hover, div#nav li li.sfhover {
    left: 0;
    background: #01669A;
	height: 25px;
}
div#nav li:hover a, div#nav li.sfhover a {
    color: #fff;
}
div#nav li li:hover a, div#nav li li.sfhover a {
    color: #fff;
}
div#nav li li:hover a:hover, div#nav li li.sfhover a:hover {
    color: #fff;
}
div#nav a {}
div#nav ul ul a {
	background: none;
}
div#nav li:hover ul, 
div#nav li li:hover ul, 
div#nav li li li:hover ul, 
div#nav li li li li:hover ul,
div#nav li.sfhover ul, 
div#nav li li.sfhover ul, 
div#nav li li li.sfhover ul,
div#nav li li li li.sfhover ul{
	background: #014B72;
}

/* nav menu selected menu */
div#nav li.active {
    background: url(../images/menu_active.gif) top left repeat-x;
}



.clr {
	clear: both;
}
p {
	margin: 0;
	padding-bottom: 5px;
}
h1 {
	font-family: verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 24px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h2 {
	font-family: verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 16px;
	color: #003366;
	font-weight: normal;
	margin: 5px 0px;
}
h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 5px 0px;
	text-align:left;
}
h4 {
	font-family: verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #003366;
	font-weight: normal;
	margin: 5px 0px;
}
h5 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 3px double #EEEEEE;
}
h6 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 1px solid #EEEEEE;
}
a:link, a:visited {
	color: #2284b7;
	text-decoration: none;
	position: relative; /* Internet Explorer: a cancer on the web that must be stopped!!! */
}
a:hover{
	color: #2284b7;
	text-decoration: underline;
}
a:focus {
  outline: none;
}
ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul a:link, ul a:visited, ul a:active{
	color: #2284b7;
	text-decoration: none;
}
ul a:hover{
	color: #2284b7;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
	position: relative;
}
input, select {
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
.inputbox{
	margin: 1px 0;
}
.inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}
textarea {
	padding-left: 2px;
}
textarea.inputbox{
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	width: 95%;
}
fieldset{
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.button {
	padding: 1px 4px;
	margin: 5px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background-color: #1d7fb3;
	color: #fff;
	cursor: pointer;
	font-size: 12px;font-family: verdana, arial, sans-serif;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	color: #000;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
}
hr {
	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}


/* ACCORDION EFFECT
--------------------------------------------------------- */
div#accordion {
	padding-left: 5px;
}
.toggler {
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	color: #00469b;
}





/* CUSTOM STYLING
--------------------------------------------------------- */


.small{
	font-size: 10px;
	color: #2d2d2d;
}
.error {font-size: 10px;
	color: red;}
.highlight {
	background-color: #ffff99;
}
div.blog_author {
	font-size: 10px;
	color: #aaa;
	margin-bottom: 5px;
}
span.alert{
	display: block;
	background: #fff6bf url(../images/exclamation.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
span.info{
	display: block;
	background: #f8fafc url(../images/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}
span.download{
	display: block;
	background: #e2f3de url(../images/download.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3C6;
	border-bottom: 2px solid #3C6;
}
pre{
	display: block;
	line-height: 100%;
	border-left: 2px solid #ccc;
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #336600;
}
/*pre{
	display: block;
	line-height: 100%;
	border-left: 5px solid #ccc;
	background: #f2f2f2;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	overflow: auto !important;
	overflow: scroll;
	width: 95%;
}*/
blockquote{
	margin: 20px 0;
	padding: 0 0 0 40px;
	background: url(../images/quote.png) no-repeat;
	background-position: 10px 0;
	border: none;
	font-style: oblique;
	color: #888;
}
.floatlinks {
	display: block;
	float: right;
	margin: 0 0 20px 50px;
}
.pdf {
	padding: 2px 20px 2px 25px;
	background: url(../images/pdf_text.png) no-repeat left top;
}
.pdf_sidebar {
	padding: 2px 0 2px 25px;
	background: url(../images/pdf_sidebar.png) no-repeat left top;
}
.info_text {
	padding: 2px 20px 2px 25px;
	background: url(../images/info_text.png) no-repeat left top;
}
.read_text {
	padding: 2px 20px 2px 25px;
	background: transparent url(../images/read_text.png) no-repeat 0 50%;
}
.tech_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(../images/tech_text.png) no-repeat left top;
}
.form_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(../images/form_text.png) no-repeat left top;
}
.form_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(../images/form_text_sidebar.png) no-repeat left top;
}
.email_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(../images/email_text.png) no-repeat left top;
}

.email_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(../images/email_text_sidebar.png) no-repeat left top;
}
.legale_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(../images/legale_text_sidebar.png) no-repeat left top;
}
.faq_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(../images/faq_text_sidebar.png) no-repeat left top;
}
.privacy_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(../images/privacy_text_sidebar.png) no-repeat left top;
}
.prev_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(../images/prev_text.png) no-repeat left top;
}

/* ---- list styling --- */
ul#style {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
li.ok {
	padding: 2px 20px 2px 25px;
	background: url(../images/ok_list.png) no-repeat left top;
	
}


/* ---- login style --- */
div#login_form {

}
div#nome_utente {
	float: left;
}
div#password, div#button_field {
	float: left;
	padding-left: 20px;
}
div.login_text {
	
}


/* HEADER
--------------------------------------------------------- */
div#head_wrap {
	padding: 0px 25px;
}
div#head {
	height: 385px; 
	background: #0c110d;
	border-bottom: 5px solid #c5d30c;
}

/* ---- header content --- */
div#head_content_wrap {
	}
div#head_content {
	height: 305px;
}

/* ---- scrolling header --- */
#demo-bar {
	margin: 0px auto;
	padding: 0;
	width: 920px;
	text-align: center;
} 
#demo-wrapper {
	position: relative;
	overflow: hidden; 
	height: 305px; 
	width: 920px;
	display:block;
} 
#demo-inner {
	position: relative;
	margin: 0px auto;
	width: 4600px;
} 
.scrolling-content {
	width: 139px;
	height: 73px;
	text-align: left;
	position: absolute;
} 
.scrolling-content h1 { 
	color: #fff;
	padding: 0;
	font-size: 11px;
} 
#content1 {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 920px;
	height: 305px;
	background-color:#222121; 
	background: url(../images/bg_home.jpg) top right no-repeat;
}
div#home_home, div#home_hiring, div#home_web, div#home_rfp, div#home_contact {
	font-size: 11px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	width: 570px;
	padding: 20px 0 0 20px;
}

 div#home_submit  {
	font-size: 11px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	width: 470px;
	padding: 20px 0 0 20px;
}
div#home_home p, div#home_hiring p, div#home_web p, div#home_submit p, div#home_rfp p, div#home_contact p {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #fff;
	padding: 0px 0px 12px 0px;
}
h1 {
	font-size: 20px;
	color: #fff;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;	
	margin:0px 0px 20px 0px; padding:0px
}
div#home_home h1 {
	width:185px;
	height:25px;
	background: url(../images/hd_about.jpg) top left no-repeat;
	text-indent:-1300em;
}
div#home_hiring h1 {
	width:185px;
	height:26px;
	background: url(../images/hd_hiringsolutions.jpg) top left no-repeat;
	text-indent:-1300em;
}
div#home_web h1 {
	width:185px;
	height:22px;
	background: url(../images/hd_websolution.jpg) top left no-repeat;
	text-indent:-1300em;
}
div#home_submit h1 {
	width:165px;
	height:31px;
	background: url(../images/hd_ValueRFP.jpg) top left no-repeat;
	text-indent:-1300em;
}

div#home_rfp h1 {
	width:185px;
	height:25px;
	background: url(../images/hd_resume.jpg) top left no-repeat;
	text-indent:-1300em;
}
div#home_contact h1 {
	width:185px;
	height:48px;
	background: url(../images/hd_contact1.jpg) top left no-repeat;
	text-indent:-1300em;
}


div#content1 a:link, div#content1 a:visited,
div#content2 a:link, div#content2 a:visited,
div#content3 a:link, div#content3 a:visited,
div#content4 a:link, div#content4 a:visited,
div#content5 a:link, div#content5 a:visited,
div#content6 a:link, div#content6 a:visited {
	color: #ffffff;
	text-decoration: underline;
}
div#content1 a:hover,
div#content2 a:hover,
div#content3 a:hover,
div#content4 a:hover,
div#content5 a:hover,
div#content6 a:hover {
	color: #fff;
}
#content2 {
	left: 920px; 
	top: 0px;
	width: 920px;
	height: 305px;
	background-color:#222121;
	background: url(../images/bg_hiring.jpg) right no-repeat ;
} 
#content3 {
	left: 1840px; 
	top: 0px;
	width: 920px;
	height: 305px;
	background-color:#222121;
	background: url(../images/bg_web.jpg) right no-repeat ;
} 
#content4 {
	left: 2760px; 
	top: 0px;
	width: 920px;
	height: 305px;
	background-color:#222121;
	background: url(../images/bg_valueRFP1.jpg) right no-repeat ;
	/*background: url(../images/intro_bg.jpg) ;*/
}
#content5 {
	left: 3680px; 
	top: 0px;
	width: 920px;
	height: 305px;
	background-color:#222121;
	background: url(../images/bg_resume.jpg) ;
}

#content6 {
	left: 4600px; 
	top: 0px;
	width: 920px;
	height: 305px;
	background-color:#222121;
	background: url(../images/bg_contact.jpg) right no-repeat ;
}
/* ---- header buttons --- */
div#header_buttons_wrap {}
div#header_buttons {
	height: 80px;
	background: url(../images/header_buttons_bg.png) top left repeat-x;
}
  a#link1, a#link2, a#link3, a#link4, a#link5 a#link6 {
	width: 153px;
	height: 80px;
	display: block;
}
ul#buttons {
	margin: 0;
	padding: 0;
}
ul#buttons li {
	list-style: none;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 153px;
	height: 80px;
	display: block;
}

li#but_intro {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_intro1.jpg) 0% 0% no-repeat;
}
li#but_intro a:hover {
	background: url(../images/header_but_intro1.jpg) 0% 50% no-repeat;
}
li#but_intro a.active {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_intro1.jpg) 0% 100% no-repeat;
}
li#but_intro a:active {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_intro1.jpg) 0% 100% no-repeat;
}
li#but_flexible {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_hiring1.jpg) 0% 0% no-repeat;
}
li#but_flexible a:hover {
	background: url(../images/header_but_hiring1.jpg) 0% 50% no-repeat;
}
li#but_flexible a.active {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_hiring1.jpg) 0% 100% no-repeat;
}
li#but_support {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_web1.jpg) 0% 0% no-repeat;
}
li#but_support a:hover {
	background: url(../images/header_but_web1.jpg) 0% 50% no-repeat;
}
li#but_support a.active {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_web1.jpg) 0% 100% no-repeat;
}
li#but_pro {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_value.jpg) 0% 0% no-repeat;
}
li#but_pro a:hover {
	background: url(../images/header_but_value.jpg) 0% 50% no-repeat;
}
li#but_pro a.active {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_value.jpg) 0% 100% no-repeat;
}
li#but_w3c {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_value1.jpg) 0% 0% no-repeat;
}
li#but_w3c a:hover {
	background: url(../images/header_but_value1.jpg) 0% 50% no-repeat;
}
li#but_w3c a.active {
	width: 153px;
	height: 80px;
	float: left;
	background: url(../images/header_but_value1.jpg) 0% 100% no-repeat;
}

li#but_contact {
	width: 155px;
	height: 80px;
	float: left;
	background: url(../images/header_but_contact1.jpg) 0% 0% no-repeat;
}
li#but_contact a:hover {
	background: url(../images/header_but_contact1.jpg) 0% 50% no-repeat;
}
li#but_contact a.active {
	width: 155px;
	height: 80px;
	float: left;
	background: url(../images/header_but_contact1.jpg) 0% 100% no-repeat;
}


/* ---- user6 --- */
div#user6_wrap {
	padding: 0 25px;
}
div#user6 {
	background: #0C110D;
	border-bottom: 5px solid #c1c1c1;
	color: #9a9a9a;
	text-align: left;
	padding: 10px 25px;
	font-size: 11px;
}
div#user6 a:link, div#user6 a:visited {
	color: #9a9a9a;
	text-decoration: underline;
	font-size: 11px;
}
div#user6 a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* ---- beta stripe --- */
div#beta_wrap {
	position: relative;
	width: 970px;
	z-index: 1000;
}
div#beta {
	background: url(../images/beta_stripe.png) no-repeat;
	width: 107px;
	height: 107px;
	position: absolute;
	right: 25px;
	top: 24px;
}


/* CONTENT
--------------------------------------------------------- */
div#content_wrap { /* 1 column layout */
	margin: 0px 25px;
	
} 
div#content_wrap_sidebar { /* 2 columns layout */
	width: 670px;
	float: left;
	padding: 0px 25px;


}
div.pad10 {padding: 10px;text-align:left;}
div#content {}
div#black_head_wrap {background-color:#000;height:50px;border-bottom:4px solid #c5d30c;}
div#black_head_wrap h1 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 8px 15px;
	font-family: verdana, arial, sans-serif;
	text-align:left;
	text-indent:-300em;
}
div#black_head_wrap h1#contactUs {
	background-image: url(../images/pgHead_contactUs.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}

div#black_head_wrap h1#sitemap {
	background-image: url(../images/pgHead_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#submitResume {
	background-image: url(../images/pgHead_submitResume.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#req_prop {
	background-image: url(../images/pgHead_requestProposal.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#jobOpenings {
	background-image: url(../images/pgHead_job_openings.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#job_details {
	background-image: url(../images/pgHead_job_details.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#hiringPhilosophy {
	background-image: url(../images/pgHead_hiringPhil.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#ServicesOver {
	background-image: url(../images/pgHead_ServicesOver.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#webSolutions {
	background-image: url(../images/pgHead_webSolutions.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#comingSoon {
	background-image: url(../images/pgHead_getRevamped.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#overview {
	background-image: url(../images/pgHead_overview.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#webDesign {
	background-image: url(../images/pgHead_webDesign.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#webPromoMkt {
	background-image: url(../images/pgHead_webPromoMkt.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#contentMgt {
	background-image: url(../images/pgHead_contentMgt.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#multimedia {
	background-image: url(../images/pgHead_multimedia.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#maintenance {
	background-image: url(../images/pgHead_maintenance.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#domainHosting {
	background-image: url(../images/pgHead_domainHosting.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#webDev {
	background-image: url(../images/pgHead_webDev.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#outsource {
	background-image: url(../images/pgHead_outsource.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#overseas {
	background-image: url(../images/pgHead_SAP.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#quality {
	background-image: url(../images/pgHead_quality.png);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#clients {
	background-image: url(../images/pgHead_newsClients1.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
div#black_head_wrap h1#contactWebTeam {
	background-image: url(../images/pgHead_contactWebTeam.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
.content-txt {
margin-top:20px;
left: 0px; 
width: 600px;
font:normal 11px verdana;
color:#000000;
text-align:justify;
}
a.ctagreen:link, a.ctagreen:visited, a.ctagreen:active {
	color: #81c82c;
	text-decoration: none;
}
a.ctagreen:hover {
	color: #81c82c;
	text-decoration: underline;
}
/* ---- top users --- */
div#topusers_wrap{
	height: 1%;
	margin: 20px 0 0 0;
	padding: 0 20px;
}
div#user7wrap,
div#user8wrap,
div#user9wrap{
	float: left;
}
div#user7,
div#user8,
div#user9{
	margin: 3px;
}
div#user7wrap div.module h3,
div#user8wrap div.module h3,
div#user9wrap div.module h3{
	margin: 0px;
	padding-bottom: 2px;
	font-family: verdana, arial, sans-serif;
	letter-spacing: -0.05em;
	font-size: 13px;
	color: #9F0004;
}
div#user7wrap div.module,
div#user8wrap div.module,
div#user9wrap div.module{
	background: url('../images/round_mod_b_l.gif') no-repeat bottom left;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #808080;
}
div#user7wrap div.module div div,
div#user8wrap div.module div div,
div#user9wrap div.module div div{
    background: url('../images/round_mod_t_l.gif') no-repeat top left;
}
div#user7wrap div.module div,
div#user8wrap div.module div,
div#user9wrap div.module div{
	background: url('../images/round_mod_b_r.gif') no-repeat bottom right;
}
div#user7wrap div.module div div div,
div#user8wrap div.module div div div,
div#user9wrap div.module div div div{
    background: url('../images/round_mod_t_r.gif') no-repeat top right;
	padding: 5px 10px 5px 10px;
}
div#user7wrap div.module div div div h3,
div#user8wrap div.module div div div h3,
div#user9wrap div.module div div div h3{
	display:block;
}
div#user7wrap div.module div div div div,
div#user8wrap div.module div div div div,
div#user9wrap div.module div div div div{
    background:none;
}

/* ---- newsflash --- */
div#newsflash_wrap {
	padding: 0 20px;
	padding-top: 20px;
}
div#newsflash {}
div#newsflash .module {
	text-align: left;
	color: #808080;
}
div#newsflash .module h3 {
	font-family: verdana, arial, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0px 0px;
}
/* ---- content body --- */
div.entry {}
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 170px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
div.spacer {
  clear: both;
  }
div#contactform {width: 530px; background-color: #ccc;border: 1px dotted #333; padding: 5px;margin: 5px auto;}
input.btn {background-color: #1d7fb3;font-size: 12px;font-family: verdana, arial, sans-serif;color: #fff;border:1px solid #000;}
/* ---- bottom users --- */
div#bottomusers_wrap{
	height: 1%;
	margin: 20px 0 0 0;
	padding: 0 20px;
}
div#user10wrap,
div#user11wrap,
div#user12wrap{
	float: left;
}
div#user10,
div#user11,
div#user12{
	margin: 3px;
}
div#user10wrap div.module h3,
div#user11wrap div.module h3,
div#user12wrap div.module h3{
	margin: 0px;
	padding-bottom: 2px;
	font-family: verdana, arial, sans-serif;
	letter-spacing: -0.05em;
	font-size: 13px;
	color: #9F0004;
}
div#user10wrap div.module,
div#user11wrap div.module,
div#user12wrap div.module{
	background: url('../images/round_mod_b_l.gif') no-repeat bottom left;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #808080;
}
div#user10wrap div.module div div,
div#user11wrap div.module div div,
div#user12wrap div.module div div{
    background: url('../images/round_mod_t_l.gif') no-repeat top left;
}
div#user10wrap div.module div,
div#user11wrap div.module div,
div#user12wrap div.module div{
	background: url('../images/round_mod_b_r.gif') no-repeat bottom right;
}
div#user10wrap div.module div div div,
div#user11wrap div.module div div div,
div#user12wrap div.module div div div{
    background: url('../images/round_mod_t_r.gif') no-repeat top right;
	padding: 5px 10px 5px 10px;
}
div#user10wrap div.module div div div h3,
div#user11wrap div.module div div div h3,
div#user12wrap div.module div div div h3{
	display:block;
}
div#user10wrap div.module div div div div,
div#user11wrap div.module div div div div,
div#user12wrap div.module div div div div{
    background:none;
}

/* ---- list bottom users --- */
div#list_bottom_users_wrap{
	padding: 20px 15px 15px 15px;
	height: 1%; /* ie really sucks */
}
div#list_bottom_users{}
div#user13 h3,
div#user14 h3{
	font-family: verdana, arial, sans-serif;
	letter-spacing: -0.05em;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 0px 0px;
}
div#user13 .module,
div#user14 .module{
	padding: 10px;
	margin: 0;
}
div#user13,
div#user14{
	float: left;
	text-align: left;
	color: #a8a8a8;
	font-size: 11px;
}
div#user13 a:link, div#user13 a:visited,
div#user14 a:link, div#user14 a:visited{
	border-bottom: 1px dotted #999;
	color: #a8a8a8;
	text-decoration: none;
}
div#user13 a:hover,
div#user14 a:hover{
	color: #3875D7;
	text-decoration: none;
}
div#user13 ul,
div#user14 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
div#user13 li,
div#user14 li{
	padding: 0;
	line-height: 20px;
	text-indent: 5px;
	border-bottom: 1px solid #ddd;
}
div#user13 li a:link, div#user13 li a:visited,
div#user14 li a:link, div#user14 li a:visited{
	color: #3875D7;
	display: block;
	border-bottom: none;
	width: 100%;
}
div#user13 li a:hover,
div#user14 li a:hover{
	border-bottom: none;
	display: block;
	color: #000;
	text-decoration: none;
	background: #f8f8f8 url(../images/list_bg.gif) 100% 50% no-repeat;
}
.mgnLft15 {margin-left:15px;
}
.mgnTopBot20 {margin:22px 0px 20px 0px;
}
table.jobposting {background-color: #fff;padding:0px;margin:12px 10px 0px 0px;
	text-align:left;font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height:150%;
	}
table.jobposting th {padding:5px;border-bottom:1px solid #fff;background-color:#efefef;}
table.jobposting td {padding:5px;border-bottom:1px solid #fff;}
table.box {background-color: #efefef;padding:0px;margin:12px 10px 12px 0px;
	text-align:left;font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height:150%;
	} 
table.box th {padding:5px;border-bottom:1px solid #fff;}
table.box td {padding:5px;border-bottom:1px solid #fff;}
table.box th.noline {padding:5px;border-bottom:1px solid #efefef;}
table.box td.noline {padding:5px;border-bottom:1px solid #efefef;}


/* ---- mainbody --- */


div#mainbody_wrap {}
div#mainbody {
	padding: 20px 20px 0px 20px;

	text-align: left;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height:150%;
	}
	

div#jobDesc {
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height:150%;
	min-height: 200px;
	}
div.highlight {background-color: #f8f8f8;padding:8px;margin:10px;border:1px dashed #ccc;
text-align:left;font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height:150%;
	margin-bottom: 10px;
}

div.highlight h3 {
	font-family: verdana, arial, sans-serif;
	letter-spacing: 0.05em;
	font-size: 16px;
	color: #81c82c;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding:0px 0px 3px 0px;
}
table.job_list {
	text-align: left;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height:150%;
	padding: 0px;
	margin:10px 0px 10px 0px;
}
table.job_list th {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #000;
	line-height:150%;
	background-color:#ccc;
	padding: 3px 5px 3px 5px;
	margin:0px;
}
table.job_list td {
	padding: 3px 5px 3px 5px;
	margin:0px;
}
table.job_list td.alt {
	background-color:#ededed;
}

strong {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #000;
	}

/* SIDEBAR
--------------------------------------------------------- */
div#sidebar_wrap {
	float: left;
	text-align: left;
	width: 215px;
	margin-top: 20px;
	padding:0px;
}
div#sidebar {}
div#sidebar h3 {
	font-family: verdana, arial, sans-serif;
	letter-spacing: 0.05em;
	font-size: 14px;
	/*color: #81c82c;*/
	color: #000;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding:0px 0px 3px 0px;
}
div#sidebar {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #595959;
	line-height:150%;
	margin-bottom: 30px;
}
div#sidebar a:link, div#sidebar a:visited, div#sidebar a:active {
	color: #2284b7;
	text-decoration: none;
}
div#sidebar a:hover {
	color: #2284b7;
	text-decoration: underline;
}
div.entry_sidebar {
	margin-bottom: 20px;
}
div.entry_sidebar ul {
	margin: 5px 0px 5px 0px;
	padding:0px;
}
div.entry_sidebar ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-image:url(../images/bullet_list.gif);
}
span.stats{
	padding-top: 10px;
	color: #bbb;
	font-size: 10px;
}
div.web_sidebar {
	margin-bottom: 20px;
}
h3.greenh3 {
	margin: 0px 0px 6px 0px;
	padding:0px 0px 3px 0px;
	color: #c5d30c;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
}
div.web_sidebar ul {
	margin: 5px 0px 5px 0px;
	padding:0px;
}
div.web_sidebar ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:1px dotted #c5d30c;
	list-style-type:none;
}
a.web_sidebar:link, a.web_sidebar:visited, a.web_sidebar:active { 
	/*display:block;
	margin:0px;
	padding:0px 3px 0px 5px; */
	font-size: 12px;font-family: verdana, arial, sans-serif;
	color: #c5d30c;
	text-decoration: none;
}
a.web_sidebar:hover {
	font-size: 12px;font-family: verdana, arial, sans-serif;
	color: #c5d30c;
	text-decoration: none;
}
a.web_sidebar_selected {
	font-size: 12px;font-family: verdana, arial, sans-serif;
	font-weight:bold;
	color: #c5d30c;
	text-decoration: none;
	/*background-image: url(../images/green_bar.gif);
	background-position:top left;
	background-repeat:repeat-y; */
}
/* BOTTOM LAYOUT
--------------------------------------------------------- */
div#bottom_layout {}
div.bottom_layout {
	height: 41px;
	background-image: url(../images/bottom_layout.png);
	background-position:top left;
	background-repeat:repeat-y;
}
div.bottom_layout_sidebar {
	height: 41px;
	background-image: url(../images/bottom_layout_sidebar.png);
	background-position:top left;
	background-repeat:repeat-y;
}

/* FOOTER
--------------------------------------------------------- */
div#footer_wrap {
	padding-top: 10px;
}
div#footer {
	color: #c1c1c1;
	font-size: 11px;
}
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.hd{
font:bold 11px verdana;
color:#5D5D5D;
}
.txt{
font:normal 11px verdana;
color:#000000;
text-align:justify;
}
.debug {border:1px solid red;}

/* Client Logo */

#clients_logo{
display:inline;
width:550px;
}
#clients_logo ul{
margin:0;
padding:0;
display:inline;
list-style:none;
}
#clients_logo li{ 
display:inline;
list-style:none; 
}

#clients_logo li img{ margin:5px;
padding:5px;
border: #F2F2F2 solid 1px;
}
.star {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.openings {
	width: 100%;
	height: 50px;
	position: absolute;
	right: 37px;
	top: 30px;
	text-align:right;
}
.opening_hd{
width: 100%;
height: 50px;
position: absolute;
right: 120px;
top: 30px;
font-family:Arial, Helvetica, sans-serif;
color:#1d7bc4;
font-weight:bold;
text-align:right;
}
