/*
-----------------------------------------------
six sigma style sheet
----------------------------------------------- */

@import url(nav.css);
@import url(subnav.css);

/*
-----------------------------------------------
xhtml components
----------------------------------------------- */

body
{
	background-color: #F1EFE2;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	height: 100%;
	color: #86704c;
}

img
{
	display: block;
	border: 0;
}

input[type="text"]
{
	margin-left: 10px;
}

ul li ul
{
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}

/*
-----------------------------------------------
typography
----------------------------------------------- */

h1,h2,h3,h4,h5 
{
	font-family: "lucida grande",lucida,arial,helvetica,sans-serif;
	color: #000;
}

h1
{
	font-size: 15px;
}

h2
{
	font-size: 14px;
	color: #cc9900;
}

h3
{
	font-size: 12px;
	color: #CDB587;
}

h4
{
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
}

p
{
	background: transparent;
	font: 11px/17px verdana,helvetica,sans-serif;
	color: #86704c;
}

/*
-----------------------------------------------
links
----------------------------------------------- */

a:link,a:active,a:visited 
{
	background: transparent;
	font: 11px verdana,helvetica,sans-serif;
	color: #86704c;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	background: transparent;
	font: 11px verdana,helvetica,sans-serif;
	color: #86704c;
	font-weight: bold;
	text-decoration: underline;
}

/*
-----------------------------------------------
i.d.'s
----------------------------------------------- */

#wrap
{
	background: #ebe5d5;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #86704c;
	border-left: 1px solid #86704c;
	width: 780px;
	height: 100%;
	text-align: left;
}

#masthead
{
	background: #fff url(/images/bkg/masthead.jpg) no-repeat right top;
	margin: 0;
	padding: 0;
	width: auto;
	height: 110px;
}

#coreBody
{
	background: transparent url(/images/bkg/core_content.gif) repeat-y 51% 0;
	margin-top: 0px;
	width: auto;
	clear: both;
}

#pageBody
{
	float: left;
	margin: 0;
	padding: 0 0 0 65px;
	font: 11px/19px verdana,helvetica,sans-serif;
	/*
	 * bmh
	 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 430px;
}

#sidebar
{
	margin: 0 0 0 512px;
	padding: 0;
	color: #666;
	background: transparent;
	/*
	 * fix i.e. bugs
	 */
	height: 100%;
	width: 212px;
}

#sidebar #testimonial
{
	background: transparent url(/images/bkg/testimonial.gif) repeat;
	margin: 8px;
	padding: 10px;
	font: 10px/16px verdana,helvetica,sans-serif;
	color: #000;
	width: auto;
	float: right;
}

#footer
{
	background: #ece5d5 url(/images/bkg/footer.gif) no-repeat top center;
	margin: 0 auto;
	padding: 5px 15px 0 0;
	border-top: solid 1px #333;
	font: 9px/10px verdana,helvetica,sans-serif;
	text-align: right;
	clear: both;
	width: 661px;
	height: 60px;
}

#footer a
{
	font-size: 9px;
}

/*
-----------------------------------------------
classes
----------------------------------------------- */

.sixSigma
{
	margin: 0;
	padding: 15px 0 0 15px;
	width: 151px;
	float: left;
}

.upperQuote { text-align: left; }
.lowerQuote { float: right; }
.header { display: inline; }

.freshNews
{
	margin: 10px 0 0 0;
	padding: 5px 0 0 15px;
	border-top: 1px dotted #333;
	width: 97%;
}

.formErrors
{
	background: #c00;
	padding: 3px;
	color: #fff;
}

.sitemap
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.sitemap li 
{
	padding: 2px 0;
}

.formMsg
{
	background-color: #F1EFE2;
	padding: 10px;
	color: #000;
}
