@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.page { width: 85%; margin: 0px auto; overflow: hidden; position: relative;}

h1 { font-size: 1.7em; margin: 1em 0 1.1em 0;}
h2 { font-size: 1.3em; margin: 1em 0   1em 0;}
h3 { font-size: 1.1em; margin: 0 0  .9em 0;}
p { margin: 0;}

ul.usa  { list-style-image: url('../images/USA-icon-20x20.png');}
ul.star { list-style-image: url('../images/star16x16.png');}
ul.checkMark { list-style-image: url('../images/circle-checkmark16x16.png');}
ul li {line-height: 2.1em;}

a { color:#6633CC; text-decoration: none;}
a:hover { color:#900;}

a.phone { font-size: 1.4em;}
a[href^="tel:"]:before {
    content: "\260E";
    display: inline;
    margin-right: 0.5em;
}
.phone_p { padding: .5em;}

header { height: 130px; }
header { background-color:#000; color: #fff; font-style: italic; text-align:center;}

header #cornerObj { 
	float:left; 
	width: 12em; /* same width as sidebar1 */
}
header #cornerObj img { border:none;}
/* header #cornerObj { border: 1px solid black;} */

header #bannerImg { overflow: hidden;}

header #bannerImg img {max-width: 100%; height: auto;}

#headerDomainTitles ul { list-style-type: none; margin: 0; padding: 0;}
#headerDomainTitles ul li { display: inline; padding: 0 10px;}

nav {
    float: left; 
    width: 12em;
    background-color: #aaa;
    padding: 15px 0;
}

nav div a {

    display: block;
    font-size: .9em;
    font-weight: bold;
    padding: 4px 5px 4px 6px;
} 

ul.vertical_links { list-style-type: none; }
ul.vertical_links a { display: block; }



/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the mainContent div's text to fill the sidebar1 space when the content in sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.mainContent {
    margin: 0 0 0 12em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
    padding: 1em;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.mainContent a { font-weight: bold;}
.mainContent p { padding-top: .5em; padding-bottom: 1em; line-height: 1.5;}

.italic { font-style:italic;}
.centered { text-align: center;}
.left { text-align: left;}
.small { font-size: .9em;}

.tall_1em { padding-top: 1em; padding-bottom: 1em;}
.tall_2em { padding-top: 2em; padding-bottom: 2em;}
.top_1em  { padding-top: 1em;}
.bottom_1em { padding-bottom: 1em;}

.flt-L { float:left;  margin-right:10px; margin-bottom:10px;}
.flt-R { float:right; margin-left:10px;  margin-bottom:10px;}

.promo_container { 
    padding: 0px 0px 15px 0; 
    margin-bottom: 1em;
    text-align: left; 
    border: 1px solid #ddd; 
    overflow: hidden;
}


/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
#sidebar1 {
    float: left; 
    width: 12em; /* since this element is floated, a width must be given */
/*    background-color: #aaa;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0; /* top and bottom padding create visual space within this div  */
}



div.sidebarBox {
    padding: 0 0 1em 0;
    margin: 2em 1em;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
}

div.sidebarBox h3 {
    padding: 4px 0;
    font-style: italic;
}
div.sidebarBox p { margin: .9em;}





footer { font-size: .7em; text-align:center; color:#666; padding-bottom: 20px;}
footer p { padding: 3px;}

.print { display: none;}

.clear-fix { clear: both; line-height: 1px;}


.redmsg {font-family: "Courier New", Courier, mono;
         font-weight: bold;
         color: #fff;
         background-color: #cc0000;
         padding-left: 10px;
         }
.greenmsg {font-family: "Courier New", Courier, mono;
         font-weight: bold;
         color: #fff;
         background-color: #009933;
         padding-left: 10px;
         }

.performance_image {
    border: 2px solid #63C;
}         

/* #performanceBreadcrumb { display: none;} */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe, .videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.indent1 { padding-left: 40px;}
.indent2 { padding-left: 50px;}
#linksArea {
    background-color: #BFBFB5;
    background-image:url("/images/73.gif");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
#linksArea div { padding-left: 10px;}
#linksArea img { border:none;}

article { text-align: left;}
article h1 { text-align: center; font-style: italic;}
article div.quotation { background-color: #ddd; padding: 10px;}

.click_here:hover { cursor: pointer; color: red;}

.siteMap { text-align: left; padding: 10px 0; line-height: 1.7;}
.siteMap a { display: block;}
.siteMap p { padding: 0;}
.siteMapDiesels { padding-left: 20px;}
.siteMapDiesels p { color: #666;}