/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}

.float_left {float:left; margin: 0 .3em .3em 0;} /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

#header {background-color:#6bb3af;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#099; font-size:1.5em;
	text-align:center;
	}
table td { font-family: Verdana, Geneva, sans-serif;  color:#069; font-size:.85em;}

h2 { color:#099; font-size: 1.25em;
text-align:center;}

h3, h4 {color:#099; font-size: 1.15em;
	}
h5  {color:#099; font-size: 1em; line-height:1.5em;
	}
p { color:#069;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a { 
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#069;
	text-decoration: none;
	}
a:hover, #nav a:hover {
	color:#609;
	text-decoration: none;
	}	
#footer p {
	margin:0;
	}
	
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 

/* CLASS:VIOLET TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana, Geneva, sans-serif;
	} 
/* CLASS:VIOLET TEXT COLORS */

.violet #nav ul, .violet #nav a {
	color:#FFF;
	}
.violet a {
	color:#6430BF;
	}
.violet a:hover {
	color:#AA559A;
	}	
.violet #nav a:hover {
	color:#E6CFE1;
	}
.violet #promo_inner a:hover {
	color:#E6CFE1;
	}
.redhilite {
	color: #C00; text-align:center;
}	
/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.9em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
.footer { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: .85em; 
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
	margin:0 1em .75em 1em; /* lists without specific classes */
	font-size:0.95em;
	line-height:1.5;
}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
ul li {font-size: .95em;}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {	
	color: #069;
	margin-left:0
	}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
.underline {
	text-decoration: underline;
}
