@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg_diagonal.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#nav {
	background-image: url(images/nav_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -90px;
	height: 72px;
}
#nav h1{
	color: #cbdb2a;
	font-size: 24px;
	font-weight: bold;
	line-height: .7em;
	padding-top: 6px;
	margin-left: 90px;
	margin-bottom: 8px;
}
#nav h2{
	color: #6d9d31;
	font-size:12px;
	line-height: 1em;
	margin-left: 90px;
}
.oneColFixCtr #container {
	width: 705px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 40px 180px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	background-color: #d7d7d7;
	margin-top: 20px;
	padding: 20px 20px 20px 0;
}
#infoPanel {
	background-color: #cbdb2a;
	padding: 20px 20px;
	height: 40px;
}
ul.buttons {
	float: right;
	list-style-type: none;
	padding: 0;
	margin-top: -70px;
	margin-right: 0;
}
ul.buttons li {
	display: inline;
}
ul.buttons a {
	float: right;
	display: block;
	width: 85px;
	border-left: 1px solid #666;
	padding: 51px 15px 5px 5px;
	text-decoration: none;
	color: #6d9d31;
	font-size: 12px;
}
ul.buttons a:visited { 
	color: #999
}
ul.buttons a:hover { 
	color: #000;
	background-image: url(images/bg_diagonal.gif);
	background-repeat: repeat-y;
}
#illustration #illustrationLink,
#design #designLink,
#about #aboutLink {
	background-color: #cbdb2a;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000;
}
