html, body, applet, object, iframe,
h4, h5, h6, blockquote, pre,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================================= */

body {
	background-image:url('page_bg.gif');
	background-repeat:repeat-x;
	background-color:#e3e3e3;
	color:#474747;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#f26616;
	font-weight: bold;
	text-decoration:underline;
}

h1 {
	font-size:14px;
	margin-bottom:8px;
}

h2 {
	font-size:12px;
	margin-bottom:8px;
}

p {
	margin-bottom:8px;
}

ul {
	list-style:circle;
	margin:0 0 15px 30px;
	
}

ul ul {
	margin:0 0 0 15px;
}

input, textarea {
	border:1px solid #e3e3e3;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

blockquote {
	font-weight:bold;
	font-style:italic;
	margin:10px 20px 10px 20px
}

/* ========================================= */

a.navhome 		{display:block; float:left; width:62px; height:31px; background:url('/img/nav_home.gif') top left no-repeat;}
a.navabout 		{display:block; float:left; width:79px; height:31px; background: url('/img/nav_about.gif') top left no-repeat;}
a.navclient 	{display:block; float:left; width:111px; height:31px; background: url('/img/nav_client.gif') top left no-repeat;}
a.navcandidate 	{display:block; float:left; width:132px; height:31px; background: url('/img/nav_candidate.gif') top left no-repeat;}
a.navvacancies 	{display:block; float:left; width:126px; height:31px; background: url('/img/nav_vacancies.gif') top left no-repeat;}
a.navcontent 	{display:block; float:left; width:88px; height:31px; background: url('/img/nav_contact.gif') top left no-repeat;}

a.navhome:hover, a.navhomeOn 			{background: url('/img/nav_homeH.gif');}
a.navabout:hover, a.navaboutOn	 		{background: url('/img/nav_aboutH.gif');}
a.navclient:hover, a.navclientOn		{background: url('/img/nav_clientH.gif');}
a.navcandidate:hover, a.navcandidateOn	{background: url('/img/nav_candidateH.gif');}
a.navvacancies:hover, a.navvacanciesOn	{background: url('/img/nav_vacanciesH.gif');}
a.navcontent:hover, a.navcontentOn 		{background: url('/img/nav_contactH.gif');}

/* ========================================= */

.mainTable {
	margin:0 auto;
	width:777px;
}

.whiteBorder {
	width:100%;
}

.whiteBorder td {
	background-color:#ffffff;
}

.whiteBorder th {
	width:830px;
}

.logo {
	margin:3px 0 30px 0;
}

.Breadcrumb {
	color:#474747;
}

.contentSurround {
	width:100%;
}

.contentSurround td {
	font-size:2px;
}

.content {
	background-color:#ffffff;
	padding:5px;
	width:100%;
	text-align:justify;
	font-weight:normal;
}

.footer {
	padding-top:7px;
	background-color:#868686 !important;
	height:52px;
	text-align:center;
	vertical-align:top;
	color:#ffffff;
	font-weight:normal;
}

.footer a {
	color:#ffffff;
}

.footer2 {
	padding-top:9px;
	height:35px;
	background-color:#E3E3E3;
	font-weight:normal;
	text-align:left;
}

