* {
  margin: 0;
  padding: 0;
}

.home_tmp_kader{
position: relative;
width: 250px;
height: 230px;
float: left;
border: 2px solid #e88862;
margin-right: 10px;
font-size: 12px;
}

.home_tmp_kader a,.home_tmp_kader a:link, .home_tmp_kader a:visited, .home_tmp_kader a:active{
text-decoration: none;

}

.home_tmp_kader a:hover{
color: #ed6d42;
}


.home_tmp_kader img{
left: 10px;
position: relative;
left: 0px;
top: 5px;
margin-right: 5px;
}

.home_tmp_kader h2{
margin: 10px;
font-weight: bold;
}

.home_tmp_kader ul{
list-style: none;
margin: 10px;
}

#helper{
position: absolute;
border: 1px solid green;
}

div.divider{
width: 100%;
border: none;
border-bottom: 1px solid #ecc6b9;
margin-bottom: 5px;
margin-top: 5px;
height: 0px;
}

div.divider_right{
width: 95%;
border: none;
border-bottom: 1px solid #f2ad96;
margin-top: 10px;
margin-bottom: 10px;
line-height: 0px;
height: 0px;
}

div.divider_form{
width: 100%;
border: none;
border-bottom: 1px solid #ecc6b9;
padding-top: 5px;
margin-bottom: 5px;
}

div.divider_form_header{
width: 100%;
border: none;
border-bottom: 2px solid #f2ad96;
padding-top: 5px;
margin-bottom: 5px;
}

body{
    font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color: white;
	text-align: center; 
    min-width: 990px;
}

#wrapper{
   position: relative;
	width: 990px; 
	margin: 0 auto; 
	background-image: url(../img/back_tile.jpg); 
	background-repeat: repeat-y; 
	text-align: left;
}

#header{
    width: 990px; 
    height: 182px;
    background-image: url(../img/headers/header.jpg); 
}

#silhouet{
  width: 368px;
  height: 182px;
  position: absolute;
  right: 0px;
}

#cms_content{
padding: 20px;
background: white;
}

#breadCrumbs{
position: absolute;
margin-top: 13px;
margin-left: 210px;
}

#content{
float: right;
width: 787px;
}

#main_content{
width: 560px;
float: left;
padding-top: 30px;
margin: 10px;
}

#content_home{
float: right;
width: 987px;
}

#main_content_home{
width: 760px;
float: left;
padding-top: 30px;
margin: 10px;
}

#main_menu{
position: absolute;
left: 66px;
top: 162px;
height: 24px;
width: 790px;
font-size: 12px;
}

#subMenu{
  float: left;
  list-style: none;
  text-align: left;
  width: 180px;
  margin-top: 15px;
  margin-left: 10px;
}



.subsubmenu{
  margin-left: 20px;
  list-style: none;
  text-align: left;
  font-size: 10px;
    line-height: 12px;
}

.subsubmenu li.subsublist_item_active{
  font-weight: bold;
}




#secondaryContent{
width: 140px;
display: inline; /* :KLUDGE: Fixes IE double margin float bug */
float: right; 
margin-right: 15px;
margin-top: 15px;
color: white;
}

#footer{
    clear: both;
    background-color: white;
}

#footerLine{
   border-top: 2px solid #f79977;
   width: 188px;
}


/* Add some padding */


#subMenu * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}

#subMenu li.sublist_item{
  padding: 0px 15px 15px 0px;
}

#subMenu li.sublist_item_active{
  font-size: 18px;
  line-height: 22px;
  padding: 0px 15px 15px 0px;
}



.rightFrameLink{
line-height: 20px;
margin-right: 20px;
margin-bottom: 20px;
font-size: 16px;
font-weight: bold;
color: white;
border: 2px solid white;
}


.main_menu_link, .main_menu_link_active {
  margin-right: 20px;
}

a.empty_main_menu_link{
  margin-right: 20px;
  color: #738acb;
}

.result_row{
padding: 5px 5px 5px 5px;
color: black;
text-decoration: none;
border: 1px solid #f6dbc1;
}

.result_row:hover{
background-color: #f6dbc1;
}

.found_string_color{
color: #ed6d42;
font-weight: bold;
}

.search_divider{
width: 100%;
border-bottom: 2px solid #ed6d42;
margin: 0px;
}


#main_menu_pre{
position: absolute;
left: -170px;
text-align: right;
padding-right: 8px;
width: 194px;
float: left;

}

#extra_menu{
position: absolute;
right: 20px;
top: 10px;
}

#extra_menu a, #extra_menu a:link, #extra_menu a:visited, #extra_menu a:active, #extra_menu a:hover{
color: white;
text-decoration: none;
}


#main_menu_center{
position: absolute;
left: 50px;
width: 600px;

}

#main_menu_search{
position:absolute;
left: 770px;
margin-top: -2px;
width: 160px;
}

#home_divisions{
position: relative;
left: -26px;
width: 840px;
font-size: 12px;
}

#home_divisions ul{
list-style: none;
margin: 20px 0px 0px 0px;
padding: 0;

}

#home_divisions ul li{
list-style: none;
margin-top: 13px;
padding: 0;
font-weight: bold;

}

.home_division_box{
border: 1px solid #f9c9bd;
width: 252px;
height: 140px;
float: left;
margin: 8px;

}

.home_division_box_second_border{
padding: 10px;
border: 1px solid #f2946e;
width: 232px;
height: 120px;
}

.home_division_box_header{
font-size: 14px;
}

img.home_division_link_image{
  position: absolute;
  margin-left: 200px;
  margin-top: -3px;
}

/* Admin controls --------------------------------------------------------- */

ul.adminOptions{
  position: absolute;
  list-style: none;
  background-color: #fff;
  padding: 0px;
  left: 12px;
  margin-top: 15px;
  width: 150px;
  text-align: left;
  visibility: hidden;
   z-index: 97;
  border: 1px solid #de5334;

}

ul.adminOptions li{
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
  border-bottom: 1px solid #f5cabc;
  height: 25px;
}

ul.adminOptions li a:hover, ul.adminOptions li a:link, ul.adminOptions li a:active, ul.adminOptions li a:visited,
a.cms_link, a.cms_link:link, a.cms_link:visited, a.cms_link:active, .cms_link {
  text-decoration: none;
  color: #ee6d43;
  margin-left: 4px;
  margin-right: 14px;
  margin-top: -2px;
}

ul.adminOptions li:hover{
  border-left: 8px solid #f5cabc;
  color: #d34213;
}

ul.adminOptions li.last{
  border-bottom: none;
}

.cms_icon{
margin-top: 2px;
margin-right: 4px;
position: relative;
top: 3px;
}

hr{
border: none;
border-bottom: 2px solid #ed6d42;
}

hr.thin{
border: none;
height: 0px;
margin: 0;
padding: 0;
border-bottom: 1px solid #f0bead;
}

ul.adminEditOptions{
  list-style: none;
  display: inline;
  position: absolute;
  margin-top: -30px;
  z-index: 1;
}

ul.adminEditOptions li{
  cursor: pointer;
  display: inline;
}

#textarea_{
width: 558px;
height: 300px;
}

textarea.ta_small{
width: 400px;
height: 100px;
}

textarea.ta_one_line{
width: 400px;
height: 65px;
}

#pageSpecsOptions{
 
  position: relative; 
  margin-bottom: 20px;
  color: #ee6d43;
}

#pageSpecsOptions input, #pageSpecsOptions select{
  border: 1px solid #CCC;
  font-size: 11px;
  color: #1c3b96;
}

.hidden_icon{
position: absolute;
margin-left: -18px;
margin-top: 4px;
}

#cms_form{
position: absolute;
z-index: 99;
border: 1px solid #ee6d43;
width: 400px;
margin-left: 100px;
background: white;
}

#cms_form *{
margin: 20px;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background-color: #000;
}

/* CMS | options bar */

#options_bar{
width: 100%;
background-image: url(../img/optionsbar_tile.jpg);
background-repeat: repeat-x;
height: 18px;
padding: 2px 0px 2px 0px;
color: #fff;
font-size: 11px;
}

#options_bar a, #options_bar a:link, #options_bar a:visited, #options_bar a:active { color: #fff; text-decoration: none;}
#options_bar a:hover { color: #355e06; text-decoration: none;}

#options_bar span.disabled { color: #f5ac9c; text-decoration: none;}


#pageSpecsOptions input, #pageSpecsOptions select{
width: 200px;
} 
