/*
Project-wide colors:
	tan:			#efebe5
	dark blue:		#003359
	burnt orange:	#9b3100
	red: 			#9c3200
	teal:			#506D82
*/

@import "/_library/reset.css";
@import "/_library/type.css";
@import "/_library/grid.css";

/* link styling */

a:link { text-decoration: underline; color: #36c; }
a:visited { text-decoration: underline; color: #99c; }
a:hover { text-decoration: underline; color: #c33; }
a:active, a:focus { text-decoration: underline; color: #000; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE Mac */

#content ul li{
	list-style-type: square;
	list-style-position: outside;
	color: #666;
}

#content li {
	padding:  1px 5px;
	line-height: 1.5em;
	font-size: 1.3em;
}


#content ul, #content ol {
	margin: 1em 2.5em 2em;
}

#content ul li ul li {
	font-size: 0.95em;
	list-style-type: circle;
	margin-left: 10px;
}
	