html, body {
	height: 100%;
}
body {
	font: normal 13px/1.3 Arial, "Trebuchet MS", Tahoma, sans-serif;
	color: #000;
	background: #e5e5e5;
    margin: 0;
    padding: 0;
}
a{
    color: #00e;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#container{
	display: block;
	min-height: 100%;
	position: relative;
    width: 1000px;
    margin: 0 auto;
}
.whitepaper{
    background: #e5e5e5 url(../img/indeed/wp_c.gif) repeat-y 50% 0;
}
#topcontainer{
	min-height: 330px;
	padding-bottom: 45px;
	width: 1000px;
}

#topblock{
    display: block;
    width: 1000px;
}
#rightcontainer{
    float: right;
    width: 180px;
}
#leftcontainer{
    float: left;
    width: 800px;
}
.whitepaper #leftcontainer{
    padding: 30px 40px;
    width: 720px;
}
#leftmenublock{
    float: left;
    width: 240px;
}
#contentblock{
    float: right;
    width: 450px;
}
#bigcontentblock table,
#contentblock table{
    width: 100%;
    border-collapse: collapse;
}
#bigcontentblock table td,
#contentblock table td{
    border: 1px solid #999;
    padding: 5px;
    vertical-align: top;
}
#contentblock .filelink table td{
    border: none;
}

#contentblock h2, #bigcontentblock h2{
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 20px;
}
#contentblock h3, #bigcontentblock h3{
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 10px;
}
#contentblock p, #bigcontentblock p{
    padding: 0 0 10px;
    font: normal 13px/1.4 arial, "trebuchet ms", sans-serif;
    text-align: justify;
}
#contentblock ul, #bigcontentblock ul,
#contentblock ol, #bigcontentblock ol
#contentblock dl, #bigcontentblock dl{
    padding-bottom: 10px;
}
#bigcontentblock{
    display: block;
    width: 100%;
}

/* left menu */
#leftmenublock{
    font: normal 14px/1.3 "Trebuchet MS", Arial, Tahoma, sans-serif;
}
#leftmenublock ul{
    padding: 55px 0 0 0;
}
#leftmenublock ul li{
    list-style: none;
    padding: 15px 0 0 20px;
}
#leftmenublock ul li a{
    color: #888;
    text-decoration: none;
}
#leftmenublock ul li a:hover{
    color: #000;
    text-decoration: underline;
}
#leftmenublock ul li.active{
    background: transparent url(../img/indeed/menu_pointer.gif) no-repeat 0 19px;
}
#leftmenublock ul li.active a{
    color: #000;
}
#leftmenublock ul li ul{
    padding: 0 0 0 0;
}
#leftmenublock ul li.active ul li a{
    color: #888;
}
/* Header */
#headerblock{
    display: block;
    height: 70px;
    padding: 35px 0;
    width: 1000px;
    background: #e5e5e5;
}
.whitepaper #headerblock{
}
#headerblock dl{
    float:left;
    display: block;
    width: 800px;
    height: 70px;
}
#headerblock dl dt{
    float: left;
    width: 240px;
    height: 70px;
    background: transparent url(../img/indeed/logo.gif) no-repeat 0 0;    
}
#headerblock dl dt a{
    display: block;
    width: 231px;
    height: 70px;
}
#headerblock dl dd{
    float: left;
    width: 186px;
    height: 70px;
    background: transparent url(../img/indeed/vl_header.gif) no-repeat left top;
}
#headerblock dl dd p{
    padding-bottom: 4px;
}
#headerblock ul.topmenu{
    padding-left: 35px;
    list-style: none;
}
#headerblock ul.topmenu li{
    padding-bottom: 5px;
}
#headerblock ul.topmenu li a{
    text-decoration: none;
    color: #000;
}
#headerblock ul.topmenu li a:hover{
    text-decoration: underline;
}
.roundicons a{
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    background: transparent url(../img/indeed/roundicons.gif) no-repeat 0 0;
    margin-left: 10px;
}
.roundicons a.home{background-position: 0 0;}
.roundicons a.mail{background-position: -24px 0;}
.roundicons a.map{background-position: -48px 0;}
.roundicons a.home:hover{background-position: 0 -24px;}
.roundicons a.mail:hover{background-position: -24px -24px;}
.roundicons a.map:hover{background-position: -48px -24px;}
.searchbar{
    clear: both;
    padding: 15px 0 1px;
    background: transparent url(../img/indeed/searchbar.gif) no-repeat 100% 100%;
    height: 18px;
}
.searchbar ul li{
    list-style: none;
    display: inline;
}

.searchbar #searchtext{
    border: none;
    background: none;
    width: 120px;
    height: 16px;
    font-size: 11px;
    padding: 0;
    line-height: 1.5;
    color: #727272;
}
.searchbar #searchsubmit{
    border: none;
    border-left: none;
    height: 18px;
    width: 18px;
    background: none;
}
#headerblock #headerrightbar{
    display: block;
    float: right;
    width: 190px;
    font-size: 12px;
    text-align: right;
}

/* title */
#titleblock{
    padding-bottom: 10px;
    height: 30px;
    width:1000px;
    background: #e5e5e5 url(../img/indeed/wp_u.gif) no-repeat 50% 100%;
}
#titlerightbox{
    display: block;
    width: 200px;
    float: right;
}
#titleleftbox{
    display: block;
    width: 790px;
    float: left;
    height: 30px;
    padding: 0 5px;
    text-align: right;
}
#titleleftbox h1{
    font-size: 18px;
    font-weight: normal;
}
/* Footer */
#footercontainer{
    width: 1000px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: #FDFED1;
    height: 45px;
    background: #e5e5e5;
}
#footerblock{
    padding-top: 15px;
    height: 30px;
    width:1000px;
    color: #666;
    font-size: 11px;
}
.whitepaper #footerblock{
    background: #e5e5e5 url(../img/indeed/wp_d.gif) no-repeat 50% 0;
}
#footerrightbox{
    display: block;
    width: 200px;
    float: right;
}
#footerleftbox{
    display: block;
    width: 790px;
    float: left;
    height: 30px;
    padding: 0 5px;
}
#footerleftbox dl{
    display: block;
    width: 790px;
    height: 30px;
}
#footerleftbox dl dt{
    float: left;
    width: 290px;
}
#footerleftbox dl dd{
    float: right;
    width: 500px;
    text-align: right;
}

/* news on main page */
#rightcontainer .newsblock{
    width: 180px;
    padding-bottom: 10px;
}
#rightcontainer .newsblock h5{
    font-size: 13px;
    font-weight: normal;
    color: #000;
    padding-bottom: 5px;
}
#rightcontainer .newsblock .newstext{
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    color: #555;
    padding-bottom: 10px;
}

/* news list */
dl.news_item{
    clear: both;
    width: 450px;
    padding-bottom: 20px;
}
dl.news_item dt{
    float: left;
    display: block;
    width: 100px;
    height: 70px;
    padding: 5px;
}
dl.news_item dd{
    width: 450px;
}
dl.news_item dd.more{
    text-align: right;
}
dl.news_item dd.title{
    font-weight : bold;
    padding-top: 5px;
}

/* news content */
.news_image{
    display: block;
    float: left;
}


/* main buttons */
#mainbuttonsblock{
    padding-top: 20px;
}
#mainbuttonsblock a{
    float:left;
    display: block;
    width: 250px;
    height: 140px;
    position: relative;
    margin-right: 25px;
    text-decoration: none;
    cursor: pointer;
}
#mainbuttonsblock a.last{
    margin-right: 0;
}
#mainbuttonsblock a .shadow{
    width: 233px;
    height: 106px;
    position: absolute;
    top: 19px;
    left: 4px;
    background: transparent url(../img/indeed/button_shadow.png) no-repeat 0 0;
    z-index: 100;
}
#mainbuttonsblock a .button{
    width: 233px;
    height: 106px;
    position: absolute;
    top: 15px;
    left: 0;
    background: transparent url(../img/indeed/button.png) no-repeat 0 0;
    z-index: 200;
}
#mainbuttonsblock a .text{
    width: 160px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 5px;
    text-align: center;
    font-size: 18px;
    color: #e5e5e5;
    z-index: 300;
}
#mainbuttonsblock a:hover .text{
    color: #fff;
}
#mainbuttonsblock a .icon{
    width: 110px;
    height: 135px;
    position: absolute;
    top: 5px;
    right:0;
    z-index: 400;
}
#mainbuttonsblock a.vendor .icon{
    background: transparent url(../img/indeed/case.png) no-repeat 100% 0;
}
#mainbuttonsblock a.corp .icon{
    background: transparent url(../img/indeed/man.png) no-repeat 100% 0;
}
#mainbuttonsblock a.home .icon{
    background: transparent url(../img/indeed/house.png) no-repeat 100% 0;
}

/*errorbox*/
.errorbox{
    width: 100%;
    min-height: 300px;
}
.errorbox h4{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

/*main login box*/
.loginbox{
    text-align: left;
    width: 250px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #b8b8b8;
}
.loginbox p,
#contentblock .loginbox p,
#bigcontentblock .loginbox p{
    padding: 0 0 5px 0;
    margin: 0;
    float: left;
}
.loginbox label{
    display: block;
    width: 60px;
    float: left;
    text-align: right;
    padding: 1px 10px 0 0;
}
.loginbox input{
    display: block;
    width:150px;
    float: right;
}
.loginbox input.checkbox{
    width: 16px;
    float: left;
}
.loginbox input.passgo{
    float: right;
    margin: 10px 25px 0 0;
    width: 155px;
}

/* login on each page*/
#headerrightbar .loginbox{
    text-align: left;
    width: 150px;
    border: none;
    padding: 0;
    padding-left: 40px;
    margin: 0;
    font-size: 11px;
}
#headerrightbar .loginbox p{
    padding: 0;
}
#headerrightbar .loginbox label{
    display: block;
    width: 60px;
    float: left;
}
#headerrightbar .loginbox input{
    display: block;
    width: 80px;
    margin-left: 70px;
    font-size: 11px;
}
#headerrightbar .loginbox input.checkbox{
    display: block;
    margin-left: 70px;
    width: 14px;
}

/* pdflink */
a.filelink{
    display: block;
    width: 450px;
    background: transparent url(../img/indeed/filelinkbar_up.gif) no-repeat 0 0;
    text-decoration: none;
    color: #000;
    margin: 10px 0;
    font: normal 12px/1.3 arial, "trebuchet ms", tahoma, sans-serif;
}
a.filelinkloading{
    display: block;
    width: 200px;
    height: 30px;
    color: #fff;
}
a.filelink:hover{
    cursor: pointer;
    background: transparent url(../img/indeed/filelinkbar_up_r.gif) no-repeat 0 0;
}
a.filelink .filewrapper{
    width: 450px;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    background: transparent url(../img/indeed/filelinkbar_dn.gif) no-repeat 0 100%;
}
a.filelink:hover .filewrapper{
    background: transparent url(../img/indeed/filelinkbar_dn_r.gif) no-repeat 0 100%;
}
a.filelink .filewrapper .fileicon{
    width: 35px;
    height: 35px;
    padding: 10px;
}
a.filelink .filewrapper .pdficon{background: transparent url(../img/indeed/pdficon.gif) no-repeat 50% 50%;}
a.filelink .filewrapper .chmicon{background: transparent url(../img/indeed/chmicon.gif) no-repeat 50% 50%;}

a.filelink .filewrapper .fileinfo{
    width: 115px;
    height: 35px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
a.filelink .filewrapper .filetitle{
    padding: 10px 0 10px 0;
    vertical-align: middle;
    text-align: left;
}

/* sitemap */
ul.sitemap{padding: 0;}
ul.sitemap li{
    padding-left: 20px;
    list-style: none;
    background: transparent url(../img/indeed/list_pointer.gif) no-repeat 0 5px;
}
ul.sitemap li a{
    color: #000;
    text-decoration: none;
}
ul.sitemap li a:hover,
ul.sitemap li a:hover p,
ul.sitemap li a:hover div{
    text-decoration: underline;
}

/* ========= Feedback Form === */
.feedback {
    width: 430px;
    margin: 0 auto;
    padding: 10px;
}
.feedback ul {
    list-style-type: none;
    margin: 20px auto 20px auto;
    width: 430px;
}
.feedback p{
    padding: 5px 10px 0 20px;
}
.genericForm {
    display: block;
}
.genericForm fieldset {
    padding-bottom: 10px;
}
.genericForm input, 
.genericForm textarea {
    border: 1px solid #888;
    width: 350px;
    padding: 3px 5px;
    margin-bottom: 10px;
    margin-left: 50px;
}
.genericForm input.bttngo,
.genericForm input.bttnreset{
    width: 140px;
}
.genericForm input.bttnreset{
    margin-right: 20px;
}
.genericForm .captchawrapper{
    padding-left: 50px;
}

.blockshow, .blockhide{
    display: block;
    width: 100px;
    height: 20px;
    color: #00f;
    cursor: pointer;
    margin-bottom: 10px;
}
.hiddenblock{
    display: none;
    border: 1px solid #888;
    padding: 10px;
    margin: 10px 0;
}

/* search */
#searchtop{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #888;
}
#searchresult ul{padding: 0;}
#searchresult ul li{
    padding: 0 0 10px 20px;
    list-style: none;
    background: transparent url(../img/indeed/list_pointer.gif) no-repeat 0 5px;
}
#searchresult ul li a{
    color: #00e;
    text-decoration: none;
}
#searchresult ul li a:hover{
    text-decoration: underline;
}


/* google map bar */
#gmap{
    width: 450px;
    height: 400px;
    margin-bottom: 20px;
}

/* MISC */
.waiting{
    background: transparent url(../img/spinner.gif) no-repeat 50% 50%;
}
.bigtext{
    font-size: 14px;
    font-weight: bold;
}
.redtext{color: #f00;}
.greentext{color: #080;}
.graytext{color: #888;}
.separator{
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}
.separator20{
    clear:both;
    display:block;
    height:20px;
    visibility:hidden;
}
.spaced{padding-bottom: 10px}