/* This is the default style sheet for bayleydavis.com */
/* author: Scott Marlow, muse@marketingbymarlow.com, 206.784.5454 */

body     {
background-color: #E1CEB3;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px
}

/* HEADER */

#header  {
height:425px;
position: absolute; top: 40px; left: 120px
}

#header_inside  {
position: absolute; top: 70px; left: 80px
}

/* NAVIGATION */

#navigation_inside {
background-image: url(../img/sidebar_left.gif); background-repeat:no-repeat;
position: absolute; top: 190px; left: 20px
}
#navigation_inside ul  {
list-style-type: none; 
margin-left: 5px;
padding-left: 0; 
position: absolute; top: 110px; left: 10px
}
#navigation_inside li    {
font-weight: bold; font-size: 1.2em; 
line-height:180%
}
#navigation_inside a     {
color: #330000; 
text-decoration: none
}
#navigation_inside a:hover, #navigation_inside a.selected {
color: #E1CEB3
}

#navigation   {
background-image: url(../img/sidebar_left.gif); background-repeat:no-repeat;
position: absolute; top: 350px; left: 20px
}
#navigation ul  {
list-style-type: none; 
margin-left: 5px; 
padding-left: 0; 
position: absolute; top: 130px; left: 20px
}
#navigation li    {
font-weight: bold; font-size: 1.4em; 
line-height:180%
}
#navigation a     {
color: #330000; 
text-decoration: none
}
#navigation a:hover, #navigation a.selected {
color: #E1CEB3
}

/* BODY CONTENT */

#copy              {
font-weight: 500; 
padding-top: 270px; padding-left: 260px; 
width: 440px
}

h1 {
font-size: 1.4em; 
margin-bottom: 0
}
h2 {
font-size: 1.2em; 
margin-bottom: 0
}
h3 {
font-size: 1em; 
margin-bottom: 0
}
h4            {
font-size: 1em; font-style: italic; 
margin-bottom: 0
}
p, li            {
font-size: 1em; 
line-height: 140%
}
a {
text-decoration: none
}
a:hover {
text-decoration: underline
}

#content               {
font-weight: 500; 
padding-top: 470px; padding-left: 260px; 
width: 400px
}

a[href $='.pdf'] {
background: transparent url(../img/pdf-icon.gif) no-repeat center right;
padding-right: 20px;
}

/* FOOTER */

#footer img {
clear: right; 
padding: 50px
}
