@charset "UTF-8";
/* CSS Document */

body {
    background-repeat: repeat-x;
    background-color:  #eieaf6;
    padding:0px;
    margin:0px;
    font-family:"Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
    font-size:12px;
}

.wrapper {
    width:1000px;
    margin:0px auto;
    position: relative;
    overflow: visible;
}


#home .wrapper {
    padding-top:100px;
}


h1 {
    text-indent:-10000px;
    height:400px;
    width: 600px;
    background-image:  url(/images/cmc3-logo.png);
    background-repeat:no-repeat;
    background-position: center center;
    margin:0px 20px 0px 0px;
    padding-right:10px;
    float:left;
    border-right:2px solid #B3C5DF
}

h1.small {
    background-image:url(/images/eb_logo_small.png);
    background-position:50px center;
    height:101px;
    border:none;
    width:100%;
    margin-top:20px;
}

h2 {
    color:#083A81;
    margin-bottom:0px;
}

.nav {
    height:34px;
    width:162px;
    background-color: #083A81;
    position: absolute;
    padding:0px 5px 5px 5px; 
    -webkit-box-shadow:1px 1px 7px #999999;
    -moz-box-shadow:1px 1px 7px #999999;   
}

.nav p {
    border: 1px solid #ffffff;
    border-top: none;
    margin:0px;
    height:28px;
    text-align:right;
    padding-top:5px;
    
}

.nav a {
    color:#ffffff;
}

.contact_box {
    top:0px;
    right:20px;
}

.portfolio_box {
    top:0px;
    right:215px;
}

.contact_box p {
    background-image: url(/images/envelope.png);
    background-repeat: no-repeat;
    background-position:33px 7px;
    padding-right:33px;
}

.portfolio_box p {
    background-image: url(/images/frame.png);
    background-repeat: no-repeat;
    background-position:40px 5px;
    padding-right:40px;
}

.column_one {
   width:475px;
   height:330px;
   margin:0px 20px 0px 0px;
   padding-right:10px;
   float:left;
   border-right:2px solid #B3C5DF
}

#map {
    height:377px;
    width:687px;
    float:right;
    margin:0px;
    padding:0px;
}

#contact_form {
    float:left;
    padding:10px;
    background-color:#083a81;
}

#contact_form h2{
    color:#ffffff;
    padding-left:10px;
    margin-top:5px;
}

#contact_form input, 
#contact_form select,
#contact_form label,
#contact_form textarea{
float:left;
clear:left;
margin:0px;    
}

#contact_form .cbox_label {
    clear:none;
    margin-left:5px;
}

#contact_form label {
    color:#ffffff;
    margin-top:10px;
}

#contact_form input {
    width:255px;
}

#contact_form textarea {
    width:255px;
}

#contact_form .checkbox,
#contact_form .submit {
    width:auto;
    margin-top:10px;
}

#contact_form form {
    border:1px solid #ffffff;
    padding:5px;
    margin:0px;
}

#contact_form fieldset {
    border: none;
    padding:7px;
}

#contact_form .quote_info {
    display:none;
}

.gallery {
    float:left;
    margin:20px 20px 20px 0px;
    -webkit-box-shadow:0px 3px 7px #777777;
    -moz-box-shadow:0px 3px 7px #777777;   
    
}

.footer {
    color:#083a81;
    line-height:18px;
    position:absolute;
    right:135px;
    top:500px;
   
}

.footer strong {
    display:block;
    float:left;
    width:60px;
    margin-right:10px;
}

