/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes borders and spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes borders from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quatation marks from q */
q:before, q:after 
{ content: ''; }


/* layout.css */

/*html {
text-align: center; }*/

body {
width: 1000px;
margin: 0 auto;
padding: 0 0; 
background: transparent url(../images/bg-landing.jpg) no-repeat; 
background-position: center top; 
background-color: white; 
background-attachment: fixed; 
}

ul { 
position: relative;
/*position: absolute;*/
}

li {
position: relative; 
width: 100%; 
}

#logo {
position: fixed;
z-index: 10;
}

#logo span {
visibility: hidden; 
}

#nav {
position: absolute;
width: 280px;
height: 1500px;
background-color: #fff; 
top: 0px; 
left: 57px; 
padding-top: 100px;
padding-left: 20px; 
}

#nav h3 {
width: 200px;
border-bottom: 1px solid #CCCCCC; 
}

#nav h5 {
width: 183px;
margin-left: 13px;
padding-top: .8em;
border-bottom: 1px dotted #CCCCCC; 
}

#content {
position: absolute;
width: 500px;
height: 500px;
left: 300px;
top: 80px;
padding: 0;
background: transparent url(../images/bg-landing-dark.jpg) no-repeat; 
background-position: center top;
background-attachment: fixed; 
border: 20px solid #FF8400;
}

/*#content span {
visibility:hidden; 
}*/

#content p {
float: right;
padding-top: 410px;
padding-right: 100px;
}

#content h6 {
float: left;
padding-top: 30px;
padding-left: 10px;
}

#caption h1 {
}
