/* Common.css version 1.15*/ 
/*
/* 09/16/07 dgt: This used to say "This style sheet should not be edited. Any changes that need to be made should be made in the custom.css */
/* 					Great!  Except of course there IS no custom.css.  So all changes are now made here.  ;-) */
/* 

/*-------General Styles--------*/

a:link, a:active, a:hover, a:focus {color: #0050aa;}

a:visited {color: #800080;}

.signature {
 font-family: "Monotype Corsiva", "Lucida Calligraphy", cursive;
 font-size: xx-large;
 font-weight: bold;
 color: #003399;
 line-height: normal;
}

body {
/* Paul's original color = background-color: #DEDFFE; */
	background-color: #EFEFFF; 
	font-family: verdana, sans-serif; 
	font-size: 80%;
	color: #00006F; 
	margin: 0 10px;
	text-align: left;
}

#columnLeft {
	float: left;
	margin-bottom: 15px;
}

#columnRight {
	float: right;
	margin-bottom: 15px;
}

#content {
	background-color: #fff; 
	_height: 1%;
	margin: 0;
	padding: 12px 0;
}
	
#content li{ margin-top: .3em; }

.hidden { display: none; }

#home .homeHide {display: none;}

h1 { margin: 0;	}

h2, h3 { 
	margin: 0;
	padding: 0 0 .6em 0;
}

h4, h5, h6 { 
	font-weight: bold;
	margin: 0;
	padding: 0 0 .6em 0;
}

.largeObject {
	overflow: auto;
	width: 100%; 
}

#momentum { 	
	padding: 0;
  	position: relative;
	text-align:left;
}
	
#momentum img { 	
  	position: absolute;
  	z-index: 0;
}

p {	margin-top: 0; }

#pageConstraints {
	margin-left: auto;
	margin-right: auto;
	min-width: 700px;
	position: relative;
	text-align: left;
}

#popupPage #header { height: 90px;}
#popupPage #siteNameContainer { _top:0; }
#popupPage #pageConstraints {width: 100%; min-width: 200px;}
#popupPage #hallmark {margin: 18px 20px;}

#popupBand {
	background: #ebebeb;
	border-bottom: 1px solid #aaafb4;
	color: #0050aa;
	font-size: .9em;
	height: 1.8em;
	margin: 0 -10px;
	position: relative;
}

#popupBand img {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: .2em;
}

#popupBand span {
	position: absolute;
	right: 30px;
	top: .3em;
}


.skipNav {
 	position: absolute;
 	left: -1000em;
}

table {	font-size: 1em; }

/*-------End General Styles--------*/



/*-------New Header Styles--------*/

#globalLinks{
	background-color: #009DD9;
	color: #fff;
	text-align: right;
	list-style: none; 
	margin: 0;
	padding: 2px 0 3px 0;
	white-space: nowrap;
	width: 100%;
}

#globalLinks a {
	color: #fff;
	text-decoration: none;
}

#globalLinks a:hover {
	text-decoration: underline;
}

#globalLinks li{
	border-right: 1px solid #fff;
	display:inline;
	padding: 0 8px 0 7px;
}

#globalLinks li.last {
	border-right: none;
	padding-right: 4px;
}

#hallmark {	float: right; }

#header {
	clear: both;
	font-size: 0.8em;
	height: 121px;
	width: 100%;
}

#siteNameContainer { 
	height: 103px; 
	position: absolute; 
	_top:18px; 
	left: 10; 
	width: 760px; 
	z-index: 1;
}
 
#siteNamePositioner { 
	height: 100px;
	position: absolute; 
	top: 50%;
}
 
#siteName { 
	position: relative; 
	top: -50% 
}
 
#siteSpecific {
	height: 42px;
	margin: 0 0 0 299px;
	padding-bottom: 0;
	position: relative; 
	z-index: 1;
}

#siteSpecific a {
	color: #0050AA;
	padding: 0;
	margin:0;
	text-decoration: none;
}

#siteSpecific a.currentPage, 
#siteSpecific a:visited.currentPage {
	font-weight: bold;
	cursor: text;
	text-decoration: none;
}

#siteSpecific a:hover,
#siteSpecific a:active, 
#siteSpecific a:focus {	text-decoration: underline; }


#siteSpecific ul{
	border-bottom: 1px solid #ddd;
	list-style: none; 
	float: right;
	margin: 0;
	padding: 20px 0 5px 0;	
	white-space: nowrap;
}

#siteSpecific li{
	border-right: 1px solid #0050aa;
	display:inline;	
	padding: 0 11px;
	margin: 0;	
}

#siteSpecific li.first { padding-left: 0; }

#siteSpecific li.last {
	border-right: none;
	padding-right: 0;

}


/*-------End New Header Styles--------*/

#container {
	width:200px;
}


.Xtree, .XtreeRoot {
	list-style-type:none;
	padding-left:0px;
	margin:0;
}
.Xtree {
	/* Indentation of a sub-item compared to its parent */
	padding-left:25px;
	margin-left:3px;
	border-left:1px dotted #aaa;
}
.Xnode {
	/* Top and bottom space for a node item */
	margin-top:3px;margin-bottom:3px;
	/* Height of the node item */
	height:20px;
	/* Node background color */
	background:#EFEFFF;
	/* Font specifications for a node */
	font-family:verdana;
	//font-weight:bold;
	font-weight:normal;
	//font-size:12px;
	font-size:11px;
	color:#00006F;
	cursor:pointer;
}
.Xleaf {
	/* Top and bottom space for a leaf item */
	margin-top:2px;margin-bottom:2px;
	/* Height of the leag item */
	height:20px;
	/* Leaf background color */
	background:#EFEFFF;
	/* Font specifications for a leaf */
	font-family:verdana;
	font-weight:normal;
	font-size:11px;
	color:#00006F;
}
.Xnode a {
	text-decoration:none;
	color:#00006F;
}
.Xnode a:hover {
	color:red;
	text-decoration:underline;
}
.Xleaf a {
	text-decoration:none;
	color:#00006F;
}
.Xleaf a:hover {
	color:red;
	text-decoration:none;
	background:#EFEFFF;
}

/*-------Footer Styles--------*/

#footer {
	background-color: #ebebeb;
	clear: both;
	color: #000;  
	font-size: .7em;
	font-family: verdana, sans-serif;
	_height: 24px;
	min-height: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 8px 0; 
	position: relative;
	width: 100%;
}
	
#footer a {	color: #000; }

#footer p { margin:0; }

#footerCenter {
	margin-left: 195px;
	margin-right: 195px;
	text-align: center;
}

#footerLeft {
	position: absolute;
	left: 10px; 
	width: 190px;
}	
	
#footerRight { 
	position: absolute;
	right: 10px;
	top: 8px;
	text-align: right;
	width: 190px;
}

/*-------End Footer Styles--------*/

.col_header_link
{
	background-color: #007700;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

td.col_header_link:hover 
{
	background-color: #FFFFFF;
	color: #007700;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.col_header_simple
{
	background-color: #007700;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

