body {
	background: #F6FAFA url('/gfx/bg-body.gif') repeat-x left top;
	background-attachment: fixed;
	text-align: center;
}

body img {
	border-width: 0px;
}

form {
	margin: 0px;
}

.text, .textarea, select, .submit {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 1em;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

/* text objects */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	margin-bottom: 0.75em;
	letter-spacing: 0.02em;
}

h2 {
	margin-bottom: 0em;
	letter-spacing: 0.02em;
}

h3 {
	margin-bottom: 0.25em;
}

p {
	margin-bottom: 0.75em;
	letter-spacing: 0.01em;
	line-height: 150%;
}

hr {
	border-width: 0px;
	border-top: 1px solid #CBD2D2;
	height: 1px;
}

.navi div {
	padding: 5px 0px;
}

/* MAIN */
#main {
	background: #fff url('/gfx/bg-top.gif') repeat-x left top;
	margin: 20px auto 0px auto;
	width: 958px;
	text-align: left;
	border-left: 1px solid #D3D3D4;
	border-top: 1px solid #D3D3D4;
	border-right: 1px solid #D3D3D4;	
}

/* NAV */
#nav {
	background: url('/gfx/bg-nav.gif') no-repeat right bottom;
	position: absolute;
	width: 355px;
	margin: 15px 0px 0px 605px;
	padding-bottom: 12px;
	font-size: 71%;
	text-transform: lowercase;
	z-index: 999;
}

#nav a {
	background: no-repeat left center;
	display: block;
	float: left;
	color: #8D9394;
	text-decoration: none;
}

#nav a.home {
/*	background-image: url('/gfx/i-home.gif'); */
	padding: 2px 0px 2px 24px;
	margin-right: 32px;
	margin-left: 32px;
}


#nav a.contact {
	background-image: url('/gfx/i-contact.gif');
	padding: 2px 0px 2px 24px;
	margin-right: 32px;
}

#nav a.print {
	background-image: url('/gfx/print.gif');
	padding: 2px 0px 2px 24px;
	cursor: pointer;
}

/* SEARCH */
#quicksearch {
	position: absolute;
	width: 355px;
	margin: 53px 0px 0px 605px;
	font-size: 71%;
	text-transform: lowercase;
	vertical-align: middle;
	z-index: 999;
}

#quicksearch a.sitemap {
/*	background: url('/gfx/i-sitemap.gif') no-repeat left center; */
	display: block;
	float: left;
	padding: 2px 0px 2px 24px;
	margin-right: 27px;
	margin-left: 32px;
}

#quicksearch a:link, #quicksearch a:visited {
	color: #8D9394;
	text-decoration: none;
}

#quicksearch .text {
	background: #F7FAFA;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	border: 1px solid #D3D3D4;
	padding: 1px;
	width: 116px;
	color: #8D9394;
	vertical-align: middle;
}

#quicksearch .submit {
	background: url('/gfx/i-search.gif') no-repeat left center;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	border: 0px;
	color: #8D9394;
	padding: 2px 0px 3px 21px;
	text-align: left;
	width: 50px;
	cursor: pointer;
	text-transform: lowercase;
	vertical-align: middle;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 71%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

.search #content p span {
	display: block;
	width: 100%;
	overflow: hidden;
}

/* TOP */
#top {
	background: url('/gfx/top-corner-ur.gif') no-repeat right top;
}

#logobg {
	background: url('/gfx/logo-bg.gif') no-repeat right top;
	position: absolute;
	width: 200px;
	height: 83px;
	margin-left: 758px;
	z-index: 1;
}

#toptxt {
	position: absolute;
	margin: 10px 0px 0px 330px;
	width: 300px;
	height: 104px;
	overflow: hidden;
}

#logo {
	background: url('/gfx/top-corner-ul.gif') no-repeat left top;
	padding: 0px 0px 39px 60px;
}

/* MENU */
#menu {
	background: url('/gfx/bg-menu.gif') repeat-x left top;
	height: 21px;
	padding-left: 59px;
	font-size: 71%;
	font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	padding: 3px 0px;
	margin-right: 30px;
}

#menu a:link, #menu a:visited {
	color: #8D9394;
	text-decoration: none;
}

#menu a.act:link, #menu a.act:visited {
	color: #002E49;
}

/* BODY */
#body {
	margin: 10px 0px;
}

/* SUBMENU */
#submenu {
	background: #F7FAFA;
	font-size: 71%;
	padding-top: 10px;
}

#submenu a {
	display: block;
	text-decoration: none;
	padding: 1px 10px;
	margin-bottom: 7px;
}

#submenu a:link, #submenu a:visited {
	color: #000;
}

#submenu .act a:link, #submenu .act a:visited {
	color: #525E5E;
}

#submenu .width {
	width: 175px;
	height: 1px;
	font-size: 1px;
}

#submenu .submenu {
	padding-left: 10px;
}

/* WHITESPACE */
.whitespace {
	width: 10px;
	height: 10px;
	font-size: 1px;
}

/* RELATED */
.quicklinks {
	height: 410px;
	overflow: hidden;
}

.quicklinks a {
	display: block;
	margin-bottom: 10px;
}

#related .width {
	width: 175px;
	height: 1px;
	font-size: 1px;
	margin-top: -2px;
}

#related .box {
	background: #F7FAFA;
	padding: 10px;
	margin-bottom: 10px;
}

#related.zeropadding .box {
	padding: 0px;
}

#related.whitebg .box {
	background: #fff;
}

#related .box h2 {
	font-size: 74%;
}

/* BC */
#bc {
	background: #c50d1a;
	color: #fff;
	font-size: 71%;
	padding: 3px 3px 3px 185px;
}

#bc a:link, #bc a:visited {
	color: #fff;
	text-decoration: none;
}

/* CONTENT */
#content {
	border: 1px solid #D9DDE0;
	padding: 10px;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	border-color: #ccc;
}

#content table th, #content table td {
	padding: 2px;
}

#content table td {
	font-size: 71%;
}

#content table td p, #content table tr th p, #content table td ul, #content table td ol {
	font-size: 1em;
}

#content table td h1 {
	font-size: 180%;
}

#content table td h2 {
	font-size: 120%;
}

#content table td h3 {
	font-size: 110%;
}

#content table td h4 {
	font-size: 100%;
}

/* FOOTER */
#footer {
	background: url('/gfx/footer.gif') no-repeat left top;
	font-size: 1px;
	margin: 0px auto;
	width: 960px;
	height: 25px;
	clear: both;
}

/* LISTS */
#content .list div {
	font-size: 71%;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 71%;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #000;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func {
	float: right;
	font-size: 71%;
	margin: 0px 10px 10px 20px;
}

#func img {
	float: left;
	margin-right: 10px;
	border-width: 0px;
}

#func a:link, #func a:visited {
	color: #000000;
	text-decoration: none;
}

/* VALIDATION */
#content .submit {
	background-color: #D4D0C8;
}

.invalid {
	background-color: #E8BBB8;
	color: #000;
}

input.invalid {
	font-family: verdana, tahoma, arial, sans-serif;
	border: 1px solid #666;
	padding: 2px;
	background-color: #fff;
}

div.invalid {
	padding: 5px;
}

.mandatory {
	color: #900;
}
.close {
	display: none;
}

/* SITEMAP */
div.sitemap {
	margin-bottom: 1em;
}

div.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

div.sitemap div {
	margin-bottom: 20px;
}

div.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* HOME and SUBHOME */
.forside #content {
	border: 0px;
	padding: 0px 0px 0px 10px;
}

.subhome #content {
	border: 0px;
	padding: 0px;
}

.forside #content table td, .subhome #content table td {
	padding: 0px;
	margin: 0px;
}

.content, #smallbanner, #sidebar {
	border: 1px solid #D9DDE0;
}

.content .box {
	width: 550px;
	height: 219px;
	margin: 10px;
	overflow: hidden;
}

#home .content .nomargin {
	width: 756px;
	height: 237px; 
	margin: 0px;
}

.nomargin p {
	margin: 0px;
	width: 100%;
}	

#smallbanner {
	background: no-repeat center center;
	margin-bottom: 10px;
	width: 168px;
	height: 72px;
	overflow: hidden;
}

#smallbanner.link {
	cursor: pointer;
}

#sidebar {
	width: 168px;
	height: 239px;
}

#sidebar .padding {
	margin: 10px;
	width: 148px;
	height: 219px;
	overflow: hidden;
}

.forside #content table tr#boxes td, .subhome #content table tr#boxes td {
	border: 1px solid #D9DDE0;
	height: 73px;
	padding: 10px;
}

.forside #content table tr#boxes div.box, .subhome #content table tr#boxes div.box {
	height: 53px;
	overflow: hidden;
}

#banner {
	width: 762px;
	height: 74px;
	overflow: hidden;
}

.subhome #banner {
	width: 588px;
}

/* ADAPT */
#adapt {
	text-align: right;
	font-size: 61%;
	padding-top: 5px;
	margin: 0px auto;
	width: 960px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff url('/awe2public/gfx/nextweb-logo.gif') no-repeat right top;
    margin: 20px;
    text-align: left;
    color: #000;
    border: 20px solid #fff;
}

/* SPLASH */
#splashpic {
	background: no-repeat center bottom;
	position: absolute;
	width: 220px;
	height: 309px;
	margin: 54px 0px 0px 495px;
}

#splash {
	margin: 30px 250px 30px 60px;
	height: 200px;
	overflow: hidden;
}

.splash #footer{
	background-image: url('/gfx/bg-footer-splash.gif');
	width: 720px;
}

.splash #main, .splash #adapt {
	width: 718px;
}

/* LIB */
#lib th, #lib td {
	border-bottom: 1px solid #ccc;
}

#lib {
	font-size: 71%;
}

#lib .sub {
	padding-left: 20px;
}

#lib a {
	background: url('/gfx/icons/i_unknown.gif') no-repeat left center;
	display: block;
	text-decoration: none;
}

#lib .typedir {background-image: url('/awe2public/gfx/icons/i_dir.gif');}
#lib .typebmp {background-image: url('/awe2public/gfx/icons/i_bmp.gif');}
#lib .typejpg {background-image: url('/awe2public/gfx/icons/i_jpg.gif');}
#lib .typejpeg {background-image: url('/awe2public/gfx/icons/i_jpeg.gif');}
#lib .typegif {background-image: url('/awe2public/gfx/icons/i_gif.gif');}
#lib .typetxt {background-image: url('/awe2public/gfx/icons/i_txt.gif');}
#lib .typedoc {background-image: url('/awe2public/gfx/icons/i_doc.gif');}
#lib .typexls {background-image: url('/awe2public/gfx/icons/i_xls.gif');}
#lib .typepdf {background-image: url('/awe2public/gfx/icons/i_pdf.gif');}
#lib .typeppt {background-image: url('/awe2public/gfx/icons/i_ppt.gif');}

#lib .ls a {
	padding: 3px 0px 3px 20px;
}

#lib img {
	vertical-align: middle;
	margin-right: 5px;
}

/* JOBCARD */
#jobcard {
	margin-bottom: 15px;
}

#jobcard .padding {
	padding: 20px;
}

#jobcardfront {
	background: #fff url('/gfx/bg-jobcardfront.gif') no-repeat 10px 100px;
	width: 190px;
	height: 320px;
	border: 1px solid #333;
}

#jobcardback {
	width: 190px;
	height: 320px;
	border: 1px solid #333;
	background: #7096AF;
}

#jobcardback input, #jobcardback textarea {
	background: #7096AF;
}

#jobcard input, #jobcard textarea {
	font-size: 1em;
	font-family: verdana;
	border: 1px solid #ccc;
	padding: 2px;
	width: 148px;
	margin-bottom: 2px;
	height: 20px;
}

#jobcard #name {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2px;
}

#jobcard #jobtitle {
	color: #333;
	font-weight: 400;
	margin-bottom: 40px;
}

#jobcard #zipcity {
	margin-bottom: 10px;
}

#jobcard #zip {
	width: 50px;
}

#jobcard #city {
	width: 83px;
	margin-left: 15px;
}

#jobcard .txt {
	float: left;
	width: 50px;
	padding-top: 2px;
}

#jobcard #phone {
	width: 95px;
}

#jobcard #mobile {
	width: 95px;
}

#jobcard #email {
	margin-top: 5px;
}

#jobcard .header, #jobcard .desc {
	border: 1px solid #B8CBD7;
	padding: 2px;
	color: #fff;
}

#jobcard .header {
	background: #7096AF url('/gfx/bg-header.gif') no-repeat 5px center;
	font-weight: bold;
	padding-left: 15px;
}

#jobcard .desc {
	height: 55px;
	width: 148px;
	margin-bottom: 15px;
	scrollbar-base-color: #7096AF;
	scrollbar-face-color: #7096AF;
	scrollbar-shadow-color: #7096AF;
	scrollbar-darkshadow-color: #7096AF;
	scrollbar-highlight-color: #7096AF;
	scrollbar-arrow-color: #7096AF;
	scrollbar-3dlight-color: #7096AF;
}

#jobcard .invalid input, #jobcard .invalid textarea {
	border-color: #00254D;
}

#jobcard .mandatory {
	color: #900;
}

#jobcard .padding .mandatory {
	position: absolute;
	margin: 5px 0px 0px 2px;
}
* html .ie100fix { width: 100%; }

.jobinfo { color: #666; }
.jobbasetd td
{
	padding: 5px 10px !important;
}