/* stylesheet for intellifiber.com */

body {
    margin: 0;
    padding: 0;
    background: #fff url(http://www.intellifiber.com/static/img/gray_top.jpg) top left repeat-x;
    color: #676767;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}


/* header and top nav */

#header {
    position: relative;
    width: 880px;
    height: 120px;
    text-align: center;
    z-index: 99;   
}

#nav {
    position: relative;
    float: left;
    width: 600px;
    padding: 50px 0 0 5%;
    font-size: .8em;
    text-align: left;
}

#logo {
    position: relative;
    float: right;
    width: 220px;
    padding-top: 15px;
}


/* content home */

#page-home {
    position: relative;
    padding-left: 85px;
    width: 100%;
    text-align: left;
    background: #fff url(http://www.intellifiber.com/static/img/page_nonav.gif) top left repeat-y;
}

#content-home {
    padding: 0;
    background: url(http://www.intellifiber.com/static/img/banner_home01.jpg) top left no-repeat;
    height: 495px;
}

#block-home {
    position: absolute;
    top: 0;
    left: 120px;
    background-color: #fff;
    width: 510px;
    padding: 30px 40px;
    z-index: 10;
}

#block-news {
    position: relative;
    float: left;
    width: 290px;
    padding: 0 0 0 10px;
}


/* content interiors */
/* content divs create master containers that either hold sidenav or not */
/* block divs cluster the content, embed versions go inside master blocks */

#content {
    position: relative;
    float: left;
    background: #fff url(http://www.intellifiber.com/static/img/page.gif) top left repeat-y;
    width: 1000px;
    height: 100%;
    padding: 0;
}

#content-nonav {
    position: relative;
    float: left;
    background: #fff url(http://www.intellifiber.com/static/img/page_nonav.gif) top left repeat-y;
    width: 900px;
    height: 100%;
    padding: 0 0 0 85px;
}

#content-nonav1 {
    position: relative;
    float: left;
    background: #fff url(http://www.intellifiber.com/static/img/page_nonav.gif) top left repeat-y;
    width: 900px;
    height: 100%;
    padding: 0 0 0 85px;
}

#block {
    position: relative;
    float: left;
    width: 600px;
    padding: 30px;
}

#block-services {
    position: relative;
    float: left;
    width: 900px;
    padding: 0 30px 30px 35px;
    background: #fff url(http://www.intellifiber.com/static/img/banner_services01.jpg) top left no-repeat;
}

#block-company {
    position: relative;
    float: left;
    width: 900px;
    padding: 0 30px 30px 35px;
    background: #fff url(http://www.intellifiber.com/static/img/banner_services01.jpg) top left no-repeat;
}

#block-nonav {
    position: relative;
    float: left;
    width: 70%;
    padding: 30px 40px;
}

#block-nonav1 {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 40px;
}

#block-nonav2 {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    padding: 30px 40px;
}

#block-nonav3 {
    position: relative;
    float: left;
    width: 70%;
    height: 65px;
    padding: 30px 40px;
}

#block-right {
    position: relative;
    float: right;
    display: block;
    width: 190px;
    padding-top:20px;
    padding-left: 10px;

}    
    
#block-embed {
    position: relative;
    float: left;
    width: 410px;
    padding: 0 50px 0 0;
}

#block-embed1 {
    position: relative;
    float: left;
    width: 610px;
    height: 175px;
    padding: 30px 40px;
    background-color: #fff;
}

#block-embed2 {
    position: relative;
    float: left;
    width: 300px;
    padding: 0 30px 0 0;
}

#block-embed3 {
    position: relative;
    float: left;
    width: 510px;
    padding: 30px 40px;
    background-color: #fff;
}

#block-embed4 {
    position: relative;
    float: left;
    width: 475px;
    padding: 0 50px 0 0;
}

#block-embed5 {
    position: relative;
    float: left;
    width: 610px;
    padding: 0 0 0 45px;
    background-color: #fff;
}

#block-embed6 {
    position: relative;
    float: left;
    width: 610px;
    padding:0 0 0 45px;
    background-color: #fff;
}

#block-short {
    position: relative;
    float: left;
    width: 290px;
    padding: 0 0 30px 30px;
}

#block-short1 {
    position: relative;
    float: left;
    width: 285px;
    padding: 0 0 30px 40px;
}

#block-short2 {
    position: relative;
    float: left;
    width: 400px;
    padding: 0 0 30px 40px;
}

#block-short3 {
    position: relative;
    float: left;
    width: 350px;
    padding: 0 0 30px 40px;
}

#block-short4 {
    position: relative;
    float: left;
    width: 285px;
    height: 240px;
    padding: 0 0 30px 40px;
}

#block-short-embed {
    position: relative;
    float: left;
    width: 195px;
    padding: 0;
}

#block-short-embed2 {
    position: relative;
    float: left;
    width: 300px;
    padding: 0;
}


/* sidenav */

#sidenav {
    position: relative;
    float: left;
    padding: 30px 0 0 0 ;
    width: 235px;
    height: 100%;
}

#sidenav ul {
    color: #d0a7a8;
    margin-left: 1em;
    padding-left: 1em;
}

#sidenav li {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #96393b;
    list-style: none;
}

#sidenav li.sub {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: none;
    font-size: 1.3em;
}

#sidenav a:link {
    display: block;
    color: #d0a7a8;
    text-decoration: none;
    font-weight: normal;
}

#sidenav a:visited {
    display: block;
    color: #d0a7a8;
    text-decoration: none;
    font-weight: normal;
}

#sidenav a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}



/* footer */

#footer {
    clear: both;
    position: relative;
    width: 100%;
    height: 210px;
    background: url(http://www.intellifiber.com/static/img/gray_bottom.jpg) top left repeat-x;
    padding: 20px 5px;
    font-size: .7em;
}

#footer a:link {
    color: #ccc;
    font-weight: normal;
}

#footer a:visited {
    color: #ccc;
}

#footer a:hover {
    color: #fff;
}


/*general attributes */

h1 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #000;
    font-size: 1.3em;
}

h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #000;
    font-size: 1em;
    margin-top: 1.5em;
}

h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #000;
    font-size: .85em;
}

p {
    font-size: .75em;
    }

ul {
    font-size: .75em;
    }

a:link {
    color: #005bbf;
    font-weight: bold;
}

a:visited {
    color: #005bbf;
    font-weight: bold;
}

a:hover {
    color: #347fd1;
    font-weight: bold;
}

hr {
    border: 0;
    width: 100%;
    background-color: #c3c3c3;
    color: #c3c3c3;
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}


/* special text styles */

.youarehere {
    color: #fff;
}

.emphasis {
    color: #000;
    font-weight: bold;
}

.error {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.large {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 105%;
    line-height: 1.2em;
}

.small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 80%;
    line-height: 1.5em;
}

.sub {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 60%;
    line-height: 1.4em;
}


/* form styles */

form {
    margin-top: 1em;
    margin-bottom: 1em;
}

label {
    font-size: .75em;
    display: block;
    margin: 7px 3px 0 0;
    font-weight: bold;
    color: #000;
}

.button {
    background-color: #005bbf;
    padding: 5px;
    border: none;
    color: #fff;
    font-size: .8em;
    cursor: pointer;
}

input {
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    color: #000;
    font-size: .75em;
    padding: 2px;
}

select {
    font-size: .75em;
    color: #333333;
    background-color: #fff;
    border: 1px solid #808080;
    padding: 2px;
}

textarea {
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    color: #000;
    padding: 2px;
    margin-top: 5px;
}


#form-paetec {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333;
}

#form-paetec h4 {
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 0 10px;
        padding: 0;
}

.red {
    color: #e21937;
    font-weight: bold;

    font-size: 13px;
}

.form-title {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #999;
}

.form-small {
    color: #0177c1;
    font-size: 11px;

}

#form-paetec label {
    font-size: 13px;
    display: block;
    margin: 7px 3px 0 25px;
    font-weight: bold;
    color: #666;
}

#form-paetec input {
    font-size: 13px;
    width: 180px;
}

#form-header {
    float: left;
    height: 120px;
    display: block;
}

#form-paetec textarea {
    width: 850px;
    margin-left: 25px;
    height: 100px;
    font-size: 13px;
    padding: 6px;
}

#form-header .form-logo {
background:url(/static/img/logo_intellifiber_paetec.gif) no-repeat;
    display: block;
    float: left;
    margin: 12px 0 0 17px;
    height: 83px;
    width: 240px;
}

#form-content {
    border-left: 25px solid #a5a6aa;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 30px;
    clear: both;
}

.form-button {
    background: url(/static/img/button.png) no-repeat;
    width: 180px;
    height: 34px;
    margin:0px;
    padding:2px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    font-size: 15px;
}

.form-button:hover {
    background: url(/static/img/button-active.png) no-repeat;
}

.sales-docs {
    font-size: 15px;
    margin-top: 20px;
}

.sales-docs li {
    padding: 5px;
    font-size: 13px;
}

.sales-docs a {
    text-decoration: none;
}

.sales-docs a:hover {
    text-decoration: underline;
}

.complete {
     height: 500px;
}

.complete h1 {
    padding-top: 25px;
    font-size: 18px;
}

.complete h2 {
    color: #666;
    font-size: 15px;
    font-weight: normal;
}


