@charset "UTF-8";
/* CSS Document */

body, html
{
	margin:0 auto;
	background-color:#000;
	height:100%; /* needed for container min-height */
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:1.6em;
	color:#FFF;
}

object:focus { outline: none; }

div:focus { outline: none; }

a:active, a:focus {
outline: 0;
}

img
{
	display:block;
}

#container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	overflow:visible;
}

.horzDivider
{
	position:relative;
	background-image:url(../images/horz_divider.png);
	background-repeat:repeat-y;
	width:980px;
	height:7px;
	overflow:hidden;
}

.vertDivider
{
	position:relative;
	float:left;
	background-image:url(../images/vert_divider.jpg);
	background-repeat:repeat-x;
	width:5px;
	height:587px;
	overflow:hidden;
}

#mainTop
{
	position:relative;
	width:960px;
	height:155px;
	margin-left:26px;
	margin-top:30px;
	z-index:1000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
}

#introQuote
{
	position:relative;
	width:920px;
	height:40px;
	margin-left:30px;
}

.mainContent
{
	position:relative;
	width:920px;
	height:325px;
	margin-left:30px;
	overflow:hidden;
}

#footer
{
	clear:both;
	position:relative;
	text-align:right;
	margin-top:10px;
	padding-right:20px;
	width:100%;
	height:30px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#footer a
{
	color:#b3b3b3;
	text-decoration:none;
	margin-right:10px;
	
}

#footer a:hover
{
	color:#808080;
	text-decoration:underline;
}

#legal
{
	text-align:right;
	padding-right:3px;
	color:#999999;
	font-size:10px;
}

#legal a
{
	text-decoration:underline;
	color:#999999;
}

#spacer
{
	position:relative;
	width:1px;
	height:0px;;
}

/***********************************************************
VERTICAL TEXT ALLIGNMENT
***********************************************************/

#textMiddle
{
	#position: absolute;
	#top: 50%;
	display:table-cell;
	vertical-align: middle;
}

#textInner
{
	#position: relative;
	#top: -50%}

/***********************************************************
BASIC RIGHT CSS
***********************************************************/

#basic_right_mainContent
{
	width:560px;
}

#basic_right_sideImage
{
	position:absolute;
	top:69px;
	left:610px;
	width:340px;
	height:460px;
}

/***********************************************************
BASIC LEFT CSS
***********************************************************/

#basic_left_mainContent
{
	width:940px;
}

#basic_left_sideImage
{
	position:relative;
	float:left;
	width:394px;
	height:100%;
	overflow:hidden;
}

#basic_left_rightText
{
	position: relative;
	float:left;
	width:470px;
	height:325px;
	padding-left:25px;
	padding-right:30px;
	overflow: auto;
	border-left:6px solid #2e2f31;
}

#basic_left_rightTextShell
{
	float:left;
	width:470px;
	height:100%;
	padding-left:25px;
	display: table;
	#position: relative;
	overflow: hidden;
}

#basic_left_rightTextShell a
{
	color:#999;
	text-decoration:none;
}

#basic_left_links
{
	font-size:16px;
}

#basic_left_links ul
{
	margin-left:-22px;
	line-height: 1.0em;
}

#basic_left_links li
{
	list-style-image:url(../images/listLink.jpg);
}

#basic_left_links a
{
	text-decoration:none;
}

#basic_left_links a:hover
{
	text-decoration:underline;
}

/***********************************************************
ITEMS WIDE IMAGE CSS
***********************************************************/

#items_wide_rightImage
{
	position:relative;
	float:left;
	width:648px;
	height:325px;
	border: 6px solid #2d2d2f;
	border-top:none;
	overflow:hidden;
}

#items_wide_TextShell
{
	float:left;
	width:240px;
	height:100%;
	margin-right:20px;
	display: table;
	#position: relative;
	overflow: hidden;	
}

.items_wide_subContent
{
	position:relative;
	clear:both;
	width:920px;
	margin-left:30px;
	margin-top:30px;
}

.items_wide_leftSubText
{
	position:relative;
	font-size:16px;
	float:left;
	width:240px;
	margin-right:20px;
}

.items_wide_leftSubText p
{
	margin-top:0px;
}

.items_wide_rightSubText
{
	position:relative;
	float:left;
	width:660px;
}

.items_wide_rightSubText a
{
	text-decoration:none;
}

.items_wide_rightSubText p
{
	margin-top:0px;
}

.items_wide_rightSubText ul
{
	margin-top:0px;
}

/***********************************************************
BASIC FACT RIGHT
***********************************************************/

#basic_fact_right_TextShell
{
	float:left;
	width:500px;
	margin-right:25px;
	height:100%;
	display: table;
	#position: relative;
	overflow: hidden;	
}

#basic_fact_right_rightImage
{
	position:relative;
	float:left;
	width:128px;
	height:100%;
	border-left:6px solid #2e2f31;
}

#basic_fact_right_factBox
{
	position:relative;
	float:left;
	width:255px;
	height:100%;
	background-color:#3a383f;
	overflow:auto;
	overflow-x: hidden;
	border-left:6px solid #222125;
}

#basic_fact_right_fact
{
	line-height:1.3em;
	padding:12px;
	padding-bottom:8px;
	padding-top:6px;
}

#basic_fact_right_fact a
{
	text-decoration:none;
}

#basic_fact_right_fact a:hover
{
	text-decoration:underline;
}

#basic_fact_right_fact p
{
	margin:2px;
}

#basic_fact_right_factTitle
{
	font-size:13px;
}

/***********************************************************
LIST LEFT - IMAGE RIGHT
***********************************************************/

#left_list_MainContent
{
}

.left_list_ListFrame
{
	position:relative;
	float:left;
	width:240px;
	height:305px;
	padding-top:20px;
	margin-bottom:0;
	margin-right:30px;
	overflow:hidden;
}

.left_list_ListFrame a
{
	text-decoration:none;
	color:#CCC;
}

.contact_list_listFrame
{
	position:relative;
	float:left;
	width:360px;
	height:305px;
	padding-top:20px;
	margin-bottom:0;
	margin-right:30px;
	overflow:hidden;
}

.contact_list_listFrame a
{
	text-decoration:none;
	color:#CCC;
}

.contact_list_listFrame a:hover
{
	text-decoration:underline;
}

.left_list_itemTitle
{
	font-size:14px;
}

.left_list_itemBody
{
	font-size:12px;
	padding-bottom:10px;
	line-height:1.4em;
}

.left_list_itemBody p
{
	margin: 0px;
}

#left_list_sideImage
{
	position:absolute;
	top:70px;
	left:640px;
	width:340px;
	height:460px;
}

/***********************************************************
PRESS PAGE
***********************************************************/

#press_list_mainContent
{
	width:960px;
	height:100%;
}

#press_list_left
{
	position:relative;
	float:left;
	width:126px;
	height:100%;
	font-size:12px;
	color:#c38a34;
	margin-top:20px;
}

#press_list_left a
{
	text-decoration:none;
	color:#969491;
}

#press_list_left a:hover
{
	color:#ecebe9;
}

#press_list_center
{
	 float:left;
	 width: 480px;
	 margin-left:20px;
	 margin-top:20px;
}

.press_list_item
{
	color:#ffba52;
	margin-bottom:12px;
	line-height:1.8em;
}

.press_list_item a
{
	font-size:18px;
	color:#CCC;
	text-decoration:none;
	padding-bottom:1px;
}

.press_list_item a:hover
{
	color:#FFF;
}

.press_list_article
{
	line-height:1.4em;
}

.press_list_article_date
{
	color:#ffba52;
}

.press_list_article_title
{
	font-size:18px;
}

.press_list_article_options
{
	position:absolute;
	left:676px;
	top:88px;
	font-size:11px;
}

.press_list_article_options a
{
	color:#CCC;
	text-decoration:none;
}

.press_list_article_options a:hover
{
	color:#FFF;
}

.mailLink
{
	background-image:url(../images/mailLink.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
}

.downloadLink
{
	background-image:url(../images/downloadLink.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
}

.press_list_article_sideImage
{
	float:right;
}

/***********************************************************
IN THE NEWS PAGE
***********************************************************/

#inthenews_sortList
{
	float:right;
	margin-top:22px;
	margin-left:30px;
}

#inthenews_sortList a
{
	color:#CCC;
	text-decoration:none;
}

#inthenews_sortList a:hover
{
	color:#FFF;
}

#inthenews_list_left
{
	position:relative;
	float:left;
	width:126px;
	height:100%;
	font-size:12px;
	color:#92d0dd;
	margin-top:20px;
}

#inthenews_list_left a
{
	text-decoration:none;
	color:#969491;
}

#inthenews_list_left a:hover
{
	color:#ecebe9;
}

#inthenews_list_center
{
	 float:left;
	 width: 480px;
	 margin-left:20px;
	 margin-top:20px;
}

#inthenews_list_center p
{
	margin:0px;
}

#inthenews_list_center a
{
	color:#CCC;
	text-decoration:none;
	font-size: 15px;
	padding-bottom: 5px;
}

#inthenews_list_center a:hover
{
	color:#FFF;
}

.inthenews_list_item
{
	margin-bottom:25px;
}
.inthenews_list_item p
{
	line-height: 17px;
	padding-bottom: 8px;
}


/***********************************************************
LIST LEFT ITEMS MIDDLE
***********************************************************/

#list_left_items_middle_list_left
{
	position:relative;
	float:left;
	width:126px;
	height:100%;
	font-size:12px;
	color:#93a539;
	margin-top:20px;
	line-height:1.2em;
}

#list_left_items_middle_list_left a
{
	text-decoration:none;
	color:#93a539;
}

#list_left_items_middle_list_left a:hover
{
	text-decoration:underline;
}

.list_left_items_middle_list_left_item
{
	padding-bottom:15px;
}

.list_left_items_middle_center_title
{
	font-size:16px;
	text-transform:uppercase;
	color:#93a539;
}

#list_left_items_middle_center
{
	float:left;
	width: 480px;
	margin-left:20px;
	margin-top:20px;
}

.list_left_items_middle_center_item
{
	position:relative;
	padding-bottom:30px;
}

#list_left_items_middle_center p
{
	margin:0px;
}

#list_left_items_middle_center a
{
	text-decoration:none;
	color:#93a539;
}

#list_left_items_middle_center a:hover
{
	text-decoration:underline;
}

.list_left_items_middle_center_img
{
	position:absolute;
	width:200px;
	top:0px;
	left:280px;
}

/***********************************************************
BRAND PAGE
***********************************************************/

#brand_page_logo
{
	position:relative;
	width:920px;
	height:40px;
	margin-left:30px;
	margin-top:-44px;
	margin-bottom:44px;
	float:left
}

/***********************************************************
GLOSSARY PAGE
***********************************************************/

#glossary_mainContent
{
	width:960px;
	height:100%;
}

#glossary_links
{
	float:right;
	margin-top:22px;
	font-size:10px;
}

.glossaryLetterLinks
{
	color:#94c4f5;
}

.glossaryBTT { 
	margin-top:4px;
}

.glossaryBTT { 
	margin-top:-18px;
}

#glossary_links a
{
	color:#fff;
	text-decoration:none;
	margin-right:3px;
}

#glossary_links a:hover
{
	color:#999;
	text-decoration:none;
}

#glossary
{
	position:relative;
	float:left;
	width:640px;
	margin-right:20px;
	margin-top:20px;
}

#glossary p
{
	margin: 0px;
}

#glossary img
{
	margin-top: 1px;
}

.glossary_item
{
	margin-bottom:10px;
}

.glossary_itemTitle
{
	color:#94c4f5;
	text-transform:uppercase;
	font-size:12px;
}

.glossary_sideImage
{
	float:right;
}

#glossary_sideCells
{
	position:relative;
	float:right;
	width:260px;
}

.glossary_sideCellMain
{
	position:relative;
	width:293px;
	height:130px;
	background-image:url(../images/sideCell.jpg);
	background-repeat:no-repeat;
}
.glossary_sideCellMainBottom
{
	position:relative;
	width:293px;
	height:130px;
	background-image:url(../images/sideCellBottomA.jpg);
	background-repeat:no-repeat;
}
.glossary_sideCellBottom
{
	position:relative;
	width:293px;
	height:130px;
	background-image:url(../images/sideCellBottomB.jpg);
	background-repeat:no-repeat;
}

.glossary_sideCellIMGLeft
{
	margin-left:6px;
}

.glossary_sideCellIMGRight
{
	margin-left:136px;
}



