/* CSS Document */



html,body {

margin:0;

padding:0;

height:100%;

width:100%;

background-color: #F7F3E7;

background-position: top;

background-repeat: repeat-x;

}

table.full-height {



height:100%;

width:100%;

border:0px;

}



table {



font-family: Trebuchet MS, Tahoma;

font-size: 13px;

color: #444444;

line-height: 22px;

}



p {



font-family: Trebuchet MS, Tahoma;

font-size: 13px;

color: #444444;

line-height: 22px;

}



h1 {



font-size: 16px;

color: #EEA12B;

}



h2 {



font-size: 15px;

color: #EEA12B;

}



/* Main Text Links */



a {



color: #EEA12B;

text-decoration: none;

}



a:hover {



color: #EEA12B;

text-decoration: underline;

}

/* Page footer */

.baselink a {
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

.baselink a:hover {
font-size: 12px;
color: #ffffff;
text-decoration: underline;
}

.baselink p {
font-family: Trebuchet MS, Arial;
font-size: 12px;
color: #444444;
line-height: 20px;
}

/* Unordered List */

ul li {
    margin: 0px -20px 0px -20px;
    padding: 0 0 0 20;
    list-style: none;
    background: url(images/grennbullet.png) no-repeat 0 3px;
	line-height: 25px;
}

/* Main Navigation */

a.linka {

display: block;

width: 180px;

height: 40px;

background: url("links/linka.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linka {

background-position: -180px 0;

}

a.linkb {

display: block;

width: 180px;

height: 40px;

background: url("links/linkb.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkb {

background-position: -180px 0;

}

a.linkc {

display: block;

width: 180px;

height: 40px;

background: url("links/linkc.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkc {

background-position: -180px 0;

}

a.linkd {

display: block;

width: 180px;

height: 40px;

background: url("links/linkd.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linkd {

background-position: -180px 0;

}

a.linke {

display: block;

width: 180px;

height: 40px;

background: url("links/linke.png") 0 0 no-repeat;

text-decoration: none;

}

a:hover.linke {

background-position: -180px 0;

}

/* Internal Homepage Links */

a.link1 {

display: block;

width: 134px;

height: 24px;

background: url("pop/link1.gif") 0 0 no-repeat;

text-decoration: none;

}

a:hover.link1 {

background-position: -134px 0;

}

a.link2 {

display: block;

width: 134px;

height: 24px;

background: url("pop/link2.gif") 0 0 no-repeat;

text-decoration: none;

}

a:hover.link2 {

background-position: -134px 0;

}

a.link3 {

display: block;

width: 134px;

height: 24px;

background: url("pop/link3.gif") 0 0 no-repeat;

text-decoration: none;

}

a:hover.link3 {

background-position: -134px 0;

}

a.link4 {

display: block;

width: 134px;

height: 24px;

background: url("pop/link4.gif") 0 0 no-repeat;

text-decoration: none;

}

a:hover.link4 {

background-position: -134px 0;

}

a.link5 {

display: block;

width: 134px;

height: 24px;

background: url("pop/link5.gif") 0 0 no-repeat;

text-decoration: none;

}

a:hover.link5 {

background-position: -134px 0;

}

/* How We Work - Mouseover effect */

#dhtmltooltip{
position: absolute;
width: 400px;
border: 2px solid orange;
padding: 5px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
