﻿/*  
Development Name: HTSA Member Website Solution
Description: -
Version: 1.3
Author: Aaron Shupp, 23K Studios
URL: http://www.23k.com ; http://www.htsa.com
RELEASE NOTES
 1.3  : Support for Internet Explorer 8
Removed MemberName include from page titles
		Updated Graphics pack
		Moved Navigation and Metadata files to _nav/ and _meta/
		Consolidated CSS calls into single include
1.2.1: Removed SubNavigation PHP-Include routine from MainNavigation
	Added 6 product genre images
 1.2  : Added Google Custom SiteSearch processing and Search.php
		Updated SubNavigation routine to PHP-Include the MainNavigation
 1.1  : Styled contact form, FormMail processor support
*/
/* GLOBAL  *********************************************************************************************************/
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #333;
	min-width: 948px;
	margin: 0;
}

img { border: 0px; }

a:hover { color: #000  }

.linkButtonOuline img{ border: 2px solid #ffffff; }


/* TRANSPARENT PNG & AUTO OVERFLOW Fix */

img, div, a:hover { behavior: url(iepngfix.htc); }

html>body pre { overflow: auto; }

* html pre { overflow-x: auto; padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 19 : 4); }


/* WRAPPER IDS  ****************************************************************************************************/


#background { 
	background: url('../_interface/_background.png') no-repeat 50% 0; 
}	

#container {







	width: 1010px;







	margin: 0 auto;







}















#wrapperHeader {







	background:url('../_interface/body/wrapperHeader_shadow.png') top no-repeat;







	width: 1010px;







	margin: 0 auto;







	padding-top: 15px;







	display: block;







}















#wrapperBody {







	background:url('../_interface/body/wrapperBody_shadow.png') top center repeat-y;







	width: 1010px;







	margin: 0 auto;







	display: block;







}















#body {







	background:url('../_interface/body/body_bg.png') top center repeat-x;







	width: 948px;







	border-left: 1px solid #b4b4b4;







	border-right: 1px solid #b4b4b4;







	margin: 0 auto;







	overflow: auto;







	padding-top: 15px;







}















#bodyFrontpage {







	background:url('../_interface/body/body_bg.png') top center repeat-x;







	width: 948px;







	border-left: 1px solid #b4b4b4;







	border-right: 1px solid #b4b4b4;







	margin: 0 auto;







	overflow: auto;







	padding-top: 0;







}























#header {
	background:url('../_interface/body/header_bg.png') top center no-repeat;
	width: 948px;
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	margin: 0 auto; 
	display: block;
}























#wrapperBillboard {







 	height: 258px; 







 	width: 900px;







	margin: 0 auto;







	display: block;







	padding-top: 10px;







}























#wrapperColumns {







	width: 890px;







	display: block;







	margin: 0 auto;







	overflow: auto;







}















#columnSidebar {







	width: 275px;







	float: left;







	display: inline;







}















#columnContent {
	width: 600px;
	float: right;
	display: inline;
}

/* This was made by Bert Hixson on 03/12/10 to change to make the heading blue where specified by the .bluetext class */
#columnContent h1.bluetext {
	color:#31506E;
	font-weight: bold;
	font-variant: small-caps;
}
/* End added by Bert Hixson */


#wrapperGallery {
	width: 900px;
	height: auto;







	margin: 0 auto;







	display: block;







	padding-top: 10px;







}















#wrapperSearch {







 	width: 900px;







	margin: 0 auto;







	display: block;







	padding-top: 10px;







}































#footer {







	width: 890px;







	display: block;







	margin: 0 auto;







}















#wrapperBottom {    







	background: url('../_interface/body/wrapperFooter_shadow.png') top no-repeat;







	width: 1010px;







	margin: 0 auto;







	padding-bottom: 30px;







	overflow: auto;







	display: block;







}















#bottom {







	height: 23px;







	width: 948px;







	border-bottom: 1px solid #b4b4b4;







	border-left: 1px solid #b4b4b4;







	border-right: 1px solid #b4b4b4;







	margin: 0 auto; 







}























/* HEADER  **********************************************************************************************************/































#headerColumns {







	width: 948px;







	display: block;







	overflow: auto;







}















#headerLeft {







	width: 455px;







	float: left;







	display: inline;







}















#headerLeft_memberLogo {















	height: 110px;















	width: 430px;















	margin: 5px 0 0 5px;















}















	















#headerRight {
	width: 450px;
	float: right;
	display: inline;
	color: #31506E;
}







#headerRight a, #headerRight a:visited {

	text-decoration: none;

	color: #505050;

	font-variant: small-caps;

	font-weight: bold;

	font-size: large;

/*	font-family: Verdana, Geneva, Tahoma, sans-serif; */

/* font-family: "Times New Roman", Times, serif; */

}







div.headerRight_greeting {
	margin: 20px 40px 5px 0;



	text-align: right;



	float: right;



	display: inline;



}







div.headerRight_greeting h2 {

	font-size: 13px;

	line-height: 24px;

	font-weight: bold;

	margin: 0;        

}



div.headerRight_greeting p {

	line-height: 20px;

	font-weight: normal;

	margin: 0;

	font-size: normal;

}



div.headerRight_search {

	height: 24px; /*changed by Bert Hixson from 24px to bring up menu */

	width: 253px;

	margin: 0 30px 0 0;

	float: right;

	display: inline;

}



div.headerRight_searchButton {
	height: 24px;
	width: 33px;
	float: right;
	display: inline;
}

div.headerRight_searchBar {
	height: 0; /*changed by Bert Hixson from 24px to bring up menu */
	width: 220px;
	float: left;
	display: inline;
}


div.headerRight_searchBar textarea, input {
	height: 20px;
	width: 205px;
	background: url('../_interface/elements/searchBar.jpg') no-repeat;
	border: none;
	padding: 4px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}


/* NAVIGATION  ****************************************************************************************************/

#navigation {
	width: 948px; 
	padding-top: 3px;
	overflow: auto;
	display: block;
}

div.navigationMain {
	background: url('../_interface/navigation/navigationMain_gradient_bg.png') repeat-x;
	height: 35px;
	width: 928px; /* Changed from 938px by Bert Hixson */
	margin: 0 auto; /* Changed from 0 5px 0 5px by Bert Hixson */
}

div.navigationSub {
	background: url('../_interface/navigation/navigationSub_bg.png') bottom repeat-x;
	height: 25px;
	width: 938px;
	margin: 0 5px 0 5px;
	display: block;
}


/* Main Menu */
div.menuMain {
	width: 890px; 
	height: 33px;
	margin: 0 auto; /* Changed form 0 0 0 30px; */
	padding-left: 1px;
	text-transform: uppercase;
	font-weight: bold;
	background:url('../_interface/navigation/navigationMain_divider.png') bottom left no-repeat;
}

div.menuMain ul {
	margin: 0; padding: 0;
}
div.menuMain li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 5px 0 0 0;
}

div.menuMain li a {
	text-decoration: none;
	display:block;
	background: url('../_interface/navigation/navigationMain_divider.png') bottom right no-repeat;
	font-size:11px;
	padding:7px 14px;
}

/* Added by Bert Hixson on 03/11/2010 to allow the main menu to have white text when hovering over the links */

div.menuMain li a:hover {
	color:#FFFFFF;
}

/* End added by Bert Hixson */

/* Sub Menu */


div.menuSub {
	width: 890px;
	height: 25px;
	margin: 0 0 0 30px;
	padding-left: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold; 
	letter-spacing: -.025px; 
	color: #767676;
}

div.menuSub ul {
	margin: 0; padding: 0;
}

div.menuSub li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-top: 7px;
}

div.menuSub li a {
	text-decoration: none;  
	padding: 5px 12px 5px 14px;	
	/*color: #515151; This was the original color, changed by Brian*/
	/* color: #336699;	 commented out by Bert Hixson to now give sub menus a different look */
	color: #863E4D;
	background: url('../_interface/navigation/navigationSub_divider.png') right no-repeat;

}

/* This was added by Bert Hixson to give the sub menu active link a different color */
div.menuSub li a:active {
	color:#7A8C9E;
}
/* End added */

#menuActive {
	/* Remarked out by Bert Hixsobn on 03/11/201 because the white lettering on the grayish background was hard to read
	background-color: #e5e5e5 ;
	Changed to the green in the logo */
	background-color: #7A8C9E;
	color: #FFFFFF;
	/* End of added by Bert Hixson */
}

/* FOOTER   ******************************************************************************************************/

#footerLeft {

	width: 400px;







	float: left;







	display: inline;







	margin-top: 20px;







}















#footerRight {







	width: 490px;







	float: right;







	display: inline;







}















#footerRight p {







	width: 480px;







	font-size: 11px;







	line-height: 16px;







	margin-top: 26px;







	margin-bottom: 0px;







}















#footerRight h4 {







	font-weight: normal;







	font-size: 9px;







	line-height: 16px;







	margin: 0;







}























/* BILLBOARD  *****************************************************************************************************/























div.billboard {







	height: 240px; 







 	width: 888px;







	background: #fff;







	border: 1px solid #b4b4b4;







	margin: 0 auto;







	overflow: hide;







}















#billboardFrame {







	background: url('../_interface/elements/billboardFrame.png') no-repeat;







	height: 240px; 







 	width: 888px;







	margin: 0 auto;







	overflow: hide;







	z-index: 10;







	position: absolute;







}























/* BODY / CONTENT CONTAINERS  ***********************************************************************************/







	















div.contentHighlight {
	background:url('../_custom/contentHighlight.png') top no-repeat;
	height: 30px;
	width: 598px;
}


div.content {







	background: url('../_interface/body/columnContent_bg.png') top no-repeat #fff;







	width: 598px;







	border: 1px solid #b4b4b4;







	font-size: 13px;







	line-height: 20px;







	padding-bottom: 35px;







}















#content_notFirstItem { margin-top: 15px; }















div.content h1 {







	width: 525px;







	color: #0e0e0e;







	font-size: 32px;







	line-height: 34px;







	font-weight: normal;







	letter-spacing: -0.5px;







	margin-left: 30px;







	margin-top: 5px;







}















div.content h3 {







	width: 525px;







	color: #0e0e0e;







	font-size: 18px;







	line-height: 24px;







	letter-spacing: normal;







	font-weight: normal;







	margin-left: 30px;







	margin-top: 25px;	







}















div.content h4 {







	width: 525px;







	color: #0e0e0e;







	font-size: 16px;







	line-height: 18px;







	letter-spacing: normal;







	font-weight: normal;







	margin-left: 30px;







	margin-top: -10px;	







}















div.content p {







	width: 520px;







	margin: 0 0 0 30px;







	font-family: Verdana, Arial, Helvetica, sans-serif;







	font-size: 13px;







	line-height: 20px;







}















div.content ul {







	list-style-image: url('../_custom/bullet.png');







	font-size: 14px;







	line-height: 24px;







	font-weight: bold;







}















div.content li {







	margin-left: 45px;







}

div.contentCalloutPhoto, div.contentCalloutPhoto2 {

	float: right; /* Added by Bert Hixson on 03/12/2010 */

	width: 190px;

	text-align: center;

	font-size: 12px;

	font-style: italic;

	margin: 0 8px 20px 30px; /* Changed from Margin: 20px 0 20px 0; by Bert Hixson on 03/12/2010*/

}


div.contentCalloutPhoto2 {
	margin-top: 25px;
	margin-right: 25px;
}


img.graphic { margin: 10px 0 20px 20px; }





/* SIDEBAR  *******************************************************************************************************/



div.sidebarObject, div.sidebarObject2 {

	background: url('../_interface/body/columnSidebar_bg.png') top no-repeat #fff;
	background-position: 0px 30px;
	width: 275px;
	border: 1px solid #b4b4b4;
	padding: 0 0 40px 0;
	margin-bottom: 15px;
}


div.sidebarHeading, divsidebarHeading2 {
	background: url('../_interface/body/sidebarHeading_bg.png') top repeat-x;
	width: 258px; /* 273 */
	height: 32px; /* 45 */
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -0.2px;
	margin: 1px 1px 20px 1px;
	padding: 13px 0 0 15px;
}


div.sidebarHeading img, div.sidebarObject2 img {
	float: left;
	margin-top: -11px;
	margin-right: 10px;
}


div.sidebarObject p, div.sidebarObject2 p {
	width: 235px;
	margin: 0 0 0 15px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;

}

div.sidebarObject p.small_text, div.sidebarObject2 p.small_text {
	font-size: 11px;
}


div.sidebarObject h3, div.sidebarObject2 h3 {
	width: 235px;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0 0 -8px 15px;
}


div.button {
	background: url('../_interface/navigation/navigationMain_gradient_bg.png') repeat-x;
	height: 35px;
	display: block;
	float:right;
	padding: 12px 0 0 0;
	margin: 20px 30px 0 0;
}

div.button a {
	padding: 9px 10px 7px 10px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	font-size: 12px; letter-spacing: -.025px; color: #363636; text-transform: uppercase; font-weight: bold; text-decoration: none;
}


/* GALLERY  ************************************************************************************************************/	















	







div.gallery {







	height: auto;







	width: 888px;







	background: #fff;







	border: 1px solid #b4b4b4;







	margin: 0 auto;







	overflow: hide;







}















div.galleryHeading {







	background: url('../_interface/body/sidebarHeading_bg.png') top repeat-x;







	width: 871px;







	height: 32px; /* 45 */







	color: #000;







	font-size: 20px;







	line-height: 20px;







	font-weight: normal;







	letter-spacing: -0.2px;







	margin: 1px 1px 0px 1px;







	padding: 13px 0 0 15px;







}























/* GOOGLE SEARCH  ********************************************************************************************************/	















div.googleSearch {







 	width: 888px;







	background: #fff;







	border: 1px solid #b4b4b4;







	margin: 0 auto;







	overflow: auto;







}























/* BRANDS  ***************************************************************************************************************/	















div.brands {







	width: 530px;







	margin: 30px 0 25px 30px;







	padding-bottom: 35px;







	border-bottom: 1px solid #b4b4b4;







}















div.brands h3 {







	color: #0e0e0e;







	font-weight: bold;







	font-size: 23px;







	line-height: 24px;







	letter-spacing: normal;







	font-weight: normal;







	margin: 0 0 20px 0;







}















div.brands p {







	width: 400px;







	font-family: Verdana, Arial, Helvetica, sans-serif;







	font-size: 12px;







	line-height: 20px;







	display: inline;







	margin: 0;







}















div.brands img {







	padding: 0 20px 5px 0;







	margin: 0 0 5px 0;







	float: left;







	display: inline;







}































/* TESTIMONIALS  ********************************************************************************************************/	















div.testimonial {







	background: url(../_interface/elements/testimonial_bg.jpg) top left no-repeat; 







	width: 530px;







	margin: 15px 0 25px 30px;







	padding-top: 35px;







	padding-bottom: 35px;







	border-bottom: 1px solid #b4b4b4;







}















div.testimonial h3 {







	color: #0e0e0e;







	font-weight: bold;







	font-size: 23px;







	line-height: 24px;







	letter-spacing: normal;







	font-weight: normal;







	margin: 0 0 20px 0;







}















div.testimonial p {







	width: 400px;







	font-family: Georgia, "Times New Roman", Times, serif;







	font-style: italic;







	font-size: 15px;







	line-height: 24px;







	display: inline;







	margin: 0;







	margin-left: 35px;







}















div.testimonial img {







	padding: 0 20px 5px 0;







	margin: 0 0 5px 0;







	float: left;







	display: inline;







}































/* CONTACT US  **********************************************************************************************************/	















div.contact_textfield {







	width: 455px;







	height: 32px;







}















div.contact_textfield_title {







	width: 105px; /* 120px - 15px padding */







	height: 22px; /* 32px */







	text-align: right;







	font-size: 12px;







	font-weight: bold;







	padding: 10px 15px 0 0;







	float: left;







	display: inline;







	border-right: 1px solid #cfcfcf;







	margin-bottom: 10px;







}















div.contact_textfield_spacer {







	width: 105px; /* 120px - 15px padding */







	height: 22px; /* 32px */







	text-align: right;







	font-size: 12px;







	font-weight: bold;







	padding: 10px 15px 0 0;







	float: left;







	display: inline;







	margin-bottom: 10px;







}















div.contact_textfield_input {







	width: 315px; /* 330px */







	height: 29px; /* 32px */







	padding: 3px 0 0 15px;







	float: right;







	display: inline;







}















.contact_textfield_input input, textarea{
	background:url(../_interface/forms/textfield_bg.png) repeat-x bottom;
	width: 255px;
	height: 22px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 0 5px;
}

.contact_textfield_input select {
	background: #fff;
	width: 255px;
	height: 22px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0px 0 0 5px;
}

.contact_textfield_checkbox input {
	background:url(../_interface/forms/textfield_bg.png) repeat-x bottom;
	width: 25px;
	height: 22px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 0 5px;
}

div.contact_textArea {
	width: 575px;
	height: 225px;
}

div.contact_textArea_title {
	width: 105px; /* 120px - 15px padding */
	height: 215px; /* 225px */
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px 0 0;
	float: left;
	display: inline;
	border-right: 1px solid #cfcfcf;
	margin-bottom: 10px;
}

div.contact_textArea_input {
	width: 435px; /* 455px */
	height: 215px; /* 225px */
	padding: 3px 0 0 15px;
	float: right;
	display: inline;
}

.contact_textArea_input input, textarea {
	background:url(../_interface/forms/textArea_bg.png) repeat-x bottom;
	width: 430px;
	height: 210px;
	border: 1px solid #cfcfcf;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 0 5px;
}

.contact_submit {
	background: #EEEEEE;
	width: 200px;
	height: 45px;
	border: 1px solid #cfcfcf;
	padding: 0 0 0 10px;
}

/* MODULE ELEMENTS  ****************************************************************************************************/	

/* Random Testimonial */
#mod_randomTestimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
}

/* Added by Bert Hixson */
.bluebox {
	background-color:#31506E;
	width: 320px;
	padding: 20px;
	margin: 10px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

div.sidebarObject2 ul {
	margin: 0px;
	padding: 0px;
}

div.sidebarObject2 li {
	list-style-type:square;
	margin-left: 30px;
	margin-bottom: -28px;
	color: #32638C;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
}

div.sidebarObject2 li a, div.sidebarObject2 li a:visited {
	text-decoration: none;	
	color:#000;
	margin-left: -15px;
	font-size: 13px;
}

div.sidebarObject2 li a:hover {
	text-decoration: underline;
	color: #32638C;
}

.sidebarHeading a:link, .sidebarHeading a:visited {
	text-decoration: none;
	color:#000;
}

.sidebarHeading a:hover {
	text-decoration: underline;
	color: #32638C;
}

#socialIcons {
	margin-top: 10px;
	position: realitive;
}

/* Added by Bert Hixson to style the "staff blogs h4" section of the new Company Blogs sidebar on the main site */
.staff_blogs {
	margin-top: 25px;
	margin-bottom: 12px;
	margin-left: 12px;
}


#footerRight .smlink {
 	font-size: 9px;
	margin-top: 7px;
	overflow: hidden;
}

.about_industy_image {
	margin: 24px;
}

.clmnLeft, .clmnRight {
	width: 255px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

.clmnRight {
	margin-left: 0px;
	border: 1px solid #CCC;
	padding: 4px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

table#table1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 96%;
	margin: 20px;
}

table#table1 textarea, table#table1 input {
	width: 350px;
	background:url(../_interface/forms/textArea_bg.png) repeat-x bottom;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 0 5px;
	margin-bottom: 8px;
	margin-left: 8px;
}

table#table1 input {
	width: 250px;
}

table#table1 .table_submit {
	background:#999;
	width: 200px;
	height: 45px;
	border: 1px solid #333;
	padding: 0 0 0 10px;
	color:#FFF;
	font-weight: bold;
	font-size: 1.5em;
}

#table1 td.right {
	text-align: right;
	vertical-align: top;
}

div.content h1.blueTitle {
	color: #31506E;
	font-weight: bold;
}
#newvideo {text-align:center; margin-top: 35px; margin-bottom:55px;}
#newvideo p {text-align:center;font-size:18px;font-weight:bold;margin-top:14px;}