/* index.css */

body {
margin:0;
padding:0;
background:black;
}

#wrapper {
margin:0 auto;
padding:0;
width:1200px;
min-height:550px;
background:transparent;
overflow:hidden;
text-align:left;
}

#bg {
margin:0 auto;
position:absolute;
width:1200px;
height:550px;
z-index:-2;
}

#enclosure {
margin:110px auto 0 auto;
width:1000px;
}

#content {
margin:0 auto;
padding:10px;
width:1000px;
overflow:hidden;
text-align:left;
}

#bw {
margin:0 auto;
position:absolute;
width:1020px;
height:330px;
border:thin solid black;
background:transparent url('bw70_grad.png') repeat-x;
z-index:-1;
}

#logo {
margin:0 0 10px 0;
text-align:left;
}

#tagline {
margin:0 0 0 60px;
display:inline;
font-size:large;
font-weight:500;
}

/***************************************************************************************************/
/* Menu List */

#nav {
display:inline;
list-style:none;
}

#nav li{
margin:0 10px;
display:inline;
}

#nav a {
padding:5px;
text-decoration:none;
background:transparent;
border-left:thin blue inset;
border-top:thin blue inset;
border-right:thin blue inset;
color:#728aaa;
}

#nav a:hover, #nav a.current{
background:white;
border-left:thin blue outset;
border-right:thin blue outset;
border-top:thin blue outset;
border-bottom:thin white solid;
color:navy;
}


/***************************************************************************************************/

#contact {
margin:4px auto;
padding:10px;
text-align:center;
border-top:thin blue outset;
}

#lower {
margin:40px 10px 0 10px;
height:0;
visibility:hidden;
}


#l_col {
margin:0;
padding:10px;
width:250px;
min-height:500px;
background:#8ea1bb;
border:thin black solid;
clear:left;
}

#l_col img.l_col {
margin:0 auto;
width:250px;
border:thin black solid
}

#r_col {
width:650px;
float:right;
}

#footer {
margin:40px auto;
clear:both;
}

.contact_line {
display:inline;
margin:0 20px;
}

.footer {
text-align:center;
font-size:x-small;
}

a.menu, a.menu:hover a.menu:visited {
color:blue;
}

/* contact.css */

#form {
margin:0 auto;
}

#form * {
display:block;
}
