/* CSS Reset */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset */

html { height: 100%; margin-bottom: 1px; } /* Scrollbar fix */

/* Maij Layout Styles */

body  {
	font: 68.5% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
}
.projectPage #container { 
	width: 760px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	position: relative;
} 
.projectPage #header {
	background: #DDDDDD url(../images/topBanner.gif) no-repeat top;
	height: 94px;
	position:relative;
} 
.projectPage #nav {
	height: 32px;
	width:100%;
	background-color:#c9e1a0;
} 
.projectPage #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.projectPage #sidebar1 {
	float: left;
	width: 185px; 
	padding:10px 0 0 0;
}
.projectPage #mainContent { 
	margin: 0 0 0 185px; 
	padding: 0; 
} 
.projectPage #productImage { 
	border-bottom:5px solid #005d00; 
	width: 575px;
	height: 252px;
	position: relative;
	float:right;
} 
.projectPage #caseStudySummary
{
	float:left;
	width:180px;
	padding-top:15px;
	height:auto;
	font-size:10px;
}
.projectPage #mainCaseStudy
{
	height:auto;
	float:left;
	width:372px;
	padding-top:15px;
	font-size:10px;
	padding-right:10px;
	padding-left:10px;
}
.projectPage #footerLogos { 
	width:62px;
	height:64px;
	position: absolute;
	bottom: 35px;
	left: 5px;
	background:url(../images/footerlogos.gif) no-repeat;
}
.projectPage #footer { 
	width:100%;
	height:20px;
	background-color:#c9e1a0;
	color:black;
	margin-top:10px;
	padding: 10px 0 0 0;
	text-align: center;
} 
.projectPage #footer p {
	margin: 0; 
	padding: 10px 0; 
}
/* Font Styles */

.projectPage #mainContent h1, .projectPage #sidebar1 h1
{
	font-weight:bold;
	color:#005d00;
	font-size:1.8em;
	padding-bottom: .4em;
}
.projectPage #mainContent h2
{
	font-weight:bold;
	color:#005d00;
	font-size:1.6em;
	padding-bottom: .4em;
}
.projectPage #sidebar1 h2 {
    font-size: 1.6em;
    color:#005d00;
    padding-bottom: .4em;
    font-weight:bold;
}
.projectPage #sidebar1 li {
    padding: .2em 0;
    font-size: 1.2em;
}
.projectPage a {
    color: #3CD5FB;
    text-decoration: none;
}
.projectPage a:hover { text-decoration: underline; }
/* Misc */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

