@charset "utf-8";
/* CSS Document */


/* oerates */


#page #oerates #pricechart
{
	width: auto;
	height: auto;
	text-align: center;
}

#page #oerates #pricechart ul
{
	height: 210px;
	width: 450px;
	margin: 0px auto 0px auto;
	border: 1px solid;
}

#page #oerates #pricechart ul li
{	
	width: 145px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

#page #oerates #pricechart ul li.leftcolumn
{
	float: left;
	text-align: center;

}
	
#page #oerates #pricechart ul li.middlecolumn
{
	float: left;
	text-align: center;
}
	
#page #oerates #pricechart ul li.rightcolumn
{
	float: left;
	text-align: center;
}

#page #oerates ul li.question
{
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	
}

#page #oerates ul li.answer
{
	font-size: 12px;
	padding: 0px 10px 0px 25px;
}

#page #oerates ul li.spacer
{
	height: 15px;
	width: 200px;
	clear: both;
	display: block;
}

/* oerates */





/* resources */

div#oeresources ul
{
	list-style: none;
	width: 375px;
	height: 250px;
	margin: 0px auto 25px 10px;
	padding: 0px 0px 0px 0px;
}

div#oeresources ul li
{
	line-height: 20px;
	float: left;
	padding-left: 25px;
	width: 375px;
}

div#oeresources ul li img
{
	display: inline;
	margin: 5px 15px 5px 5px;
	float: left;
	
}

div#oeresources ul li.header
{
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dashed #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
}

div#oeresources li.resourceitem
{
	/*background-image: url(images/bluebulletpoint.gif);*/
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 60px;
}

div#oeresources li.resourceitem a
{
	background-image: url(images/bluebulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
	padding-left: 20px;
}

div#oeresources li.resourceitem a:hover
{
	background-image:url(images/greenbulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#oeresources li.compilationitem a
{
	background-image: url(images/orangebulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
	padding-left: 20px;
	font-weight: bold;
	color: #06C;
}

div#oeresources li.compilationitem a:hover
{
	background-image:url(images/greenbulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #CC6600;
}

div#oeresources ul li
{
	clear: both;
}


/* end resources */


/* promovideo */

.promovideo
{
	display: block;
	text-align: center;
	width: auto;
	margin: 20px auto 0px auto;

}

.promovideo a.videoobject
{
	margin: 0px auto 0px auto;
	border: 5px solid #999;
	padding: 5px;
	display: block; 
	width: 425px; 
	height: 300px;
}

/* end promovideo */


