body {
	margin: 0 auto;
	text-align: center;
	background: #BBC8CE url(../images/background.gif) top left repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #033a58;
	height: 100%;
	width: 100%;
}
img {	border: 0; }
form { margin: 0; }
a:link {
	color: #106B88;
}
a:hover {
	color: #106B88;
	text-decoration: none;
}
div#body-wrapper {
	position: relative;
	text-align: left;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div#header {
	text-align: left;
	position: relative;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ header: main nav ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul#primary-nav {
	list-style-type: none;
	margin: 0;
	position: absolute;
	top: 30px;
	right: 0;
}
ul#primary-nav li {
	float: left;
	padding: 2px 15px;
}
ul#primary-nav li.selected {
	background: #106b88;
	height: 20px;
}
ul#primary-nav li a:link, ul#primary-nav li a:visited, ul#primary-nav li a:hover, ul#primary-nav li a:active {
	color: #eef1f1;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
ul#primary-nav li a:hover {
	text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ header: secondary nav ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul#secondary-nav {
	list-style-type: none;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 15px;
}
ul#secondary-nav li {
	float: left;
	padding-left: 15px;

}
ul#secondary-nav li a:link, ul#secondary-nav li a:visited, ul#secondary-nav li a:hover, ul#secondary-nav li a:active {
	color: #033a58;
	text-decoration: none;
	font-size: .8em;
}
ul#secondary-nav li a:hover {
	text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ header: search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div#search {
	position: absolute;
	top: 57px;
	left: 15px;
}
.img-txt {
	margin: 3px;
	margin-top: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ header: change role ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div#change-role {
	position: absolute;
	top: 57px;
	right: 7px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ account info ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div#account-info {
	background: #edeada url(../images/corner-dark-yellow.gif) top left no-repeat;
	border-bottom: 1px solid #a2a5a6;
	border-right: 1px solid #a2a5a6;
	margin: 50px 15px 15px;
	text-align: left;
}
div#account-info div#border {
	border-top: 1px solid #a2a5a6;
	margin-left: 16px;
	padding: 6px;
	padding-left: 0;
}
div#account-info table {
	width: 100%;
	color: #333;
}
div#account-info table td {
	color: #333;
	font-size: .9em;
}
div#account-info table td.label {
	font-weight: bold;
	color: #106b88;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ TABS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tabs {
	padding: 0;
	margin: 0;
	margin: 0 0 0 15px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.tabNone {
	background: url(../images/tab-none.gif) top left repeat-x;
	height: 24px;
}
.tabLOnEnd {
	background: url(../images/tabL-on-end.gif) top left no-repeat;
	width: 16px;
	height: 24px;
}
.tabLOffEnd {
	background: url(../images/tabLOff_end.gif) top left no-repeat;
	width: 16px;
	height: 24px;
}
.tabOnOff {
	background: url(../images/tab_on-off.gif) top left no-repeat;
	width: 22px;
	height: 24px;
}
.tabOffOff {
	background: url(../images/tab_off-off.gif) top left no-repeat;
	width: 22px;
	height: 24px;
}
.tabOffOn {
	background: url(../images/tab_off-on.gif) top left no-repeat;
	width: 22px;
	height: 24px;
}
.tabROffEnd {
	border-right: 1px solid #a2a5a6;
	height: 24px;
}
.tabROnEnd {
	background: url(../images/tabR_on-end.gif) top left no-repeat;
	width: 22px;
	height: 24px;
}
.tabTxtOn, .tabTxtOnEnd {
	background: #e7ebec;
	height: 23px; /* ie gets 22px */
	border-top: 1px solid #a2a5a6;
	color: #106b88;
	text-transform: uppercase;
	padding-right: 0;
	width: 135px;
	white-space: nowrap;
	font-weight: bold;
}
.tabTxtOff, .tabTxtOffEnd {
	background: #d0d4d5 url(../images/tab-txt-off.gif) top left repeat-x; /* can't use css top/bottom border because of Safari */
	height: 23px; /* ie gets 22px */
	text-transform: uppercase;
	padding-right: 0;
	width: 135px;
	white-space: nowrap;
		font-weight: bold;
}
.tabTxtOffEnd, .tabTxtOnEnd {
	border-right: 1px solid #a2a5a6;
}
.tabTxtOn a:link, .tabTxtOn a:visited, .tabTxtOn a:hover, .tabTxtOn a:active, .tabTxtOnEnd a:link, .tabTxtOnEnd a:visited, .tabTxtOnEnd a:hover, .tabTxtOnEnd a:active {
	color: #106b88;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: .9em;
}
.tabTxtOn a:hover, .tabTxtOnEnd a:hover {
	text-decoration: underline;
}
.tabTxtOff a:link, .tabTxtOff a:visited, .tabTxtOff a:hover, .tabTxtOff a:active, .tabTxtOffEnd a:link, .tabTxtOffEnd a:visited, .tabTxtOffEnd a:hover, .tabTxtOffEnd a:active {
	color: #106b88;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: .9em;
}
.tabTxtOff a:hover, .tabTxtOffEnd a:hover {
	text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ special widths and heights ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div.tab-wrapper33 {
	width: 33%;
	text-align: left;
	float: left;
	position: relative;
}
div.tab-wrapper66 {
	width: 66%;
	text-align: left;
	float: left;
	position: relative;
}
div.tab-wrapper66 div.fixed-height {
	height: 295px;
}
div.tab-wrapper66 div.fixed-height table {
	float: left;
}
div.tab-wrapper66 div.fixed-height table.special {
	float: none;
	margin: 0;
	padding: 0;
}
div.tab-wrapper66 div.tab-box {
	padding: 6px 0 0 0;
}
div.tab-wrapper66 div.tab-box table td {
	padding-left: 10px;
}
div.tab-wrapper100 {
	width: 99%;
	text-align: left;
	float: left;
	position: relative;
	margin-top: 45px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tab box ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div.tab-box {
	clear: both;
	background: #E7EBEC;
	margin: 0 0 0 15px;
	border: 1px solid #a2a5a6;
	border-top: 0;
	text-align: left;
	padding: 6px 0 0 0;
}
div.tab-box div.buttons {
	position: absolute;
	top: 27px;
	right: 4px;
}
div.tab-box div.buttons div.radio-buttons {
	font-size: .8em;
	margin-right: 5px;
	float: left;
}
div.tab-box table {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
div.tab-box table td, .portletScroller table td {
	color: #333;
	font-size: .9em;
	padding: 4px;
}
div.tab-box table thead td, .portletScroller table thead td {
	background: #EDEADA;
	color: #106B88;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 4px;
	margin: 0;
}
div.tab-box table th, .portletScroller table th {
	color: #106b88;
	text-transform: uppercase;
	font-size: .8em;
	background: url(../images/table-th-background.gif) top left repeat-x;
	height: 18px;
	padding-left: 4px;
}
div.tab-box table th a:link, div.tab-box table th a:visited, div.tab-box table th a:hover, div.tab-box table th a:active, .portletScroller table th a:link, .portletScroller table th a:visited, .portletScroller table th a:hover, .portletScroller table th a:active {
	color: #106b88;
	text-decoration: underline;
}
div.tab-box table th a:hover, .portletScroller table th a:hover {
	text-decoration: none;
}
div.tab-box table tr.alt, .portletScroller table tr.alt {
	background: url(../images/table-tr-alt-background.gif) bottom left repeat-x;
}
div.tab-box div.tab-box-footer, .portletFooter div.tab-box-footer {
	background: url(../images/tab-box-footer-background.gif) top left repeat-x;
	/*height: 23px;*/
	text-align: center;
	line-height: 2.1em;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
div.tab-box div.tab-box-footer a:link, div.tab-box div.tab-box-footer a:visited, div.tab-box div.tab-box-footer a:hover, div.tab-box div.tab-box-footer a:active, .portletFooter div.tab-box-footer a:link, .portletFooter div.tab-box-footer a:visited, .portletFooter div.tab-box-footer a:hover, .portletFooter div.tab-box-footer a:active {
	color: #455056;
	padding: 0 2px;
}
div.tab-box div.tab-box-footer a:hover, .portletFooter div.tab-box-footer a:hover {
	text-decoration: none;
}
div.tab-box div.tab-box-footer a:link.selected, .portletFooter div.tab-box-footer a:link.selected, .portletFooter div.tab-box-footer a.selected {
	background: #106b88;
	color: #fff; /* ie6.css needs this cascaded differently */
	text-decoration: none;
}
div.tab-box div#contact-search {
	background: #D8E0E2;
	border-top: 1px solid #a2a5a6;
	border-bottom: 1px solid #a2a5a6;
	margin-top: 20px;
}
div.tab-box table.special {
	width:auto;
	margin-top: 0;
}
div.tab-box table.no-top-margin {
	margin-top: 0;
}
div.tab-box table.buttons {
	position: absolute;
	top: 0px;
	right: 4px;
	width: auto;
}
div.tab-box td.alert { color: #990000; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Portlets ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.portletWrap, .portletWrapMulti {
  position: relative;
	margin: 45px 0 0 0; /* 40px in IE */
	padding: 0;
}
.portletLeft {
  position: absolute;
	padding: 0;
	margin: 0;
}
.portletRight {
  position: absolute;
	padding: 0;
	margin: 0;
}
.portletHeadWrap {
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
.portletScroller {
	background: #E7EBEC;
	height: 200px;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: auto;
	border-left: 1px solid #A2A5A6;
	border-right: 1px solid #A2A5A6;
}	
.portletWrap table, .portletWrapMulti table {
	padding: 0;
	margin: 0;
	width: 100%;
}
.portletFooter {
	padding: 0;
	margin: 0 5px 0 15px;
	border: 1px solid #A2A5A6;
	border-top: 0;
}