
body {
background: #0d0c0c url(/media/images/background.gif) repeat-x;
color: #fff;
}


.container {

}
/* Header Section */

#header {
margin-top:15px;
height:110px;
}

#logobox {  
margin-left:10px;
margin-top:14px;
 }

#phone {
line-height: 110px;
font-size:16px;
color: #acacac;
}

/* Navigation Bar */

.topnav {
background: #171616;
width: 950px;
height:36px;
}

.topnav a {
display:block;
width:236px;
height:36px;
float:left;
color: #fff;
text-decoration: none;
text-align:center;
line-height:36px;
border-right: 1px solid #252525;
font-size:14px;
}

.topnav a:hover {
background: #1c2a3b;
}


/* Content Area */

#banner {
margin-top:10px;
}
.main_content {
margin-top:10px;
padding-bottom:10px;
}

.main_content p {
line-height:25px;
font-size:12px;
}

#left_column p {
padding-left: 10px;
}

/* Footer */
#footer {
border-top: 1px solid #171616;
padding-top:10px;
margin-bottom:20px;
}

#footer a {
color: #fff;
text-decoration: none;
padding-left:10px;
padding-right: 10px;
}

#footer a:visited {
color: #fff;
text-decoration: none;
}

#copyright {
padding-left:22px;
}

/* Homepage portfolio items */
.right_port {
margin-top:10px;
width:300px;
height:81px;
}


/* Blueprint CSS Overrides */

div.colborder {
border-right: 1px solid #171616;
}

.box {
background: transparent;
}

.divider {
border-top: 1px solid #171616;
width: 100%;

margin-top:20px;
margin-bottom: 20px;
}


/* Forms */
ul.errorlist {
 margin: 0;
 padding: 0;
 }

 .errorlist li {
  background-color: red;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 6px;
  width: 445px;
  border: 1px solid #171616;

  
}

.contact_form th {
text-align:right;
}

.contact_form table, td {

}

.contact_form td {
padding: 5px;

}

.contact_form th {
font-size: 16px;
}
.contact_form input {
width: 433px;
border: 3px solid #313131;
background: #171616;
color: #fff;
padding:10px;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}

.contact_form textarea {
width: 433px;
height: 150px;
border: 3px solid #313131;
background: #171616;
color: #fff;
padding:10px;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
overflow:auto;
}

.contact_form .submit {
width:auto;
font-size:18px;
width:140px;
padding: 5px;
margin-left: 432px;
margin-top: -10px;
margin-bottom: 10px;
}

.flame {
width: 119px;
margin:0 auto;
text-align:center;
}

.services ul{
margin: 0;
padding: 0;

 }
.services li {
font-size:14px;
line-height:30px;
   }

 .home_box p {
line-height:30px;
font-size:14px;
padding-top:8px;
 }

 .home_box a {
color: #fff;
 }
