@charset "UTF-8";
/* CSS Document */

body { 
background-color: #E0E6EB;
margin: 0 auto;
font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif; 
color: #333333; 
font-size: .8em; 
}

#page {
background-color: #FFFFFF;
width: 800px; 
margin-left: auto;
margin-right: auto;
border: none;
}

#header {
width: 800px;
height: 193px;
background-color: #FFFFFF;
border:none;
vertical-align:top;
}

.logo {
position: absolute;
float: left;
border: none;
vertical-align: top;
z-index: 11;
}

.banner {
float: right; 
background:none;
position: relative;
border:none; 
vertical-align: top;
z-index:12
}

#navigation {
width: 790px;
height: 22px;
position: absolute;
top: 165px; 
text-align: right; 
font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif; 
font-size:12px;
color: #005DA9; 
z-index: 13; 
display: inline;
}

.nav {
padding: 7px 14.5px 0px 14.5px;
border:none; 
text-align: right;
}

a.nav:link, a.nav:visited {
padding: 7px 14.5px 0px 14.5px; 
border-width: 0px 1px 0px 1px;
border-color: #666666; 
border-style:solid;
text-align: right; 
text-decoration: none;
color: #005DA9; 
margin-right: -1px;
}

a.nav:hover {
padding: 7px 14.5px 0px 14.5px;
border-width: 0px 1px 0px 1px;
border-color: #666666; 
border-:solid; 
background-color: #DFEBF4;
text-align: right;
text-decoration: none;
color: #005DA9; 
}

#container { 
position: absolute;
background-color:#FFFFFF;
top: 193px;
width: 800px;
min-height: 350px; 
z-index: 9;
}

.pipeline {
float: left;
position: relative;
vertical-align: top;
padding-right:28px;
}

.homeContent {
position: absolute;
top: auto;
text-align: left;
font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
color:#333333; 
size: 12px;
padding: 0px 28px 0px 0px;
vertical-align: top; 
z-index:16; 
background-color: #FFFFFF;
}

ul.homeBullet, li.homeBullet { 
position:relative;
list-style-position: inside;
text-indent: 3px;
}

.title {
color: #005DA9;
font-weight: bold;
font-size:16px;
font-style:italic;
}

a.title:link, a.title:visited {
color: #005DA9;
font-weight: bold;
font-size:16px;
font-style:italic;
text-decoration:none;
}

a.title:hover {
color: #333333;
font-weight: bold;
font-size:16px;
font-style:italic;
text-decoration:none;
background-color:#CCCCCC;
}

a:link, a:visited {
color: #005DA9;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #333333;
font-weight: bold;
text-decoration: none;
background-color: #CCCCCC;
}

.content {
position: absolute;
top: auto; 
float: inherit;
text-align:left; 
font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif; 
color: #333333; 
size: 12px; 
padding: 25px;
vertical-align: top; 
z-index: 14;
background-color: #FFFFFF;
}

ul.contentBullet, li.contentBullet { 
list-style-position:inside;
text-indent: 10px;
}

.floatLeft { 
position:relative;
float: left;
padding: 10px 25px 15px 0px;
}

.floatRight { 
position:relative;
float: right;
padding: 10px 0px 15px 25px;
}

.floatLeftThumb { 
position:relative;
float: left;
padding: 2px 25px 15px 0px;
}

.client {
position: relative;
left: 10px;
}

.memberships {
color: #666666;
position: absolute;
left: 625px;
vertical-align: top;
width: 140px;
}

.member {
padding-right: 5px; 
float: right; 
border: none;
}

.member:link {
border: none;
}

.memberName {
display: none;
font-size: .8em;
color: #666666;
position: absolute;
top: 35px;
left: 5px;
}
	
.member:hover > .memberName {
display: block;
}
