/*Generic*/
BODY
{
	background: #B9DDE1;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333;
}
HR
{
	display: none;
}

p.mobile_version {
	margin:0;
	padding:5px 5px 0;
	text-align:center;
	font-size:0.75em;
	background: url(images/outer-container-background.jpg) repeat-y center top;
}

p.mobile_version a {
	color:#0066FF;
	text-decoration:underline;
}

p.mobile_version a:focus,
p.mobile_version a:hover,
p.mobile_version a:active {
	color:#0066FF;
	text-decoration:none;
}

*
{
	margin: 0;
	padding: 0;
}
H1
{
	color: #42939D;
	font-weight: normal;
	margin-bottom: 0.5em;
}
H2
{
	color: #EF7A07;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
P
{
	margin-bottom: 1.1em;
	font-size: 0.9em;
}
A
{
	color: #438AB4;
	font-weight: bold;
}
A:hover
{
	color: #2F637F;
}
UL
{
	list-style-type: square;
	list-style-position: inside;
	font-size: 0.9em;
}
UL>LI>UL>LI
{
	list-style-type: circle;
	list-style-position: inside;
	font-size: 1em;
	margin-left: 3em;
	margin-top: 0.5em;
	font-weight: bold;
}
TABLE
{
	font-size: 0.9em;
	margin-bottom: 1em;
}
TD
{
	border: 1px solid #000000;
	vertical-align: top;
	padding: 4px;
}

p.large-text,
div.large-text {
	font-size:1.1em;
}

span.large-text {
	/*
		To accomodate the 0.8em on <p>
		1.1 / 0.9 = 1.22em
	*/
	font-size:1.22em;
}

.clear
{
	clear: both;
}
.right-image
{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.left-td
{
	background: #B9DDE1;
	font-weight: bold;
	width: 7em;
}
.orange-hr
{
	background: url(images/orange-hr.gif) no-repeat top left;
	width: 723px;
	height: 2px;
	margin: 8px auto;
}
.orange-hr-right
{
	background: url(images/orange-hr.gif) no-repeat top left;
	height: 2px;
	margin: 14px auto;
}
.text-only
{
	display: none;
}
/*JavaScript Classes*/
.invisible
{
	display: none;
}
.visible
{
	display: block;
}
.question-active
{
	color: #2F637F;
}
/*Pages*/
#thank-you
{
	background: #FFF;
}
/*Containers*/
#outer-container
{
	background: url(images/outer-container-background.jpg) repeat-y center top;
	margin: 0 auto;
	width: 854px;
	overflow: hidden;
}
#container
{
	width: 800px;
	margin: 0 auto;
}
/*Header*/
#header
{
	background: url(images/header-bottom.jpg) no-repeat bottom;
	height: 185px;
	padding-top: 30px;
}
#header IMG
{
	float: left;
	margin-left: 34px;
}
#header A IMG
{
	border: none;
}
#header H1
{
	background: url(images/logo.gif) no-repeat top left;
	width: 252px;
	height: 154px;
	margin-left: 34px;
	float: left;
}
#header H1 SPAN
{
	display: none;
}
#header H2
{
	display: none;
}
#header-image
{
	background: url(images/header-image.jpg) no-repeat top left;
	width: 471px;
	height: 126px;
	float: right;
	margin-right: 33px;
	margin-top: 8px;
}
/*Breadcrumbs
Tools*/
#tools
{
	float: right;
	padding-right: 38px;
	height: 25px;
}
#tools H2
{
	font-size: 13px;
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	color: #333;
}
#tools FORM
{
	float: left;
}
#tools FORM INPUT
{
	float: left;
}
#tools FORM INPUT.text
{
	width: 150px;
	margin-right: 5px;
}
#tools FORM INPUT.button
{
	font-size: 9px;
	margin-right: 0px;
}
#tools UL
{
	float: left;
	font-size: 13px;
}
#tools UL LI
{
	display: inline;
}
#tools UL LI A
{
	font-size: 13px;
	text-decoration: none;
	color: #43939C;
	font-weight: bold;
	border-right: 1px solid #777;
	padding-right: 6px;
}
#tools UL LI A:hover
{
	color: #EE7B08;
	text-decoration: underline;
}
#tools UL LI A.last
{
	border-right: none;
	padding-right: 0;
}
/*Left Column*/
#left-column
{
	float: left;
	width: 280px;
	padding-left: 20px;
}
/*Navigation*/
#navigation H2
{
	display: none;
}
#navigation-top
{
	width: 254px;
	height: 59px;
	background: url(images/navigation-top.jpg) no-repeat top left;
	margin-top: 10px;
}
#navigation
{
	background: url(images/navigation-middle.jpg) repeat-y top left;
	padding-left: 34px;
	padding-right: 30px;
}
#navigation UL
{
	list-style-type: none;
}
#navigation UL LI
{
	padding-bottom: 0.7em;
}
#navigation UL A
{
	color: #EEE;
	display: block;
	padding-left: 20px;
	font-size: 1.01em;
	font-weight: bold;
}

#navigation li a:focus,
#navigation li a:hover,
#navigation li a:active,
#navigation li a.selected {
	background: url(images/navigation-arrow.gif) no-repeat left 0.4em;
	color: #FFF;
}
#navigation-bottom
{
	background: url(images/navigation-bottom.jpg) no-repeat top left;
	width: 254px;
	height: 22px;
}
/*Key Issues*/
#key-issues H2
{
	display: none;
}
#key-issues-top
{
	background: url(images/key-issues-top.jpg) no-repeat top left;
	width: 255px;
	height: 61px;
	margin-top: 10px;
}
#key-issues
{
	background: url(images/key-issues-middle.jpg) repeat-y top left;
	padding-left: 50px;
}
#key-issues UL
{
	list-style-position: outside;
	list-style-type: square;
	width: 190px;
}
#key-issues UL LI
{
	padding-bottom: 0.5em;
}
#key-issues UL A
{
	color: #42939D;
	font-size: 0.9em;
}
#key-issues UL A:hover
{
	color: #EF7A08;
}
#key-issues-bottom
{
	background: url(images/key-issues-bottom.jpg) no-repeat top left;
	width: 255px;
	height: 22px;
}
/*People*/
#people
{
	width: 222px;
	height: 129px;
	background: url(images/people.gif) no-repeat top left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*Right Column*/
#right-column
{
	float: right;
	width: 451px;
	margin-top: 17px;
	margin-right: 43px;
	margin-bottom: 20px;
}
#right-column UL
{
	margin-bottom: 1.1em;
}
#right-column UL LI
{
	margin-bottom: 0.6em;
}

div#dignity_champions {
	
	background: #EBF4FB;
	border: 2px solid #B7DDF2;
	
}


/*Right Column - Dignity Form*/
P.thanks
{
	color: #C4102F;
	font-weight: bold;
	/*[empty]background:;*/
}
FORM#form1
{
	background: #EBF4FB;
	padding: 13px;
	/*[disabled]width:402px;*/
	border: 2px solid #B7DDF2;
	margin-top: 3px;
	margin-bottom: 14px;
}
FORM#form1 P.form-left
{
	float: left;
	width: 124px;
	margin-right: 26px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	margin-left: 6px;
}
FORM#form1 P.form-description
{
	font-size: 11px;
	border-bottom: 1px solid #B7DDF2;
	padding-bottom: 12px;
	margin-bottom: 17px;
}
FORM#form1 INPUT.form-right
{
	float: left;
	height: 23px;
	margin-bottom: 11px;
	width: 248px;
}
FORM#form1 TEXTAREA.form-right
{
	float: left;
	margin-bottom: 10px;
	width: 248px;
	overflow: auto;
}
FORM#form1 DIV.form-right
{
	float: left;
}
DIV.form-right INPUT.checkbox
{
	margin-right: 5px;
}
FORM#form1 DIV.form-right LABEL.right
{
	font-size: 12px;
}
FORM#form1 INPUT.form-submit
{
	float: right;
	clear: right;
	background: url(images/send-email.gif) no-repeat top left;
	border: none;
	width: 93px;
	height: 29px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, sans-serif;
	letter-spacing: -0.05em;
	padding-top: 0px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: 12px;
}
/*Footer*/
#footer
{
	text-align: center;
	width: 800px;
	min-height: 32px;
	background: #43939C url(images/footer-background.jpg) no-repeat top left;
	padding-top: 18px;
}
#footer UL
{
	display: inline;
}
#footer UL LI
{
	display: inline;
	padding-left: 0.8em;
	padding-right: 1em;
	font-size: 0.75em;
}
#footer UL LI A
{
	color: #FFF;
	text-decoration: none;
	padding-right:0;
	padding-left:0;
}
#footer UL LI A:hover
{
	text-decoration: underline;
}
#footer UL LI A.last
{
	border-right: none;
}

/* FORM LAYOUT */

.formLayout {
	background-color:#B9DDE1;
	border:solid 1px #ccc;
	padding:10px;
	margin:0;
}

.formLayout p {
	font-size:0.9em;
	line-height:1.3em;
}

.formLayout p.checkboxes {
	font-weight:bold;
}

.formLayout p.checkboxes label {
	font-weight:normal;
}

.formLayout label {
	font-weight:bold;
}

.formLayout textarea {
	width:400px;
}

.formLayout input[type=text] {
	width:300px;
}

 {
	width:170px;
}
