/* URSA HOMEPAGE CSS STYLESHEEET  */

/* % is used for all font measurements because of their ability to be resized 
(ems can be resize too but % scales better). 
Font measurements are indicated as part of the body and td tag --
thus be careful when overlapping div or other tags that contain classes with font-sizes
becuase they will multiply with each other */ 

/* Left Nav */

#leftNav {
	width: 183px;
	background-color: #cccccc;
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 15px;
}

#leftNav h1 {
	font-size: 1.1em; /* adjusted to work with parent size of 71%; 12px */
	color: #ff0000;
	font-weight: bold;
}
#leftNav h1 a {
	text-decoration:none;
	color: #000000;
}
#leftNav h1 a:visited {color: #000000;}
#leftNav h1 a:hover {color: #ff0000;}
#leftNav h1 a:active {color: #ff0000;}

#leftNav p a {
	display:block;
	color: #000000;
	line-height: 1.4em;
	margin-top: 4px;
	padding-left: 7px;
	background-image: url(../images/left_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
#leftNav p a:link {color: #000000;}
#leftNav p a:visited {color: #000000;}
#leftNav p a:hover {color: #ff0000;}
#leftNav p a:active {color: #ff0000;}

#leftNav p strong {
	display:block;
	font-weight: bold;
	color: #ff0000;
	background:none;
	background-image: url(../images/left_nav_arrow_at.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	margin-top: 4px;
	padding-left: 7px;
}

.leftNavRule {
	height: 1px;
	width: 173px;
	overflow: hidden;
	background-color: #999999;
	margin-top: 15px;
	margin-bottom: 13px;
}
#leftNav h2 {
	font-size: 1em; /* adjusted to work with parent size of 71%; 12px */
	color: black;
}
#leftNav form {margin: 5px 10px 0 0;}
#leftNav select {
	display:block;
	margin-bottom: 8px;
	font-size: 11px; /* forces the menu to be a static font size in order to avoid breaking the table */
}
#leftNav form p {
	margin-top: 0px;
	font-size:0.9em;
	font-style: italic;
}

/* Middle Column */

#middleCol {
	width: 348px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 13px;
	padding-bottom: 20px;
}
#fullCol {
	width: 531px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#middleCol p, #fullCol p {margin-bottom:10px}
#middleCol ul, #fullCol ul {margin-bottom:10px}
#middleCol li, #fullCol li {margin-bottom:5px}
#middleCol h1, #fullCol h1 {
	font-size: 1.4em; /* adjusted to work with parent size of 71%; 16px */
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 8px;
}
#middleCol h1 em {font-size:.8em; /* adjusted to work with parent size of the h1; 13px */ }
#middleCol h2, #fullCol h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #ff0000;
	margin-top: 15px;
	margin-bottom:4px;
	clear: both;
}
#middleCol h3, #fullCol h3 {
	font-size: 1em;
	font-weight: bold;
	color: ff0000;
	margin-top: 15px;
	clear: both;
}
#middleCol h4, #fullCol h4 {
	font-size: 1em;
	font-weight: bold;
	clear: both;
}
#middleCol h5, #fullCol h5 {
	display:inline;
	font-size: 1em;
	font-weight: bold;
	clear: both;
	margin-right:.5em;
}
.indent {
	margin-left: 15px;
}

.backToTop {
	color: #666666;
	display:block;
	background-image: url(../images/back_to_top_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	float: right;
	margin-top: 6px;
	font-size:.9em;
	text-indent: 10px;
	
}

.backToTop a:link {color: #666666;}
.backToTop a:visited {color: #666666;}
.backToTop a:hover {color: #ff0000;}
.backToTop a:active {color: #ff0000;}

/* Right Column */
#rightCol {
	width: 151px;
	background-color: #ffffff;
	padding-right: 20px;
	padding-top: 15px;
}
#rightCol h2 {
	font-weight: bold;
	font-size: 1em;
}
#rightCol p a {
	font-size: .9em;
	line-height:1.3em;
	display:block;
	margin-bottom: 4px;
}
.rightColRule {
	height: 1px;
	width: 151px;
	overflow: hidden;
	background-color: #ff0000;
	margin-top: 15px;
	margin-bottom: 12px;
}
/* Navigation Elements */

.navGlobalPrimary {
	padding-left: 202px;
}


/* Ursa Worldwide */

#worldMap {
	background-image: url(../ursa_worldwide/images/worldmap_back.gif);
	background-repeat: no-repeat;
}

/* Glossary */
.glossaryNav {margin-bottom:10px;}
.glossaryNav strong {color:#ff0000;}
dd {margin-left:15px;}
dd li {margin:5px 0 5px 15px;}
