html, body{
	padding:0;
	text-align:center;
	background-color: #0099cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bluebkg.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 16px;
} 
.line {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #99CCCC;
	font-size: 11px;
}

.textnav a:link {color: #0099CC;text-decoration:none;}
.textnav a:visited {color: #6699FF; text-decoration:none;}
.textnav a:hover {color: #00CCFF; text-decoration:underline;}
.textnav a:active {color: #0033CC; text-decoration:none;}


.formbox {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.formbox2 {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 3px;
}
 
#pagewidth{
	width:975px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
	position:relative;
	height:203px;
	width:100%;
	background-image: url(images/dayfrog_header2_03.png);
	background-repeat: no-repeat;
	z-index: 2;
} 
 
#leftcol{
	width:20%;
	float:left;
	position:relative;
	background-image: url(images/dayfrog_bkg_06.gif);
	background-repeat: repeat-y;
 }
 
#twocols{
	width:932px;
	float:right;
	position:relative;
	background-image: url(images/dayfrog_bkg2_clipped.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 500px;
	z-index: 0;
  }
  
#twocolslonger{
	width:932px;
	float:right;
	position:relative;
	background-image: url(images/dayfrog_bkg2_clipped.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 645px;
	z-index: 0;
  }  
  
#twocols800{
	width:932px;
	float:right;
	position:relative;
	background-image: url(images/dayfrog_bkg2_clipped.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 850px;
	z-index: 0;
  } 
  
  #twocols1000{
	width:932px;
	float:right;
	position:relative;
	background-image: url(images/dayfrog_bkg2_clipped.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 1100px;
	z-index: 0;
  }  
  
    #twocols1500{
	width:932px;
	float:right;
	position:relative;
	background-image: url(images/dayfrog_bkg2_clipped.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 1500px;
	z-index: 0;
  } 
  
  
  
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}
 
#rightcol{
	width:260px;
	float:right;
	position:relative;
	padding-right: 20px;
	z-index: 0;
 }
.menubox {
	float: right;
	width: 720px;
	margin-top: 136px;
	position: relative;
	z-index: 3;
}
.floatform {
	float: right;
	margin-right: 50px;
}
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:500px;
	margin-left: 0px;
	padding-left: 125px;
	z-index: 0;
 }
 
#maincol650{
	float: left;
	display:inline;
	position: relative;
	width:650px;
	margin-left: 0px;
	padding-left: 125px;
 } 
 
 #maincol750{
	float: left;
	display:inline;
	position: relative;
	width:650px;
	margin-left: 0px;
	padding-left: 125px;
 } 
 
 
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
}
 
#footer{
	height:50px;
	clear:both;
	background-image: url(images/dayfrog_footer_07.png);
	background-repeat: no-repeat;
 } 
 

 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 display:none;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
	background-image: url(images/dayfrog_bkg_06.gif);
	background-repeat: repeat-x;
} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}




/*-----------------------------------------------------------
  Pure CSS Drop-down Menu
  Last Updated: 12/31/2007 by Justin Spegele
  Author: Justin Spegele
          Spegele Design and Development
          http://www.spegele.com/
  This code is free to modify and use for any purpose, as
  long as proper credit is given to the original designer.
----------------------------------------------------------- */

/* Overarching Menu
    -----------------------------------*/
    .cssnav {
        position:relative; 
        z-index:1000;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align:center;
    }
    .cssnav ul {
        padding:0;
        margin:0;
        list-style-type:none;
    }
    .cssnav ul ul {
        width:90px;
        text-align:left;
}
/*	Main list 
    -----------------------------------*/
    .cssnav li {
        float:left;
        width:90px;
        position:relative;
    }
/*	First Level
    -----------------------------------*/
    /* Links */
    .cssnav a, .cssnav a:visited {
	display:block;
	text-decoration:none;
	color:#fefefe;
	line-height:22px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
    }
    /* Links on hover */
    .cssnav a:hover, .cssnav ul ul a:hover{
        color:#FFCC33;
    }
    .cssnav :hover > a, .cssnav ul ul :hover > a {
        color:#FFCC33;
    }
/*	Second Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul a, .cssnav ul ul a:visited {
	line-height:1em;
	padding:5px 10px;
	width:100px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #0099FF;
    }
    /* Links on hover */
    .cssnav ul ul a:hover {
	background-color: #FFCC33;
	color: #0099FF;
    }
    /* Visibility */
    .cssnav ul li:hover ul, .cssnav ul a:hover ul{
        display:block; 
    }
/*	Third Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul ul a, .cssnav ul ul ul a:visited {
       background-color: #ffcc33;
	color: #0099FF;
    }
    /* Links on hover */
    .cssnav ul ul ul a:hover {
        background:#ffcc33;
    }
    /* Positioning */
    .cssnav ul ul ul{
        left:150px; 
        top:-1px; 
    }
    .cssnav ul ul ul.left {
        left:-150px;
    }
    /* Visibility */
    .cssnav ul :hover ul ul{
        display:none;
    }
    .cssnav ul :hover ul :hover ul{
        display:block;
    }
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
    .cssnav ul ul {
        display:none;
        position:absolute;
        top:22px;
        left:0; 
        border-top:1px solid #fff;
    }
/*	IE Table 
    -----------------------------------*/
    .cssnav table {
        position:absolute;
        top:0;
        left:0;
        border-collapse:collapse;
    }
	
	
.termstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.invstext {
	font-size: 9px;
	color: #FFFFFF;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: thin solid #666666;
	margin-left: 4px;
	padding: 2px;
}
.formboxtext {
	font-size: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 3px;
}
