/* Any time there are "~" followed by a style, that means it's for IE only. */

body
{
    font-family: Trebuchet MS;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #fff;
}

div
{
    font-size: 10pt;
}


div.top
{
    background: url('images/box_02.jpg') repeat-x;
    height: 8px;
    font-size: 0pt;
}

div.top_left
{
    background: url('images/box_01.jpg') no-repeat; 
    float: left; 
    height: 8px; 
    width: 14px;
    font-size: 0pt;
}

div.top_right
{
    background: url('images/box_03.jpg') no-repeat; 
    float: right; 
    height: 8px; 
    width: 13px;
    font-size: 0pt;    
}

div.content
{
    padding: 8px; 
    background: url('images/big_bg.jpg') repeat-x; 
    background-color: #fff; 
    border-left: 1px solid #E2E1E1; 
    border-right: 1px solid #E2E1E1; 
    height:211px; 
    height: auto;
	text-align: left;
}

div.bottom
{
    background: url('images/box_06.jpg') repeat-x; 
    height: 11px; 
    margin-right: 0px;
	font-size: 0pt;
}

div.bottom_left
{
    background: url('images/box_05.jpg') no-repeat; 
    float: left; 
    height: 11px; 
    width: 14px;
	font-size: 0pt;
}

div.bottom_right
{
    background: url('images/box_07.jpg') no-repeat; 
    float: right; 
    height: 11px; 
    width: 13px;
	font-size: 0pt;
}

div.container
{
    width: 250px; 
    display: block;
}

span.box_heading
{
	font-size: 18pt;
}

.border_left_right
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 950px;
}

ul.red_list
{
	list-style: disc; 
	color: red;
	margin-left: -23px;
	~margin-left: 17px;
}

span.black_text
{
	color: #000;
}

div.sitemap
{
	background-color: #EBEBEB; 
	width: 950px; 
	~width: 952px;
	height: 34px; 
	height: auto; 
	text-align: left; 
	/* padding-left: 20px; */
	/*padding-right: -20px;*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

span.silent
{
	font-weight: bold;
}

span.one
{
	color: #f00;
	font-weight: bold;
	font-style: italic;
}

td, th
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}

span.menu_item
{
	font-size: 16pt;
	width: 115px;
}

a.news_nav
{
	display: block;
	float: left;
	background: url('images/menu_news.gif') no-repeat 0px -50px;
}

a.news_nav:hover
{
	background-position: 0px 0px;
}

a.about_nav
{
	display: block;
	float: left;
	background: url('images/menu_about.gif') no-repeat 0px -50px;
}

a.about_nav:hover
{
	background-position: 0px 0px;
}

a.contact_nav
{
	display: block;
	float: left;
	background: url('images/menu_contact.gif') no-repeat 0px -50px;
}

a.contact_nav:hover
{
	background-position: 0px 0px;
}

a.support_nav
{
	display: block;
	float: left;
	background: url('images/menu_support.gif') no-repeat 0px -50px;
}

a.support_nav:hover
{
	background-position: 0px 0px;
}

a.product_nav
{
	display: block;
	float: left;
	background: url('images/menu_product.gif') no-repeat 0px -50px;
}

a.product_nav:hover
{
	background-position: 0px 0px;
}

a.casestudies_nav
{
	display: block;
	float: left;
	background: url('images/menu_casestudies.gif') no-repeat 0px -50px;
}

a.casestudies_nav:hover
{
	background-position: 0px 0px;
}

a.pressrelease_nav
{
	display: block;
	float: left;
	background: url('images/menu_pressrelease.gif') no-repeat 0px -50px;
}

a.pressrelease_nav:hover
{
	background-position: 0px 0px;
}

a.faq_nav
{
	display: block;
	float: left;
	background: url('images/menu_faq.gif') no-repeat 0px -50px;
}

a.faq_nav:hover
{
	background-position: 0px 0px;
}



div.lowerContent
{
	text-align: justify; 
	font-size: 10pt; 
	border-top: 0px solid #ddd; 
	border-bottom: 0px solid #ddd; 
	padding: 20px;
	font-family: Verdana;
	font-weight: normal;
	line-height: 1.5em;
}

h1.sectionHeading
{
	color: #000;
	text-align: center;
	font-size: 30pt;
}

table.sitemap
{
	border: 0px dashed #999;
	width: 930px;
}

td.sitemap
{
	border-right: 1px solid #CCC;
	padding-left: 20px;
}

a.sitemap:link
{
	color: #666;
	text-decoration: none;
}

a.sitemap:hover
{
	color: #666;
	text-decoration: underline;
}

a.sitemap:visited
{
	color: #666;
	text-decoration: none;
}

a.sitemap:active
{
	color: #666;
	text-decoration: none;
}

/* The control links Home | Top | Back | Print */ 
div.controlLinks
{
	color: #999;
	font-weight: normal;
}

div.controlLinks a
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

div.controlLinks a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

span.headingRed
{
	color: #CC0000;
}
/*
div.controlLinks a:active
{
	color: #666;
	text-decoration: none;
}

div.controlLinks a:visited
{
	color: #666;
	text-decoration: none;
}
*/

a.summaryLink:link
{
	color: #000;
	text-decoration: none;
	font-size: 14pt;
}

a.summaryLink:hover
{
	color: #C00;
	text-decoration: none;
	font-size: 14pt;
}

a.summaryLink:visited
{
	color: #000;
	text-decoration: none;
	font-size: 14pt;
}

a.summaryLink:active
{
	color: #000;
	text-decoration: none;
	font-size: 14pt;
}

/*
a:link
{
	color: #C00;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

a:visited
{
	color: #C00;
	text-decoration: none;
}

a:active
{
	color: #C00;
	text-decoration: none;
}
*/