html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #3C7FAF;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
/*   color: #000000; */
  text-align: left;
}

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




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -163px; 
  width: 660px;
}



/* === Menu === */



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

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  font-size: 12px;
}

#menu a:link, #menu a:visited
{
  color: #FFFFFF; 
  background-color: #3C7FAF;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #000000; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba2.jpg');    
  text-decoration: underline;
  line-height: 31px;
  color: #000000;
  text-align: center;
  font-size: 12px;
}

.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 146px;
  height: 232px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

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

.content
{
  height: 217px;
  overflow: auto;
  padding: 7px;
}

.footer
{
  margin-top: 5px;
  text-align: right;
  color: #D6D6D6;
  background-color: inherit;
}



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



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;
  border-left: 5px solid #FF6A00;

}

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

.text
{
  display: block;
  margin: 5px 5px 10px 12px;
  color: #000000;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}
img.floatLeft { 
    float: left; 
    margin: 5px; 
}
.front_quote{
    text-decoration: none;
    margin: 10px 0 -40px -2px;
    padding: 0 10px 40px 9px;
    font-size: 16px;
    color: #FF6A00;
    background-color: inherit;
    font-weight: bold;
}
.services{
   color: #FF6A00;
   font-size: 16px;
   font-weight: bold;
}
.portfolio{
	color: #000000;
	text-decoration: none;
        font-weight: bold;
	font-size: 11px;
}
.port_nav
{
  display: block;
  margin: 5px 5px 10px 12px;
  color: #000000;
  text-align: right;
}
.port_nav a
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.port_nav a:hover, .port_nav a:active
{
  color: #000000;
}
