* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: #CCC;
}

header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial;
	width: 100%;
}
a {
	color: #a8602b;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {line-height: 110%;}
h1 {
  font-weight: bold;
  font-size: 22px;
  font-family: Arial;
  font-variant: normal;
  font-style: normal;
  color:#a8602b;
}
h2 {
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
  font-variant: normal;
  font-style: normal;
  color:#a8602b
}
h3 {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial;
  font-variant: normal;
  font-style: normal
}
h4 {
  font-weight: bold;
  font-size: 12px;
  font-family: Arial;
  font-variant: normal;
  font-style: normal
}
h5 {
  font-weight: bold;
  font-size: 10px;
  font-family: Arial;
  font-variant: normal;
  font-style: normal
}
h6 {
  font-weight: bold;
  font-size: 8px;
  font-family: Arial;
  font-variant: normal;
  font-style: normal
}





p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}

ul {margin-left:15px;}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 368px;
	background: url(/design/img/h_scholl.jpg);
}
#hh { height:45px;
      padding-top:63px;}
	  
	  
#menu { height:25px;
		margin-top:248px;
		clear:both;
      }

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	background:#fef5bc;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content { width:690px;
	margin-top:0px;
	padding: 0 0 0 310px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	padding-left:22px;
	margin-top:0px;
	margin-left: -100%;
	position: relative;
	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer { height:120px;
	padding-top:10px;
	padding-left:22px;
	padding-right:22px;
	background: #fee580;
	clear:both;
}

#fb { height:16px;
      background:#f5b025;
}


.author { font-size:14px;
           color:#F30;
}


/* Modules
-----------------------------------------------------------------------------*/
.text {width: 300px; height: 20px; border: 1px solid #a5a5a5; padding: 5px}
.textarea  {width: 300px; height: 50px; border: 1px solid #a5a5a5; padding: 5px}

.textsearch {width: 167px; height: 23px; border: 1px solid #a5a5a5;}
.text2 {width: 600px; height: 23px; border: 1px solid #a5a5a5;}

#errors {color:#ff0000;}

.textsm {line-height: 1.2; font-size: 11px;}

#prais {height: 23px; font-size: 18px; float: left; background: #ffff00; color: #000; padding: 3px 4px 0 9px; background-image:url(/design/images/ff1.gif); background-repeat: no-repeat;}
#prais1 {height: 24px; font-size: 18px; float: left; background: #eee;  color: #000; padding: 2px 3px 0 2px; background-image:url(/design/images/ff2.gif); background-repeat: no-repeat; background-position: right;}

#prais1   a {color:#000; text-decoration: none;}
#prais1  a:hover {color:#404040; text-decoration: underline;}

.input {padding: 8px 10px 8px 10px;}
.textinput {width: 300px; height: 20px; border: 1px solid #a5a5a5; padding: 5px}
.textinput2 {width: 45px; height: 20px; border: 1px solid #a5a5a5; padding: 5px}

.link {font-size: 16px; line-height: 135%;}



.roundedcornr_box_671293 {
   background: #fff68d;
}
.roundedcornr_top_671293 div {
   background: url(/design/images/roundedcornr_671293_tl.png) no-repeat top left;
}
.roundedcornr_top_671293 {
   background: url(/design/images/roundedcornr_671293_tr.png) no-repeat top right;
}
.roundedcornr_bottom_671293 div {
   background: url(/design/images/roundedcornr_671293_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_671293 {
   background: url(/design/images/roundedcornr_671293_br.png) no-repeat bottom right;
}

.roundedcornr_top_671293 div, .roundedcornr_top_671293, 
.roundedcornr_bottom_671293 div, .roundedcornr_bottom_671293 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.roundedcornr_content_671293 { margin: 0 10px; }


#homelink {color:#404040; text-decoration: none;}
#homelink  a:hover {color:#404040; text-decoration: underline;}

		/*	Guide list	*/
.guide-items {
	width: 160px;
	padding: 15px;
	margin: 15px;
	height: 270px;
	float: left;
	text-align:center;
	border: 1px solid #48342c;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.guide-items a {
	text-decoration: none;
}
.guide-items span {
	color:#f00;
}
.guide-items, .categories-images {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.guide-items:hover, .categories-images:hover {
	-webkit-box-shadow: 0 0 8px rgba(72, 52, 44, 0.5), 0 0 20px rgba(72, 52, 44, 0.1) inset;
	-moz-box-shadow: 0 0 8px rgba(72, 52, 44, 0.5), 0 0 20px rgba(72, 52, 44, 0.1) inset;
	box-shadow: 0 0 8px rgba(72, 52, 44, 0.5), 0 0 20px rgba(72, 52, 44, 0.1) inset;
}
.img-hover {
	margin: 0 5px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.img-hover:hover {
	-webkit-transform: rotate(0deg) scale(1.1);
	-moz-transform: rotate(0deg) scale(1.1);
	-o-transform: rotate(0deg) scale(1.1);
	-ms-transform: rotate(0deg) scale(1.1);
	transform: rotate(0deg) scale(1.1);
}
.giude-map {
	margin: 10px 0; 
	padding: 15px; 
	background: #fff68d;
}
.giude-map iframe{
	width: 100%;
}
		 /* Categories with images */
		 
.categories-images {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 15px;
	margin: 15px;
	min-height: 180px;
	text-align:center;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.feedback div {
	margin: 5px 0;
	}
.feedback label {
	width: 150px;
	display: inline-block
	}
.feedback textarea {
	width: 300px;
	height: 65px;
	}