/*This is for the Wondrous Websites LLC web site started in May, 2005*/

html, body {
margin: 0;
padding: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #004999;
color: #000000;
}

body {
font-size: 1em; 
font-weight: normal;
background-color: #dde5ff;
background-image: url(../images/b12-prtweb2a-450x548-res72.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0em 0em;
margin-left: 5%;
border: 1em solid #6282bc;
color: #000000;
 }
/*000000 - black*/
/*cccccc - light grey*/
/*d7d7d7 - grey*/
/*666666 -dark grey*/
/*a10000 - maroon*/

/* medium blue #6282bc */
/* light medium blue #aad9f7 */
/* light blue #d1e6ff*/

/* May 11, 2006
medium federal blue #6282bc
light federal blue #dde5ff
dark federal blue #004999
*/

/*
The basic left margin for the page is 6%. I call that the basic level. Any other left margins add to that. I refer to them as level1, level2, level 3, etc.

The paragraph under a heading which does not need to be separated from the heading, I refer to as firstpara. This usually has a negative top margin to bring it closer to the heading. The paragraphs which do not need to be separated from one another, I refer to as listpara and they too have negative top margins to bring them closer to the line above.

These two qualities may be joined together.

*/

#position1 {
position: relative;
background-color: transparent;
border: 0.1em solid #004999;
}

#position2 {
clear:both;
position: relative;
padding-top: 0.5em;
}

p {
text-align: justify;
font-weight: normal;
 }

h1 {
font-size: 1.5em;
font-weight: bold;
}

h2 {
font-size: 1.2em;
font-weight: bold;
clear: left;
/*this command "clear: left(or right);", pushes the h2 below the floated-item list which is floated left*/
}

h3 {
font-size: 1em;
font-weight: bold;
color: #000000;
}

em {
font-style: normal;
font-weight: bold;
}

strong {
font-weight: normal;
font-style: italic; 
}

.banner {
font-size: 1.5em;
background-color: transparent;
background-image: url(../images/beas-little-spdr-26x25.gif);
background-position: left;
background-repeat: no-repeat;
height: 2.5em;
margin-top: 1em;
margin-left: 2%;
padding-left: 1.5%;
}

.banner p 
{
margin-left: 3.5%;
}

.banner2 {
margin-top: -1.5em;
font-size: 0.7em;
 }


#navbar {
margin-top: 0em;
margin-bottom: 2em;
margin-left: 6%;
clear: both;
}


#navbar ul {
margin: 0;
padding:0;
 }

#navbar li {
list-style: none;
float: left;
margin: 0;
white-space: nowrap;
/*the statement "white-space: nowrap;" forces each title to stay on one line*/
line-height: 1.5em;
border-left: 0.1em solid #004999;
border-right: 0.1em solid #004999;
 }

#navbar a {
display: block;
/*the statement "display: block;" allows each inline link to fill out the floated list-item box without changing the links from inline elements*/
float: left;}
/*the statement "float: left" corrects a IE5/Mac rendering but creates a problem for other browsers. The "hack" is in the next statement and comment*/
/* Commented Backslash Hack hides the next statement from IE5-Mac\*/
#navbar a {float: none;}                 /* End IE5-Mac hack */

#navbar a {
text-decoration: none;
font-size: .7em;
font-weight: bold;
background-color: #dde5ff;
color: #000000;
padding: 0 0.6em 0 0.4em;
}

#navbar a:link {
border-top: 0.1em #004999 solid;
border-bottom: 0.1em solid #004999;
}

#navbar a:visited {
border-top: 0.1em solid #004999;
border-bottom: 0.1em solid #004999;
}

#navbar a:hover {
border-top: 0.1em solid #3f1d1d;
border-bottom: 0.1em solid #6282bc;
background-color: #accefc;
color: #3f1d1d;
}

#navbar a:active {
border-top: 0.1em solid #3f1d1d;
border-bottom: 0.1em solid #6282bc;
background-color: #accefc;
color: #3f1d1d;
}

.current
{
border: 0.1em solid #6282bc;
background-image: url(../images/beas-little-spdr-26x25.gif);
background-position: left;
background-repeat: no-repeat;
}

#navbar a.current 
{
padding-left: 2.5em;
background-color: #dde5ff;
}

.identifier {
font-size: 0.8em;
color: #000000;
background-color: transparent;
margin-left: 6%;
padding-top: 0.5em;
position: relative;
float: left;
/*the statement "float: left" corrects a IE5/Mac rendering but creates a problem for other browsers. The "hack" is in the next statement and comment*/
/* Commented Backslash Hack hides the next statement from IE5-Mac\*/
float: none;                 /* End IE5-Mac hack */
 }

p a {
text-decoration: underline;
color: #000000;
background-color: #dde5ff;
padding: 0 0.2em 0 0.2em;
}

div.identifier p a:link {
background-color: transparent;
color: #000000;
}
div.identifier p a:visited {
background-color: transparent;
color: #000000;
}
div.identifier p a:hover {
background-color: #cccccc;
color: #000000;
}

div.identifier p a:active {
background-color: #cccccc;
color: #000000;
}

p.firstpara {
margin-top: -1em;
 }

p.listpara {
margin-top: -1em;
 }

#main-content-home 
{
position: relative;
background-color: #dde5ff;
padding-left: 0;
width: 60%;
 }

#main-content-home h2
{
margin-left: 10%;
}

#main-content-home p
{
margin-left: 10%;
}

#daily
{
position: relative;
width: 20%;
clear: left;
float: right;
/*background: right center;*/
background-color: #6282bc;
border: 0.1em solid #004999;
color: #000000;
font-size: 0.7em;
margin-right: 5%;
margin-top: -26em;
padding-left: 1%;
padding-right: 1%;
padding-bottom: 1em;
}

#daily p
{
margin-top: -1em;
}

#daily h5
{
font-weight: bold;
}

#med-spdr {
background-color: transparent;
background-image: url(../images/b-west-yb-spdr-130x86.gif);
background-repeat: no-repeat;
width: 12em;
height: 6em;
float: right;
}

#main-content 
{
position: relative;
background-color: #dde5ff;
padding-left: 0;
margin-left: 6%;
margin-right: 5%;
 }

#med-spdr1 {
background-color: transparent;
background-image: url(../images/b-west-yb-spdr-130x86.gif);
background-repeat: no-repeat;
width: 12em;
height: 6em;
clear: left;
float: right;
}

.onsite {
text-decoration: underline;
color: #004999;
background-color: #dde5ff;
padding: 0 0.2em 0 0.2em; 
}

.offsite {
text-decoration: underline;
color: #004999;
background-color: #dde5ff;
padding: 0em;
}

#portfolio p
{
text-align: left;
}

.back 
{
margin-left: 6%;
}

p.footer {
text-align: justify;
font-size: 0.6em;
color: #666666;
background-color: #dde5ff;
padding-top: 1em;
padding-right: 2em;
margin-right: 5%;
}

div.endnotes {
clear: right;
border: none; 
margin-left: 6%;
}

div.endnotes a {
text-decoration: underline;
font-size: 0.9em;
color: #666666;
background-color: #dde5ff;
padding: 0 0.2em 0 0.2em;
}


