

/* LAST EDIT: */
/* 1/19/09 - Roy */


/* ::::::: Genereal Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #ffffff url(img/bg.gif) top center repeat-x;
}

h1 {
font: normal 20px/26px Arial, Helvetica, sans-serif;
color: #c00108;
margin-bottom: 5px;
}

h2 {
font: normal 16px/22px Arial, Helvetica, sans-serif;
color: #666666;
margin: 10px 0px;
}

h3 {
font: normal 15px/18px Arial, Helvetica, sans-serif;
color: #c00108;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
padding: 0px 0px 10px 0px;
}

p.smaller {
font: normal 10px/16px verdana, Helvetica, sans-serif;
color: #000000;
padding: 0px 0px 10px 0px;
}

p.smaller a {
font: normal 10px/16px verdana, Helvetica, sans-serif;
padding: 0px 0px 10px 0px;
}

ul {
list-style-position: inside;
position: relative;
z-index: 2000;
}

li {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

a:link, a:active, a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: underline;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}
.location a {
color:#0066CC;
text-decoration:none;
}
.location a:hover {
color:#0066CC;
text-decoration:none;
}
#minfo a {
color:#0066CC;
text-decoration:none;
}
#minfo a :hover {
color:#0066CC;
text-decoration:none;
}
table {
}

tr {
}

th {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

fieldset {
font: bold 12px/18px Arial, Helvetica, sans-serif;

}

.bigtext {
    -x-system-font: none;
    color: #C00108;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 5px;
}

/*  ::::::: Main Wrap  ::::::: */

.MainBody {
background: transparent;
width: 800px;
margin: 0px auto;
}

/* ::::::: Header ::::::: */

.TopOfPage {
background: transparent url(img/header.gif) center top no-repeat;
width: 800px;
height: 110px;
position: relative;
margin: 0px auto;
}

a.HomeLink {
position: absolute;
top: 0px;
left: 0px;
width: 200px;
height: 90px;
}

a.HomeLink span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: transparent; 
text-align: center;
margin: 0px;
padding: 0px;
width: 100%;
}

ul#nav {/* Main List */
width: 804px;
height: 40px;
display: block;
margin: 0px auto;
}

ul#nav, ul#nav li ul { /* all lists */
list-style: none;
text-align: center;
}

ul#nav li { /* main list items */
float: left;
position: relative;
width: 134px;
}

ul#nav li a { /* main links */
font: bold 12px/40px Arial, Helvetica, sans-serif;
color: #0057AA;	
text-decoration: none;
display: block;
height: 40px;
}
ul#nav li a:hover {
background: transparent url(img/hover.gif) left top repeat-x;
font: bold 12px/40px Arial, Helvetica, sans-serif;
color: #0057AA;	
text-decoration: none;
display: block;
height: 40px;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border-top: 1px solid #0268B3;
border-right: 1px solid #0268B3;
margin: 0px;
padding: 0px;
}

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 1px solid #0268B3;
border-left: 1px solid #0268B3;
width: 160px;
}

ul#nav li ul li a { /*sub links */
background: #e2e2e2;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #014B94;
height: 30px;
}

ul#nav li ul li a:hover {
background: #ffffff;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #0268B3;
height: 30px;
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
display: block;
}


/* ::::::: Inner/Right Wrap ::::::: */

.Wrap {
width: 580px;
float: right;
padding: 20px 0px;
}
.Wrap p, h1, h2, h3, ul{
padding-left: 10px;
}

.Wrap img {
border: 5px double #D0D0D0;
float: right;
padding: 1px;
margin: 10px 0px 10px 10px;
}

.home {
background: #E2E3E4 url(img/home.gif) left top no-repeat;
padding: 10px 0px 0px 0px;
margin: 10px 0px;
}

.home h1, .home h2, .home li, .home p {
padding: 0px 10px;
}

.home p {
color: #3b3b3b;
}

.home img {
border: 0px;
float: none;
padding: 0px;
margin: 0px;
}
/* ::::::: Main Content Area ::::::: */



/* ::::::: Left Column ::::::: */

.LeftMargin {
width: 200px;
float: left;
padding: 20px 0px;
}

.LeftMargin p {
font: normal 11px Arial, Helvetica, sans-serif;
color: #c00108;
padding: 10px 3px;
}

.LeftMargin a {
font: normal 11px Arial, Helvetica, sans-serif;
color: #c00108;
}

.sublinks {
margin: 0 0 10px 0;
}

.sublinks a:link, .sublinks a:active, .sublinks a:visited {
background: #FFFFFF url(img/sublink.gif) left top no-repeat;
font: normal 12px/17px Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
color: #666666;
display: block;
width: 200px;
height: 17px;
margin: 2px 0px;
}

.sublinks a:hover {
background: #FFFFFF url(img/sublink.gif) left top no-repeat;
font: normal 12px/17px Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
color: #000000;
display: block;
width: 200px;
height: 17px;
margin: 2px 0px;
}

.getaquote {
background: #c00108 url(img/getaquote.gif) left top no-repeat;
width: 200px;
padding: 40px 0px 0px 0px;
}

.getaquote p {
margin: 0px 0px 3px 0px;
padding: 0px 20px;
color: #FFFFFF;
text-align: center;
}

.getaquote a:link, .getaquote a:active, .getaquote a:visited {
font: bold 16px/20px arial;
color: #FFFFFF;
text-decoration: none;
}
.getaquote a:hover {
font: bold 16px/20px arial;
color: #FFFFFF;
text-decoration: none;
}




 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
background: #ffffff url(img/sitefooter.jpg) left top no-repeat;
text-align: center;
clear: both;
border-top: 1px solid #c00108;
}

.SiteFooter a {
color: #c00108;
text-decoration: none;
margin: 0px 25px;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
background: #0268b3;
text-align: center;
padding: 20px 0px;
}

.Footer p {
color: #ffffff;
font-size: 9px;
}

.Footer a {
font: normal 9px/12px arial, sans-serif;
color:#ffffff;
}


/* :::::: form :::::: */

.form {
border: 1px solid #ccc;
width: 520px;
padding: 10px;
margin: 0px 10px;
text-align:left;
}

.form p textarea {
height: 100px;
width: 480px;
}

.form2 p {
display: block;
width: 200px;
float: left;
}

.form2 p input {
width: 185px;
}

.form2 p textarea {
height: 100px;}


