/* +++++++++++++++++++++++++++++++++ */
/* general tag redfines */
html {
}
body {
	margin: 0px;
	padding: 0px; /* opera */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%; /* 60%, 69%, 76%, 86% or 93% for cross-browser */
	line-height: 76%;
	color: #333333;
}
img, object {
	border: none;
	display: block;
	position: absolute;
}
p {
	line-height: 1.4em; 
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
fieldset {
	border: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
ul, li { /* generic settings */
	margin: 0px;
	padding: 0px;
}
ul {
	margin-left: 15px;
	margin-bottom: 10px;
}
ul li {
	line-height: 1.4em;
}
ul ul {
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type: none; 
}
ul ul li {
	line-height: 1.2em;
}
a { /* 'nice' blue */
	color: #0033CC;
}
a.plainlink {
	color: #333333;
	text-decoration: none;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: normal; 
}
h1 {
	font-size: 1.2em;
	color: #0033CC;
	text-transform: capitalize;
	line-height: 1.2em;
}
h2 {
	font-size: 1.0em;
	color: #0033CC;
	margin-top: 20px;
}
h3 {
	font-size: 1.0em;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 3px;
}

/* the page itself */
#centerdiv {
	position: absolute;
	width: 748px;
	height: 100%;
	left: 50%;
	margin-left: -374px;
}
/* +++++++++++++++++++++++++++++++++ */
/* Common divs for page structure*/

#contentarea {
	width: 617px;
	background-color: #cccccc; /* gray */
	padding-left: 130px;
}
#contentarea2 {
	height: auto; /* macie wouldn't render 100% otherwise */
	background-image: url(images/cor.gif); /* corner */
	background-repeat: no-repeat;
	background-color: white;
	padding: 13px 0px 10px 11px;
	z-index: 1; /* make sure the menus go above */
}
#contentarea3 { /* we use this extra div in order to make any absolutes herein move with the padding of area2 and to make sure the macie hasnt a grey line above footer on shorter pagaes */
	height: 24.5em;
	position: relative;
	background-color: white;
}
#divminheight { /* before min-height worked */
	position: static;
	height: 24.5em; /* has to adjust down as sidebar text gets bigger */
	width: 1px;
	float: right; /* on the left caused ie to have 3px indent prob */
}
#divminheight2 { 
	clear: both; /* has to station itself below the other */
	width: 100px;
	height: 0px;
	overflow: hidden; /* IE allows space for the text content, so have to tell it not to */
}
.corners div {
	position: absolute;
	width: 8px;
	height: 8px;
	overflow: hidden; /* IE allows space for text content, so have to tell it not to */
	background-repeat: no-repeat;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#header {
	width: 618px;
	height: 100px;
	background-color: #cccccc; /* gray */
	padding-left: 130px;
}
#header2, #headerp {
	position: relative; /* we're going to position absolutely within */
	height: 100%;
	z-index: 2; /* make sure the menus go above the content*/
}
#headerp { /* print only */
	display: none;
}
/* ++++++++++++ */

#imgtopbarlogo {
	left: 5px;
	top: 18px;
}
#divobjtopbarpulse {
	position: absolute;
	left: 140px;
	top: 12px;
	background-color: #cccccc; /* just to help disguise the load a bit */
	width: 469px;
	height: 55px;
}
#objtopbarpulse {
	position: relative; /* mac ie needed this */
	background-color: #cccccc;
}
#divtopbarline {
	position: absolute;
	left: 8px;
	top: 89px;
	width: 598px;
	height: 3px;
	background-color: #808080;
	overflow: hidden; /* IE allows space for the text content, so have to tell it not to */
}

/* ++++++++++++ */

#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 113px;
	padding: 40px 6px 0px 10px;
	background-color: #cccccc; /* gray */
	line-height: 1.1em;
	overflow: hidden; /* for mac ie when larger text */
}
#sidebar a {
	position: static;
	display: block;
	margin-top: 1px;
	margin-bottom: 7px;
	text-decoration: underline; /* opera missed one */
	padding: 0px;
}
#sidebar a, #sidebar div { /* firefox and macie needed a refresh on every page to wrap correctly */
	width: 113px;
}
#imgsideemail {
	display: inline;
	top: 1px;
	left: 1px;
	position: relative;
}
#imgsideone {
	display: inline;
	position: relative;
	left: 15px;
	top: 1px;
}
#sidebar #divsearch {
	width: 110px;
	background-color: #cccccc;
	color: #333333;
}
.selector {
	font-size: .9em;
	background-color: #cccccc;
	font-family: inherit;
	margin-bottom: 2px;
	width: 106px;
	/* macie css backslash hack - it will ignore next line \*/
	width: 100%;
	/* back to normal */
}
#frmsearch {
	margin-bottom: 7px;
}
#sidebar button {
	margin-top: 3px;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0px;
	width: 104px;
	/* macie css backslash hack - it will ignore next line \*/
	width: 100%;
	height: 22px;
	/* back to normal */
}
#keywords {
	width: 103px;
	background-color: #cccccc;
	font-size: 0.9em;
	padding-left: 3px;
	margin-bottom: 3px;
	height: 14px;
}
#divsearchor {
	line-height: 1em;
	font-size: 0.75em;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;	
}
/* ++++++++++++ */

#footer {
	width: 618px;
	height: 41px;
	background-color: #cccccc;
	padding-left: 130px;
}
#footerp {
	display: none; /* print only */
}
#footer2 {
	position: relative;
	height: 100%;
	background-color: white;
}
#footer2 a {
	display: block;
}
#imgfooterlinks {
	left: -121px;
	top: -3px;
}	
#footer4 {
	position: absolute;
	left: 10px;
	height: 34px;
	width: 364px;
	background-color: #666666; /* gray */
	font-size: 0.75em;
	line-height: 1em;
}
#footer4line1, #footer4line2 {
	position: absolute;
	left: 9px;
	width: auto;
	height: auto;
	color: white;
	white-space: nowrap;
}
#footer4line1 a, #footer4line2 a {
	display: inline;
	text-decoration: none;
	color: white;
}
#footer4line1 a:hover, #footer4line2 a:hover {
	text-decoration: underline;
}
#footer4line1 { /* theres an ie entry too */
	top: 5px;
}
#footer4line2 {
	top: 19px;
}
#footer5 {
	position: absolute;
	right: 0px;
	width: 238px;
	height: 34px;
	background-color: #c51427; /* red */
}
#imgfootercall { /* inside footer5 */
	position: absolute;
	left: 11px;
	top: 7px;
}
.rtl { background-image: url(images/corrtl.gif); top: 0px; left: 0px; }
.rtr { background-image: url(images/corrtr.gif); top: 0px; right: 0px; }
.rbl { background-image: url(images/corrbl.gif); bottom: 0px; left: 0px; }
.rbr { background-image: url(images/corrbr.gif); bottom: 0px; right: 0px; }
.gtl { background-image: url(images/corgtl.gif); top: 0px; left: 0px; }
.gtr { background-image: url(images/corgtr.gif); top: 0px; right: 0px; }
.gbl { background-image: url(images/corgbl.gif); bottom: 0px; left: 0px; }
.gbr { background-image: url(images/corgbr.gif); bottom: 0px; right: 0px; }

/* +++++++++++++++++++++++++++++++++++ */
/* navigation */

#navgroup {
	position: absolute;
	left: 9px;
	top: 74px;
	width: 607px;
	line-height: 1em;
}
#navgroup a, #navgroup div {
	position: absolute;
	display: block;
}
.pos1 { left: -6px; }
.pos2 { left: 51px; }
.pos3 { left: 110px; }
.pos4 { left: 185px; }
.pos5 { left: 239px; }
.pos6 { left: 320px; }
.pos7 { left: 388px; }
.pos8 { left: 471px; }
.pos9 { right: 5px; } 

#menu3 a { width: 6.8em; } /* work around for mac ie5 to stop it using 100% of the remaining width */
#menu4 a { width: 6.8em; }
/* #menu5 a { width: 14.4em; } */
#menu5 a { width: 15.8em; }
#menu6 a { width: 4.9em; }
#menu8 a { width: 11.7em; }

#navgroup a {
	top: 0px;
	text-decoration: none;
	text-transform: capitalize;
	color: #808080;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap; /* if users choose larger text */
}
#navgroup a:hover {
	color: black;
}
#navgroup a.underline:hover { /* if no submenu */
	text-decoration: underline;
}

#navgroup div {
	margin-left: 5px;
	top: 20px;
	visibility: hidden;
	background-color: white;
}
#navgroup div a {
	position: static;
	background-color: #bdbdbd;
	color: white;
	border: 1px solid #666666;
	margin-bottom: 1px; /* gap to next item */
	text-align: left;
	display: block;
	padding: 0px 0px 0px 0.5em; /* dont carry it over from menu */
	white-space: normal; /* if users choose larger text */
	line-height: 1.4em;
}
#navgroup div a.last {
	margin-bottom: 0px;
}
#navgroup div a:hover {
	background-color: #808080;
	color: white;
}
.uppercase {
	text-transform: uppercase;
}
.skipnav {
	position: absolute;
	color: #cccccc;
}
/* ------------------------------------------------------------*/
/*  all the forms */
.button {
	border: 1px solid #c51427; /* that dark red */
	background-color: black;
	color: white;
	position: absolute;
	left: auto;
	top: 28em;
	/* macie css backslash hack - it will ignore next line \*/
	top: 26em;
	/* back to normal */
	display: block;
	text-decoration: none;
	width: 180px;
	height: 11px;
	text-align: center;
	padding-top: 3px;
	text-transform: uppercase;
	font-size: 0.8em;
	clear: left;
}
