/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background: url(images/background.jpg);
text-align: center; /*** Centers the design in old IE versions ***/
font-size: 12px;
}
p {padding: 10px 0 0 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}
.clear { clear: both; }

#mainContainer {
width: 850px;
margin: 0 auto; /*** Centers the design ***/
background: url(images/backmain.jpg);
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
/**************************
HEADER
**************************/
#header {
margin-left:25px;
padding-right:25px;
padding-left:332px;
height:109px;
background: url(images/backtop.jpg);
background-repeat: no-repeat;
text-align:right;
}

table.nav {
    padding:0;
	border-width: 0;
	border-spacing: 0;
	border-style:none;
	width:341px;
	border-collapse:collapse;
}
table.nav td {
	padding: 0;
	border-style:none;
	border-width: 0;
	line-height:1px;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-top: 255px;
margin-left:25px;
margin-top:0;
background: url(images/backbottom.jpg);
background-repeat: no-repeat;
}
.float-wrap {
margin-top:0;
}
#content {
float: left;
width: 800px;
padding-left:15px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {
padding: 0;
margin: 0;
}

table.main {
    padding:0;
	border-width: 0;
	border-spacing: 0;
	border-style:none;
	width:770px;
	border-collapse:collapse;
}
table.main td {
	padding: 0;
	border-style:none;
	border-width: 0;
	background-color:#FFFFFF;
	line-height:1px;
}
table.main td.shadowleft {
	background: url(images/shadowleft.jpg);
	padding: 0;
}
table.main td.shadowright {
	background: url(images/shadowright.jpg);
	padding: 0;
}
table.main td.shadowmid {
	background: url(images/shadowmid.jpg);
	padding: 0;
}

table.hometable {
    padding: 0;
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	border-collapse: collapse;
	background-color:#FFFFFF;
}
table.hometable td {
	padding: 0 8px 8px 8px;
	border-width: 0;
	border-color:#FFFF00;
	font-size: 12px; 
	line-height:17px;
}
table.hometable td.header {
background-color:#62804D;
padding-top:6px;
text-indent: 6px;
font-weight: bold;
color: #FFFFFF;
font-size: 12px; 
line-height:12px;
border-style:solid;
border-width:6px;
border-color:#FFFFFF;
}

.bigbold {
    font-size: 12px; 
    line-height: 16px;
    font-weight: bold;
}

/*************************
RIGHT COLUMN - This is our footer menu
**************************/
#right {
float: left;
width: 780px;
background: #F3FFE3;
padding-top: 5px;
padding-bottom:30px;
height: 80px;
text-align:center;
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}

/* NAVIGATION BUTTONS */
a.navabout {
    width: 48px;
    height: 28px;
    background: url(images/nav.about.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
    background-color: #FFFFFF
}
a.navabout:hover {
    background-position: -48px 0;
}

a.navserv {
    width: 60px;
    height: 28px;
    background: url(images/nav.services.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navserv:hover {
    background-position: -60px 0;
}

a.navtest {
    width: 81px;
    height: 28px;
    background: url(images/nav.test.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navtest:hover {
    background-position: -81px 0;
}

a.navfaq {
    width: 39px;
    height: 28px;
    background: url(images/nav.faq.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navfaq:hover {
    background-position: -39px 0;
}

a.navcon {
    width: 58px;
    height: 28px;
    background: url(images/nav.contact.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navcon:hover {
    background-position: -58px 0;
}

a.navfee {
    width: 40px;
    height: 28px;
    background: url(images/nav.fees.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navfee:hover {
    background-position: -40px 0;
}

a.navhome {
    width: 47px;
    height: 28px;
    background: url(images/nav.home.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navhome:hover {
    background-position: -47px 0;
}

a.navblog {
    width: 40px;
    height: 28px;
    background: url(images/nav.blog.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navblog:hover {
    background-position: -40px 0;
}

/* END OF NAVIGATION */

ul.list1 {
list-style-image: url(images/list_dot.gif);
padding: 0;
text-indent: 2px;
text-align: left;
padding-left: 20px;
margin-top: 20px;
}
ul.list1 li {
	margin-top: 2px;
	margin-bottom: 5px;
	}