/*
#5F604B - Dark Mud
#86876B - Light Mud
#9D9D9D - Light Mud
#FFC425 - Yellow
#FFD76C - Light Yellow
*/

@import "/includes/tooltip.css";

HTML	{
	overflow-y: scroll;
}

BODY	{
	font-family: Verdana, san-serif;
	text-align: center;
	background-color: #B7B6AC;
	margin: 0 0 0 0;
	color: #5F604B;
}

A	IMG	{
	border: 0px;
}

DIV.href	{
	cursor: pointer;
}

/*	Developer stuff	*/
.devPlaceHolder	{
	border: 1px solid white;
	background-color: orange;
	background-image: url(/images/placeholder.gif);
}

#banner	{
	margin-bottom: 10px;
	padding-top: 100px;
	background-image: url(_inc/banner.jpg);
}

#title	{
	display: none;
}

#navigation	{
	height: 40px;
	padding-left: 16px;
}
#navigation	IMG	{
	border: 0px;
}
#navigation	A IMG	{
}


#container	{
	margin: 30px auto 30px auto;
	width: 790px;
	text-align: left;
}

#primary	{
}

#content-bg-top { 
	background: transparent url(/images/common/body-top.gif) no-repeat top left;
	clear: both;
} 
#content-bg-bottom { 
	background: transparent url(/images/common/body-bottom.gif) no-repeat bottom left;
	clear: both;
} 
#content-bg-repeat { 
	background: transparent url(/images/common/slice.gif) repeat bottom left;
}

#lhs-bar	{
	background: transparent url(/images/common/gradient.gif) no-repeat top left;
	float: left;
	width: 125px;
	height: 250px;
	margin-top: 22px;
	padding-left: 3px;
	font-size: 7pt;

	padding-left: 12px;
	padding-right: 12px;
	width: 104px;

	padding-left: 9px;
	padding-right: 9px;
	width: 110px;

	color: #86876B;
}

#lhs-bar .subsection	{
	border-top: 1px solid #86876B;
	padding-top: 10px;
}
#lhs-bar H2	{
	padding: 0;
	margin: 0;
	font-size: 11pt;
	margin-bottom: 0.5em;
	color: #5F604B;
}
#lhs-bar H2	A	{
	color: #5F604B;
}
#lhs-bar H3, #lhs-bar H3 A	{
	padding: 0;
	margin: 0;
	font-size: 8pt;
	color: #5F604B;
}

#lhs-bar UL, #lhs-bar LI	{
	margin-top: 1em;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#lhs-bar LI	{
	margin-bottom: 0.5em;
}

#lhs-bar A	{
	text-decoration: none;
	color: #86876B;
}

#lhs-bar P	{
	margin-bottom: 1em;
	margin-top: 0;
}


#rhs-bar	{
	float: left;
	width: 155px;
	margin-right: 3px;
	margin-top: 3px;
	font-size: 8pt;
	background-image: url(/images/common/rhs-panel.jpg);
	background-repeat: no-repeat;
}

DIV.rhs-bar-sunflower	{
	background-image: url(/images/common/rhs-panel-sunflower.jpg) !important;
}

#rhs-bar H2	{
	font-size: 10pt;
	padding-right: 55px;
	margin-top: 0;
	padding-left: 10px;
}
#rhs-bar H3	{
	padding-right: 20px;
	margin-top: 0;
	padding-left: 10px;
	font-size: 8pt;
	padding-bottom: 0;
	margin-bottom: 0;
}
#rhs-bar H3, #rhs-bar H3 A	{
	color: #5F604B;
}
#rhs-bar P	{
margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-right: 25px;
	margin-bottom: 1em;
}

#rhs-bar UL, #rhs-bar LI	{
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#rhs-bar LI	{
	margin-bottom: 0.75em;
}

#rhs-bar A	{
	text-decoration: none;
	color: #86876B;
}


#content_calc	{
	float: left;
	margin: 0;
	padding: 0;
	width: 544px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 25px;
	font-size: 10pt;
	font-size: 9pt;
	line-height: 14pt;
}

#content	{
	float: left;
	margin: 0;
	padding: 0;
	width: 444px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 25px;
	font-size: 10pt;
	font-size: 9pt;
	line-height: 14pt;
}

#content H1	{
	margin: 0;
	padding: 0;
	line-height: 22pt;
	font-weight: normal;
	color: #5F604B;
	font-size: 18pt;
	border-bottom: 1px solid #FFC425;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
}
#content H1.tv, #content H1.article	{
	background-repeat: no-repeat;
	background-position: right top;
}
#content H1.tv	{
	background-image: url(/images/icons/tv.jpg);
}
#content H1.article	{
	background-image: url(/images/icons/article.jpg);
}

#content H2	{
	font-size: 14pt;
	font-weight: normal;
	margin-top: 0.25em;
	margin-top: 1em;
	margin-bottom: 0.25em;
	margin-bottom: 0.25em;
	line-height: 16pt;
}
#content H2	A	{
	color: #5F604B;
}
#content H3	{
	font-size: 10pt;
	margin-bottom: 0.25em;
}
#content H3.references	{
	border-top: 1px solid #9D9D9D;
	padding-top: 0.66em;
}

#content FORM	P{
	margin-bottom: 0;
}


#content BLOCKQUOTE	{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0;

	background-color: #EBEBE5;

	width: 440px;
	background-repeat: no-repeat;
	background-image: url(/images/common/quote-top.gif);
	background-position: left top;
}

#content BLOCKQUOTE	P	{
	padding: 6px;
	background-repeat: no-repeat;
	background-image: url(/images/common/quote-bottom.gif);
	background-position: left bottom;
	margin-bottom: 0;
}

#content P	{
	margin-top: 0;
}

#content LI	{
	margin-bottom: 0.5em;
}

#content A, #footer A	{
	text-decoration: none;
	color: #FFC425;
	color: #FF8000;
}

#content A.external	{
	background: url(/images/common/external.png) center right no-repeat;
	padding-right: 13px;
	margin-right: 3px;
}

#content OBJECT, #content EMBED	{
	width: 414px;
	height: 340px;
}

.videoplayer	{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#content UL, #content UL#key-selling-points	{
	margin-left: 0;
	padding-left: 20px;
	list-style-type: square;
}
#content UL#key-selling-points	{
	border-bottom: 1px solid #FFC425;
}

#content UL.references	{
	margin-top: 0;
}
#content UL.references LI	{
	font-size: 9pt;
	margin-bottom: 0.15em;
}

#content .thumbnail, #content .icon, #content .illustration	{
	float: right;
	margin-left: 20px;
}

#content .illustration	{
	width: 142px;
	height: 102px;
	padding-top: 4px;
}

#content .product, #content .case_study, #content .article		{
	margin-bottom: 1.5em;
}
#content .product, #content .case_study	{
	cursor: pointer;
}

#content .product P, #content .case_study P, #content .article P		{
}

/*
#content .product:hover, #content .case_study:hover, #content .article:hover		{
	background-color: #86876B;
}
*/

#content .link-citation	{
	font-size: 7pt;
	color: #86876B;
}

#content #metainfo	{
	margin-top: 1em;
	font-size: 8pt;
}

#footer	{
	padding-top: 3em;
	margin-left: 160px;
	margin-left: 8px;
	font-size: 7pt;
}

#footer #website_selector	{
	display: inline;
}
#footer #website_selector	FORM {
	display: inline;
}

#footer #copyright	{
	margin-left: 33px;
}

#footer	SELECT	{
	font-size: 8pt;
	width: 113px;
}
