/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin:0px;
width:950px;
margin-left:auto;
margin-right:auto;
background-color:#eff3f7;
}

#header {
height:253px;
background-image:url(Images/header.jpg);
background-repeat:repeat-x;
}

.tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #085258; }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }




#logo {
float:left;
margin-left:5px;
margin-top:5px;
}

#numberandemail {
float:left;
margin-left:360px;
margin-top:5px;
}
#callback {
float:right;
padding-top:50px;
padding-right:30px;
}
#topnav {
margin-left:0px;
margin-top:20px;
float:right;

}

#screens {
margin-left:0px;
margin-top:0px;
float:left;
}


#quickform {
margin-left:0px;
margin-top:5px;
float:left;
}

#mainbody {
margin-left:5px;
margin-top:5px;
width:500px;
float:left;
}

hr {
color: #0c6c5d;
background-color: #0c6c5d;
height: 10px;
}

#content {
display:table;
width:100%;
height:auto;
background-image:url(Images/content_bg.png);
background-repeat:repeat-x;
background-color:#d9e8e6;
padding-bottom:10px;
}
#freequote {
padding-top:10px;
width:220px;
float:left;
}

#leftmenu {
padding-top:10px;
width:200px;
float:left;

}

#rightmenu {
padding-top:10px;
width:200px;
float:right;

}







#bodytext {
display:block;
background-color:#d9e8e6;
float:left;
width:570px;
margin-top:130px;
padding-left:30px;
margin-left:80px;
}

h1 {
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#0c6c5d;
}

h2 {
font-size:15px;
color:#000000;
}


h3 {
font-size:15px;
color:#f75929;
}


#footer {
padding-top:30px;
margin-top:50px;
height:140px;
}


#callnow {
float:right;
margin-top:26px;
margin-right:25px;
}

#footerlinks {
color:#ffffff;
text-indent:15px;
height:30px;
}

#footerlinks a {
color:#ffffff;
text-decoration:none;
margin-right:5px;
margin-left:5px;
line-height:20px;
}

#footerlinks a:hover {
color:#F97C00;
}

#sectionlinks {
float:right;
padding-top:25px;
padding-bottom:5px;
}

#sectionlinks div {
float:left;
width:175px;
font-size:11px;
background-image:url(Images/linkborder.gif);
background-repeat:no-repeat;
background-position:right;
}

#sectionlinks div#larger {
width:190px;
}

#sectionlinks div#last {
width:190px;
background-image:url(Images/blank.gif);
}

#sectionlinks img {
float:left;
margin-top:5px;
margin-bottom:15px;
margin-right:5px;
}

#sectionlinks a {
font-weight:bold;
color:#F97C00;
text-decoration:none;
}

#sectionlinks a:hover {
text-decoration:underline;
}

.quote {
font-style:italic;
}

.normalimg {
margin-right:-30px;
margin-left:15px;
margin-bottom:10px;
}
#contactform {
font-weight:bold;
color:#666666;
}

#contactform input.txt, textarea.txt {
width:250px;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #cccccc;
}

.txt:hover {
background-color:#FAF5FA;
}

.btn {
border:0px;
color:#ffffff;
font-size:11px;
padding:6px;
}

.contactimg {
margin-bottom:-5px;
margin-right:10px;
}

#portfolio a img {
border:1px solid white;
padding:3px;
}

#portfolio a img:hover {
border:1px solid #E8DAE9;
}

a {
color:purple;
}

a:hover {
text-decoration:none;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 35px; width: 940px;
    background: url("Images/lavabg.png") no-repeat top;
    padding: 5px; margin: 0px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("Images/lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("Images/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 12px arial;
            color: #ffffff; outline: none;
            text-align: center;
            height: 20px; top: 5px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 20px;
        }
