@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #EEEEEE;
	padding: 0;
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #container {
	width: 988px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/structural/bgnd-body.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	border: solid 1px #cccccc;
	padding: 10px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FF0000;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding: 0;
} 

.thrColFixHdr #tdMenu { /* The table row that holds the top menu */
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
} 

.thrColFixHdr #tdLogo {
	padding-bottom: 12px;
	padding-left: 12px;
}

.thrColFixHdr #tdTopRight {
	text-align: left;
	vertical-align: bottom;
	padding-right: 12px;
	padding-bottom: 12px;
	width: 185px;
}



.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 12px;
	font-size: 12px;
	color: #5C5C5C;
	line-height: 1.3em;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #5C5C5C;
	font-size: 12px;
	line-height: 1.3em;
}
.thrColFixHdr #mainContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 210px;
	margin-left: 210px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #5C5C5C;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 12px;
} 
h3 {
	font-size: 18px;
}

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #999999;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
#footer-menu {
	color: #999999;
	width: 988px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	padding-top: 0px;
}

#footer-menu a{
color: #999999;
text-decoration:none;
}
#footer-menu a:hover{
color: #F98B06;
text-decoration:underline;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1 a,  #sidebar1 a:link,  #sidebar1 a:active,  #sidebar1 a:visited,  #mainContent a {
	color: #5A64A5;
	text-decoration: none;
}


#sidebar2 a, #sidebar2 a:link, #sidebar2 a:active, #sidebar2 a:visited{
	color: #F98B06;
	text-decoration: underline;
}
#sidebar1 a:hover, a:hover, #sidebar2 a:hover, #mainContent a:hover {
	color: #5A64A5;
	text-decoration: underline;
}

.text-oranage-bold {
	color: #F98B06;
}
.text-orange-title {
	font-size: 18px;
	color: #F98B06;
}
.text-orange-subtitle {
	font-size: 16px;
	color: #F98B06;
	font-weight: bold;
}

td.text-orange-subtitle {
	border-bottom: solid 1px #CCCCCC;
}


.text-blue-bold, a.text-blue-bold {
	color: #2E479E;
	font-weight: bold;
	text-decoration: none;
}
.td-tribe-image {
	background-image: url(images/tribe.gif);
	background-repeat: no-repeat;
}
h1 {
	font-weight: normal;
	color: #213473;
	font-size: 20px;
	padding-bottom: 8px;
}
.testimonial-text {
	font-style: italic;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding: 12px;
}
.testimonial-author {
	text-align: right;
}
.quote-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	line-height: 22px;
}
.quote-author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.bulleted-list li{
	padding-bottom: 6px;
}
.cell-top-bottom-borders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.peakoilmenu {
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
}

