@charset "utf-8";
/* CSS Document */

/*	created Feb 27, 2008 by Leo Botti  */

/*	***********************************
	TYPE selectors
	basic/default styling for entire website	
	***********************************	*/
body {
	background-color: #B1C0C9;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

img,
img a { 
	border: none;
}

a, 
a:link { 
	color: #900; 
	text-decoration: none; 
}

a:visited {
	color: #900; 	/* this is stupid	*/
	text-decoration: none; /* this is stupid	*/
/*	color: #666; 	
	text-decoration: underline; */
}

a:hover, 
a:active {
	text-decoration: underline;
	cursor: pointer;
/*	color: #900; */
}

*html a:hover, 
*html a:active {
	color: #900; 
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 20px 0 0.5em 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin: 20px 0 0.5em 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 1.2em 0 0.5em 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 2em 0 0.5em 0;
}

p {
	margin: .2em 0 .8em 0;
	line-height: 1.3em;
}

p.bulleted {
	display: list-item;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
}

p.dashed {
	display: list-item;
	list-style-image: url(../assets/bullet_level_2.gif);
	list-style-position: outside;
	margin-left: 50px;
}

p.note {
	font-size: 11px;
	font-style: italic;
}

p.note a {
	color: #888;
}

p.space {
	margin-top: 150px;
}

p.space_home {
	margin-top: 30px;
}

.nolink {
	color: #900;
}

li {
	margin: .3em 0;
	line-height: 1.3em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/*	default LIST formatting	*/
ul, ol {
	padding: 0;		/*	this ensures that both Firefox and IE use margin to indent lists	*/
	margin: 0 0 .4em 2em;
}

ul li {
	list-style-position: outside;
	list-style-image: url(../assets/bullet_level_1.gif);
}

ul ul li {
	list-style-image: url(../assets/bullet_level_2.gif);
}

ul ul ul li {
	list-style-image: url(../assets/bullet_level_3.gif);
}


/*	***********************************
	CONTAINERS that are present in SKINS
	These should only be used for positioning, height, width, overflow, float, clear, etc.	
	***********************************	*/

#main_container {	/*	this wraps all of the content	*/
	width: 760px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: hidden;
}

/*	quick links	*/

#quick_links {
/*	these styles relate to the topmost nav menu which uses images as links	*/
	width: 100%;
	background-image: url(../assets/quicklinks_bg.jpg);
	background-repeat: repeat-y;
	padding: 8px;
	padding-left: 235px; /*	we're using left padding to fake centering the list: adjust as needed	*/
}

*html #quick_links {	/*	reduce vertical padding in IE 6	*/
	padding-bottom: 6px;
}

#quick_links a img {
	margin: 0 1px;
	padding-right: 5px;
	border-right: 1px solid #999;
	vertical-align: middle;
}

#quick_links a img.no_border {
	border-right: none;	/*	need to apply this to get rid of default right border	*/
}

#sub_navigation {
	width: 100%;
	height: 20px;
	background-color: #900;
	border-bottom: 1px solid #A9A9A9;
}

/*	LOGO	*/

#logo_home {	/*	this style is used on the HOME page only	*/
	background-image: url(../assets/monitor_logo_large.gif);
	background-repeat: no-repeat;
	height: 40px;
	margin: 8px 18px;
	clear: both;
}

#logo {		/*	this style is used in interior pages where the logo is smaller	*/
	background-image: url(assets/monitor_logo.gif);
	background-repeat: no-repeat;	
	height: 30px;
	margin: 6px 18px;
	clear: both;
}

/*	Breadcrumbs	*/
#breadcrumb_container {	
	background-color: #ECECEC;
	clear: both;	
	margin: 0;
	width: auto;
	padding: 2px 1px;
	padding-left: 202px;
}

*html #breadcrumb_container {	
	padding-left: 210px;
}

.breadcrumb,
a.breadcrumb,
a:link.breadcrumb,
a:visited.breadcrumb {	/*	this style is applied to the breadcrumb links, specified in skin.xml	*/
	font-size: 11px;
	text-decoration: none;
	margin: 0 4px;
	color: #666;
}

a:hover.breadcrumb,
a:active.breadcrumb {
	text-decoration: underline;
	color: #000;
}


/*	Footer		*/
#footer_pane {	
	width: 100%;
	padding: 30px 0 16px 0;
	text-align: center;
	clear: both;
	color: #999;
	font-size: 11px;
}

/*	Landing Page */
#landing_page {
	width: 100%;
}

#landing_page #left_pane {
	float: left;
	margin-right: 2%;
	margin-left: 1%;
	width: 24%;
}

#landing_page #content_pane {
	float: left;
	margin-right: 5%;
	width: 44%;
}

#landing_page #right_pane {
	float: right;
	width: 172px;
}

/*	Landing Page - no related info column */
#landing_page_single {
	width: 100%;
}

#landing_page_single #left_pane {
	float: left;
	margin-right: 2%;
	margin-left: 1%;
	width: 24%;
}

#landing_page_single #content_pane {
	float: left;
	margin-right: 5%;
	width: 60%;
}



/*	Home Page	*/
#home_page {
	width: 100%;
	border-top: 4px #999 solid;
	padding-top: 20px;	/*	seem to need this to add just a bit more room at the top	*/
}

#home_page #left_pane,
#home_page #content_pane,
#home_page #right_pane {
	float: left;
	width: 25%;
	margin-right: 6%;
	min-height: 300px;
}

#home_page #left_pane {
	margin-left: 4%;
}

*html #home_page #left_pane {	/* to make left pane closer to edge in IE 6	*/
	margin-left: 2%;
}

*html #home_page #right_pane {	/*	to prevent wrapping of columns in IE 6	*/
	margin-right: 1%;
}

/*	Flash banner	*/

#home_banner_pane {  /*	this holds the "home_banner" container and that container controls the styling 	*/
	height: 170px;
	width: 100%;
	background-color: #DCDDDF;
	border-bottom: 1px #FFF solid;
	overflow: hidden;
	clear: both;
}


/*	***********************************
	MENU STYLING
	
	***********************************	*/
	
/*	Main page navigation: horizontal across top of page	*/

#main_nav {
	background-color: #666;
	height: 26px;
	padding-left: 115px;	/*	we're using left padding to fake centering the list: adjust as needed	*/
}

#main_nav ul {
	padding: 0;
	margin: 0;
}

#main_nav li {
	list-style-type: none;
	list-style-image: none;
	line-height: normal;
	float: left;	
	margin: 0;
}

#main_nav a {
    text-decoration: none;
	color: #FFF;
	display: block;
}

#main_nav ul li {	/*	this is targeting the top-level list	*/
	color: #FFF;
	background-color: #666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

#main_nav ul li a {
	padding: 6px 12px 5px 12px;	
}

#main_nav ul ul,
#main_nav ul ul ul {
	background-color: #DBE2E8;
	padding: 0;
	float: left;
	width: 130px;
	border-top: 1px solid #666;	
	margin: 0;	/*	need to counteract padding in #main_nav ul li to position sub-menus properly	*/
}

#main_nav ul ul li {	/*	this resets submenu anchors to normal instead of bold	*/
	font-weight: normal;
}

#main_nav ul ul ul {	/*	these styles relate to placing the Level2 menu in relation to Level1	*/
	position: absolute;
	margin: -16px 0 0 120px;
}


#main_nav ul ul li,
#main_nav ul ul ul li {
	margin: 0;
	width: 100%;		/*ul: 130px minus left & right padding: 14px = 106px */
}

#main_nav ul ul li {	/*	need to counteract Level0 styles	*/
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #DBE2E8;
	text-align: left;
	margin: 0;
	border: 1px solid #666;
	border-top: none;
}

#main_nav ul ul li a,
#main_nav ul ul ul li a {
	color: #000;
	padding: 3px 4px 3px 10px;
}

/*	SelectedTab styles	*/

#main_nav ul li.SelectedTab {
    background-color: #900;
}

#main_nav ul li.SelectedTab a {		/*	need to add extra padding to bottom so gray line doesn't show	*/
	padding-bottom: 6px;
}

#main_nav ul li.SelectedTab ul li a,
#main_nav ul ul li.SelectedTab a {	/*	need to zero out the padding for descendant anchors	*/
	padding-bottom: 3px;	
}

#main_nav ul li.SelectedTab ul {
    margin: 0;
	margin-top: -1px;	/*	do I need this?	*/
}

#main_nav ul li.SelectedTab ul ul {
	margin: -15px 0 0 120px;
}

#main_nav ul li.SelectedTab ul li.SelectedTab {
	background-color: #DBE2E8;	
}

#main_nav ul li.SelectedTab ul li.SelectedTab a {
	color: #000;	
}

/*
#main_nav ul li.SelectedTab ul li.SelectedTab {
	background-color: #B1C0C9;	
	font-weight: bold;
}
*/

/*	all HOVERS here	*/

/*	normal hovers	*/

#main_nav ul li:hover,
#main_nav ul li.iehover {
	background-color: #DBE2E8;
}

#main_nav ul li:hover a,
#main_nav ul li.iehover a {
	color: #000;
}

#main_nav ul ul li:hover,
#main_nav ul ul li.iehover {
	background-color: #333;
}

#main_nav ul ul li:hover a,
#main_nav ul ul li.iehover a {
	color: #FFF;
}

#main_nav ul ul li:hover ul a,
#main_nav ul ul li.iehover ul a {
	color: #000;
}

#main_nav ul ul ul li:hover a,
#main_nav ul ul ul li.iehover a {
	color: #FFF;
}


/* SelectedTab hovers	*/
/*	working down the cascade in order	*/

#main_nav ul li:hover.SelectedTab,
#main_nav ul li.iehover.SelectedTab {
	background-color: #900;
}

#main_nav ul li:hover.SelectedTab ul a,
#main_nav ul li.iehover.SelectedTab ul a {
	color: #000;
}

#main_nav ul li:hover.SelectedTab a,
#main_nav ul li.iehover.SelectedTab a {
	color: #FFF;
}

#main_nav ul li.SelectedTab ul li:hover,
#main_nav ul li.SelectedTab ul li.iehover {
	background-color: #333;
}

#main_nav ul li.SelectedTab ul li:hover a,
#main_nav ul li.SelectedTab ul li.iehover a {
	color: #FFF;
}

#main_nav ul li.SelectedTab ul li:hover ul a,
#main_nav ul li.SelectedTab ul li.iehover ul a {
	color: #000;
}

#main_nav ul li.SelectedTab ul li ul li:hover a,
#main_nav ul li.SelectedTab ul li ul li.iehover a {
	color: #FFF;
}


#main_nav li ul {	/* second-level lists */
	position: absolute;	
	left: -999em;		
}

/* no need to change these hover classes 
unless you need more than 4 levels */
#main_nav li:hover ul ul,
#main_nav li:hover ul ul ul,
#main_nav li:hover ul ul ul ul,
#main_nav li.iehover ul ul,
#main_nav li.iehover ul ul ul,
#main_nav li.iehover ul ul ul ul{
	left: -999em;			
}

#main_nav li:hover ul, 
#main_nav li.iehover ul {
	top: auto;
	left: auto;	
}

#main_nav li li:hover ul,
#main_nav li li li:hover ul,
#main_nav li li.iehover ul,  
#main_nav li li li.iehover ul {
	top: auto;
	left: auto;	
}	


/* ==========================
    SECTION MENU
	This is a second instance of Snapsis
   ========================== */

#section_nav { /* this is the div that contains the list */
	margin: 0 16px;	/* we seem to need this right margin to prevent the text from getting too close to the ContentPane. Left margin is positioning the left edge	*/
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: transparent;
}

#section_nav ul {	/* top level list	*/
	padding: 1px 0 3px 0;
	margin: 0;
}

#section_nav ul ul {	/*	second level lists	*/
	position: relative;
	margin-left: 1px;
	padding: 0;
}

#section_nav ul ul ul {	/*	third level lists	*/
	margin-left: 1.4em;
}

/*	LIST ITEMS	*/

#section_nav ul li { 
	list-style-type: none;
	list-style-image: none;
	font-size: 16px;
	margin-top: 22px;
}

#section_nav ul ul li { 
	margin: 0;
	padding: 1px 0;
	list-style-image: url(../assets/section_nav_1.gif);
	font-size: 11px;
}

#section_nav ul ul ul li {
	list-style-type: none;
	list-style-image: none;
	/*list-style-image: url(../assets/section_nav_2.gif);*/
	font-weight: normal;
	margin-top: 4px;
}

/*	Anchors	*/

#section_nav ul li a { 
	font-weight: bold;
	display: block;		/*	need this so browser recognizes padding	*/
	padding-bottom: 6px;
}

#section_nav ul ul li a {
	color: #000;
	font-weight: bold;
}

#section_nav ul ul ul li a {
	color: #666;
	font-weight: normal;
}

/*	Selected LIs	*/

#section_nav li.active { 
	list-style-image: url(../assets/section_nav_chevron.gif);
}

#section_nav ul li.active a { 
/*	font-weight: bold;	*/
}

#section_nav ul li.active { 
	list-style-image: url(../assets/section_nav_chevron.gif);
}


#section_nav ul li.active ul ul a,
#section_nav ul ul li.active ul a { 
	color: #666;
	font-weight: normal;
}

#section_nav ul ul li.active a { 
	color: #900;
	text-decoration:underline;
}

#section_nav ul ul ul li.active a { 
	color: #900;
	text-decoration:underline;
}


#section_nav ul li.active ul a { 
	padding-bottom: 0;
	color: #000;
	text-decoration:none;
}

#section_nav ul li.active ul a:hover {
	text-decoration: underline
}

#section_nav ul ul ul li.active a { 
	color: #900;
	font-weight: bold;
}

#section_nav ul ul ul li.active { 
	list-style-image: url(../assets/section_nav_chevron.gif);
	list-style-type: none;
	font-size: 11px;
	margin-top: 4px;
}
#section_nav ul li.active { 
	list-style-image: url(../assets/section_nav_chevron.gif);
	list-style-type: none;
	font-size: 11px;
	margin-top: 0;
}

/*	Control visibility	*/
/*
#section_nav ul, */
#section_nav ul ul ul {
	display: block;
}	

#section_nav ul ul li.active ul {
	display: block;
}

/*	no need to change these hover classes unless you need more than 4 levels */
/*	
#section_nav li:hover ul ul,	*/
#section_nav li:hover ul ul ul,
#section_nav li:hover ul ul ul ul,
#section_nav li.iehover ul ul,
#section_nav li.iehover ul ul ul,
#section_nav li.iehover ul ul ul ul{
	display: block;
}

/*	
#section_nav li:hover ul, */
#section_nav li li:hover ul, 
#section_nav li li li:hover ul, 
#section_nav li.iehover ul, 
#section_nav li li.iehover ul, 
#section_nav li li li.iehover ul {
	display: block;
}

/*	***********************************
	DEFAULT CLASS STYLING 
	These are used across the site in different containers and by different modules... take into account in container.css
	***********************************	*/

.abstract {
	margin: 0;
	padding: 0;
	font-size: 12px;	
}

.abstract_home {
	margin: 0 0 0 17px;
	padding: 0;
	font-size: 12px;	
}

.abstract h2,
.abstract_home h2 {
	font-size: 13px;
	margin: 1.2em 0 0 0;
}

.abstract h2 a,
.abstract_home h2 a {
	color: #900;
}

.abstract p, 
.abstract a {

}

span.date {
	display: block;
	margin: 0;
	font-size: 11px;
	font-style: italic;
	margin: 4px 0;
}

p.to_top {
	margin: 0 0 2em 0;
	font-size: 11px;
}

p.to_top a {
	color: #888;
}

h2.article {
	color: #900;
	font-weight: normal;
	font-size: 1em;
	background-color: #DEDEDE;
	margin: 1.4em 0 .8em 0;
	padding: 1px;
}

.details {
	font-size: .8em;
}


/*	HOME PAGE CONTAINERS */

/*	these relate to the three columns	*/
.home {	/*	this style is applied to all of the home page containers	*/
	margin-bottom: 24px;	/*	this allows some extra room in case containers follow each other	*/
}

/*	.abstract is the class of the wrapping div for the items that come in via TeamSite	*/
.home .abstract {	/*	this can be adjusted to make the text line up visually with the h1 images on the home page */
	padding-left: 18px;
	margin-bottom: 4px;	/*	using this setting to allow abstract to appear closer to main heading for each container (the chevrons and title images)	*/
}

.home h1 {	/*	these styles will display in Firefox and Opera if the images don't load	*/
	margin: 12px 0 0 0;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.home h1 img.chevron {
	margin-right: 1px;
	margin-bottom: 1px;
}

.home h1 a img {
	border: none;
}

.home .abstract h2 a {	
	color: #666;
}

.home .abstract h2 a:hover {	
	cursor: pointer;
}

.home .abstract p {
	line-height: 1.2em;		/*	reducing line height on home page	*/
}


/*	Flash banner	*/

.home_banner_text {
	background-color: #DCDDDF;
	overflow: hidden;	
	height: 170px;
	padding: 40px 24px 0 24px;
	margin: 0;
}

*html home_banner_text {
	width: 380px;
} 

.home_banner_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: .7em 0;
}

.home_banner_movie {
	float: right;
	width: 380px; 
	margin: 0; 
}

*html .home_banner_movie {
	margin: 0 -3px; /*	for IE6 so a white line doesn't appear between the text box and the movie	*/
}

/*	RELATED INFO	*/
/*	This container is used for additional related articles and stories on a summary page (currently in RightPane)	*/

.related_info {
		
}

.related_info .abstract {
	padding-right: 2em;
/*	padding-left: 12px;			this is directly related to h2 text indent below	*/
	font-size: 11px;
}

.related_info .abstract h1 {
	font-size: 11px;
	font-weight: bold;
	color: #900;
	background-image: none;
}

.related_info .abstract h2 {
	font-size: 11px;
	font-weight: bold;
/*	text-indent: -12px;		this margin lines up the text below the chevrons	*/
	background-image: url(../assets/chevron_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}

.related_info .abstract h2 a,
.related_info .abstract h2 a:link {
	color: #666;
}

.related_info .abstract h2 a:hover {
	color: #900;
	text-decoration: underline;
}

.related_info .abstract p {
	font-size: inherit;
	line-height: 1.2em;
	margin: 2px 0 0.2em 12px;
	margin-bottom: .2em;
}

.related_info .abstract a.read_more {
	display: block;
}

.related_info .abstract span.article_source,
.related_info .abstract span.date {
	display: none;
}

/*	IE6 hacks for related_info	*/

*html .related_info .abstract h2 {
	text-indent: 0;	
	font-size: 11px;	/*	IE6 seems to be ignoring inherit	*/
}


/*	SUMMARY CONTAINER	*/

.summary_container {
	min-height: 420px;
}

.summary_container .abstract h2 {
	background-color: #DDD;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	margin: 1.4em 0 .2em 0;
	padding: 1px;
	color: #900;
}

.summary_container .abstract h2 a,
.summary_container .abstract h2 a:link {
	color: #900;	
	text-decoration: none;
}

.summary_container .abstract h2 a:visited {
	color: #900;	
	text-decoration: none;
}

.summary_container .abstract h2 a:hover {
	color: #900;	
	text-decoration: underline;
}

.summary_container .abstract p {
	margin: .5em 0 .1em 0;
}

.summary_container .abstract a.read_more {
	display: block;
	font-size: 11px;
}

