@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 820px;
	max-width: 1200px;
	
	
}
.twoColHybLtHdr #container { 
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #289adb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
.twoColHybLtHdr #header h1 {
	margin: 0 0 -30px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse. The negative bottom margin */
	padding-left: 50px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

/* Gilder-Levin Image Replacement */	
float: left;
width: 411px;
height: 193px;
position: relative;
	
	
}


.twoColHybLtHdr #header h1 span {background:  url(../images/frost-logo-blue.gif) no-repeat;

position: absolute;
width: 97%;
height: 100%;

}

div#head2, div#head3 {
	overflow: hidden;
}

* html #head2, * html #head3 {
	overflow: visible;
	height: 1%;
}


div#head2 h2 {
	
	padding: 0;
	margin: 3.8em 0 0 10px;
	font-size: 140%;
font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	
}

div#head3 h2 {
	
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 105%;
	font-variant: small-caps;
	font-style: italic;
	letter-spacing: 2px;
}

div#topnav {
	float: left;
	width: 100%;

	
	
}

div#topnav ul {
	
		float: left;				
	    padding: 0;
        margin: 0; 
        width: 100%;      
               
        background: url(../images/frost_02.gif) 100% no-repeat;        
        text-align: left;
        

}

div#topnav ul li {
	padding: 0 0 0 1em;
	display: inline;
	line-height: 1.2em;
	position: relative;
}

div#topnav ul li a {
		
		font-family: arial, helvetica, sans-serif;
	    font-size: 1.1em; 
	    font-variant: small-caps;	
        color: #97d2f4;
		text-decoration: none;
		
	

}

div#topnav ul li a#first {
	margin: 0 0 0 459px;
}

div#topnav ul li a:hover {
	color: #289adb;	
}

div#topnav ul li ul {
  display: none;
  position: absolute; 
  top: 1.1em;
  left: 1em;
  background: #17489a;
 
  
  
  }
  
div#topnav li ul li {
	
    
	line-height: 1.5em;
    
}

div#topnav li > ul {
	top: auto;
	left: auto;
	}
	
div#topnav ul li:hover ul, li.over ul { display: block; }

div#topnav ul li ul li a {margin: 5px 0;}
/* End Image Replacement */


div#mainCenter {
	float: left;
	height: 100%;
	width: 100%;	
	background: url(../images/frost-blend2.gif) repeat-x; 
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 190px; /* since this element is floated, a width must be given */	
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	background: none;
}


div#sidebar1 ul li {
	background: url(../images/dk-drop2.gif) 0  0 no-repeat;
	list-style-type: none;
	margin: 0.8em 0 0 0;
		
}

div#sidebar1 ul li:hover {
	background: url(../images/med-drop.gif) no-repeat;
}

div#sidebar1 ul li a {
	display: block;
	font-size:0.8em;
	padding: 0.6em 0 0 40px;
	text-decoration: none;
	color: #000;
	height: 3em;
}

div#sidebar1 ul li a:hover {
	color: #6c3;
}

div#sidebar1 ul li#geo {
	background: url(../images/geo-bullet.gif) no-repeat;
	width: 100%;
	text-align: left;
	margin: 5px 0 0 0;
	line-height: 1em;
	
}

div#sidebar1 ul li#geo a {
	font-size: 1em;
	font-variant: small-caps;
	font-style: italic;
	color: #ff0;	
	margin: 0;
	padding: 0 0 0 40px;	
	
	
	
	
}

div#sidebar1 ul li#geo a:hover {
	color: #063;
} 


div#mainContent {
	float: right;
	font-size: 0.8em;
	color: #1748a5;
	background: none;
	width: 72%;
	padding: 0 0 10px 10px;
	margin: 0;
}


div#mainContent h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	padding: 0;
	margin-top: 2em;}

div#mainContent h3 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	display: inline;
	font-weight: bold;
	color: #063b93;
	font-size: 0.9em;
}	

div#mainContent p {
	
	text-align: left;
	padding: 0 1em 0 0;
	
}




div.maincPhotos {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	
	
}



div.maincPhotos img {
	
	float: left;
	 margin: 5px 5px 5px 20px;	
	 width: 175px;	
	
}



div.maincPhotos p {
	float: left;
	clear: left;
}




.captioned_photo {
float: right;
margin: 0 0 0 1em;
padding: 0;
line-height: 1em;
width: 250px; 
display: inline;
}


div#mainContent .captioned_photo p {
float: right;
background: #a7d569;
width: 240px;
margin: 0 0 5px 0;
padding: 5px;
font: .7em/1.1em Verdana, sans-serif;
color: #000;
text-align: ;}

.captioned_photo p a {
	
	
	padding: 0 10px;
	color: #000;
	
}

.captioned_photo p a:hover {
	color: #000066;
	text-decoration: none;
}


.captioned_photo img {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	}
	
	
	/* Illustration Styles */
	
.captioned_illus {
float: left;
margin: 0 0 1em 1em;
padding: 0;
line-height: 1em;
width: auto; 
display: inline;}


div#mainContent div.captioned_illus p {

background: #a7d569;
width: 115px;
margin: 0;
padding: 5px;
font: .7em/1.1em Verdana, sans-serif;
color: #000;}

}


.captioned_illus img {
	margin: 0;
	padding: 0;
	display: block;}
	


div#mainContent ul {
	
	margin: 0 0 1em 1em;
	padding-left: 10px;	
	
}




div#mainContent ul li {
	
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	padding: 0 1em 0 0;
	font-size: 1em;
	vertical-align: top;	
	min-height:0;/*IE7 hasLayout*/
	
	 
}

div#mainContent table.portraits {
	width:690px;
	margin:0;
	padding:0;
}

div#commercial

table.portraits img {
	width: 180px;
}


table.portraits td {
	vertical-align: bottom;
	padding: 5px;
	
}

table.portraits th {
	padding: 0 0 0 7px;
	text-align: left;
	vertical-align: text-top;
}

table.portraits img {
	width: 175px;
}


/* My Comment */

* html div#mainContent ul li
{
height:1%;/*IE6 haslayout*/
}

div#mainContent ul li a {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-variant: small-caps;
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
	
}

div#mainContent ul li a:hover {
	color: #6c3;
}



div#mainContent ul#downlink {
	float: left;
	clear: left;
	margin: 0;
	padding: 0 0 0 1em;
	width: 50%;
}

div#mainContent ul#downlink li {
	list-style-type: none;
	font-size: 1.1em;
	color: #063b93;
	font-weight: bold;
}

div#mainContent ul#downlink li a:hover {
	color: #063b93;
}

div#mainContent span.chemsub {position: relative;
                           top: 0.3em;
						   font-size: 0.8em;}
div#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;

	width: 100%;
			
	background: #289adb;
	
	
} 

div#tagline {
	
	float: left;
	clear: both;
	font-size: 1.3em;
	text-transform: capitalize;
   	font-style: italic;
	color: #237f3b;
	margin-top: 1em;
	padding: 0 0 1em 0;
	width: 100%;
	
	
	
	
}


<!--Form Styles-->

div#frostform {
	
}

form#frostform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	font-weight: bold;
	padding-top: 1em;
	
	
}

fieldset {  
	float: left;
	clear:left;
	width: 40em;  
	margin: 0 10px 1.5em 15px;  
	padding: 0 0 5px 0;  
	border: none; 
	
}
legend {
	float: left;
	width: 45em;  
	margin: 10px 0 5px 20px;
	color: #8c0000;  
	font-weight: bold;
	
	
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset ol li {  
	padding-bottom: 1em;
	width: 40em;
}
fieldset.submit {  
	border-style: none;
	float: none;  
	width: auto;  
	border-style: none;
	padding-top: 0;  
	padding-left: 12em;  
	background-color: transparent;
}

fieldset.submit input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #FFCC66;
	vertical-align: text-bottom;
	
}

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}


div#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	width: 100%;			
	background: #289adb;	
	
} 


div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

div.commercial img {margin-top: 1em;}
div.commercial fieldset {background: #bde1f7;
                         padding: 0 1em;}
div.commercial legend {margin-bottom: 1em;}

div#footer ul {
	    
	    margin:0;
	    padding: 0 0 0 28%;		
		border: none;
        text-align: left;
        background: url(../images/frost_04.gif) 100% no-repeat;
        line-height: 2em;
        
       
        

}

div#footer ul li {
	padding: 0;
	margin: 0 1em 0 0;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;	   
	font-size: 80%;
	font-variant: small-caps;	
    color: #fff;
    list-style-type: circle;
	
	}
	
div#footer ul li#firstfoot {
	
}	
	
div#footer ul li#hours {
	color: #f97f09;
}	
	
div#footer ul li a {
	text-decoration: none;
	color: #fff;
	
}

div#footer ul li a:hover {
	color: #ff0;
}	
	



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @group My Group */



/* @end */
