/*----------------------------------------------------------------
Specialty Comfort Solutions Public Website Stylesheet 
Version:	1.0
Author:		Marcos Acosta
email:		mmaacosta@gmail.com
Updated:	11/20/09 by Josh Southern (jzsouthern@gmail.com)
----------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: small;
}

body {
	background: #fff;
	color: #444;
	background: #fff url(../images/subpage-body-bg.gif) no-repeat top center;
}
body.home {
	background: #fff url(../images/homepage-body-bg.gif) no-repeat top center;
}

/* Text & General Formatting Styles */
a, a:link, a:visited {
	color: #9a3233;
	text-decoration: underline;
	border: 0px none;
	background: transparent;
}
a:hover {
	background: #ededed;
}
img {
	border: 0px none;
}
a img {
	border: 0px none;
}
a.specialarea {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	color: #fff;
	background: #9a3233;
	text-decoration: none;
	font-weight: bold;
}
a.specialarea:hover {
	text-decoration: underline;
} 
p {
	padding: 10px 35px 5px 35px;
	line-height: 1.4;
	text-align: left;
	font-size: 110%;
}
p a, p strong, p em, li strong, li em { 
	font-size: 100%;
}
p.flash {
	font-weight: bold;
	font-size: 130%;
	padding-top: 50px;
	color: #9a3233;
}
p.modify {
	clear: both;
	padding-left: 35px;
	padding-top: 35px;
}
p.answers {
	min-height: 80px;
}
.indented {
	display: block;
	margin-left: 60px;
	margin-top: 10px;
}

/* To be used only for the logo/company name */ 
h1 {
	display: block;
	width: 350px;
	height: 120px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
}
h1 a {
	display: block;
	width: 350px;
	height: 120px;
	background: url(../images/logo.gif) no-repeat;
}
h1 a:hover {
	background: url(../images/logo.gif) no-repeat;
}
h2 { /* For the main page header only */
	font-size: 270%;
	color: #9a3233;
	padding: 60px 15px 20px 245px;
	font-weight: normal;
	line-height: 40px;
}
h2.noimage {
	/*margin-right: 220px;*/
	margin-bottom: 30px;
}
h2.noswoosh {
	padding: 35px 35px 0px 35px;
}
h3, h4, h5, h6 {
	font-size: 130%;
	color: #333;
	padding: 35px 35px 0px 35px;
}
h3 img, h4 img {
	position: relative;
	top: 5px;
}
img.headerimage {
	display: block;
	float: right;
	padding: 0 0 0 25px;
}
img.leftside, ul#itemlist li img.leftside, ul.itemlist li img.leftside, ul#sortlist li img.leftside, ul.sortlist li img.leftside {
	float: left;
	margin-right: 5px;
	background: transparent;
}

ul, ol li ul {
	padding: 10px 50px 5px 50px;
	line-height: 1.2;
}
ul li, ol li ul li {
	padding-left: 23px;
	padding-bottom: 10px;
}
ol {
	list-style-type: decimal;
	padding: 10px 50px 5px 75px;
} 
ol li {
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
}
dl {
	margin: 0;
	padding: 10px 35px 5px 35px;
	line-height: 120%;
	text-align: left;
}
dt {
	font-weight: bold;
	padding: 20px 0 5px 0;
}
dd {
	font-weight: normal;
}

/* Specific list styles */
ul#itemlist, ul#sortlist, ul#iconlist, ul.itemlist {
	list-style-type: none;
	padding: 5px 5px 5px 35px;
	margin: 0;
	width: 485px;
}
ul#itemlist.toppadding, ul.itemlist.toppadding {
	padding-top: 25px;
}
ul#iconlist {
	padding: 5px 15px 5px 15px;
	float: left;
}
ul#itemlist li, ul.itemlist li {
	background: none;
	padding: 6px 0px 6px 5px;
	font-size: 100%;
}
ul#itemlist li.shaded, ul.itemlist li.shaded {
	background: #ededed;
}
ul#itemlist li.shaded a:hover, ul.itemlist li.shaded a:hover {
	background: #ccc;
}
ul#itemlist li img, ul.itemlist li img, ul#sortlist li img, ul.sortlist li img {
	/*position: relative;
	top: 5px;*/
	vertical-align: -3px;
	padding-right: 5px;
	background: #fff;
}
ul.itemlist span.title {
	font-size: 110%;
	font-weight: bold;
}
ul.itemlist span.prospect {
	padding: 3px 0px 2px 28px;
	background: transparent url(../images/icons/prospect.gif) top left no-repeat;
}
ul#itemlist li .actions {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
ul#itemlist li strong {
	display: block;
}
ul.itemlist li a.expand {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icons/expand-collapse.gif) top left no-repeat;
	text-decoration: none;
	position: relative;
	top: -3px;
}
ul.itemlist li a.expanded {
	background: url(../images/icons/expand-collapse.gif) top right no-repeat;
}
ul.itemlist li div.details {
	padding: 5px 10px;	
}
ul.itemlist li div.details.hidden {
	display: none;	
}
ul.itemlist li.question {
	margin-bottom: 40px;
}
ul#sortlist li {
	padding: 3px 5px;
	font-size: 100%;
	margin: 2px;
	border: 1px solid #488501;
	background: #ce131f;
}
ul#itemlist li a, ul#sortlist li a {
	padding: 0px 2px;
}
p.note {
	font-size: x-small;
}	
.toppadding {
	padding-top: 45px;
}
.clear {
	clear: both;
}
ul.materials {
	width: auto;
}
ul.materials li {
	float: left;
	width: 150px;
	text-align: center;
	border: 1px solid #ccc;
	height: 200px;
	margin-right: 8px;
	margin-bottom: 8px;
}
ul.materials li:hover {
	background: #ededed;
	border: 1px solid #9a3233;
}
ul.materials li span.thumbnail {
 	display: block;
} 
ul.materials li span.title {
  	display: block;
  	font-weight: bold;
} 
ul.materials li span.description {
  	display: block;
  	font-size: 10px;
} 
img.largepreview {
	display: block;
	margin: 0px auto;
	border: 1px solid #333;
}

/* General Page Elements */
#container {
	position: absolute;
	width: 770px;
	top: 0px;
	left: 50%;
	margin-left: -387px;
}
#content {
	position: relative;
	width: 770px;
	background: transparent url(../images/top-swoosh.gif) no-repeat top left;
	padding-top: 20px; 
}
#homecontent {
	background: #fff;
}
#homecontent a:hover {
	background-color: transparent;
}
#homecontent h3 {
	padding-top: 5px;
}
#flash {
	margin: 43px 0px;
	text-align: center;
}
#htmlemail {
	width: 625px;
	margin: 10px auto;
	padding: 180px 0 50px 0;
	border: 2px solid #333; 
	background: #fff url(../images/email_header.jpg) top left no-repeat;
	clear: both;
}
#htmlemail h3 {
	font-size: 120%;
	color: #333;
	padding: 0 52px 0 52px;
	background: transparent;
	font-weight: bold;
}
#htmlemail p {
	padding: 10px 52px;
}
#footer {
	clear: both;
	padding-top: 35px;
}
#footer img {
	display: block;
	float: left;
	margin: 0;
}
#footer p {
	margin-top: 20px;
	font-size: 90%;
}


/* Navigation */
ul#navigation { 
	position: absolute;
	top: 110px;
	right: 0px;
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul#navigation li {
	list-style-type: none;
	display: block;
	float: right;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #7d7d7d;
}
ul#navigation li:first-child {
	padding-right: 0px;
	border-right: 0px none;
}
ul#navigation li a {
	color: #7d7d7d;
	font-size: 110%;
	text-decoration: none;
}
ul#navigation li a:hover {
	color: #9a3233;
	text-decoration: underline;
	background: transparent;
}

/* Subnavugation */
#subnav {
	position: relative;
	width: 225px;
	clear: both;
	float: right;
	margin: 10px 0 40px 15px;
	padding: 0;
	background: #9a3233;
}
#subnav h3 {
	color: #fff;
	padding: 10px 15px 15px 15px;
	font-size: 140%;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li {
	padding: 0;
	margin: 0;
}
#subnav a, #subnav a:link, #subnav a:visited {
	display: block;
	color: #333;
	padding: 8px 15px 10px 25px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	background: #CC9999;
}
#subnav a:hover, #subnav a:active {
	background: #bc5152;
	color: #fff;
}
#subnav a.active {
	background: #af4142;
	color: #fff;
}

/* Homepage Elements */
a#badge {
	display: block;
	position: absolute;
	right: 0px;
	top: 465px;
	width: 165px;
	height: 153px;
}

/* Form Elements */
form {
	width: 480px;
	margin: 0;
	padding: 10px 5px 5px 35px;
}

form h6 {
	float: left;
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
form h6.full {
	width: 470px;
	padding-top: 25px;	
}
form h6 label {
	float: left;
	color: #333;
	width: 200px;
	margin-right: 10px;
}
form h6 label.short {
	width: 100px;
}
form h6 div {
	display: inline;
}
form h6 input, form h6 textarea, form h6 select, form h6 select.constrict {
	width: 250px;
}	
form h6 input.submit {
	width: auto;
	margin-left: 400px;
}
form h6 select, input.autowidth, .autowidth input {
	width: auto;
}
.hidden {
	display: none;
}
.trainees {
	text-align: right;
}
#trained_total {
	margin-left: 209px;
	margin-right: 0px;
}
#pre_designed {
	padding-bottom: 30px;
	clear: both;
}
a.backbutton {
	padding: 0 35px;	
}
a.backbutton:hover {
	background: transparent;
	text-decoration: none;
}

/* Sub-item Areas */
.sublist {
	clear: both;
}

/* Error Display */
form h6 div.fieldWithErrors label {
	color: #9a3233;
}
form h6 div.fieldWithErrors input, form h6 div.fieldWithErrors textarea {
	background: #CC9999;
}
div.errorExplanation {
	margin: 0;
	padding: 0;
}
div.errorExplanation h2 {
	font-weight: bold;
	padding: 10px 35px 5px 35px;
	line-height: 1.4;
	text-align: left;
	font-size: 110%;
}
div.errorExplanation p {
	
}
div.errorExplanation ul {

}
div.errorExplanation li {

}

/* Q&A Area */
form.question {
	width: 215px;
}
form.question h6 textarea {
	width: 200px;
}

/* AJAX Elements */
#overlay {
	width: 100%;
	min-height: 1200px;
	z-index: 1010;
}
#ajaxdiv {
  	width: 600px;
  	background-color: #ededed;
  	padding: 20px 19px 50px 19px;
  	z-index: 1020;
}
#ajaxdiv.loading {
 	height: 300px;
	background: #ededed url(../images/loading.gif) no-repeat center center;
}
#ajaxdiv.loading #ajaxcontent {
	display: none;
} 
.hidden {
	position: absolute;
	left: -9999px;
	margin: 0;
}
#overlay.popped { /*To fade out the rest of the page when the 'view' box is requested*/
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../images/seventy-five.png) repeat;
	z-index: 1010;
}
#ajaxdiv.popped {
	position: absolute;
  	left: 50%;
	margin-left: -300px;
  	top: 25px;
	z-index: 1020;
}
#ajaxcontent {
	background: #fff;
	width: 600px;
	position: relative;
	padding: 20px 0;
	float: left;
}
#ajaxcontent h2 {
	font-size: 250%;
	color: #9a3233;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	line-height: 40px;
}
#ajaxcontent form {
	float: left;
}
#ajaxcontent a.backbutton {
	padding: 0 20px;
}
#ajaxcontent p.flash {
	padding-top: 20px;
}
