/*		Safety Partners general styles
		Copyright 2005, Safety Partners Inc., All Rights Reserved
		Safety Partners, Inc., 39 Blake Road, Lexington, MA 02420
		webmaster@safetypartnersinc.com
*/

/* Basic styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}
h2 {
	font-size: 1.08em;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
.center {text-align: center;}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.pagealign {
	background-position: center;
	text-align: center;
}
.maintable {
	width: 725px;
	clear: left;
}
.mainbody {
	padding: 18px;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
}
.right {text-align: right;}
.left {text-align: left;}

/* Table cell defaults (for older browsers) */
th, td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Top of page area */
.topbluebar {
	background: #055183;
	height: 19px;
}
.bottombluebar {
	background: #055183;
	height: 10px;
}
.spacerbar {
	height: 19px;
	padding: 0;
	margin: 0;
}
.pagehead {
	background-color: #7297b6;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 3px;
	padding: 6px 0 6px 15px;
}
.pageheadbar {
	color: #055183;
}

/* Text styles */
.bodycopy1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
}
.subhead {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #055183;
	margin-top: 1.75em;
}
.subheadtop {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #055183;
	margin-top: 0;
}
.homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 15px;
	padding-right: 8px;
}
.indentlist li {
	list-style-type: disc;
	margin-top: 1em;
	margin-left: 2em;
}
.shortindentlist li {
	list-style-type: disc;
	margin-top: 0.25em;
	margin-left: 2em;
}
.faq li {
	list-style-type: disc;
	margin-top: 1em;
	font-weight: bold;
}
.faq li a {
	text-decoration: none;
}
.faq li a:link, a:visited {
	color: blue;
}
.faq li a:hover {
	text-decoration: underline;
}
.hotnews {
	width: 360px;;
	height: auto;
	border: 1px solid #055183;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	padding: 5px;
}
.hotnewssmall {
	font-size: 9px;
}
.coursehead {
	font-weight: bold;
	font-style: normal;
}
.coursehead2 {
	font-weight: bold;
	font-style: normal;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}
/* Form styles */
.formnote {
	padding: 10px 10px 0px 10px;
}
.formleftcol {
	width: 20%;
	padding: 8px 0 0 10px;
}
.formrightcol {
	width: 80%;
	padding: 8px 15px 0 0;
}
.form2col {
	padding: 10px 0 0 10px;
}

/* Table form styles */
table.form {
	background-color: #eeeeee;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	}

table.form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
}

table.form td.left {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 8px;
	color: #333333;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
}

#coursesList dl {
	padding: 10px;
}
#coursesList dl dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border-top: 1px solid #000000;
	margin: 10px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
}
#coursesList dl dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.required {
	color: red;
}
.button {
	float: left;
	margin: 0px 0px 0px 150px;
	width: 190px;
	padding: 2px;
	border: 1px solid #006;
    background: #64AAAA;
    clear: both;
}

form.cmxform fieldset {
	display: block;
	width: 450px;
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 10px 0 10px 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  padding-left: 0;
  margin: 0 0 0 20px;
  border-bottom: 1px solid #CCC;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 220px; /* Width of labels */
  font-weight: bold;
}
form.cmxform label.labelCheckbox {
	width: 350px;
}
.form.cmxform input {
	margin-top: 2px;
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#registerbutton {
	display: block;
	float: top;
	position: relative;
	z-index: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	margin: 2px 0;
	background-image: url(images/leftnavitemhl.gif);
	background-repeat: no-repeat;
	background-color: #7297B6;
	border: 1px solid #055183;
}

#registerbutton a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	width: 120px;
	padding: 4px 0px 4px 20px;
}

#registerbutton a:hover {
	background-image: url(images/leftnavitem.gif);
	background-repeat: no-repeat;
	background-color: #64AAAA;

}

#registerbutton a.iesidehover {
	background-image: url(images/leftnavitem.gif);
	background-repeat: no-repeat;
	background-color: #64AAAA;
}

#index-news {
	background: #ccc;
	padding: 5px;
}
#index-news td {
	border-bottom: 1px dotted #666;
	padding: 3px 0px 5px 0px;
}

.news-image {
	font-size: 11px;
	color: #999999;
	padding: 3px;
	border: 1px solid #cccccc;
	text-align: center;
}

.float-right {
	float: right;
	display: inline;
	margin-left: 15px;
	margin-bottom: 15px;
}

.float-left {
	float: left;
	display: inline;
	margin-right: 15px;
	margin-bottom: 15px;
}

.pic {
	border: 1px solid #055183;
}