/* CSS Document */
* { margin: 0pt;
 padding: 0pt;
}
body {
 margin-top: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
h1 {
 font-family: Times New Roman,Times,Georgia,serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 96px;
 background: url(images/home-header-bg.jpg) no-repeat;
 text-align: left;
}
#header-phones {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #000;
 font-weight: bold;
}
table#top-nav {
 width: 960px;
 height: 30px;
 text-align: center;
 background-color: #9c0e16;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
}
#top-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 text-decoration: none;
}
#top-nav a:hover {
 text-decoration: underline;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
 background: #fff url(images/home-content-bg.jpg) top repeat-x;
 text-align: left;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 width: 200px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
}
#left-col a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #309;
 font-weight: bold;
 text-decoration: underline;
}
#left-col a:hover {
 text-decoration: none;
}
td#main-col {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 width: 290px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
#home-quote {
 margin: 0px;
 padding: 5px;
 width: 270px;
 background: #fff url(images/home-quote-bg.jpg) top repeat-x;
 border: 1px solid #f9a867;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #9c0e16;
 font-weight: bold;
}
#home-links {
 margin: 0px;
 padding: 5px;
 width: 215px;
 background: #fff url(images/home-links-bg.jpg) top center no-repeat;
 border: 8px solid #f4cc5d;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 font-weight: bold;
}
#home-links a {
 display: block;
 height: 25px;
 padding: 3px 0px 3px 28px;
 background: url(images/check-button.gif) left no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 font-weight: bold;
 text-decoration: underline;
}
#home-links a:hover {
 text-decoration: none;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 background-color: #fff;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 border-top: 2px solid #9c0e16;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
