@import url(editor.css);
@import url(content.css);

html, body {
	margin: 0px;
	padding: 0px;
}

#background {
	background: url(/images/background.gif) repeat-x;
}

#top {
	width: 870px;
	height: 140px;
	margin: 0 auto;
}

#sign {
	margin: 0 0 0 307px;
	height: 126px;
	width: 200px;
	background: url(/images/top_sign.gif) no-repeat center bottom;
}

#top #logotype {
	margin: 18px 0px 18px 31px;
	float: left;
}

#top #contact {
	background: url(/images/contact_background.gif) no-repeat;
	width: 342px;
	float: right;
	margin: 82px 10px 0px 0px;
	padding: 12px 0px 12px 0px;
	color: #FD7318;
	font-size: 13px;
}

#top #contact img {
	vertical-align: middle;
	margin: 0px 6px 0px 18px;
}

#top #contact a {
	color: #FD7318;
}

#content {
	clear: both;
	margin: 0 auto;
	background: url(/images/content_frame.gif) no-repeat;
	width: 870px;
	background-color: #ffffff;
}

#content #padding {
	padding: 10px;
}


.frame {
	background-color: #FBFBFB;
}

.frame .content {
	margin: 6px 16px 11px 16px;
}

.frame .top { 
	background: url(/images/frame_corner_tr.gif) no-repeat top right; 
}

.frame .bottom {
	background: url(/images/frame_corner_br.gif) no-repeat top right; 
}

.frame img.corner {
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}

#menu {
	width: 850px;
	height: 48px;
	background: url(/images/menu_background.gif) repeat-x;
}

#menu #items {
	float: right;
}

#menu .item {
	background: url(/images/separator1.gif) repeat-y;
	margin-top: 7px;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	line-height: 41px;
	float: left;
}


#menu .item a {
	text-decoration: none;
}

#menu .first {
	background: url(/images/spacer.gif) repeat-y;
}

#menu .active {
	background: url(/images/menu_arrow_active.gif) no-repeat bottom center;
}

#page {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: #FFFFFF url(/images/page_background.gif) no-repeat;
}

#start {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	background: #F8F8F8 url(/images/start_background.gif) no-repeat;
}

#bottom {
	padding: 20px 0px 20px 0px;
	background: url(/images/bottom_fade.gif) no-repeat 50% 0px;
	color: #919191;
	width: 870px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}

#bottom a {
	color: #919191;
}


#content #left {
	float: left;
	width: 232px;
	padding-bottom: 10px;
}

#content #start #left {
	background: url(/images/separator1.gif) repeat-y 230px 0px;
}


#content #right {
	float: right;
	width: 560px;
	text-align: left;
	margin-right: 30px;
}

#content #full {
	width: 850px;
}

#content #right .padding {
	padding: 15px 10px 0px 10px;
	height:;
}

.fade {
	background: url(/images/fade.gif) no-repeat top  center;
	height: 20px;
	
}

.header1 {
	height: 26px;
	background: #FC7114 url(/images/header1_background.gif) repeat-x;
	margin-bottom: 10px;
}

.header1 .left {
	float: left;
	width: 4px;
	height: 26px;
	background: url(/images/header1_left.gif) no-repeat;
}

.header1 .right {
	float: right;
	width: 4px;
	height: 26px;
	background: url(/images/header1_right.gif) no-repeat;
}

.header2 {
	height: 26px;
	background: #A1A1A1 url(/images/header2_background.gif) repeat-x;
	margin-bottom: 10px;
}

.header2 .left {
	float: left;
	width: 4px;
	height: 26px;
	background: url(/images/header2_left.gif) no-repeat;
}

.header2 .right {
	float: right;
	width: 4px;
	height: 26px;
	background: url(/images/header2_right.gif) no-repeat;
}

.header1 .text, .header2 .text {
	color: #ffffff;
	font-size: 14px;
	float: left;
	padding: 1px 11px 0px 11px;
}

.pageBack {
	clear: both;
	font-size: 10px;
	border-top: 1px solid #E1E1E1;
	padding-top: 5px;
	margin-top: 20px;
}

.clear {
	clear: both;
	visibility: hidden;
    height:1px;
    overflow:hidden;
}

.form .lable {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.form input {
	font-size: 10px;
	margin-bottom: 7px;
	width: 140px;
}

 input {
	font-size: 10px;
}



.button1, .button2, .button3 {
	float: left;
	background: #FC7114 url(/images/button1_background.gif) no-repeat;
	height: 23px;
	color: #ffffff;
	padding: 0px 0px 0px 11px;
	margin-top: 8px;
}

.button1 .lable, .button2 .lable, .button3 .lable {
	float: left;
	font-size: 13px;
}

.button1 img, .button2 img {
	vertical-align: top;
	margin: 0px 0px 0px 7px;
}

 .button3 img {
	vertical-align: top;
	margin: 0px 7px 0px 0px;
 }

.button2 {
	background: #999999 url(/images/button2_background.gif) no-repeat;
}

.button3 {
	background: #999999 url(/images/button3_background.gif) no-repeat top right;
	padding: 0px 11px 0px 0px;
}

.button1 a, .button2 a, .button3 a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

.list {
	line-height: 13px;
}

.list td {
	padding: 6px 0px 6px 0px;
}

.list .odd {
	background: #F6F8F7;
}

.list .left {
	padding-left: 15px;
}

.list .right {
	padding-right: 15px;
}

.list img {
	float: left;
	margin: 0px 5px 0px 10px;
}

.frontitem {
	margin-top: 10px;
	width: 564px;
	background: url(/images/frontitem_background.gif) repeat-y;
}

.frontitem .top {
	background: url(/images/frontitem_top.gif) no-repeat;
	height: 9px;
}

.frontitem .bottom {
	background: url(/images/frontitem_bottom.gif) no-repeat;
	height: 9px;
}

.frontitem .image {
	float: left;
	margin: 0px 16px 0px 9px;
}

.frontitem .content {
	margin: 3px 30px 3px 11px;
}
.frontitem .title {

}

.submenu {
	float: left;
	width: 200px;
}

#header {
}

#header #front1 {
	margin: 14px 47px 0px 34px;
}

#header #front2 {
	margin: 14px 0px 0px 45px;
}

#header #separator {
	margin-bottom: 30px;
}

#header #title {
	margin-top: 188px;
	margin-right: 13px;
	float: right;
	background: url(/images/header_sub_title_background.gif) no-repeat;
	height: 56px;
	padding-left: 21px;
}

#header #title img {
	margin-top: 0px;
	margin-left: 18px;
}

#header #image {
	float: left;
	width: 450px;
	height: 250px;
	background: url(/images/header_sub_background.gif) no-repeat;
}

#jobspostit {
	background: url(/images/post_it_justnu.gif) no-repeat;
	width: 210px;
	height: 136px;
	margin: 10px 0px 0px 7px;
}

#jobspostit .list {
	width: 145px;
	padding-top: 50px;
	margin: 0px 0px 0px 20px;
}

#jobspostit img {
	margin-top: 15px;
	margin-right: 25px;
	float: right;
}

#office {
	margin: 0 0 15px 15px;
}

#office select {
	width: 196px;
}