
/* UWellness HOME PAGE STYLE SHEET */
@import url("/admin/hr/css/benwl/uwellns-comn.css"); /* brings in common to home page and other wellness pages */

body { 
	position: relative;
	width: 1000px;
	font-size: 76%; /* sets default font size */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .1em;
}

h1 {font-size: 1.9em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1em;}
h5 {font-size: .8em;}
h6 {font-size: .6em;}
h7 {font-size: .4em;}

img { border: none; }

p, li {	font-size: 1em;	line-height: 1.3em;}

li {margin-bottom: .3em;} /*** improve default spacing below li elements ***/

li ul, li ol {margin-top: .3em;} /*** equalize spacing "sub lists" within a list ***/

strong {font-weight: bold;}

td, th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

a#skipnav, a:visited#skipnav, a:hover#skipnav {/* Hide a skip nav link for screen readers*/
	position: absolute;
	top: -20px;
	left: -1000px;
	font-size: 1px;
	color: white;
}

/*** HEADER ***/

div#header {
	position: relative;
	z-index: 0;
	margin: 0;
	height: 205px;
	background-color: #0066ff;
	background-image:url(/admin/hr/imgs/benwl/wellness/collage-lg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

div#header img#uwlogo {
	position: absolute;
	top: 3px;
	left: 3px;
}

/* create breadcrumbs */
#header ul#crumbs {
	position: absolute;
	top: 35px;
	left: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul#crumbs li {
	display: inline;
	color: #fff;
}

#header ul#crumbs a, #header ul#crumbs a:visited {
	font-size: .75em;
	color: #fff;
	background-color: #0066ff;
	text-decoration: none;
}

#header ul#crumbs a:hover {
	text-decoration: underline;
	background-color: #0066ff;
}

/* create uw resources */
#header ul#uwresources {
	position: absolute;
	top: 50px;
	left: 297px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul#uwresources li {
	display: inline;
	color: #fff;
}

#header ul#uwresources a, #header ul#uwresources a:visited {
	font-size: .9em;
	color: #fff;
	background-color: #0066ff;
	text-decoration: none;
}

#header ul#uwresources a:hover {
	text-decoration: underline;
	background-color: #0066ff;
}

/* styles for absolutely positioned "search HR" form */

#header form {
	display: block;
	position: absolute;
	top: 70px;
	left: 280px;
	background-color: transparent;
}

/* commented out - unused with new google search
#header form input#myfield { 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 15px;
	width: 70px;
	color: #000;
}

#header form input#submit {
	display: block;
	position: absolute;
	top: 2px;
	left: 145px;
	width: 80px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: -2px -2px;
	overflow: visible;
	color: #fff;
	font-weight: normal;
	font-size: .70em;
}

*/
/*** style human resources name ***/

#header img#title {
	position: absolute;
	left: 60px;
	top: 125px;
}

/* message bar is in common uwellns-comn.css */

/*** LOWER CONTENT AREA ***/

div#maincontentWrap {
	/*position: relative;*/
	/*border: .01em solid white; commented out when president message removed*/
	min-height: 500px;
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(/admin/hr/imgs/benwl/wellness/flowers2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 10;
}

div#leftCol {
	position: relative;
	width: 220px;
	float: left;
	padding: 40px 0;
	z-index: 0;
}

div#leftCol img {
	display: block;
	margin: 35px auto 0;
}


/*left links in navigation column styled in uwellns-comn.css*/

div#maincol { /* main text section of page */
	float: left;
	padding: 30px 0 0 30px;
	width: 470px;
	background-color: transparent;
	z-index: 0;
}

div#leadin { /* first paragraph */
	height: 120px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(/admin/hr/imgs/benwl/wellness/handstand.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

div#leadin h1 {
	font-size: 1.5em;
	line-height: 1em;
	color: #99cc00;
	margin: 0 0 0 115px;
	padding: 0;
}

div#leadin h1 span {
	font-weight: normal;
	color: #0066ff;
}

div#leadin p {
	margin: 1em 0 0 115px;
	font-size: 1.1em;
	font-weight: bold;
}

div#maincol h2 {
	font-size: 1em;
	color: #0066ff;
}

div#maincol ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0;
}

div#maincol ul li {
	color: #0066ff;
}

div#maincol ul li span {
	color: black;
}

/* EMMERT MESSAGE BOX **** commented out ***

div#message {
	background-color: #6666ff;
	color: white;
	margin-top: 1.6em;
	padding: 10px 10px 0 10px;
	height: 391px;
}

div#message img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
}
	

div#message h2 {
	color: #99cc00;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .3em;
	font-size: 1.3em;
}

div#message p {
	margin: 1em 0;
}

*/

/* contact benefits box */

div#contactBar {
	color: white;
	font-weight: bold;
	position: relative;
	width: 625px;
	height: 1.2em;
	padding: 5px 0 5px 15px;
	background-color: #99cc00;
}

div#contactBar a, div#contactBar a:visited {
	color: #0066ff;
	text-decoration: none;
}

div#contactBar a:hover {
	text-decoration: underline;





	

