
body {
    background-image: url(images/top_bg.gif);
    background-repeat: repeat-x;
    margin: 0;
}

/* this is for the navigation bar*/ 
#navigation {
    background-color: #2B4AB5;
    color: white;
    font-size: 12pt;
    font-family: "times new roman", times, serif;
    font-variant: small-caps;
    font-weight: bold;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    border-top: black solid 5px;
    border-bottom: black solid 5px;
    margin: 0;
    text-decoration: none;
}

/* this is for the navigation links at the bottom of the pages */
#bottom_navigation {
	font-size: 12pt;
	font-family: "times new roman", times, serif;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
}

h1 {
    font-size: 24pt;
    font-family: arial, helvetica, sans-serif;
    color: black;
    font-weight: bold;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    color: black;
}

h3 {
    font-family: arial, helvetica, sans-serif;
    color: black;
} 

#logo {
    padding: 20px;
    margin: 0.0;
}

/* this is for the container boxes*/ 
.right {
    background-color: white;
    margin-right: 30px;
    width: 45%;
    float: right;
    margin-top: 30px;
} 

.left {
    background-color: white;
    margin-left: 30px;
    width: 45%;
    float: left;
    margin-top: 10px;
} 

.full {
    background-color: white;
    margin-left: 30px;
    margin-right: 30px;
	float: left;
    margin-top: 10px;
} 

#clear {
    clear: both;
}

hr {
    background-color: #2B4AB5;
    color: #2B4AB5;
    height: 5px;
    width: 100%;
}

address {
    text-align: center;
    font-family: "times new roman", serif;
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

/* this is for the navigation links and other links*/
a {
    color: blue;
} 

#navigation a:link {
    color: #FFF;
    text-decoration: none;
} 

#navigation a:visited {
    color: #FFF;
    text-decoration: none;
} 

#navigation a:hover {
    color: #CCC;
    text-decoration: none;
} 

#navigation a:active {
    color: #CCC;
    text-decoration: none;
}

/* this is for the services on the home page*/ 
.services {
    padding-left: 20px;
    padding-right: 20px;
}

/* this is for the cells in the contact page table*/
td.contact {
    padding: 10px 10px 10px 80px;
    text-align: left;
}

th {
    font-size: 16pt;
    padding-left: 40px;
    text-align: left;
}

/* this is for the form on the quote page*/
td.formleft {
    text-align: right;
    padding-right: 10px;
}

td.formright {
    text-align: left;
    padding-left: 10px;
}

th.form {
    text-align: right;
    padding-right: 10px;
}

table {
    margin: 20px;
}
/* this is for the list services and list of FTP clients for download*/
table.list {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}



