/* CSS Document */


body {
background-image: url(images/concrete-bg.jpg);
background-repeat: repeat;
background-position: 50% 0%;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
line-height: 24px;
color: #505660;
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 12px;
background-color: #e2e9eb;
}

#banner {
height: 128px;
background-image: url(images/bannerbg_03.gif);
background-repeat: no-repeat;
background-color: rgb(213, 219, 225);
}

#content {
margin: 0px 35px;
}

#content a:link, #content a:visited {
color: #006666;
text-decoration: underline;
}

#content a:hover {
text-decoration: none;
}

#footer {
clear: both;
height: 250px;
font-size: 12px;
line-height: 12px;
text-align: center;
}

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

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

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

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

/* -- Navbar -- */

div#navbar {
font-size: 14px;
font-weight: bold;
text-align: center;
background-color: #f2fafc;
padding: 0px;
line-height: 34px;
width: 730px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #505660;
text-decoration: none;
display: inline;
padding-left: 15px;
padding-right: 15px; 
}

#navbar ul li a:hover {
text-decoration: underline; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Footer Navbar -- */

div#footer-navbar {
font-size: 14px;
font-weight: bold;
text-align: center;
margin-left: 35px;
padding: 0px;
line-height: 34px;
width: 730px;
}

#footer-navbar ul li a:link, #footer-navbar ul li a:visited {
color: #505660;
text-decoration: none;
display: inline;
padding-left: 15px;
padding-right: 15px; 
}

#footer-navbar ul li a:hover {
text-decoration: underline; 
}

#footer-navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#footer-navbar ul {
margin: 0px;
padding: 0px;
}


/* -- HTML -- */

h1 {
font-size: 18px;
font-weight:bold;
}

h2 {
font-size: 16px;
font-weight: bold;
}


/* -- Classes -- */

.phone {
font-size: 36px;
font-weight: bold;
}

