/* 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;
	}
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 */

/* CLASS:MOCHA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.mocha {background-color:#FFF;}
.mocha #main_wrapper {background-color:#E6DCCF;}
.mocha #header {background-color:#727EA3;}
/*.mocha #nav {background-color:#BF9960;}*/
.mocha #content {background-color:#FFF;}
.mocha #promo {background-color:#807059;}
.mocha #footer {background-color:#CFD4E6;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:MOCHA TEXT COLORS */
.mocha h1 {
	color:#BF9960;
	line-height: 2.0em;
	}
.mocha h2 {
	color:#BF9960;
	}
.mocha h3{
	color:#727EA3;
	}
.mocha h4, .mocha h5 {
	color:#000000;
	line-height: 1.4em;
	}
.mocha h6 {
	color:#000000;
	}
.mocha p {
	color:#000;
	}
.mocha ul, .mocha ol, .mocha dl, .mocha blockquote, .mocha cite {
	color:#444C23;
	}
.mocha cite {
	color:#FFF;
	}
.mocha promo {
	color:#FFF;
	}
.mocha #nav div {
	color:#973744;
/*	background-color: #999999;*/
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	}
.mochab {
	background-color: #999999;
}
.mocha #nav a:hover {
	color:#000;
	}
.mocha table, .mocha form {
	color: #000000;
	font-size: .85em;
	background-color: #CCCCCC;
	}
.mocha a {
	color:#963644;
	text-decoration: none;
	margin:0 1em .75em 1em; 
	font-size:.85em;
	line-height:1.5;}

.mocha .mail a {
	color:#963644;
	text-decoration: none;
	margin:0 1em .75em 1em; 
	font-size:1em;
	line-height:1.5;}


	
.mocha #column_a a {
	font-size: 1em;
	text-decoration: none;
	margin:0 0 0 0;
	}
	
.mocha a:hover {
	color:#727EA3;
	}

/* General - Not class based -- 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.1em; /* 18pt */
	color: #000000;
	}
h5 {font-size:1em; /* 16pt */
	}
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:.85em;
		line-height:1.25;}
li, dd {
	margin-left:2em;
	margin-bottom: .5em;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
		}
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;
	}
img {
	border:0;
	}

/* 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 */ 
.mocha #main_wrapper #nav #nav_sidebar a {
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	padding-left: 0em;
}

