@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
{
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	overflow:visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#mainTop
{
	position:relative;
	width:954px;
	height:155px;
	margin-left:26px;
	margin-top:30px;
	z-index:1000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	padding: 0px;
}
#mainTop #top-menu a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.horzDivider
{
	background-image:url(/media/images/horz_divider.png);
	background-repeat:repeat-y;
	width:980px;
	height:7px;
	overflow:hidden;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.vertDivider
{
	position:relative;
	float:left;
	background-image:url(/media/images/vert_divider.jpg);
	background-repeat:repeat-x;
	width:5px;
	height:587px;
	overflow:hidden;
}
#mainLogo {
	width:146px;
	height:100px;
	margin-right:15px;
	cursor:pointer;
	float: right;
}
#mainLogo a img, a:hover img {
	text-decoration: none;
	border:none;
}
#flashClockContainer {
	float:right;
	width:90px;
	height:45px;
	margin-top:10px;
}

/* ********************************************************** START FOOTER ********************************************************** */


#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;
}

/* ********************************************************** END FOOTER ********************************************************** */


/* *********************************************************** Misc. Styles, Work-Arounds, etc. *********************************************************** */
.hidden {
	display: none;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
a {
	color: #FFFFFF;
}




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

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

#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%}
#textInner p {
	line-height: 16px;
	margin-top: 15px;
}


/* Imported from on-page

#textInner a {
	text-decoration:none;
	color:#9eb13d;
}
#textInner a:hover {
	text-decoration:underline;
}


  	#textInner a
	{
		text-decoration:none;
		color:#9bae42;
	}
 */

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

#basic_right_mainContent
{
	width:560px;
}

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

/* Imported from on-page 
			#basic_right_mainContent a
			{
				color:;
				text-decoration:none;
			}
			
			#basic_right_mainContent a:hover
			{
				text-decoration:underline;
			}

*/

/***********************************************************
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(/media/images/listLink.jpg);
}

#basic_left_links a
{
	text-decoration:none;
}

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


/* Imported from on-page */

  	#basic_left_rightText em
	{
		color:#94c4f5;
	}
	
	#basic_left_rightText a
	{
		color:#94c4f5;
		text-decoration:none;
	}
	
	#basic_left_rightText a:hover
	{
		text-decoration:underline;
	}

  	#basic_left_rightText em
	{
		color:#b3b3b3;
	}
	
	#basic_left_rightText a
	{
		color:#b3b3b3;
		text-decoration:none;
	}
	
	#basic_left_rightText 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;
	color:#9eb13d;

}

.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;
}


/* Imported from on-page 

  	#basic_fact_right_fact a
	{
		color:#9bae42;
	}
*/

/***********************************************************
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(/media/images/mailLink.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
}

.downloadLink
{
	background-image:url(/media/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:15px;
}

#list_left_items_middle_center p
{
	margin:0px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 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 h3 ,h3 a{
	border-bottom: 1px solid #333;
	position: relative;
	height: 18px;
	width: 640px;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #94c4f5;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: both;
}
#glossary h3.top {
	margin-bottom:15px;
}
#glossary dl  {
	width: 640px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}
#glossary dl dt{
	display: block;
	width: 640px;
	height: 20px;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	clear: both;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #94c4f5;
}
#glossary dl dt img{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border-style: none;
	display: inline;
}
#glossary dl dd {
	margin: 0px 0px 15px;
	padding: 0px;
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
}
/* #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(/media/images/sideCell.jpg);
	background-repeat:no-repeat;
}
.glossary_sideCellMainBottom
{
	position:relative;
	width:293px;
	height:130px;
	background-image:url(/media/images/sideCellBottomA.jpg);
	background-repeat:no-repeat;
}
.glossary_sideCellBottom
{
	position:relative;
	width:293px;
	height:130px;
	background-image:url(/media/images/sideCellBottomB.jpg);
	background-repeat:no-repeat;
}

.glossary_sideCellIMGLeft
{
	margin-left:6px;
}

.glossary_sideCellIMGRight
{
	margin-left:136px;
}
/* #pgGlossary img.key-img {
		float: left;
		padding-left: 4px;
		padding-top: 3px;
	}
	
#pgGlossary .glossary_itemTitle b {
		float: left;
	}
	*/
#BackToTopGlossary
{
	display: block;
	width: 100%;
	clear: both;
	border: none;
	padding: 0px;
	margin: 0px 0px 20px;
}
#BackToTopGlossary a {
	float: right;
	font-size: 8px;
	color: #666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#BackToTopGlossary a:hover {
	color: #999;
	text-decoration: none;
}

/***********************************************************
CLEAN UP
***********************************************************/

#BackToTop
{
	display: block;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#BackToTop a {
	float: right;
	font-size: 8px;
	color: #666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#BackToTop a:hover {
	color: #999;
	text-decoration: none;
}
#nextBack a { text-decoration:none; color:#FFF; }

#viewBrands {
	display: block;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
}
#viewBrands a {text-decoration:none; color:#777;}
#viewBrands a:hover {color:#FFF}
#LargeMessage {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	text-align: center;
	height: 400px;
	position: relative;
}
#LargeMessage h2 {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

/***********************************************************
PAGE COLOR THEMES
***********************************************************/

/***** GREEN *****/
#pgWatchHill #textInner a {
	text-decoration:none;
	color:#9eb13d;
}
#pgWatchHill #textInner a:hover {
	text-decoration:underline;
}
#tgCompanies {
	position:relative;
	float:left;
	width:255px;
	height:100%;
	background-color:#3a383f;
	overflow:auto;
	overflow-x: hidden;
	border-left:6px solid #222125;
}
#tgCompanies img {
	margin: 15px 10px 10px;
	padding: 0px;
	border: none;
}
#tgCompanies ul {
	display: block;
	margin: 0px 12px;
	padding: 0px;
	list-style: none;
}
#tgCompanies ul li {
	margin: 0px 0px 8px;
	padding: 0px;
}
#tgCompanies ul li a {
	color: #9bae42;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}
#tgCompanies ul li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}
#tgCompanies ul li.explore a {color:#CCC; text-decoration:none;}
#tgCompanies ul li.explore a:hover {color:#FFF; text-decoration:none;}
