


/*>>>>>>>>>TOP BAR<<<<<<<<*/




#menubar{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 120px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}

.menutext{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

img.logo 
{
position:absolute;
left:10px;
top:5px
}

img.scene1
{
position:absolute;
left:245px;
top:15px;
border: solid 1px #8C4129;
}

img.scene2
{
position:absolute;
left:375px;
top:15px;
border: solid 1px #8C4129;
}

img.scene3
{
position:absolute;
left:505px;
top:15px;
border: solid 1px #8C4129;
}

img.scene4
{
position:absolute;
left:635px;
top:15px;
border: solid 1px #8C4129;
}

img.scene5
{
position:absolute;
left:765px;
top:15px;
border: solid 1px #8C4129;
}

img.scene6
{
position:absolute;
left:895px;
top:15px;
border: solid 1px #8C4129;
}

img.scene7
{
position:absolute;
left:1025px;
top:15px;
border: solid 1px #8C4129;
}




/*>>>>>>>>>LEFT MENU<<<<<<<<*/



div.menu {
  margin: 0px;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: 10.5em;
  left: 10px;
  width: 8.5em;
  
}
div.menu p {
  margin: 0px; 
  padding: 5px;
  font-family: Arial, sans-serif;
  font-size: 100%;
  background: #B5C3AD;
  border: solid 1px #8C4129;

 
  
}

div.menu a, div.banner em { display: block; margin: 0 0.5em }
div.menu a, div.banner em { border-top: 1px groove #8C4129 }
div.menu a:first-child { border-top: none }
div.menu em { color: #8C4129 }

div.menu a:link { font-weight: normal; text-decoration: none; color: #8C4129; font-family: verdana; }
div.menu a:visited { font-weight: normal; text-decoration: none; font-family: verdana; color: #000000; }
div.menu a:hover { background: #8C4129; color: white }

div.member {
  margin: 0px;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 400px;
  left: 10px;
  width: 8.5em;
filter:chroma(color=#FFFFFF);
}


div.member p {
  margin: 0px; 
  padding: 5px;
  font-family: Arial, sans-serif;
  font-size: 100%;
  background: #B5C3AD;
  border: solid 1px #8C4129;

 
  
}

div.trust {
  margin: 0px;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 510px;
  left: 10px;
  width: 8.5em;
}

/*>>>>>>>>>Main Screen<<<<<<<<*/

#maincontent{
position: fixed; 
top: 120px; /*Set top value to HeightOfFrameDiv*/
left:0px;
right: 0px;
bottom: 0px;
overflow: auto; 
background: 0;
filter:chroma(color=#FFFFFF);
	scrollbar-face-color:#8C4129;  
	  
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-lightshadow-color: #8C4129; 
	scrollbar-darkshadow-color: #FFFFFF;
	
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #8C4129;

}


div.maintext{
margin-left: 170px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 100px;
text-indent: 20px;

font-family: verdana;
font-size: 120%;
color: #401B14;
}


h1 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
h2 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
p {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}




body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 

}


* html body{ /*IE6 hack*/
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

/*>>>>>>>>>Calendar maincontent<<<<<<<<<<*/


#maincontent1{
position: fixed; 
top: 120px; /*Set top value to HeightOfFrameDiv*/
left:0px;
right: 0px;
bottom: 0px;
overflow: auto; 
background: 0;

	scrollbar-face-color:#8C4129;  
	  
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-lightshadow-color: #8C4129; 
	scrollbar-darkshadow-color: #FFFFFF;
	
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #8C4129;

}


div.maintext1{
margin-left: 170px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 100px;
text-indent: 20px;

font-family: verdana;
font-size: 100%;
color: #401B14;
}


h1 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
h2 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
p {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}




body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 

}


* html body{ /*IE6 hack*/
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


/*>>>>>>>>>Course page<<<<<<<<*/




 
#courses{margin-top:50px;}
.thecourse{margin-top:50px;padding:20px;}
div.course a { color : #401B14; 
font-size : 12px;
line-height: 16px;
padding:7px;
text-decoration : none; 
  }

div.course a:hover {
color : #ebdebc ; 
}

div.course ul {list-style: disc; float:left;}


div.course img {float:right; margin: 4px 4px 4px 4px; border:1px solid; border-color: #401B14; clear:right;}
div.course p{text-indent:2px; font-size: 12px;}

div.apply {
BACKGROUND-color: #ebdebc;
border: 1px solid #895543; 
display:block;
width: 656px;
height: 30px;
padding-left:0px;
padding-right:0px;
margin-top:18%;
margin-left: 5px;
margin-right: 4px;
margin-bottom:5px;
text-align:left;
voice-family: "\"}\"";
voice-family: inherit;
width: 654px;
}
body>apply {width:654px; height: 28px; } 

div.apply a { color : #895543;
font-size : 12px;
line-height: 16px;
padding:7px;
text-decoration : none; 
  }

div.apply a:hover {
color : #ebdebc ; 
}



#d0 {}
#d01 {}
#d02 {}
#d03 {}
#d04 {}
#d05 {}
#d06 {}
#d07 {}
#d08 {}
#d09 {}
#d10 {}
#d11 {}
#d12 {}
#d13 {}



.on {border:8px solid #ebdebc;}



.off {}







/*>>>>>>>>>>>>>>map-pages<<<<<<<<<<<<<<*/


#maincontentmap{
position: fixed; 
top: 0px; /*Set top value to HeightOfFrameDiv*/
left:0px;
right: 0px;
bottom: 0px;
overflow: auto; 
background: 0;
filter:chroma(color=#FFFFFF);
	scrollbar-face-color:#8C4129;  
	  
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-lightshadow-color: #8C4129; 
	scrollbar-darkshadow-color: #FFFFFF;
	
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #8C4129;

}

div.maintextmap{
margin-left: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 0px;
text-indent: 20px;

font-family: verdana;
font-size: 80%;
color: #401B14;
}


h1 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
h2 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
p {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}


/*>>>>>>>>>>>>>>>>>>>>Gallery Images<<<<<<<<<<<<<<<<<<<<*/



img.gal1 
{
position:absolute;
left:210px;
top:0px;
border: solid 1px #8C4129;
}
img.gal2 
{
position:absolute;
left:370px;
top:0px;
border: solid 1px #8C4129;
}
img.gal3 
{
position:absolute;
left:530px;
top:0px;
border: solid 1px #8C4129;
}
img.gal4 
{
position:absolute;
left:690px;
top:0px;
border: solid 1px #8C4129;
}
img.gal5 
{
position:absolute;
left:210px;
top:110px;
border: solid 1px #8C4129;
}
img.gal6 
{
position:absolute;
left:370px;
top:110px;
border: solid 1px #8C4129;
}
img.gal7 
{
position:absolute;
left:530px;
top:110px;
border: solid 1px #8C4129;
}
img.gal8 
{
position:absolute;
left:690px;
top:110px;
border: solid 1px #8C4129;
}
img.gal9 
{
position:absolute;
left:210px;
top:220px;
border: solid 1px #8C4129;
}
img.gal10 
{
position:absolute;
left:370px;
top:220px;
border: solid 1px #8C4129;
}
img.gal11 
{
position:absolute;
left:530px;
top:220px;
border: solid 1px #8C4129;
}
img.gal12 
{
position:absolute;
left:690px;
top:220px;
border: solid 1px #8C4129;
}
img.gal13 
{
position:absolute;
left:210px;
top:330px;
border: solid 1px #8C4129;
}
img.gal14
{
position:absolute;
left:370px;
top:330px;
border: solid 1px #8C4129;
}
img.gal15 
{
position:absolute;
left:530px;
top:330px;
border: solid 1px #8C4129;
}
img.gal16 
{
position:absolute;
left:690px;
top:330px;
border: solid 1px #8C4129;
}




/*>>>>>>>>>>>>>>gallery-pages<<<<<<<<<<<<<<*/


#maincontentmap{
position: fixed; 
top: 0px; /*Set top value to HeightOfFrameDiv*/
left:0px;
right: 0px;
bottom: 0px;
overflow: auto; 
background: 0;


}

div.maintextmap{
margin-left: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 0px;
text-indent: 20px;

font-family: verdana;
font-size: 60%;
color: #8C4129;
}


h1 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
h2 {font-weight: normal; text-decoration: none; color: #401B14; font-family: verdana;}
p {font-weight: 200; font-size: 60%; text-decoration: none; color: #401B14; font-family: verdana;}

div.maintext{float:left;clear:both;}
