/*main style sheet for atomic-consultants.com*/

body {
background: #7791b3;
color: #ddd;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0px;
padding-right: 0px;
min-width: 540px;
max-width: 1100px;
}

.here {background-color: #00427a; padding: 4px; font-style: italic; font-weight: bold; color: #fff;}
.address {text-indent: 20px; padding: 1px; margin: 0;}
.small {font-size: 0.7em;}
.loc {color: #4c76a0; font-size: 0.8em;}
.descriptor {color: #ddd; font-size: 0.8em; font-style: italic;}

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

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

a:hover {
background-color: #4c76a0; color: #ccc; text-decoration: none;
}

div#content {
background: #7791b3 url(images/masthead_logo.gif) 0 0 no-repeat fixed;
border-right: 25px solid #00427a;
z-index: -10000;
}

div#masthead span {
text-align: right;
display: block;
position: relative;
padding: 5px;
}

div#crumbs {
display: block;
position: relative;
margin-left: 60%;
margin-top: 30px;
margin-bottom: 3px;
text-align: right; font-size: 0.7em;
padding: 4px;
border-bottom: 1px solid #00427a;
}

div#crumbs a:link, div#crumbs a:visited, div#footer a:link, div#footer a:visited {
color: #ccc; text-decoration: none;
padding: 4px;
}

div#crumbs a:hover, div#footer a:hover {
background-color: #00427a; color: #eee; text-decoration: none;
border-bottom: 1px solid white;
}

div#footer {
display: block;
position: relative;
margin-left: 60%;
bottom: 0;
right: 0;
text-align: right; font-size: 0.7em;
padding: 4px;
border-bottom: 1px solid #00427a;
}

div#navbox {
background: #7791b3;
position: fixed; top: 160px; left: 0;
text-align: right;
width: 150px;
z-index: 10000;
border-right: 1px solid #00427a;
}

div#navbox span {
display: block;
padding: 7px 10px;
margin: 0;
}

div#navbox a {
display: block;
padding: 7px 10px;
margin: 0;
}

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

div#navbox a:hover {
background: #00427a;
text-decoration: none;
border-right: 1px solid white;
margin-right: -1px;
}

div#navbox a:active {
text-decoration: underline;
}

div#main-box {
background: #7791b3;
border-left: 1px solid #00427a;
display: block;
position: static;
top: 160px; left: 0px;
padding-top: 3px;
padding-left: 33px;
padding-right: 33px;
padding-bottom: 20px;
margin-left: 150px;
text-align: justify;
letter-spacing: 1px;
width: auto;
min-height: 170px;
z-index: 10000;
}

div#main-box h4 {
color: #fff;
margin-left: -12px;
margin-top: 4px;
padding: 0px;
}

div#main-box h5 {
color: #fff;
margin-left: 6px;
margin-top: 4px;
padding: 0px;
}

div#main-box img {
border: none;
}

div#main-box ul {
margin-left: 15px;
}

div#main-box ul li {
list-style-type: square;
padding: 8px;
}

div#main-box ul li ul {
margin-left: -5px;
font-size: 0.8em;
}

div#main-box ul li ul li {
list-style-type: none;
font-style: italic;
}