
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.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 */
body {background-color:#FFF;}
#main_wrapper {background-color:#FFF;}
#header {background-color:#FFF;}
#nav {background-color:#BFBFAC;}
#content {background-color:#FFFFE6;}
#promo {background-color:transparent;}
#footer {background-color:#D9D9C3;}
#box1 {background-color:#afcede;}
#box2 {background-color:#f6d0d0;}
#box3 {background-color:#bbb;}
#box4 {background-color:#ggg;}
#box5 {background-color:#ggg;}
#box6 {background-color:#ggg;}
#box7 {background-color:#ggg;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#000000;
	}
h2, h3, h4, h5 {
	color:#000000;
	}
h6 {
	color:#000000;
	}
p {
	color:#000000;
	}
ul, ol, dl, blockquote, cite {
	color:#000000;
	}
#nav ul, #nav a {
	color:#000000;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#000000;
	}
a:hover, #nav a:hover {
	color:#000000;
	}	
#footer p {
	margin:0;
	color:#000000;
	}
/* CLASS:VIOLET TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.violet {background-color:#FFF;}
.violet #main_wrapper {background-color:#eee;}
.violet #header {background-color:#eee;}
.violet #nav {background-color:#eee;}
.violet #content {background-color:#eee;}
.violet #promo {background-color:#eee;}
.violet #footer {background-color:#eee;}
.violet #box1 {background-color:#afcede;}
.violet #box2 {background-color:#f6d0d0;}
.violet #box3 {background-color:#bbb;}
.violet #box4 {background-color:#ggg;}
.violet #box5 {background-color:#ggg;}
.violet #box6 {background-color:#ggg;}
.violet #box7 {background-color:#fff;}
.violet #box8 {background-color:#fff;}

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

/* CLASS:VIOLET TEXT COLORS */

.violet h1, .violet h2, .violet h3, .violet h4, .violet h5, .violet h6 {
	color:#000000;
	}
.violet p {
	color:#000000;
	}
.violet ul, .violet ol, .violet dl, .violet blockquote, .violet cite {
	color:#000000;
	}
.violet cite {
	color:#000000;
	}
.violet #nav ul, .violet #nav a {
	color:#000000;    /* text color side menus for this class */
	}
.violet #promo_inner ul, .violet #promo_inner a {
	color:#000000;
	}
.violet table, .violet form {
	color: #000000;
	}
.violet a {
	color:#000000;
	}
.violet a:hover {
	color:#AA559A;
	}	
.violet #nav a:hover {
	color:#840000;
	}
.violet #promo_inner a:hover {
	color:#840000;
	}

/* 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 */
	}
h5.white {font-size:1em; /* 16pt */
	color: white;
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
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:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

#content img {
	float:left; 
	margin:0 10px 5px 0;
	}
#content p  {
	font-size:1em; /* 16pt */
	line-height:140%; /* on 22.4pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
#content p.smaller {
	font-size:.8em;
	}
#content p.smaller-white {
	font-size:.8em;
	color: #fff;
}
#content ul li {
	margin: 0 0 0 16px; /* ensure the bullets aren't hanging le of the containing ul */ 
	padding:.3em 0; /* vertical space between the bullets */
	font-size:.8em;  /* smaller text size foor the bullets */
	}
div#content div#link_list {
	font-size:.8em;
	}
div#content div#link_list li {
	padding-bottom:.3em;
	}
div#content div#link_list p a {
	padding-bottom:.5em;
	color:#096;
	}
#promo li { 
	list-style-type:none; /* remove the bullets */
	font-size:.8em; /* reduce the type size */
	line-height:120%; /* tighten the lines space if the line wraps */
	padding:.3em 0; /* increase space between the list items */
	}
#promo li.big_link {
	font-weight:bold; /* bolding - class on the first item  */
	}
#footer p {
	font-size:.75em;
	color:#000);
	}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.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 */ 
