
/* UWellness Content Page Style Sheet */
@import url("/admin/hr/css/benwl/uwellns-comn.css"); /* brings styles common to home and other pages */

body { 
	width: 1000px;
	font-size: 76%; /* sets default font size */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 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.72em;}
h3 {font-size: 1.50em;}
h4 {font-size: 1em;}
h5 {font-size: .8em;}
h6 {font-size: .6em;}
h7 {font-size: .4em;}

img { border: none; }

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;
	display: block;
	text-indent: -1000px;
}

/*** HEADER ***/

div#header {
	position: relative;
	z-index: 0;
	margin: 0;
	height: 130px;
	background-color: #0066ff;
	background-image:url(/admin/hr/imgs/benwl/wellness/uwlogo.jpg); /* insert UW Logo */
	background-repeat: no-repeat;
	background-position: 3px 3px;
	overflow: hidden;
}

/* 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: .8em;
	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: 5px;
	left: 650px;
	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: 30px;
	left: 650px;
	background-color: transparent;
}

#header form input#myfield {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 15px;
	width: 130px;
	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;
	color: #fff;
	font-weight: normal;
	font-size: .9em;
}


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

#header img#title {
	position: absolute;
	left: 110px;
	top: 64px;
}

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

/*** LOWER CONTENT AREA ***/

div#maincontentWrap {

}

img#collage {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

div#leftCol {
	width: 220px;
	float: left;
	padding: 20px 0;
	z-index: 1;
}

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

/* left link styles uwellns-comn.css  */


div#maincol { /* main text section of page */
	margin-left: 20px;
	padding: 60px 20px 20px 20px;
	position: relative;
	width: 515px;
	float: left;
	background-color: #ffffcc;
	position: relative;
}

div#maincol h1 {
	margin-top: 0;
	margin-right: 105px;
	font-size: 3.0em;
	font-weight: normal;
}

#maincol p#intro {
	font-size: 1.2em;
}

div#maincol h2, div#maincol h3, div#maincol h4{
	margin: 1em 0 .25em 0;
	color: #6666ff;
}

div#maincol a:link {
	color: #0099FF;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

div#maincol a:visited {
	color: #75C8FF;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

div#maincol a:hover {
	text-decoration: underline;
}

div#maincol img#collage {
	position: absolute;
	top: 0;
	right: -205px;
}

div#rightCol {
	position: relative;
	color: #0066ff;
	float: left;
	width: 170px;
	transparent;
	padding: 150px 3px 20px 20px;
	z-index: 1;
}

div#rightCol h4 {
	color: #99cc00;
	margin-bottom: 0;
}

div#rightCol p {
	margin-top: 0;
	margin-bottom: 2em;
}
