/* Copyright 2009, BMP Group, Inc.  Duplication or redistribution is strictly prohibited. */

body {
background-color: #5a84c3;
color: #000000;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
}

#wrapper {
position: relative;
text-align: left;
width: 780px;
margin-right: auto;
margin-left: auto;
background-image: url(shadow-bg.jpg);
background-repeat: repeat-y;
}

#main {
padding: 0 20px 20px 20px;
background-image: url(shadow-bottom.jpg);
background-repeat: no-repeat;
background-position: bottom left;

}

#header {
background-image: url(logo15.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 150px;
position: relative;
}

#header p {
color: #9b2d1b;
font-family: Lucida, Verdana, Tahoma, Arial, sans-serif;
font-size: 145%;
font-weight: normal;
margin: 0;
padding-right: 10px;
position: absolute;
bottom: 4px;
right: 0;
}

#main-text {
background-color: #ffffff;
float: right;
border-left: 1px #999999 solid;
/*border-bottom: 1px #B39086 solid;
border-right: 1px #B39086 solid; 
border-top: 1px #B39086 solid; */
width: 520px;
padding: 0 10px 0 10px;
}

#main-text h1 {
font-size: 1.8em;
color: #333333;
font-weight: bold;
}

#main-text h1.secret {
color: #9b2d1b;
font-weight: normal;
}

#main-text h2 {
font-size: 1.2em;
line-height: 1.8em;
color: #333333;
font-weight: bold;
}

#main-text h2.contact {
font-size: 1.5em;
line-height: 1.8em;
color: #333333;
font-weight: bold;
}

#main-text p {
font-size: 1.2em;
line-height: 1.8em;
color: #5B5B5B;
padding-right: 10px;
}

#main-text p.services {
padding-left: 15px;
}

#main-text li {
font-size: 1.2em;
line-height: 1.8em;
color: #5B5B5B;
}

#main-text li.bullet2 {
font-size: 1.2em;
line-height: 1.8em;
color: #5B5B5B;
list-style-type: circle;
margin-left: 2em;
}

#main-text li.bullet3 {
font-size: 1.2em;
line-height: 1.8em;
color: #5B5B5B;
list-style-type: square;
margin-left: 4em;
}

#main-text a:link, a:visited {
color: #6c480b;
}

#main-text a:hover {
color: #7d6132;
}

#navbar {
float: left;
width: 190px;
}

#navbar ul {
list-style: none;
margin: 1em 0 0 0;
padding: 0;
border: none;
}

#navbar li {
font-size: 1.1em;
margin-left: 1em;
}

#navbar a:link, #navbar a:visited {
color: #6c480b;
background-color: transparent;
display: block;
padding: 1em 0 0.2em 0;
text-decoration: none;
}

#navbar a.indent {
padding-left: 5px;
}


a.title {
color: #6c480b;
font-weight: bold;
text-decoration: none;
}

#navbar a.title:hover {
color: #7d6132;
}

#navbar a.indent:hover {
color: #7d6132;
}

#navbar img {
padding-left: 10px;
}

#footer {
clear: both;
font-size: 80%;
padding-top: 1em;
text-align: left;
color: #999;
text-align: center;
background-color: transparent;
width: 780px;
}

footer a:link {
color: #2c5374;
background-color: transparent;
padding: 1em 0 0.2em 0;
text-decoration: none;
}

