/* MAIN STYLE SHEET FOR SCHIRMER CONSTRUCTION */

* {
margin: 0;
padding: 0;
}

body {
background: #222 url(../images/sc_bg_05.jpg) center;
color:#000;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
}

#wrap{
background: #fff;
margin: 0 auto;
text-align:left;
width: 900px; 
height: 100%;
}

/* HEADER STYLIN' ------------------------- */


#header_home {
background: url(../images/sc_header_home.jpg);
border-bottom: 2px solid #ccc;
height: 149px;
width: 900px;
}

#header {
background: url(../images/sc_header_2.jpg);
border-bottom: 2px solid #ccc;
height: 149px;
width: 900px;
}

#header h1 
{
font-size: 1px;
position: absolute;
text-indent: -5000px;
}

#header h2 
{
background: url(../images/sc_tagline.gif);
font-size: 1px;
height: 15px;
left: 487px;
position: relative;
text-indent: -5000px;
top: 68px;
width: 299px;
}

#header_flash
{
position: absolute;
top: -2px;
}


/* NAVIGATION STYLIN' ------------------------- */


#nav_home
{
height: 14px;
padding-left: 360px;
position: relative;
top:122px;
}

#nav
{
height: 14px;
padding-left: 360px;
position: relative;
top:108px;
}

#nav li, #nav_home li
{
display: inline;
}

#nav a, #nav_home a {
color: #fff;
float: left;
font-size: 1px;
overflow: hidden;
margin-right: 24px;
text-indent: -5000px;
}

a.home
{
background: url(../images/txt_home.gif);
height: 14px;
width: 42px;
}

a.about
{
background: url(../images/txt_about.gif);
height: 14px;
width: 68px;
}

a.services
{
background: url(../images/txt_services.gif);
height: 14px;
width: 65px;
}

a.projects
{
background: url(../images/txt_projects.gif);
height: 14px;
width: 69px;
}

a.contact
{
background: url(../images/txt_contact.gif);
height: 14px;
width: 64px;
}

a.home:hover
{
background: url(../images/txt_over_home.gif);
}

a.about:hover
{
background: url(../images/txt_over_about.gif);
}

a.services:hover
{
background: url(../images/txt_over_services.gif);
}

a.projects:hover
{
background: url(../images/txt_over_projects.gif);
}

a.contact:hover
{
background: url(../images/txt_over_contact.gif);
}


/* MAIN-WRAP STYLIN' --------------------- */

#main
{
font-size: 12px;
line-height: 1.75em;
text-align: left;
width: 900px;
}

#main h1 {
color: #1d2136;
font-size: 16px;
}

#main h2 {
padding: 17px 0 5px;
}

#main p
{
padding: 17px 0 5px 0;
}

#main hr
{
background: #000 url(../images/sc_shadow_top.gif);
border: 0;
height: 35px;
}

#main hr.bottom
{
background: #000 url(../images/sc_shadow_bottom.gif);
border: 0;
clear: both;
height: 35px;
}

#main a
{
color: #245b7a;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

#main a:hover
{
color: #38c;
}

/* FLASH OBJECT STYLIN' -------------------- */




/* SIDEBAR STYLIN' ------------------------- */

#sidebar {
float: left;
padding: 92px 0 50px 20px;
width: 295px;
}

#sidebar_hm {
float: left;
padding: 5px 0 0 20px;
width: 295px;
}
	
/* CONTENT STYLIN' ------------------------- */

#content {
float: right;
padding: 50px 70px 20px 0px;
width: 470px;
}

#content ul
{
list-style: disc;
padding-left: 15px;
}

#content_hm {
float: right;
padding: 55px 50px 20px 0px;
width: 415px;
}

#content_team {
float: right;
padding: 55px 50px 20px 0px;
width: 328px;
}




/* FOOTER STYLIN' ------------------------- */

#footer {
background: url(../images/sc_footer.jpg) no-repeat top;
clear: both;
color: #999;
font-size: 9px;
height: 237px;
text-align: right;
width: 900px;
}

.copyright
{
color: #000;
letter-spacing: 1px;
padding: 14px 10px 0 0;
}
