/*----------------------------------------
Standard Style Sheet

version 1.0
author: PTC
last updated: 3-17-2007
----------------------------------------*/



/* Standard Document Styles
----------------------------------------*/
body {
	background-color: #634235;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
}

body, html { min-height: 100.1%;}
/* BUG FIX: min-height fixes page jump in firefox when vertical scrollbar is not necessary */

.clearer {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

td {font-family: Arial, Helvetica, sans-serif;}

div, h1, h2, h3, h4, p { margin: 0; padding: 0;}



/* Container Elements
----------------------------------------*/
#pagewrap {
	margin: 0 auto;
	padding: 0 22px 22px 22px;
	width: 790px;
	background-color: #FFFFFF;
	border-left: 10px solid #4A3128;
	border-right: 10px solid #4A3128;
}

#logo { padding: 15px;}

/*#mainnav {
	padding: 0 5px;
	background-color: #9D9D9D;
	background-image: url(../images/mainnav_gradient.jpg);
	background-repeat: repeat-x;
}*/

#splashwrap {
	padding: 0 0 0 15px;
	background-image: url(../images/splash_gradient_small.jpg);
	background-repeat: repeat-x;
}

#splash { height: 100px;}
/* NOTE: The Splash div graphic is customized per page in the perpagestyles.css stylesheet */

#crumbs { border-bottom: 1px dotted #CCCCCC;}

#colwrap {}

#content {
	float: left;
	width: 630px;
}

#sidebar {
	float: right;
	width: 150px;
}

#endnav {
	clear: both;
	margin-top: 75px;
	padding: 0 15px;
}

#footer {
	margin: 7px 0;
	padding: 7px 0 7px 15px;
	background-color: #E7E7E7;
	border-top: 1px solid #9B9B9B;
}

.section {
	width: auto;
	margin: 30px 15px 0 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}
/* BUG FIX: A bug in IE6 causes the bottom border to not display -- (width: auto) fixes the problem */

.section-head { padding-bottom: 15px;}

.section-image { position: absolute; width: 120px;}

.section-text { padding-left: 160px;}

.section-text2 {}

.subsection {
	margin-top: 1.5em;
	padding: 1.5em;
	background-color: #E7E7E7;
}

.menu-image {
	position: absolute;
	padding-top: 25px;
	padding-left: 15px;
	width: 40px;
}

.menu-text {
	padding: 20px 0 20px 80px;
	border-top: 1px solid #CCCCCC;
}

#consulttab {
	background-color: #E7DCCC;
	background-image: url(../images/minitab_schedule.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#casestudytab {
	background-color: #E7DCCC;
	background-image: url(../images/tab_casestudy.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.tab {
	margin-top: 30px;
	background-color: #E7DCCC;
}

.tab-head { background-color: #B59A7B;}

.tab-text { padding: 10px 15px 15px 15px;}

.tab-text-wimg { padding: 10px 50px 15px 15px;}

.quote {
	padding: 15px 15px 15px 145px;
	background-color: #E7E7E7;
	background-image: url(../images/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



/* Text Styles
----------------------------------------*/
.firstline { margin-top: 0!important; padding-top: 0!important;}

.article {
	margin: .5em 0 0 25px!important;
	padding: 0 0 0 20px!important;
	background-image: url(../images/ico_article.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.byline {
	margin-top: 0!important;
	color: #999999;
	font-weight: bold;
	font-size: .8em;
}

.returnbtm {
	margin-top: 3em!important;
	font-size: .8em;
	text-align: right;
	border-top: 1px dotted #FF0000;
}

.filters {
	margin-bottom: 1.5em!important;
	padding: 3px 5px;
	font-size: .8em;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	background-color: #E7E7E7;
}

.articleinfo {
	margin-top: 3em!important;
	font-size: .8em;
	font-style: italic;
}

.checklist {
	margin: 1.5em 0 0 20px!important;
	padding: 0 0 0 30px!important;
	background-image: url(../images/checkbox.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#splash h1 {
	margin-right: 300px;
	padding-top: .5em;
	font-size: 1.45em;
	font-weight: bold;
	color: #FFFFFF;
}

#splash p {
	margin: .25em 300px 0 0;
	padding: .25em 0 0 0;
	font-size: .75em;
	color: #E7DCCC;
	border-top: 1px dotted #E7DCCC;
}

#crumbs {
	padding: 4px 15px;
	font-size: .70em;
	color: #666666;
}

.section { font-size: .9em; line-height: 1.5em;}

.section-head h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.section-text h3, .section-text2 h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 2.5em;
	color: #666666;
}

.section-text h4, .section-text2 h4 {
	font-size: .95em;
	font-weight: bold;
	margin-top: 1.5em;
	padding-bottom: 1em;
	color: #000000;
}

.section-text p, .section-text2 p, .menu-text p { margin-top: 1.5em;}

.section-text ol, .section-text ul,
.section-text2 ol, .section-text2 ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.section-text li, .section-text2 li { margin-top: .5em;}

.section-text li li, .section-text2 li li { margin-top: .10em;}

.menu-text h3 {
	font-size: 1.0em;
	font-weight: bold;0
	color: #000000;
}

.tab { font-size: .75em; color: #634235;}

.tab-head h3 {
	padding: 5px 15px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

.tab-text p, .tab-text-wimg p { margin-top: 1em;}

.quote p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
}

#endnav { font-size: .7em;}

#endnav ul {
	margin: 0;
	padding: 0;
	border-left: 1px solid #DCDCDC;
}

#endnav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #DCDCDC;
}

#footer { font-size: .7em; color: #000000;}



/* Image Styles
----------------------------------------*/
.contentimg { float: left; margin-right: 25px; margin-bottom: 25px;}

.contentimg2 { float: left; margin-right: 25px;}

.contentimgr { float: right; margin-left: 25px;}



/* Form Styles
----------------------------------------*/	
form { margin: .5em 0 0 0; padding: 0;}

.txtarea {
	border: 1px solid #B59A7B;
	width: 80%;
	margin: 0 0 .5em 0;
}

.submit {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #B59A7B;
	border: 1px solid #B59A7B;
}



/* Links
----------------------------------------*/
#splash a:link, #splash a:visited { color: #E7DCCC;}
#splash a:hover, #splash a:active { color: #FFFFFF;}

#crumbs a:link, #crumbs a:visited { color: #666666; text-decoration: none;}
#crumbs a:hover, #crumbs a:active { color: #FF0000; text-decoration: underline;}

.section a:link, .section a:visited { color: #FF0000;}
.section a:hover, .section a:active { color: #FF0000;}

#endnav a:link, #endnav a:visited { color: #999999; text-decoration:none;}
#endnav a:hover, #endnav a:active { color: #000000;}

.tab a:link, .tab a:visited { color: #634235;}
.tab a:hover, .tab a:active { color: #990000;}



/* FAQs
----------------------------------------*/
#faq01, #faq02, #faq03, #faq04, #faq05, #faq06, #faq07, #faq08 { margin-bottom: 3em;}

.show { display: block;}

.hide { display: none;}



/* Interactions
----------------------------------------*/
.interct-img-top { text-align: center;}
.interact-img-btm {
	margin-top: 0!important;
	text-align: center;
}
#interact1, #interact2, #interact3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}



/* Testmonials and Pullquotes
----------------------------------------*/
#pullquote-01 {
	background-image: url(../images/pullquote01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#pullquote-02 {
	background-image: url(../images/pullquote02.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#testimonial-01 {
	background-image: url(../images/testimonial01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonial-02 {
	background-image: url(../images/testimonial02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonial-03 {
	background-image: url(../images/testimonial03.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonial-04 {
	background-image: url(../images/testimonial04.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonial-05 {
	background-image: url(../images/testimonial05.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonial-06 {
	background-image: url(../images/testimonial06.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonial-07 {
	background-image: url(../images/testimonial_ptc.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#testimonial-08 {
	background-image: url(../images/testimonial08.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.testimonial {
	padding: 15px 15px 15px 145px;
	background-color: #E7E7E7;
}
.pullquote {
	padding: 0 15px 0 145px;
	background-color: #E7E7E7;
}
.testimonial h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
}
.pullquote h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding:  1em 0;
	font-style: italic;
	font-weight: bold;
}
.testimonial p {
	font-size: .8em;
	font-style: normal;
	border-top: 1px dotted #666666;
	color: #666666;
	margin: .5em 150px 0 0!important;
	padding: .25em 0 0 0;
}



/* Table Styles
----------------------------------------*/
table.articletbl { border-collapse: collapse;}

table.articletbl th {
	padding: 5px;
	font-size: .9em;
	color: #FFFFFF;
	text-align: left;
	line-height: normal;
	background-color: #333333;
	border: 1px solid #CCCCCC;
}

table.articletbl td {
	padding: 5px;
	font-size: .9em;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}

table.articletbl td ul, table.articletbl td ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

table.articletbl td li {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}
	
tr.odd { background-color: #E7E7E7;}


