

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */

  width: 980px;
  margin: 0 auto;
}


.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton {
background-color: #333;
border: 2px #666 outset;
padding: 1px 4px;
color: white;
text-decoration: none;

}

.cssbutton:visited{
color: white;
}

.cssbutton:hover{
border-style: inset;
background-color: #666;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
color: white;

}

.cssbutton:active{
color: white;
}





/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 186px;
background: #fff url(../images/bg/header_header.jpg) repeat-x top left;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 10px;

  padding: 5px;
  text-align: left;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 200 2.5em "times", serif;
  letter-spacing: 4px;
text-transform: uppercase;

  color: #FFF;
}

#header h2 {
  position: relative;

  margin: 0;
  padding: 0;

  font: 200 1.4em "times", serif;
letter-spacing: 2px;
  color: #C3BAB5;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;

  font: 400 1.6em verdana;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #65EBFF;
  border-top: 5px solid #000;
}

#mainMenu li a.last {
  margin-right: 0;
}




/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "times", serif;
}

.sideMenu li a {
  display: block;
  margin: 0em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #000;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {
  display: block;
  color: #650000;
  background: #555;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana; 
  color: #FFF;  
  background: url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #9FF3FF;
  background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 10px 0px;
}




/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #3E3232 url(../images/bg/footer.png) repeat-x top left;
  color: #fff;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 1.0em;
  padding-top: 27px;
}

#footer a {

 color: #fff;
}

#footer a:hover {

 color: #000;
}




/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 1.0em;
}

.bold {
  font-weight: bold;
}


.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #463C30;
}

.grey a:hover {
  color: #000;
}


/**************************************************************
   Generic display classes
 **************************************************************/

.gradient {
  margin-bottom: 2em;
  background: #827875 url(../images/bg/gradient.png) repeat-x bottom left; 
color: #fff;
}

.gradient h2 {

color: #fff;
}




.gradient h3 {

color: #fff;
}

#loading { 
	width:100%; 
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;	
	background-color:#fff;
	border:1px solid #3E3232;
	text-align:center;
}

.divClick a {
display: block;
height: 100%;
width: 100%; 
color: #000;
text-decoration: none;
border: 1px solid #fff;
}

.divClick a:hover {
display: block;
height: 100%;
width: 100%; 
color: #000;
text-decoration: none;
border: 1px solid #463C30;

}


/****

Imagebox for gallery view

*****/

.imageBox{
	width:140px;	/* Total width of each image box */
	height:180px;	/* Total height of each image box */
	float:left;
	
}

imageBox_theImage a:hover{
	background-color: #fff;
}
	
.imageBox_theImage a{
	background-color: #fff;
}	

.imageBoxcont{
	width:110px;	/* Width of image */
	height:125px;	/* Height of image */
}

.imageBox_theImage{
	width:110px;	/* Width of image */
	height:125px;	/* Height of image */
	/* 
	Don't change these values *
	*/
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	margin-bottom:2px;
	
	
}
.imageBox_theImage{
	border-left:0px solid #C3BAB5;	/* Border color for not selected images */
	border: 3px solid #fff;
	padding:2px;
}
.imageBox_theImage a:hover{

	border: 1px solid red;
}






/****

browsebox for detail view

*****/

.browseBox{
	width:80px;	/* Total width of each image box */
	height:90px;	/* Total height of each image box */
	float:left;

	
}

browseBox_theImage a:hover{
	background-color: #fff;
}
	
.browseBox_theImage a{
	background-color: #fff;
}	

.browseBoxcont{
	width:60px;	/* Width of image */
	height:70px;	/* Height of image */
}

.browseBox_theImage{
	width:60px;	/* Width of image */
	height:70px;	/* Height of image */
	/* 
	Don't change these values *
	*/
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	margin-bottom:2px;
	
	
}

.browseBox .browseBox_theImage{
	border-left:0px solid #C3BAB5;	/* Border color for not selected images */
	border: 2px solid #fff;
	padding:2px;
}



ul.lang {
	margin:0px;
	padding: 0px;
	display:block;
	list-style-type: none;
	font-size: 0.9em;

	
}

ul.lang li {
	float:left;
	margin-left:5px;
	border: 0px solid #333;
	padding: 0px;
	text-align:center;
	
}

ul.lang li a,
ul.lang li a:visited {
	color: #C3BAB5;
	padding: 3px;
	text-decoration: none;
	border-bottom: 0px solid #C3BAB5;
}


ul.lang li a:hover {
	color: #1a1a1a;
	background-color: #fff;
}

.bqstart {
	
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #C3BAB5;
 }

 .bqend {

     float: right;
     height: 25px;
     margin-top: -45px;
     padding-top: 45px;
     font-size: 700%;
     color: #C3BAB5;
 }


