/* Northern Illinois Hospice and Grief Center CSS */
/* Main CSS File */
/* Last modified May 8th, 2006 */
/* Written by Zach Stepek, Crave Media Group, Rockford, IL */

/* -----------------------[ Structural Styles ]-------------------- */

body { 
	background: #2c251d url(images/sidebarBack.gif) repeat-y 50% 0;
	font: small Arial, Helvetica, sans-serif; 
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#workplace_workshops {
	width: 310px;
	text-align: left;
	background-color: fefddf;
	padding-left: 20px;
	padding-right: 20px;
}

#header {
	width: 770px;
	height: 252px;
	background-color: #524432;
}

#mainContent {
	width: 566px;
	float: left;
}

#supportBar {
	width: 165px;
	float: left;
	padding: 5px 0px 0px 0px;
}

#bodyCopy {
	width: 369px;
	float: right;
	padding-top: 5px !important;
	padding: 9px 10px 0px 15px;
	margin-bottom: 20px;
	font-size: 100%;
}

#sidebar {
	float: right;
	width: 202px;
}

#sidebar p {
	padding-left: 12px;
}

#supportBar .caption {
	font-size: 90%;
	font-weight: bold;
	font-style: oblique;
	margin-left: 10px;
	margin-top: 0.1em;
}

#supportBar p {
	font-size: 90%;
	margin-left: 10px;
	width: 133px;
}

#supportBar ul {
	font-size: 90%;
	font-weight: bold;
	font-style: oblique;
}

#footer {
	width: 750px;
	clear: both;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	background-color: #2c251d;
	color: #b5a490;
}

#logoPanel {
	background-image: url(images/logoblack.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 10px;
	width: 202px;
	height: 221px;
}

#CenteredInfo {
	padding: 35px 20px;
	color: #FFFFFF;
}

#CenteredInfo a {
	color: #ffffff;
}

#printLogo {
	display: none;
	}

/* ---------------------------[ Form Styles ]------------------------------ */

form {
	padding: 5px 10px;
	background-color: #EFEFEF;
	border: 1px dashed #999999;
	width: 90%;
}

form label, form input {
	display: block;
	padding: 2px;
	width: 175px;
	float: left;
	margin-bottom: 10px;
}

form input.hidden {
	display:none;
}

form input.checkbox {
	display: inline;
	width: auto;
	float: none;
	margin: 0px;
	margin-right: 5px;
}

form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

form textarea {
	padding: 2px;
	width: 297px;
}

form br {
	clear: left;
}

form h1, form h2, form h3 {
	margin-bottom: 0;
	background-color: #EFEFEF;
}

/* ----------------------------[ Form Validation Styles ]------------------------- */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input, textarea {
	border: 1px solid #898989;
	margin-left: 4px;
}

input.required, textarea.required {
	margin-left: 0px;
	border: 1px solid #898989;
	border-left: 5px solid #FF3300;
}
input.optional, textarea.optional {
	margin-left: 0px;
	border: 1px solid #aaaaaa;
	border-left: 5px solid #cccccc;
}

input.validation-failed, textarea.validation-failed {
	margin-left: 0px;
	border: 1px solid #FF3300;
	border-left: 5px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	margin-left: 4px;
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	display: block;
	margin: 0;
	margin-left: 126px;
	margin-bottom: -2px;
	width: 148px !important;
	padding: 5px;
	padding-left: 26px;
	background-image: url(images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: #EEEEEE;
	border: 1px solid #FF3300;
	border-bottom: 1px dashed #CDCDCD;
	color : #FF3300;
	font-weight: bold;
	text-align: left;
	clear: both;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* ---------------------[ Links and Boxes and Fake Buttons, Oh My! ]---------------------- */

.alertBox {
	padding: 10px 20px;
	background-color: #EFEFEF;
	border: 1px dashed #999999;
	color: #FF0000;
	width: 90%;
}

.iconedLink {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 4px;
	background: no-repeat 0 50%;
	clear: left;
}

.iconedLink:hover {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.borderedLink {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 4px 4px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #999;
	background: #DEDEDE no-repeat 2% 50%;
}

.borderedLink:hover {
	color: #0066CC;
	background: #F9E9A9 no-repeat 2% 50%;
}

.pdfIcon, .pdfIcon:hover {
	padding-left: 22px;
	background-image: url(images/page_white_acrobat.png);
}

.newsIcon, .newsIcon:hover {
	padding-left: 22px;
	background-image: url(images/newspaper_add.png);
}

.mailIcon, .mailIcon:hover{
	padding-left: 22px;
	background-image: url(images/email.png);
}

.outsideIcon, .outsideIcon:hover{
	padding-left: 22px;
	background-image: url(images/page_white_go.png);
}

.visaIcon, .visaIcon:hover{
	padding-left: 22px;
	background-image: url(images/visa.gif);
}

.cashIcon, .cashIcon:hover{
	padding-left: 22px;
	background-image: url(images/money.png);
}

/* ---------------------[ Miscellaneous Classes ]--------------------- */

.floatRight {
	float: right;
}

.clearer {
	clear: both;
	height: 1px;
}

/* --------------------------[ Text Styles ]-------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif;
}

h1 {
	background-color: #bc7901;
	width: 143px;
	text-align: right;
	padding: 3px 12px 3px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	
}

h2 {
	font-size: 130%;
	color: #bc7901;
	font-weight: bold;
	margin-bottom: -.8em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	margin-bottom: -.8em;
}

/*
#bodyCopy ul {
	margin-left: 0px;
}
*/


#bodyCopy h2 {
	margin-bottom: -.8em;
}

#supportBar img {margin-top: 30px;}

.copyright {font-size: 80%;}
#footer p.copyright {
	margin-bottom: 18px;	
}
.warning {font-size: 14px}
.warningHeader {font-size: 14px; font-weight: bold; margin-bottom: -.7em;}

a:link { color: #0063DC; text-decoration: underline; }
a:visited { color: #2E67C7; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }

#footer a:link { color: #b5a490; text-decoration: underline; }
#footer a:visited { color: #b5a490; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; background: inherit;}
#footer a:active { color: #FFFFFF; text-decoration: none; background: inherit;}

/* CSS for Ajax Autocompleter */
div.autocomplete {
            width: 350px;
            background: #fff;
          }
          div.autocomplete ul {
            border:1px solid #888;
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;
          }
          div.autocomplete ul li {
            margin:0;
            padding:3px;
          }
          div.autocomplete ul li.selected { 
            background-color: #ffb; 
          }
          div.autocomplete ul strong.highlight { 
            color: #800; 
            margin:0;
            padding:0;
          } 
		  
/* Lightbox Styles */
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:300px;
	margin:-160px 0 0 -250px;
	border:1px dashed #CCC;
	background:#FFFFFF;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#coreValues {
	margin:25px;
	vertical-align: middle;
	height: 100%;
}
