/*
 *
 *   Menu declarations
 *   
 */
 
 
/* Menu */

*  {
  padding: 0px;
  margin: 0px;
  border: 0px;  
}
   
.menu  {
  display: none;
}
 
.menu_item, .menu_item_active  {
  display: none;
}


/*
 *
 *   Logo
 *   
 */

div.logo_wrapper {
  display: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  border-bottom: 0px solid black;
  width: 998px;
  height: 157px;
  background-repeat: no-repeat;
  position: relative;
} 

.logo_name, .logo_name:hover  {
  font-family: Verdana;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  color: black;
}

.logo_desc, .logo_desc:hover  {
  background-color: transparent;
  font-family: Verdana;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.text_logo  {
  display: none;
}

.print_logo, .print_sublogo {
  display: block;
  text-align: center;
}

/*
 *
 *   Right column
 *   
 */
 
.right_column  {
  width: 0px;
  float: right;
  display: none;
}

/*
 *
 *   News
 *   
 */

.news  {
  width: 300px;
  margin-top: 0px;
}

.news_item  {
  margin-left: 6px;
}

.news_title  {
  margin-left: 1px;
  font-weight: bold;
  font-size: 20px;
  font-family: Verdana sans-serif;
  background-image: url('images/separator.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}

.news_right_date  {
  font-size: 10px;
  text-decoration: none;
  color: #AAAAAA;
  font-weight: bold;
}

.news_right_body  {
  padding-right: 5px;
}

.news_body  {
  
}

div.news_add  {
  width: 500px;
}

#news_body  {
  width: 95%;
}

.news_time {
  font-size: 8px;
  color: #AAAAAA;
}

.news_body  {
  margin-top: 10px;
}

.news_heading  {
  margin-bottom: 0px;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}

/*
 *
 *   Forms & dialogs
 *   
 */
 
.input_normal  {
  border: 1px solid #AAFFAA; 
}

.input_error {
  border: 1px solid #FF0000;
}

.back_button  {
  border: 2px outset #FF0000;
  background-color: #FFFFFF;
}

input[type=submit]  {
  border: 2px outset #88AAFF;
  background-color: #FFFFFF;
}

textarea  {
  border: 1px solid #AAFFAA;
}

.dialog_title  {
  margin: 0px;
  padding: 0px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #0000CC;
  background-image: url("images/dialog_middle.png");
  position: relative;
}

.dialog_left_img {
  margin: 0px;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
}

.dialog_right_img {
  margin: 0px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.dialog_table {
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
  border: none;
  font-size: 10pt;
}

.dialog_left  {
  font-weight: bold;
  border-left: 1px solid black;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 15px;
  vertical-align: top;
  white-space: nowrap;
  width: 5%;
}

.dialog_right  {
  border-right: 1px solid black;
  padding: 0px;
  padding-top: 5px;
  border-left: 0px solid black;
}

.dialog_submit  {
  border: 1px solid black;
  border-top: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dialog_error  {
  width: 100%;
  height: 50px;
  border: 1px solid red;
  background-color: #FFAAAA;
  text-align: center;
  margin-top: 10px;
  vertical-align: middle;
  line-height: 50px;
  padding: 0px;
  font-weight: bold;
}

.dialog_success {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  margin-top: 10px;  
  background-color: #AAFFAA;
  border: 1px solid #008000;
}

/*
 *
 *   Info page
 *   
 */
.open  {
  width: 400px;
  border-collapse: collapse;
  border: 1px solid black;
}

.day  {
  padding-left: 5px;
  font-weight: bold;
  border: 1px dashed #CCCCCC;
  border-right: 1px solid black;
}

.day_h  {
  border-right: 1px solid black;
}

.morning_h  {
  border-right: 1px dashed #CCCCCC;
}

.morning, .afternoon  {
  text-align: center;
  border: 1px dashed #CCCCCC;
}

.afternoon  {
  
}

.coop  {
  border: 1px solid #000000;
  background-color: #DDDDDD;
}

/*
 *
 *   Default layout declarations
 *   
 */
 
html {
  height: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;  
}
 
body  {
  padding: 0px;
  margin: 0px;
  border: 0px;
  height: 100%;
  background: none;
}  

div.layout_wrapper  {
  width: 100%;
  margin: 0px auto;
  min-height: 99%;
  position: relative;
  text-align: left;
  background: none;
  border: 0px solid black;
}  

div.ie_center {
  width: 100%;
  min-height: 99%;
  text-align: center;
} 

div.main_content  {
  padding: 0px;
  margin-top: 20px;
  margin-left: 5px;
  font-family: Verdana;
  font-size: 10pt;
  width: 100%;
}

/*
 *
 *   Main page
 *   
 */

.our_care  {
  margin-bottom: 20px;
  display: block;
  border: 0px solid black;
  min-height: 85px;
  clear: left;
  vertical-align: top;
}

.care_link  {
  font-size: 16px;
}

.care_img  {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border: 0px solid #BBBBBB;
}

.h_care  {
  text-decoration: underline;
  font-weight: bold;
  font-size: 12pt;
}

.main_img  {
  margin-right: 20px;
  float: left;
  width: 150px;
  height: 150px;
}

.main_div  {
  vertical-align: top;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  display: block;
  border: 0px solid black;
  min-height: 150px;
  clear: left;
}

.main_ul {
  list-style-position: outside;
  margin-left: 145px;
  margin-top: 0px;
}

.main_h2  {
  margin-top: 0px;
}

/*
 *
 *   Footer
 *   
 */
 
div.footer_placeholder  {
  width: 698px;
  height: 40px;
}

div.footer  {
  display: none;
  position: absolute;
  bottom: 0px;
  width: 698px;
  border-top: 1px solid #CCCCFF;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer_links {
  margin: 0px;
  padding: 0px;
  display: inline;
  border: 0px solid black;
  font-family: Verdana;
  font-size: 8pt;
}

.footer_link_li  {
  padding-left: 10px;
  display: inline;
}

/*
 *
 *   Common tags
 *   
 */
 
ul  {
  list-style-position: inside;
  margin-top: 2px;
  margin-bottom: 5px;
}
 
h1  {
  font-family: Verdana;
  font-size: 14pt;
  color: #444444;  
  text-align: center;
}

h2  {
  font-family: Verdana;
  font-size: 12pt;
  margin-top: 20px;
  margin-bottom: 5px;
}
 
p  {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: justify;
}
 
img.img_left {
  float: left;
  margin: 10px;
}
 
a  {
  color: blue;
}

a:hover  {
  color: #3355FF;
}

.price_left  {
  padding-right: 15px;
}

h1.sub  {
  font-size: 13pt;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #CDCDCE;
}

h3  {
  font-family: Verdana;
  font-size: 14px;
}

h2  {
  font-family: Verdana;
  font-size: 16px;
}

td  {
  padding-left: 5px;
  padding-right: 5px;
}

a img  {
  border: none;
}

table  {
  font-size: 10pt;
}

.black  {
  color: black;
}

.right_img  {
  float: right;
}

.img_text_left  {
  float: left;
  margin: 5px;
  margin-right: 15px;
}

.img_text_right  {
  float: right;
  margin: 5px;
  margin-left: 15px;
}

.hidden  {
  display: none;
}

li.li_space  {
  margin-bottom: 10px;
  text-align: justify;
}

.contact_photo  {
  border: 1px solid #0000CC;
}