/*this is the core style-sheet for the MindShare website*/

body {
background-color: rgb(0, 20, 130);margin-left: auto;margin-right: auto;background-image: url(images/mindshare_background.gif);}

p {
font-size: .8em;
line-height: 1.7em;
text-align: justify;}

h1 {
font-size: 1.2em;
text-align: left;
letter-spacing: 5px;}

h2 {text-decoration: none;
font-size: .8em;font-weight: bolder;letter-spacing: .2em;text-align: left;color: #9a9a9a;}

h3 {
color: rgb(0, 0, 0);
font-style: italic;
text-decoration: none;
font-size: .9em;font-weight: bold;text-align: center;}

a:link {
color: #666666;
text-decoration: none;} 

a:visited {
color: #666666;
text-decoration: none;}

a:hover {
color: #050505;
text-decoration: none;}

a:active {
color: #001482;
text-decoration: none;}

#header {
border-bottom: 1px #000000 solid;
text-align: center;}

#main-content {
border: 1px #000000 solid;
background-color: #ffffff;
margin-left: 180px;
margin-top: -25px;
padding: 10px;
background-image: url(images/doorway.gif);background-repeat: no-repeat;background-position: top right;
height: 725px;
width: 610px;width: 75%;}

#main-content-left {
background-color: #ffffff;
margin-right: 200px;
margin-top: -10px;
margin-bottom: -25px;
padding: 0px;}
#navbar {
position: absolute;
top: 190px;
left: 0px;
width: 180px;}

#outer-image {
background-image: url(images/outer-mindshare.gif);
height: 125px;
background-position: center bottom;border-right: 1px #000000 solid;}

#inner-image {
height: 125px;
background-image: url(images/inner-mindshare.gif);
background-repeat: no-repeat;
background-position: left top;}

#header p {
font-size: .8em;
color: #ffffff}

#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
background-color: #d79b1e;
border-bottom: 1px #000000 solid;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
border-top: 1px #000000 solid;
text-align: center;
font-weight: bold;}

#navbar a:hover {
background-color: #575dab;
color: #ffffff;}

.footer {background-color: #D79B1E;color: #ffffff;font-family: Verdana, Helvetica, Arial, sans-serif;text-decoration: none;font-style: normal;font-size: .8em;border: 1px #000000 solid;margin-top: 20px;width: 480px;text-align: center;position: absolute;font-weight: bold;margin-left: 325px;margin-right: 125px;}
