* { margin: 0; padding: 0; }

body {
	background-color: #ebf2ff;
    background-image: url(gfx/background.jpg);
    background-repeat: repeat-x;
	font: 12px Arial, Verdana,  Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	color: #000 !important;
}

img {
	border: 0;
}

a:link {
 color:#000000;
 }


a:visited {
 color:#000000;
 }


a:active {
 color:#000000;
 }


TD {
font-family:Verdana, Arial, Helvetica, sans-serif;

  font-size:10pt;
 color: #000000;
 }

.table_bg {
        background-color: #000000;
}
.table_head{
        background-color: #23435C;
        color: #FFFFFF;
}
.table_col_0{
        background-color: #43637C;
        color: #FFFFFF;
}
.table_col_1{
        background-color: #33536C;
        color: #FFFFFF;
}

h1 {
	font-size:18px;
	color:#43637c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
}

h2 {
	font-size:14px;
	color:#21415a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

p {
  padding-bottom: 15px;
}

.input {
   width: 200px;
   border: #a1bcdd solid 1px;	
}

#contact_info {
   text-align: right;	
   float: left;	
   width: 150px;
   margin-top: 20px;
}

#contact_info p {
	margin-top: 0px;
}	

#contact_form {
  margin-top: 20px;	
  float: left;	
  margin-left: 15px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: #a1bcdd solid 1px;
}

#form_contact {
   margin-bottom: 0px;
   padding-bottom: 0px;	
}	

.red {
  color: #f00;	
}

.current {
    text-decoration: underline !important;
}


/* divs ------------------------------------------------------- */

#container {
    background-image: url(gfx/shadow_top.png);
    background-repeat: no-repeat;
	width: 753px;
	text-align: left;
	margin: 0px auto;
	background-color: #fff;
}

#top_picture {
    background-image: url(gfx/background_banner_top.jpg);
    background-repeat: no-repeat;
    height: 31px;
    margin-left: 10px;
    margin-right: 10px;    
}

#top_banner {
    height: 82px;
    background-color: #6282AF;
    margin-left: 10px;
    margin-right: 10px;
}

#top_logo {
    margin-top: 25px;
    margin-left: 30px;
}

#stenner_mirror {
    float: right;
    margin-top: 25px;
    margin-right: 30px;
}

#middle {
    background-image: url(gfx/shadow.png);
    background-repeat: repeat-y;
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
}

#contents {
    background-image: url(gfx/content_background.png);
    background-repeat: repeat-y;
    padding-top: 10px;
}

#menu {
    float: left;
    width: 165px;
    margin-bottom: 220px;
}

#menu ul {
    padding-left: 20px;
}

#menu li {
    list-style: none;
    padding-bottom: 5px;
}

#menu a {
    color: #6A82AF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

.sub_menu a {
    font-size: 12px !important;
    font-weight: normal !important;
    padding-left: 10px;
}

#content {
    float: left;
    width: 505px !important;
    width: 540px;
    padding-left: 25px;
    padding-bottom: 20px;
    padding-right: 30px !important;
    padding-right: 0px;
}

#content ul {
    margin-left: 30px;
}

#footer {
    background-color: #fff;
    background-image: url(gfx/background_bottom.jpg);
    background-repeat: repeat-x;
    height: 60px;
    position: relative;
}

#background_bottom_left {
    background-image: url(gfx/background_left.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: -200px;
    width: 168px;
    height: 200px;
}

#background_bottom_left img {
    margin-left: 60px;
}

#footer p {
    font-size: 11px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 12px;
    padding-bottom: 5px;
    text-align: center;
    border-top: #738AB4 solid 1px;
}

#shadow_bottom {
    background-image: url(gfx/shadow_bottom.png);
    background-repeat: no-repeat;
	width: 753px;
    height: 19px;
	text-align: left;
	margin: 0px auto;
}

#eg_logo {
    width: 753px;
	text-align: left;
	margin: 0px auto;
}

#eg_logo_right {
    float: right;
}

#google_img {
    padding-top: 20px;
    float: right;
    width: 340px;
}

#google_link {
    padding-top: 160px;
}

.homebut    { color:white; }
A:link.homebut    { text-decoration: none; color:white }
A:visited.homebut { text-decoration: none; color:white }
A:hover.homebut   { text-decoration: underline ; color:white}
