/* BENEFITS ENROLLMENT STYLE SHEET */

/* --------------------------------------------------- general HTML markup */

body {
	background-color: #DDD;
	font-size: 62.5%;
	text-align: center;
}

table {
	border: none;
	margin: 0px;
	padding: 0px;
}


p, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.55em;
	color: #222;
}

p {
	margin-top: .25em;
	margin-bottom: 1em;
	margin-right: 1em;
}

ul, ol {
	padding: .25em 1em 1em 2em;
}

li {
	list-style-type: disc;
	padding: .25em 0;
}

ol li {
	list-style-type: decimal;
}

tr {
	vertical-align: top;
}

a {
	color: #29D;
	text-decoration: underline;
}

a:hover {
	color: #E83;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #930;
	margin: .5em 2em 1em 0;
	padding-bottom: .25em;
	line-height: 1.4em;
	letter-spacing: .02em;
	border-bottom: 2px dotted #C63;
	text-transform: uppercase
}


h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #F60;
	margin: .75em 0 .25em 0;
	line-height: 1.4em;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #15A;
	margin: .5em 0 .25em 0;
}

h4 {
	font-size: 1.1em;	
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #123;
}


p.prelist {
	margin-bottom: .25em;
}

p.note {
	font-style: italic;
	font-size: .95em;
	line-height: 1.25em;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p.footnote {
	font-style: italic;
}

hr {
	border: none;
	border-top: 2px dotted #FC0;
	margin: 15px 2em 20px 0;
}


/* ------------------------------------------------------------- wrapper */

#wrapper {
	width: 800px;
	background-color: #FFF;
	border: none;
	line-height: 1.5em;
	padding: 0;
	margin: 1em auto;
	text-align: left;
	min-width: 600px;
}


/* -------------------------------------------------------------- header */

#header {
	width: 100%;
	height: 127px;
	overflow: hidden;
	/*border: 1px solid #39F; -- used for debugging */
}

#header img {
	margin: 0;
}


/* ----------------------------------------------------------- content */

#content {
	width: 100%;
	/* border: 1px solid #39F;  -- used for debugging */
}

#contentFull {
	width: 95%;
	padding: 10px 20px;
	/* border: 1px solid #39F;  -- used for debugging */
}

#contentMajor {
	float: left;
	width: 63%;
	padding: 10px;
}

#contentMinor {
	float: right;
	width: 32%;
	padding: 10px;
	background-color: #630;
	color: #FFC;
}

#contentMinor h1 {
	color: #F90;
}

#contentMinor h2 {
	margin-top: 2em;
}

#contentMinor p, #contentMinor ul {
	color: #FE9;
}

#contentMinor a {
	color: #FFC;
	text-decoration: none;
}

#contentMinor a:hover {
	text-decoration: underline;
	color: #6CF;
}

.smallPhoto {
	float: left;
	margin: .5em 10px 10px 0;
	border-bottom: 1px solid #DDD;
}

.smallPhoto img {
	border: 1px solid #15A;
}

.dataTable {
	width: 50%;
}

.dataTable td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.55em;
	color: #222;
}

#steps {
	padding-left: .5em;
}

#steps li {
	list-style-type: none;
}

#steps li.active, #steps li.active a {
	color: #F90;
}



/* ----------------------------------------------------------- footer */

#footer {
	clear: both;
	border-top: 2px dotted #C63;
	margin-top: 10px;
}

#footer p {
	text-align: center;
	color: #555;
	font-size: 9px;
	padding: 10px 0;
}

