/* CSS Document */
/* Copyright 2007 Axiom */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

background-color:#CCCCCC;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, td, input, textarea, select {
font-family: "Lucida Grande",geneva,verdana,sans-serif;
color: #525252;
font-size:12px;
}

#container {
width:760px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
background-repeat:repeat-y;
background-image:url(../images/background_utility.gif);
background-position:center top;
}

.topnav {
background-color:#000000;
text-align:right;
height:20px;
}

.topnav a {
color:#FFFFFF;
text-decoration:none;
}

.headerborder {
border-top:2px solid #CCCCCC;
}

.nav {
background-image:url(../images/subnav_colorbar.gif);
background-position:left top;
background-repeat:no-repeat;
vertical-align:top;
width:148px;
border-right: 2px solid #CCCCCC;
padding:0;
margin:0;
font-family:"Lucida Grande",geneva,verdana,sans-serif;
font-size:9px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
}

.navlist {
padding: 10px 5px 5px 15px;
margin: 0px;
}

.navlist li {
list-style: none;
margin: 0px;
padding: 0.25em;
width:148px;
}

.navlist li a {
font-size:9px;
text-decoration: none;
color:#999999;
display:block;
}

.navlist li a:hover {
color:#525252;
}

.navlist li a.selected {
color:#525252;
}

.content {
background-color:#FFFFFF;
padding:30px 30px 50px 30px;
vertical-align:top;
}

.content p {
line-height:18px;
}

.content h2{
color: #CCCCCC;
font-size:16px;
}

.content h3{
color: #CCCCCC;
font-size:12px;
}

.footer {
color:#999999;
background-color:#FFFFFF;
font-family:"Lucida Grande",geneva,verdana,sans-serif;
font-size:9px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
padding:8px 15px;
letter-spacing:.1em;
}

.column2 {
vertical-align:top;
padding:30px 5px 0 0;
}

.pullquote {
color: #CCCCCC;
font-size:13px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:26px;
width:190px;
}

.pullquotename {
font-family:"Lucida Grande",geneva,verdana,sans-serif;
font-size:9px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
color:999999;
}

#whychrysalis {
	position:center !important;
	position:relative;
	bottom:0%;
}
/*
#whychrysalis { 
position:center !important;
position: fixed;
bottom: 0%;

}*/

/* ############################################### */
/* These are standard sIFR styles... do not modify */
/* ############################################### */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -8px;
	font-size: 32px;
	padding:0;
	margin:0;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

iframe {
    overflow: hidden;
    scrolling: no;
}