/* Main Style Sheet for Clearly Scene Web Project */



/* GLOBAL BODY ELEMENTS */

body {
margin: 0; 
padding: 0; 
background: #ebeef3 url(images/bg_stripes.gif);
font: normal 14px Arial, Helvetica, sans-serif;
color: #33537c;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover, a:active {
color: #ff591b;
text-decoration: none;
}

p {
margin-bottom: 1.5em;
}



/* MAIN CONTENT BOX AND CONTENT */

#outerbox {
margin: 0 auto;
width: 800px;
height: 700px;
margin-top: 30px;
padding-top: 100px;
}

#innerbox {
position: relative;
top: 40px;
left: 50px;
background-color: #FFFFFF;
width: 730px;
height: 600px;
z-index: 3;
border-top: solid 2px #6685ab;
border-right: solid 2px #33537c;
border-bottom: solid 2px #33537c;
border-left: solid 2px #6685ab;
}

#innercontent {
float: left;
padding: 40px 20px 10px 20px;
width: 660px;
background-color: #FFFFFF;
}



/* IMAGES AND GRAPHICS */

#logo {
background: #33537c url(images/cs_logo_lines.jpg);
position: absolute;
width: 230px;
height: 193px;
top: 5px;
left: 5px;
z-index: 2;
}

#bartop {
background-color: #eaedf2;
position: absolute;
width: 100%;
height: 200px;
top: 0;
left: 0;
z-index: 1;
}

#barlefttop {
background-color: #6685ab;
position: absolute;
width: 50%;
height: 70px;
top: 200px;
left: 0;
z-index: 1;
}

#barrighttop {
background-color: #33537c;
position: absolute;
width: 50%;
height: 70px;
top: 200px;
right: 0;
z-index: 1;
}

#innerimage1 {
background: #FFFFFF url(images/flowers/blue.jpg) no-repeat;
width: 730px;
height: 70px;
}

#innerimage2 {
background: #FFFFFF url(images/flowers/yellow.jpg) no-repeat;
width: 730px;
height: 70px;
}

#innerimage3 {
background: #FFFFFF url(images/flowers/pink_yellow.jpg) no-repeat;
width: 730px;
height: 70px;
}

#innerimage4 {
background: #FFFFFF url(images/flowers/red_yellow.jpg) no-repeat;
width: 730px;
height: 70px;
}

#innerimage5 {
background: #FFFFFF url(images/flowers/purple_yellow.jpg) no-repeat;
width: 730px;
height: 70px;
}



/* NAVIGATION */

#nav {
float: left;
z-index: 3;
}



/* COPYRIGHT */

#copy {
margin: 0 auto;
margin-top: 50px;
padding-top: 10px;
width: 500px;
height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}
