* {
	margin: 0;
	padding: 0;
}

/* General Style Info */
body {
	background-color: #fff;
	font-family: "helvetica", "lucida grande", "verdana", sans-serif;
	color: #333;
	
}

a {
	background-color: inherit;
	/*color: #9EC16B;*/
	color: #75b615;
	text-decoration: none;
}

.actions {
	clear: both;
	padding-top: 2em;
	font-size: 80%;
}

#menu a:hover { color: #5F656B; }

a img, img { border: none; }

h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}

h1 {
	color: #003d4c;
	font-size: 160%;
	margin: 0.1em 0;
}

.intro {
	padding: 10px;
	font-size: 85%;
	color: #5F656B;
	background-image: url(/img/bg-top.gif);
	background-repeat: repeat-x;
}
.intro h2 {
	color: #030;
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 8px 0;
}

h4 {
	font-weight: normal;
	padding-top: 0.3em;
}


#menu {
	width: 175px;
	clear: both;
	padding-top: 5px;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px #9EC16B dotted;
}

#menu a {
	display: block;
	padding: 9px 0px 7px 0px;
	font-size: 11pt;
	font-weight: normal;
	background-image: url(/img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 155px 11px;
}

#menu a:hover, #menu a.active {
	background-image: url(/img/bullet2.gif);
	color: #5F656B;
}

#search { padding: 2px 0px 6px 0px; }

#search label { 
	float: left;
	font-size: 14px;
	padding-top: 4px;
}

#search input#keywords {
	border: 1px #9EC16B solid;
	color: #5F656B;
	width: 90px;
	font-size: 12px;
	float: left;
	margin: 3px 5px 0 5px;
	padding: 1px;
}

#crumbs {
	background-color: #5F656B;
	padding-top: 4px;
	padding-left: 10px;
	height: 20px;
	display: block;
}

#crumbs a {
	text-decoration: none;
	color: #FFF;
	font-size: 10pt;
}

.box {
	background-color: #EFEFF0;
	color: #5F656B;
	font-size: 11pt;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

.box h2 {
	height: 18px;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 10px;
	background-color: #7F8489;
	color: #FFF;
	font-size: 11pt;
	font-weight: normal;
}

.box .title, .box .content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.box .title {
	color: #669933;
	font-size: 12pt;
}

.box .title strong { font-weight: normal; }

.box .content {
	color: #666;
	font-size: 85%;
	line-height: 130%;
}

.box .content a { color: #666; }
.box .content a:hover { text-decoration: underline; color: #669933; }

.box .content ul {
	padding-left: 10px;
}

/* General */

.general .item  {
  margin-top: 16px;
	padding: 10px;
	background-image: url(/img/bg-artcile.gif);
	background-repeat: repeat-x;
}
.general ul  {
  padding: 0 0 15px 30px;
}

.general .item h3 {
  color: #F30;
	font-size: 100%;
}

.general p { margin: 0 0 15px 0; }

.general .item .posted {
	color: #999;
	font-size: 80%;
	height: 1.5em;
	padding-top: 2px;
}

.general .item .posted {
	color: #999;
	font-size: 80%;
	height: 1.5em;
}

.general .short, .general .long  {
	color: #666;
	font-size: 85%;
	line-height: 130%;
}

.general .long ul li { margin-left: 25px; }

.general .image {
	float: left;
	padding-right: 10px;
}

.more a { font-size: 90%; }

/* pages */

.pages {
	margin-top: 16px;
	padding: 5px;
	background-image: url(/img/bg-artcile.gif);
	background-repeat: repeat-x;
	line-height: 1.5em;
}

.pages h2 {
  color: #F60;
	font-size: 130%;
}

.pages .content {
	font-size: 90%;
	margin: 15px 0 20px 0;
	padding-top: 10px;
}

.pages p { margin: 0 0 15px 0; }
.pages ul { margin: 0 0 15px 35px; }


.box2 {
	display: block;
	width: 160px;
	margin: 0 10px 30px 0;
	float: left;
	border: 1px #9EC16B solid;
	height: 375px;
}
.box2 h2 {
	height: 24px;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-left: 5px;
	background-color: #9EC16B;
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
}
.box2 .title, .box2 .content {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.box2 .title, .box2 .content { line-height: 1.1em; }
.box2 .content {
	color: #666;
	font-size: 80%;
}
.box2 .title { color: #F60; font-size: 90%; }
.box2 .title strong { font-weight: normal; }
.box2 .content a { color: #666; }
.box2 .content a:hover { text-decoration: underline; color: #F60; }

/* Events */


/* FAQs */

.faqs {
	margin-top: 16px;
	padding: 5px;
	background-image: url(/img/bg-artcile.gif);
	background-repeat: repeat-x;
	line-height: 1.5em;
}

.faqs h2 {
  color: #F60;
	font-size: 120%;
	padding: 0 0 25px 0;
}

.faqs h3 {
  color: #F60;
	font-size: 120%;
	padding: 0 0 25px 0;
}

.faqs .answer {
	font-size: 90%;
	background-color: #f1f1f1;
	/*border: 1px #CCC dashed;*/
	margin: 5px 0 20px 0;
	padding: 5px;
}

.faqs a:hover { color: #5F656B; }

.faqs ul {
	padding-left: 20px;
	list-style-type: none;
	background-color: #f8f8f8;
	padding: 10px;
}
.faqs ul ul {
	padding-left: 20px;
	list-style-type: square;
	background-color: #f1f1f1;
}

/* Layout */
#container {
	margin: 20px auto;
	width: 900px;
}

#col1 {
	display: block;
	width: 185px;
	float: left;
}

#col2 {
	display: block;
	width: 530px;
	float: left;
}

#col3 {
	display: block;
	width: 175px;
	float: right;
}

#logo {
	height: 150px;
	background-image: url(/img/business-mentality.gif);
	background-repeat: no-repeat;
}

#logo h1 { display: none; }
#banner, #login, #stress-check { height: 118px; }

#footer {
	clear: both;
	display: block;
	width: 900px;
	text-align: right;
	height: 50px;
}

/* Login */

.login h2 {
	height: 50px;
}
.login form {
	padding-left: 50px;
}
.login label {
	float: left;
	display: block;
	width: 90px;
	padding-top: 7px;
}
.login .input input {
	width: 200px;
	border: 1px #9EC16B solid;
	font-size: 120%;
	padding: 5px;
}
.login .input {
	padding: 0;
	margin: 0;
	padding-top: 5px;
}
.login .submit { 
	width: auto; 
	border: none;
	padding-left: 90px;
	padding-top: 10px;
}


/* Gallery */

.gallery {
	padding-left: 30px;
}
.gallery ul { list-style-type: none; }
.gallery li {
	float: left;
	margin: 0 6px 10px 0;
	height: 100px;
	padding: 5px;
	border: 1px #CCC solid;
}
.gallery a {
	display: block;
	width: 100px;
}

/* Search */

.search h2 {
	margin-top: 16px;
	padding: 5px;
	background-image: url(/img/bg-artcile.gif);
	background-repeat: repeat-x;
	line-height: 1.5em;
  color: #F60;
	font-size: 120%;
	padding: 5px 5px 15px 5px;
}
.search h2 .matches {
  color: #999;
	font-size: 70%;  
}
.search h2 a { font-size: 70%; }
.search .item { padding: 5px; font-size: 90%; }

/* poll */

.bar {
	background-image: url(/img/poll-bar.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.percent  {
	background-image: url(/img/poll-percent.gif);
	background-repeat: repeat-x;
	height: 14px;
}

/* stress check tool */

.issues {
	background: url('/img/tool-header.gif') repeat-x left top;
	padding: 0 15px;
	margin-bottom: 30px;
}
.issues h1 {
	font-size: 1.8em;
	margin: 0;
	font-weight: bold
}
.issues h1.header {
	font-size: 1.5em;
	padding: 20px 0 30px 0;
	font-weight: bold
}
.issues h1 .title {
	display: block;
	padding: 16px 0 30px 0;
	width: 450px;
}
.issues .number {
	font-size: 1.8em;
	padding: 2px 10px 0 0;
	float: right;
}
.issues h2 {
	font-size: 1.2em;
	margin-bottom: 8px;
	font-weight: bold
}
.issues p, 
.issues ul {
	margin-bottom: 1em;
	font-size: 0.9em;
}
.issues ul {
	padding-left: 2em;
}
.issues .topic {
	display: block;
	overflow: auto;
	margin-bottom: 20px;
}
.issues .topic img {
	padding-right: 14px;
}
.issues .pending {
	padding-top: 14px;
	margin-bottom: 30px;
}
.issues .pending li {
	margin-bottom: 14px;
}

.issues table {
	font-size: .9em;
	border: none;
}
.issues table th {
	text-align: left;
	background-color: #AEBCD7;
}
.issues table td {
	vertical-align: top;
}
.issues table th,
.issues table td {
	padding: 4px 5px;
	border: none;
}
.issues table tr {
	background-color: #E0E4EE;
}
.issues table tr.altrow {
	background-color: #CDD5E5;
}



.question-options fieldset {
}
.question-options legend {
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	clear: both;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Forms */
.issues form {
	clear: both;
	margin: 0;
	padding: 0;
}
.question-options {
	clear: both;
	border: 1px solid #86add5;
	padding: 15px;
	overflow: auto
}
.question-options p {
	font-weight: bold;
}
.anonymous .submit input,
.issues .btn {
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-size: 100%;
	vertical-align: bottom;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #85add5;
	color: #fff;
	border: 1px solid #000;
}
.issues .radio .option {
	clear: both;
	float: left;
	width: 20px;
	display: block;
	margin-top: 3px;
}
.issues .radio label {
	display: block;
	width: 300px;
	float: left;
	margin-top: 1px;
}

form.anonymous {
	padding-left: 30px;
}
.anonymous label {
  display: block;
  width: 150px;
  font-size: 100%;
  float: left;
}
.anonymous select {
  font-size: 100%;
}
.anonymous .input {
	padding-top: 12px;
}
.anonymous .input input {
  font-size: 100%;
}
.anonymous .submit {
	margin-left: 130px;
}

.no-thanks {
	padding: 30px;
}

.cmxform form {
	clear: both;
	margin: 0;
	padding: 0;
	width: 80%;
}
.cmxform {
	padding-left: 30px;
}
.cmxform label {
  display: block;
  width: 120px;
  font-size: 90%;
  float: left;
}
.cmxform input, .cmxform textarea {
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 200px;
	float: left;
	border: 1px #CCC solid;
	margin-bottom: 1em;
}
.cmxform select {
	font-size: 90%;
	vertical-align: text-bottom;
	float: left;
	margin-bottom: 1em;
}
.cmxform .btn input {
	width: 50px;
	background-color: #9ec16b;
	color: #fff;
	padding: 2px 5px;
	margin-left: 120px;
	border: 1px solid #000;
	font-size: 100%;
}
.cmxform .input {
  clear: both;
}


/*85add5*/


/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0px;
}

div.error-message { clear: both; }

div.error em {
	font-size: 140%;
	color: #003d4c;
}

span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

table.cake-sql-log {
	display: none;
}



/*input.previous {
	width: auto;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
*/

