html
{
  height: 99%;
}
                         
body
{
  background-image: url('/images/page_bg.jpg');
  background-repeat: no-repeat;
  background-color: #000;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 125%;
  text-align: center;
    font-size: 12px;
}

img {
border: none;
}


*
{
 
  font-family: 'Trebuchet MS','Helvetica Neue',Arial,Sans-serif;
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#sitebar
{

height: 24px;
position: fixed;
width: 100%;
top: 0;
left: 0;
padding: 5px 0 0 0;
background: url('/images/topbar.gif');
text-align: right;

  }

#sitebar p {

margin: 0 0 0 0;
padding: 0px 15px 0px 0px;
color: #FFF;
text-align: right;
font-weight: bold;

}

#sitebar a:link, #sitebar a:visited
{
  color: #fff; 
  text-decoration: none;
}

#sitebar a:hover, #sitebar a:active
{
  color: #CCC; 
  text-decoration: none;
}

h2 a:hover, h2 a:active, h2 a:link, h2 a:visited
{
  text-decoration: none;
}


/* === Containers === */

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 5px 30px 3px !important;
  margin: 10px 5px 30px 3px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

#first_container
{
  margin: 0 auto 0 auto; 
  height: 100%;  
  position: relative; 
  width: 940px;
}

#second_container
{
  position: relative; 
  top: 90px;
  vertical-align: middle;
}

#third_container
{
	position: relative;
	width: 940px;

}

#masthead {
	position: relative;
	top: 60px;
	color: #FFF;
	word-spacing: 1.5pt;
}



/* === Menu === */



#menu
{
  height: 32px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 90px;  height: 32px;  
}

#menu a
{
  display: block;
  width: 90px;  height: 32px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #fff; 
}

#menu a:hover, #menu a:active
{
  background-image: url('/images/taba2.gif');
  background-repeat: no-repeat;
  color: #fff; 
}

#menuselected
{
  display: block;
  width: 90px;  height: 31px;  
  background-image: url('/images/taba.gif');
    background-repeat: no-repeat;    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #749942; 
  background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('/images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('/images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
	background-color: #ffeacf;
	background-image: url('/images/body_bg.gif') ;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 15px;
	border: 15px solid #FFFFFF;

}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 32px;
  height: 232px;
  /*background-image: url('images/vanero.gif');*/
}

.content
{

	padding: 7px;
overflow: visible;
	text-align: left;
}

.content a:hover, .content a:active {

color: #FF6600;
}
.contenttext
{
	padding: 15px 7px 170px 140px;
	font-size: 1.3em; 
	background: inherit;
}

.contenttext-wide
{
	padding: 15px 15px 170px 25px;
	font-size: 1.2em; 
	background: inherit;
}

.copyright
{
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
  padding: 0 0 20px 0;
  text-align: right;
  color: #ccc;
  background-color: inherit;
}



/* === Inline Text Styles === */

ol {
list-style: upper-roman;
}

ul {
list-style: square;
}

h1
{
  margin: 10px 0 0 0;
  padding: 0 10px 10px 0;
  font-size: 1.75em;
  letter-spacing: -2px;
  font-weight: bold;
  color: #000;
  background-color: inherit;
  


}

.index
{
  margin: 15px 0 0 0;
  padding: 0 15px 0 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000;
  background-color: inherit;


}

h2
{
  margin: 20px 0 -10px -2px;
  padding: 0px 10px 20px 0;
  font-size: 1.4em;
  letter-spacing: -1px;
  font-weight: bolder;
  color: #666;
  background-color: inherit;

}

h3
{
  margin: 15px 0 15px -2px;
  padding: 0;
  font-size: 1em;
  letter-spacing: -1px;
  font-weight: bolder;
  color: #F60;
  background-color: inherit;

}

h4
{
  margin: 0 0 10px -2px;
  padding: 0;
  font-size: 1.1em;
  letter-spacing: -1px;
  font-weight: bolder;
  color: #666;
  background-color: inherit;

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

p
{
  display: block;
  margin: 12px 5px 5px 12px;
}

.indextext {
line-height: 1.8em;
margin: 20px 0 0 0;
}

blockquote
{
  margin: 20px 0 0 0;
  padding: 10px 5px 8px 15px;
  background: #ffeabc;
  border: medium dotted #fff;
}

blockquote p
{
  margin: 0 0 7px 0;
  font-size: 12px;
}

blockquote ul
{
padding: 0 0 0 20px;
}
blockquote a:link, blockquote a:hover, blockquote a:active, blockquote a:visited {
font-weight: bold;
}

.note
{
  	display: block;
	margin: 3px 0 3px 0;
    padding: 5px 10px 5px 20px;
	color:#666;
}

.bold
{
  font-weight: bold;
}

.bottom-phone
{
font-size: 12px;
margin: 0 0 -15px -20px;
}
