/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */


body  {
	color: #555555;
	background: #DDE8EB url(images/bkgnd_gears.gif) no-repeat fixed left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
}
h1, h2, h3	{
	font-family: "museo-slab", serif;
}

h1	{
	font-size: 200%;
	font-weight: 500;
	margin-bottom: .5em;
}
h2	{
	font-size: 150%;
}	
h3	{
	font-size: 125%;
	font-weight: 300;
}	
h4	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
}	
#wrapper	{
	margin: 2% auto;
	width: 90%;
}
nav	{
	background:url(/images/nav_gears.gif) no-repeat left top;
	float: left;
	width: 18%;
	height: 250px;
	margin-right: 2%;
	font-size: 150%;
}
nav h2 a:link, nav h2 a:visited	{
	color:#89B3B1;
	font-size: 80%;
	padding: 70px 0 0 70px;
	text-decoration: none;
}
nav h2 a:hover {
	color:#CC3300;
	padding: 70px 0 0 70px;
	text-decoration: underline;
}
nav ul	{
	font-family: "museo-slab",serif;
	padding: 2em 0 0 70px;
	list-style: none;
}
nav ul li	{
	font-size: 120%;
	line-height: 160%;
}
nav ul li a:link	{
	color:#336666;
	text-decoration: none;
}		
nav ul li  a:visited	{
	color:#336666;
	text-decoration: none;
}		
nav ul li  a:hover	{
	color:#CC3300;
	text-decoration: underline;
}

section	{
	margin-left: 20%;
	width: 70%;
	padding:2% 3% 5% 3%;
	background: #FFFFFF;
	border: #669999 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;  /* float clearer */
}
section h1, section h2	{
	color:#CC3300;
}	
section h3, section h4	{
	color:#669999;
}
img	{
	max-width: 100% !important;
	height: auto !important;
}
.proj_menu	{
	width: 100%;
	clear: left;
	margin-top: 2em;
}
.proj_menu img	{
	border: 1px solid #d8e4e6;
	padding: 1px;
	float: left;
	width: 30%;
	margin: 0 2% 2em 0;
}
.proj_menu div.proj_info a {
	font-weight: bold;
}

#thm_menu	{
	padding: 10px 0;
}
#thm_menu dl	{
	float: left;
	margin: 10px 20px 10px 0;
	padding: 0;
	display: inline; /*fixes IE/Win double margin bug */
}
#thm_menu dt	{
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#thm_menu dd	{
	margin: 0;
	padding: 0;
}
#thm_menu dd.thm img	{
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
}	
footer	{
	color:#336666;
	margin: 1% 0 0 20%;
}
footer a:link	{
	color:#336666;
}
		
section a:link {
	color: #336666;
	text-decoration: none;
}
section a:visited {
	color: #336666;
	text-decoration: none;
}
section a:hover	{
	color: #CC3300;
	text-decoration: underline;
	}
.content_block	{
	border: 1px solid #d8e4e6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 1em 0;
	padding: 1em 1em 1.5em 1em;
	overflow:  hidden;
}
.content_block h3	{
	color: #336666;	
	margin-bottom: 1em;
}
.content_block ul	{
	color: #336666;	
	list-style-type:circle;
	padding-left: 1em;
	width: 175px;
	float: left;
}
.content_block	p	{
	margin-left: 200px;
}
.imagepad, .imagepad_home {
	float: left;
	margin: 0px 1em 1.5em 0;
}
/*HOME*/
div.homegear	{
	float: left;
	width: 18%;
	margin-right: 2%;
}
ul.home_menu 	{
	margin: 0 25%;
}
ul.home_menu li a	{
	font-family:"museo-slab",serif;
	font-size: 200%;
	list-style: none;
}
ul.home_menu li a:link	{
	color:#336666;
	text-decoration: none;
}		
ul.home_menu li  a:visited	{
	color:#336666;
	text-decoration: none;
}		
ul.home_menu li  a:hover	{
	color:#CC3300;
	text-decoration: underline;
}
ul.home_menu li a img	{
	vertical-align: middle;	
	padding: 0 1em;
}
h1.hometitle	{
	font-size: 250%;
}