/* www.skillteach.com
 * site's main colors
 * Header/Headings: #DC905C;
 * Background: #FFF;
 * Secondary Color: #9AA7C6;
 */

html, body{ 
  margin: 0; 
  padding: 0; 
  text-align:center; 
  font-size: 13px;
  font-family:  Arial, Helvetica, sans-serif;
}

body {
  background-color: #FFF;
  color: #666;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* baseline styles */
img {
  border: 0;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 0px;
}

form {
  margin: 0;
  padding: 0;
  display: inline;
}

em {
  font-weight: bold;
  font-style: italic;
  color: #000;
}

p {
  font-size: 12px;
  line-height: 16px;
  padding: 3px 0 6px 0;
  margin: 0;
}

blockquote {
  margin-top: 0; 
  margin-bottom: 0;
  font-style: italic;
  color: #000;
}

li {
  margin-bottom: 4px;
  line-height: 15px;
}

ul li {
  list-style-type: square;
}

div.centered {
  text-align: center;
}

div.centered table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.clr { clear:both; }

/* default anchors */
a {
  font-weight: normal;
}

a:link, a:visited {
  text-decoration: underline;
  color: #D45F00;
}

a:hover, a:active {
  text-decoration: underline;
  color: #9AA7C6;
}

/* headers */
h1 {
  letter-spacing: 0.2px;
  font-size : 22px;
  font-weight: bold;
  line-height: 24px;
  color : #C96;
  margin: 0 0 10px 0;
  padding: 6px 0 0 0;
}

h2 {
  letter-spacing: 0.2px;
  font-size : 18px;
  font-weight: bold;
  line-height: 20px;
  color : #C96;
  margin: 0 0 6px 0;
  padding: 6px 0 0 0;
}
h2 a:link, h2 a:visited {
  font-size : 18px;
  font-weight: bold;
  line-height: 20px;
  color : #C96;
}
h2 a:hover, h2 a:active, h2 a:focus {
  font-size : 18px;
  font-weight: bold;
  line-height: 20px;
  color : #9AA7C6;
}

h3 {
  letter-spacing: 0.15px;
  font-size : 16px;
  font-weight: bold;
  line-height: 18px;
  color : #C96;
  margin: 0 0 6px 0;
  padding: 6px 0 0 0;
}

h4 {
  letter-spacing: 0.15px;
  font-size : 14px;
  font-weight: bold;
  line-height: 16px;
  color : #C96;
  margin: 0 0 3px 0;
  padding: 3px 0 0 0;
}

h5 {
  letter-spacing: 0.15px;
  font-size : 12px;
  font-weight: bold;
  line-height: 14px;
  color: #C96;
  margin: 0 0 3px 0;
  padding: 3px 0 0 0;
  text-decoration: underline;
}

h6 {
  font-size : 11px;
  font-weight: bold;
  line-height: 13px;
  color : #000;
  margin: 0 0 3px 0;
  padding: 3px 0 0 0;
}

/* back to top */
#backToTop {
  margin: 3px;
}

#backToTop img {
  margin-left: 5px; 
  margin-right: 10px;
}

#backToTop a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}

#backToTop a:link, #backToTop a:visited {
  color: #000;
}

#backToTop a:hover, #backToTop a:active {
  color: #9AA7C6;
}

/* button */
input.button, a.button {
  text-align : center;
  color:#FFF;
  font-size : 12px;
  font-weight : normal;
  background-color: #C96;
  border: 1px solid #000;
  margin: 0;
  padding: 4px 6px;
}

input.hover, a.hover {
  text-align : center;
  color:#000;
  font-size : 12px;
  font-weight : normal;
  background-color:#9AA7C6;
  border: 1px solid #000;
  margin: 0;
  padding: 4px 6px;
}

a.button, a.hover {
  margin: 7px 0;
  display: inline-block;
}

a.button:link, a.button:visited {
  background-color : #C96;
  color : #fff;
  text-decoration: none;
}

a.hover:hover, a.hover:active {
  background-color : #9AA7C6;
  color: #000;
  text-decoration: none;
}

/* error messages  */
.errorMessage {
  color: #F00;
  font-size: 14px;
  font-weight: bold;
}

/* contact us */
.contactusForm th {
  text-align: right;
  width: 20%;
}
input.kESEmail {
  font-size: 10px;
  color: #000;
}

.breadCrumbDivider {
  font-size: 10px;
}

.lastCrumb {
  color: #000;
  font-size: 10px;
}
.calloutBox {
  float: right; 
  margin: 0 0 5px 5px; 
  padding: 8px; 
  border: 1px solid #D45F00; 
  width: 200px;
}

#rightcol div.content {
  width: 870px;
  margin: 5px auto;
}

#breadCrumb {
  vertical-align: middle;
}

#breadCrumb a {
  color: #CC9966;
  font-size: 13px;
  text-decoration: none;
}

#breadCrumb .divider {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
}

#breadCrumb .last {
  display: none;
}

/*
#breadCrumb .last {
  color: #CC9966;
  font-size: 22px;
  font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
}
*/

#printPage {
  margin: 3px 0;
}

#printPage a.printPage {
  color: #A92926;
  font-size: 10px;
  font-weight: normal;
}

.middot {
	font-size:48px;
	line-height: 18px;
	color: #A22D26;
	vertical-align: top;
	padding-top:2px;
}

td.label {
	padding: 2px 0;
}

span.required {
	color: #F00;
}

#formErrorDisplay {
	color: #F00;
	background-color: #FFDFDF;
	border: 1px solid #C96;
	padding: 10px;
}

.promo .subHead {
	font-size: 13px;
	font-weight: bold;
	color: #C96;
}

.promo a {
  color:#A22D26;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}


