/* Common.css version 1.1*/ 
/* This style sheet should not be edited. 
Any changes that need to be made should be made in the user.css */

/*-------General Styles--------*/

a:link, a:active, a:hover, a:focus {color: #0050aa;}

a:visited {color: #800080;}

body {
	background-color: #fff; 
	font-family: verdana, sans-serif; 
	font-size: .8em;
	margin: 0 10px;
	text-align: center;
}

#columnLeft {float: left;}

#columnRight {float: right;}

#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;
}

.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: 120px;
	width: 100%;
}

#siteNameContainer { 
	height: 104px; 
	position: absolute; 
	_top:18px; 
	left: 0; 
	width: 299px; 
	z-index: 1;
}
 
#siteNamePositioner { 
	height: 50px;
	position: absolute; 
	top: 50%;
}
 
#siteName { 
	position: relative; 
	top: -50% 
}
 
#siteSpecific {
	background-color: #fff;
	height: 42px;
	margin: 0 0 0 299px;
	padding-bottom: 0;
}

#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--------*/


/*-------Footer Styles--------*/

#footer {
	background-color: #ebebeb;
	clear: both;
	color: #000;  
	font-size: .7em;
	font-family: verdana, sans-serif;
	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--------*/