
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	min-width:1000px;
}

a:link, a:visited, a:hover {
	/*color: #006699;*/
	color: #566B8c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #566b8c;
}

h2{
 font-size: 30px; /* 125%;*/
 color: #006699;
}

h3{
 font-size: 15px;/*100%;*/
 color: #566b8c;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #566b8c;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #566b8c;
}


.videonav {
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.featureList
{
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mastheadWrapper
{
	margin: 0px;
	/*padding: 10px 0px ;*/
	border-bottom: 1px solid #566B8c;
	width: 100%;
	background-color:#9FA7B3;
	height:150px;	
	/*height:129px;*/

	/*background-image:url(../imgs/background/header_back2.jpg);
	background-repeat: repeat-x;*/

} 

#masthead{
	margin: 0px;
	padding: 2px 0px;
	/*border-bottom: 1px solid #566B8c;
	background-color:#9FA7B3;*/
	width: 100%;
	/*background-color:#666666;
	height:112px;*/
	background-image:url(../imgs/background/header_right.jpg);
	background-position:right;
	background-repeat: no-repeat;
}

#rightHeader
{
	float:left;
	margin-top: 2px;
	padding: 7px 7px 25px 8px;
	font-family: Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 16px;
	background-color: #dce0e7;
	width: 550px;
}

#masthead img{
	/*margin: 8px;
	display:block;*/
}

#navBar{
	width:230px;
	float:left;
	padding: 0px;
}

#mainNav
{
 	position:absolute; 
	width:230px;
}

#underNavImg
{
	background-image: url(../imgs/background/navTop.jpg);
	background-position: top;
	background-repeat:repeat-x;
	height:7px;
}

div#content{
	background-color: #ffffff;
  /*float:right;
	width: 72%;*/
	/*margin: 0px 0px 0px 235px;*/
	margin: 0px 0px 0px 230px;
	padding: 0 3% 0 0;
	min-height:500px;
	background-image: url(../imgs/background/content_back.jpg);
	background-position: top;
	background-repeat:repeat-x;
}

#contentWrapper
{
	background-color: #eeeeee;
}

#homeFlash
{
	width:100%;
	/*height:100%;*/
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	color: #566B8c;
	padding: 0px 0px 10px 10px;
}

.pageNameSub
{
	color: #566B8c;
	font-size:16px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #566B8c;
	padding: 0px 0px 0px 4px;
	white-space: nowrap;
	margin-top:126px;
	display:block;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a, #globalNav a:visited {
	/*color: #566B8c;
	font-size: 90%;
	padding: 0px 4px 0px 0px;   DEFAULT*/
	
	color: #ffffff;
	font-size: 80%;
	background-color:#566b8c;
	padding: 4px 4px 4px 4px;
	font-weight:bold;
}

#globalNav a:hover {
	color: #000000;
	background-color:#ffffff;
	font-size: 80%;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
}

#globalNav #globalNavSelected a {
	color: #000000;
	background-color:#ffffff;
	font-size: 80%;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #566B8c;
	font-size: 75%;
	color: #566B8c;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #breadCrumb styles *************/

#breadCrumb{
color: #566B8c;
	font-size: 80%;
	padding: 8px 0px 15px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 16px;
	/*font-size: 80%;*/
}

.feature h3{
	padding: 5px 0px 10px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************* copy heads and bodies ***********/
div.articleCaption
{
	background-color:#566B8c;
	width:260px;
	padding:6px;
	color:#ffffff;
	font-weight:bold;
	font-size:smaller;
}

div.articleBody
{
	background-color: #EEF9C8; /*#E4F0B9;  #D9F2D2; #DCE0E7;*/
	padding:10px;
	color:#000000;
}

div.articleBodyImg
{
	background-color: #EEF9C8; /*#E4F0B9;  #D9F2D2; #DCE0E7;*/
	padding:10px;
	color:#000000;
	min-height:155px;
	font-size: 16px;
}

div.articleWrapper
{
	display:block;
	/*padding-left:110px;*/
	padding-left:190px;
}

.clear
{
	clear:both;
}

div.articleImgLeft
{
	float:left;
	background-color:#FFFFFF;
	/*width:100px;*/
	width:180px;
	margin: 0px 10px 10px 0px;
	padding: 2px 0px 6px 0px;
	height:auto;
}

div.articleImgLeft img
{
	padding: 5px 0px 0px 5px;
	float:none;
}

.buttonArea
{
	margin-top: 6px;
}

div#articleImgRight
{
	float:right;
	background-color:#FFFFFF;
	width:100px;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}

div#articleImgRight img
{
	padding: 5px 0px 0px 5px;
}

.moreInfoButton
{
	background-color: #cccccc;
	border:1px solid #000000;
	height: 26px;
	width:90px;
	padding:0px;
	margin:0px;
}

.moreInfoButton:hover
{
	background-color: #CCFF99;
}

.moreInfoButton a
{
	border:0px;
}

.moreInfoButton p
{
	padding:0px;
	/*margin: 0px 0px 4px 0px;*/
}

.moreInfoButton a img
{
	border:0px;
	margin: 2px;
	padding:0px;
	/*padding: 1px 0px 0px 1px;*/
	/*margin:  2px 1px 0px 0px;*/
	float: left;
}

div#articleLink
{
	padding: 0px 0px 4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

div#articleLink img
{
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
 
div#articleLink a, div#articleLink a:visited
{
	color: #339900;
	text-decoration:none;
}

div#articleLink a:hover
{
	color:#FF0000;
	text-decoration: none;
}

#pageMainVideo
{
	float:right;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	border:1px solid #000000;
}

.movieLink a
{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

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

/****************Table Information***************/
.dataTable
{
	font-size:9px;
	border:1px solid #000000;
	width:450px;
}

.dataTable td
{
	text-align:center;
	/*padding: 2px 4px 2px 4px;*/
}

.dataHeaderRow
{
	font-weight:bold;
	color:#ffffff;
	background-color:#566B8c;
}

.dataGreyRow
{
	/*background-color: #eaeaea;*/
	background-color:#ffffff;
}

.dataTable img
{
	float: none;
	padding: 0px;
	margin: 0px;
}

/***********************************************
	ISO BOX DEFINITION
***********************************************/
div.isoBoxTop
{
	width:500px;
	background-color:#9FA7B3;
	color:#ffffff;
	font-weight:bold;
	padding: 6px;
}

div.isoBoxBottom
{
	width:500px;
	background-color: #CCCCCC;
	color:#000000;
	padding: 6px;
}

.boxBorder
{
	 border:1px solid #cccccc;
}

/***********************************************
	Escapements
***********************************************/

.escapementWrapper
{
	float:none;
}

.escapement
{
	/*display:block;
	background-color:#CCCCCC;
	margin-bottom:10px;*/
}

.escapement img
{
 	float:left;
}

.escapementConfig
{
	width:200px;
	float:right;
	text-align:center;
	/*margin-top:10px;*/
}

.escapementConfig img
{
	float:none;
	/*align:center;*/
}

.escapementButton
{
	width:150px;
	border:1px solid #000000;
	background-color:#ffffff;
	color:#333333;
	text-decoration:none;
	padding: 2px;
	cursor:pointer;
	font-weight:bold;
}

.escapementButton:hover
{
	width:150px;
	border:1px solid #000000;
	background-color:#333333;
	color:#ffffff;
}

/************************************************
		My Menu
************************************************/
.main_menu
{
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border-left: 1px solid #B4C2CB;
	border-top: 1px solid #B4C2CB;
	/*position:absolute;*/
}

.menu_main a, .menu_main a:visited
{
	display:block;
	text-decoration:none;
	padding: 6px 3px 6px 3px;
	border-right: 1px solid #B4C2CB;
	border-bottom: 1px solid #B4C2CB;
	background-image:url(../imgs/buttons/main_plain.jpg);
	background-repeat:repeat-x;
}

.menu_main_visited a, .menu_main_visited a:visited
{
	display:block;
	text-decoration:none;
	padding: 6px 3px 6px 3px;
	border-right: 1px solid #B4C2CB;
	border-bottom: 1px solid #B4C2CB;
	background-image:url(../imgs/buttons/main_visited.jpg);
	background-repeat:repeat-x;
}

.menu_main a:hover, .menu_main_visited a:hover
{
	background-image:url(../imgs/buttons/main_hover.jpg);
	background-repeat:repeat-x;
}

.main_menu_sub
{
	/*border-right: 1px solid #112233;*/
	border-bottom: 1px solid #B4C2CB;
	background-color: #dce0e7;
	/*background-color: #B4C2CB;*/
}

.main_menu_sub a, .main_menu_sub a:visited
{
	/*padding: 3px 0px 3px 10px;
	margin: 10px;*/
	display:block;
	text-decoration:none;
	font-size: 10px;
	padding: 3px 0px 3px 20px;
}

.main_menu_sub a:hover
{
	background-color:#ffffff;
	color:#000000;
}

.main_menu_sub_visited
{
	background-color: #D6EDD3;
	color:#374559;
}

.bigParagraphTitle{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;font-weight:bold;color:#374559;height:25px;vertical-align: middle;text-align:left;}
.bulletHead{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#374559;text-transform:uppercase;} 
.mainArticleTitle{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;font-weight:bold;background-image:url(../images/articleTop.gif);background-repeat:repeat-x;color:#374559;height:25px;vertical-align: middle;text-align:left;padding-left:5px;border-bottom:1px solid #374559;}


/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}


