/*
-----------------------------------------------
measuresofhealth.net
Stylesheet: Framework.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 13 Sept 2006
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	padding-top: 15px;
	background-color: #2DACD7;
	color: #333333;
	font: 62.5%/1.4 Arial, Helvetica, sans-serif;
}

div.text_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding-left: 22px;
	margin-left: 0px;
	padding-bottom: 0;
}

div#header {
	margin: 0 auto;
	padding-top: 20px;
	width: 730px;
	text-align: left;
	position: relative;
	color: #333;
}

div#header p#project_title {
	font-family: georgia, times, serif;
	font-size: 2.0em;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

div#header p#login_info {
	text-align: right;
	font-size: 1.2em;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#header br {
	clear: both;
}

div#header strong {
	color: #FFF;
}

div#header p {
	padding-bottom: 5px;
	margin: 0;
}

div#container {
	background: #FFFFFF;
	margin: 0 auto;
	width: 759px;
	text-align: left;
	position: relative;
}

div#masthead {
	background: transparent url(../images/masthead.jpg) no-repeat 0 0;
	width: 760px;
	height: 70px;
	position: relative;
}

* html div#masthead, * html div#footer {
	width: 759px;
}

div#masthead p {
	position: absolute;
	height: 65px;
	width: 315px;
	top: 5px;
	left: 197px;
	margin: 0;
}

div#content {
	width: 759px;
	float: left;
	display: inline; /* IE float margin double bug fix */
}

p#logo {
	float: right;
	margin: 0;
}

div#footer {
	background: #2DACD7;
	margin: 0 auto;
	padding-top: 35px;
	width: 760px;
	clear: both;
}

/*
Typography */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
}

div#container div#content h2 {
	margin-right: 100px;
}

p {
	font-size: 1.2em;
	padding-bottom: 10px;
}

p {
	margin: 0 100px 0 30px;
}

form p {
	margin: 0 0 0 0;
}

ul, ol, dd {
	margin-left: 20px;
	margin-right: 100px;
	font-size: 1.2em;
}

ul ul, ul ol, ol ul, ol ol {
	margin-right: 0;
}

h1 { 
	font-size: 2.6em; 
	padding: 20px 30px 0;
}

h1 span {
	font-size: 0.75em;
}

div#content div#title_banner {
	background: #D96F2E url(../images/bg-heading.jpg) no-repeat top left;;
	color: #ffffff;
	margin: 0;
	padding: 0;
	min-height: 69px;
	height: 69px;
}

div#content > div#title_banner { height: auto; }

div#content div#title_banner p {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	display: inline;
	text-align: center;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase;
	font-size: 1.1em;
}

div#content div#title_banner br {
	clear: both;
	height: 0;
	line-height: 0;
	display: none;
}

div#container div#content #branding_progress {
	background: #417CD5;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}

html body div#container div#content #branding_progress h2 {
	font-size: 1.8em;
	text-align: left;
	background: none;
	color: #FFD441;
	border: 0;
	margin: 0;
	padding: 15px 30px;
	width: 370px;
}

#content #branding_progress #progress {
	line-height: 1.5em;
	color: #FFF;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 420px;
}

#content #branding_progress #progress img { 
	vertical-align: middle;
}

#content #branding_progress #progress br { display: none; }

h2 { font-size: 2.0em; margin: 0 30px; color: #003399; }
body#welcome h2 { color: #003399; }
h3 { font-size: 1.8em; }
body#welcome h3 { margin: 0 30px; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.3em; }

body#welcome h2,
body#welcome h3 {
	margin-bottom: 0.5em;
}

div#content div {
	margin-left: 40px;
	padding-left: 70px;
}

div#content div div {
	margin-left: 0;
	padding-left: 0;
}

div#content div h2 {
	background: transparent url(../images/minus.gif) no-repeat 0 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}

div#content h2 span {
	font-size: .75em;
	text-transform: uppercase;
}

div#content div ul {
	list-style-type: none;
}

div#content div li img {
	padding-right: 5px;
}

/*
Collapsed Styles */

div#content div.collapsed {
	background-image: none;
}

div#content div.collapsed ul {
	display: none;
}

div#content div.collapsed h2 {
	background: transparent url(../images/plus.gif) no-repeat 0 10px;
}

/*
Images */

a img {
	border: 0;
}

/*
Expanded Styles */

div#content div.expanded {
}

div#content div.expanded ul {
	display: block;
}

div#content div.expanded h2 {
	background: transparent url(../images/minus.gif) no-repeat 0 10px;
}

/*
Complete Styles */
div#content div.complete h2 span {
	color: #FF9E0F;
}

div#content div.complete h2 {
	color: #9A9A9A;
}

div#content div.complete ul li {
	color: #9A9A9A;
}

div#content div.complete ul li a:link { color: #9A9A9A; }
div#content div.complete ul li a:visited { color: #666666; }
div#content div.complete ul li a:hover { color: #CCCCCC; }
div#content div.complete ul li a:active { color: #CCCCCC; }

/*div#content div.complete {
	background-image: none;
}

div#content div.complete ul {
	display: none;
}

div#content div.complete h2 {
	background: transparent url(../images/plus.gif) no-repeat 0 10px;
}*/

/*
Footer */

div#footer {
	text-align: center;
}

div#footer ul, div#footer p {
	font-size: 1.1em;
}

div#footer li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #333333;
}

div#footer li.last {
	border: none;
}

div#footer a:link { color: #003399; }
div#footer a:visited { color: #263865; }
div#footer a:hover { color: #61868D; }
div#footer a:active { color: #61868D; }

/*
Links */

a:link { color: #4C70C9; }
a:visited { color: #263865; }
a:hover { color: #61868D; }
a:active { color: #61868D; }

a img {
	border: 0;
}

/*
Practices sub page */

body#practice h2 {
	margin-left: 40px;
	padding-top: 10px;
	line-height: 1em;
	padding-left: 90px;
	padding-bottom: 1.5em;
	margin-bottom: 0;
}

body#practice h2 span {
	color: #333333;
	font-style: normal;
	font-size: 0.75em;
	text-transform: none;
}

body#practice div#content form {
	margin-left: 130px;
	margin-right: 100px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#practice div#content form input {
	margin-right: 5px;
	display: inline;
}

body#practice div#content form label {
	font-size: 1.6em;
	margin-bottom: 0;
	padding-bottom: 0;
}

body#practice div#content form p {
	padding-left: 30px;
	padding-right: 0px;
	margin-top: 0;
	padding-top: 0;
}

body#practice div#content form ul {
	padding-left: 30px;
}

body#practice div#content form p.comments {
	padding-left: 0;
	width: 250px;
	margin-right: 0px;
	float: left;
	display: inline;
}

body#practice div#content form p.comments label {
	display: block;
	font-style: italic;
	font-size: 1.2em;
}

body#practice div#content form p.comments textarea {
	width: 225px;
}

body#practice div#content form p.submit_buttons {
	margin: 0;
	padding: 0;
	text-align: center;
}

body#practice div#content form p.submit_buttons input {
	margin: 10px 15px;
}

/*
Exit Survey */

body#exit_survey form input, body#exit_survey form textarea {
	margin-left: 20px;
}

body#exit_survey form input.submit {
	margin-left: 0;
}

/*
Rank Table */

div#container div#content div#rank_table {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 40px;
	margin-left: 0px;
}

div#container div#content div#rank_table h2 {
	background: none;
	padding-left: 0;
	margin-left: 0;
}

div#rank_table td {
	font-size: 1.2em;
}

div#rank_table input {
	margin-right: 15px;
}

/*
Styles for Showing/Hiding items with Javascript */

.show {
	display: block;
}

.hide {
	display: none;
}

/*
Practice Preview Styles */

body#practice_preview {
	background: #FFF;
	margin: 20px;
	padding: 0;
	text-align: left;
}

body#practice_preview h1 {
	margin: 0;
	padding: 0 0 10px 0;
	height: auto;
}

body#practice_preview h2 {
	margin: 0;
	padding: 0 0 5px 0;	
}

body#practice_preview p {
	margin: 0;
}

body#practice_preview ul,
body#practice_preview li {
	margin-right: 0;
	padding-right: 0;
}

/*
Rank Domains Practive Previews */

#practice_previews {
	margin-right: 15px;	
	width: 250px;
	float: right;
	display: inline;
}

div#container div#content #practice_previews div {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#practice_previews div h2 {
	font-size: 1.8em;
	color: #61868D;
	margin: 0;
	padding: 0 0 10px 0;
}

#practice_previews div ul li {
	list-style-type: disc;
}

body#rank_domains div#content table {
	margin-bottom: 20px;
}

tr.inactive_rank label {
	color: #999999;
}

/*
Tool Preview */

body#tool_preview div#content h2 {
	background-image: none;
}

body#tool_preview div#content h3 {
	font-size: 1.6em;
	padding-left: 32px;
	padding-bottom: 10px;
}

body#tool_preview div#content ul {
	padding: 0 0 15px 50px;
	margin: 0;
	margin-right: 100px;
}

body#tool_preview ul ul {
	list-style-type: disc;
}

/*
Rate Domain */

form#hide_show_btns {
	display: block;
	margin-top: 20px;
}

form#hide_show_btns input {
	padding: 0 5px;
	margin-right: 5px;
}

strong.rating {
	font-size: 2.5em;
	font-weight: normal;
	color: #61868D;
}

.generic_padding {
	margin-left: 30px;
	margin-right: 30px;
}

div#content #rating_form {
	margin-left: 30px;
	padding: 0;
}

/*
Printable Check boxes */

ul.printed_checkboxes li {
	position: relative;
}

ul.printed_checkboxes li img {
	position: absolute;
	left: -17px;
	top: 1px;
}

/*
Printable Comments in Individual Report */

li ul {
	font-size: 1em;
}

/*
Styles for Printed Report */

body#report div#content div h2 {
	background-image: none;
}

body#report div#container div#content div {
 	background-image: none;
}

body#report div#content div div {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	position: relative;
}

body#report div#content div div img.icon {
	position: absolute;
	top: 0;
	left: -80px;
}

body#report div#content div.expanded h2 {
	background-image: none;
}






/*
Styles for Printed Version of tool */

body#tool_preview div#content div h2 {
	background-image: none;
}

body#tool_preview div#container div#content div {
 	background-image: none;
}

body#tool_preview div#content div div {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	position: relative;
}

body#tool_preview div#content div div img.icon {
	position: absolute;
	top: 0;
	left: -80px;
}

body#tool_preview div#content div.expanded h2 {
	background-image: none;
}









#print_nav {
	margin-top: -30px;
}

/*
Login Page */

form#login {
	display: block;
	text-align: center;
	padding: 50px 0;
}

form#login table {
	width: 350px;
	margin: 0 auto;
	text-align: left;
}

form#login td {
	font-size: 1.2em;
	padding: 2px 4px;
}

form#login input {
	width: 150px;
}

form#login td.checkbox {
	padding-top: 30px;
}

form#login td.checkbox input {
	width: auto;
}

form#login td.submit input {
	width: auto;
	margin-top: 15px;
}

form#login .error_message {
	color: red;
	font-weight: bold;
	text-align: left;
	padding-bottom: 15px;
}

/*
Register Form */

body#register div#container h1 {
	color: #4C70C9;
	padding: 0 0 10px 0;
	margin: 10px 0 0 30px;
}

body#register div#container form {
	display: block;
	padding: 0 0 0 225px;
	margin: 10px auto 0 auto;
}

body#register div#container form label {
	width: 8em;
	float: left;
}

body#register div#container form p {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

body#register div#container input {
	width: 150px;
	float: left;
}

body#register div#container p#submit {
	float: none;
	margin-left: 8em;
	clear: both;
	float: none;
}

body#register div#container p#submit input {
	width: auto;
	float: none;
}

/*
Group Report */

body#group_report div#container div#content h2 {
	padding-bottom: 10px;
	font-size: 2.2em;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	text-align: center;
}

body#group_report div#container div#content h3 {
	padding-bottom: 10px;
	font-size: 1.8em;
	padding-left: 30px;
	color: #4C70C9;
	font-weight: normal;
}

body#group_report div#container div#content ul {
	padding-left: 50px;
	padding-bottom: 20px;
}

#group_report #container #content .domain_comments h2 {
	text-align: left;
	position: relative;
	line-height: 64px;
	padding-left: 105px;
	margin: 0;
}

#group_report #container #content .domain_comments h3 {
	padding-left: 105px;
}

#group_report .domain_comments h2 img {
	position: absolute;
	top: 10px;
	left: 30px;
}

* html #group_report .domain_comments h2 img {
	position: absolute;
	left: -80px;
}

#group_report .domain_comments p {
	padding-left: 105px;
	margin: 0;
}


#group_report #container #content .domain_comments ul { padding-left: 135px; }

/*
Rate Domain */

body#rate_domain table {
	margin: 20px 30px 20px 30px;
	border-top: 1px solid #CCCCCC;
}

body#rate_domain td {
	font-size: 1.2em;
	padding: 5px;
}

body#rate_domain td {
	border-bottom: 1px solid #CCCCCC;
}

body#rate_domain td.rating {
	width: 13em;	
}

/*
Directors Menu */

#options {
	margin: 10px 0 15px 75px;
}

/*
Registration List */

table.registration_list {
	margin-left: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 1.2em;
}

table.registration_list th {
	margin-left: 30px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px 8px;
	background-color: #E5E5E5;
}

table.registration_list td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 8px;
}

/*
Normal Content */

#registration_list #container .content {
	margin-left: 30px;
	padding: 0;
}

/*
Group Narrative */

ul.story {
	margin-left: 60px;
	margin-bottom: 12px;
}

/* COLORS */

.blue_purple { color: #4C70C9; } /* Titles */
.slate-blue { color: #61868D; } /* image borders */
.light_green { color: #2DACD7; } /* background */
.orange { color: #FD9C03; }
.light-orange { color: #FEBA4F; }
.gray { color: #333333; } /* text */
.light-gray { color: #8F8F96; } /* navigation */