/* css reset: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* end CSS reset */

/********************************************
/* colors, look */
body {
  background-color: #b3b3b3;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  color: #4e4f52;
  font-size: 11px;
  line-height: 13px;
  font-family: 'Verdana', Arial, sans-serif;
  padding-bottom: 20px;
}

div.page {
  background-color: #ffffff;
}

a {
  color: #4e4f52;
  text-decoration: none;
}

.content a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline !important;
}

#imageRotator .nav a {
  text-decoration: none !important;
}

.pageHeader a { 
  text-decoration: none;
}

.lightText {
  color: #909495;
}

.darkText {
  color: #1d211d;
}

sup {
  display: inline-block;
  font-size: 0.7em;
  margin-top: -2px;
  vertical-align: super;

}

strong {
  /* font-weight: bold; */
  color: #1d211d;
}

.greek {
  font-family: Times New Roman, times, serif;
  font-size: 1.4em;
}

a.pdfLink {
  background-image: url("images/smallPdf.gif");
  background-repeat: no-repeat;
  display: block;
  vertical-align: bottom;
  padding-left:22px;
  padding-top:2px;
  color: #2e82e5;
  text-transform: uppercase;
}

#topNav {
  font-size: 12px;
}

#topNav li.current_page_item a,
#topNav li.current_page_parent a,
#topNav li.current_page_ancestor a {
  color: #ea6731;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cantarell Bold', Arial, sans-serif;
}

h1 {
	font: 18px/18px 'Cantarell Bold', Arial, sans-serif;letter-spacing: 0;
	text-transform: uppercase;
}

#t4content h1 {
	font: 13px/18px 'Cantarell Regular', Arial, sans-serif;letter-spacing: 0;
	text-transform: uppercase;
}


h1 .indent {
  padding-left: 3.15em;
}

#fpContent {
  background-color: #ffffff;

}

#fpContent h1 {
	font: 18px/18px 'Cantarell Bold', Arial, sans-serif;letter-spacing: 0;
	text-transform: uppercase;
}


#fpContent h1 .smaller {
  font-size: .9em;
}

#fpContent h1 .indent {
  padding-left: 3.15em;
}

#fpContent .bullets ul {
  list-style-image: url(images/diamond.gif);
  font-size: 14px;
  line-height: 18px;
}

#fpContent .bullets li {
  padding-bottom: 10px;
}

.shadowBoxNarrow h2,
.shadowBoxWide h2 {
	font: 14px/14px 'Cantarell Bold', Arial, sans-serif;letter-spacing: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#fpContent .teaser p {
  color: #313023;
  font-size: 12px;
  line-height: 14px;
}

#fpContent .teaser p a {
  color: #2e82a5;
  text-transform: uppercase;
  text-decoration: none;
  
}

.pageFooter p.floatLeft,
.pageFooter p.floatLeft a {
  color: #6d6f72;
}

.pageFooter p.floatRight {
  color: #88898b;
}

.pageFooter p.floatRight a {
  color: #4e4f52;
  text-transform: uppercase;
}


.pageFooter #rssIcon {
  vertical-align: bottom;
}

#tagline {
  display: block;
  width: 954px;
  height: 27px;
  background-image: url("images/taglineFade.gif");
  background-repeat: repeat-y;
}



#tagline p {
  color: #ffffff;
}

#leftNav p {
  color: #131213;
  text-transform: uppercase;
}

#imageRotator #tagline {
  background-image: none;
  position: absolute;
  z-index: 1000;
  left: 0;
}

/*
#imageRotator #tagline p {
  outline: 1px solid red;
}
*/


#leftNav a.active {
  color: #ea6731;
}


.subSectionTeaser a
{
  color: #1d211d;
}

.subSectionTeaser p
{
  padding: 0;
  margin: 0;
}

.subSectionTeaser a.text
{
  padding-right: 0px;
  /*
  background-image: url("images/linkArrow.gif");
  background-repeat: no-repeat;
  background-position: 100% 3px;
  */
}

.subSectionTeaser a.linkArrow
{
  background-image: url("images/linkArrow.gif");
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

/******************************/
/* layout */

.clear {
  clear: both;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.center
{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

.floatLeft
{
  display:block;
  float: left;
}

.floatRight
{
  display:block;
  float: right;
}

.bullets {
  width: 250px;
  padding-left: 40px;
}

.mainWrapper {
  width: 954px;
}

.pageHeader {
  display: block;
  text-align: right;
  padding-right: 25px;
  height: 41px;
}

#pageHeaderNav {
  padding-top: 13px;
  width: 100%;
  display: block;
  float: right;
  text-align: right;
}

/*
#pageHeaderNav .links {
  display: inline;
  padding-top: 4px;
}
*/

div.page { 
  background-color: #fff;
  width: 954px;
}

.content div.page { 
  width: 400px;
}


#topNavWrapper {
  display: block;
  height: 78px;
}


#logo {
  display: block;
  padding-left:21px;
  padding-top:17px;
  width: 145px;
  height: 44px;
  float: left;
}

#topNav {
  display: block;
  float: left;
  vertical-align: bottom;
  height: 30px;
  padding-left:29px;
  margin-top: 16px;
  padding-bottom: 10px;
}

#topNav ul {
  margin-top: 18px;
}

#topNav ul li {
  display: inline;
  padding-top: 18px;
  padding-right: 15px;
  padding-left: 4px;
  vertical-align: bottom;
  border-left: 1px dotted #858585;
}
#topNav .item {
  display: table-cell;
  float: left;
  padding-top: 18px;
  padding-right: 15px;
  padding-left: 4px;
  vertical-align: bottom;
  border-left: 1px dotted #858585;
  
}

#imageRotator,
#imageRotator .slide {
  display: block;
  width: 954px;
  height: 337px;
}

#imageRotator .slide a {
  display: block;
  width: 954px;
  height: 337px;
}

#imageRotator .nav {
  position: relative;
  display: block;
  margin-left: 932px;
  vertical-align: middle;
  z-index:1000;
  background-color: #242426;
  width: 20px;
  /*
  border-left: 1px solid black;
  border-top: 1px solid black; */
  /* border-bottom: 1px solid black; */
}

#imageRotator .nav table {
  border-bottom: 1px solid black;
}

#imageRotator .nav td {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#imageRotator .nav .item {
  width: 18px;
  height: 18px;
  border-top: 1px solid #444446;
  border-left: 1px solid #4f4f51;
  border-bottom: 1px solid #323235;
  border-right: 1px solid #2f2f32;
  color: #fff;
  background-color: #37373a;
}

#imageRotator .nav .item.active,
#imageRotator .nav .activeSlide
{
  width: 18px;
  height: 18px;
  border-top: 1px solid #eb713e;
  border-left: 1px solid #ec7949;
  border-bottom: 1px solid #ca592a;
  border-right: 1px solid #ca592a;
  color: #fff;
  background-color: #ea6731;
  padding: 0;
  margin: 0;
}

#imageRotator .nav .item a {
  display: block;
  padding-top: 3px;
  padding-left: 5px;
  color: #fff;
  text-decoration: none;
  width: 12px;
  height: 14px;
}
#imageRotator .nav .item a.activeSlide {
  padding: 0;
  margin: 0;
  padding-left: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#fpContent {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  width: 874px;
  margin-top: 17px;
}


#dottedLine {
  width: 914px;
  height: 25px;
  display:block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-image: url(images/dotted.gif);
  background-repeat: repeat-x;
}

.dottedLine {
  height: 1px;
  display:block;
  margin-left: 0px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(images/dotted.gif);
  background-repeat: repeat-x;
}



#fpContent .shadowBoxWrapper {
  padding-right: 20px;
  margin-top: 20px;
}

.shadowBoxNarrow {
  display: block;
  width: 298px;
}

#fpContent .shadowBoxNarrow {
  height: 200px;
  padding-top: 10px;
}

#fpContent .shadowBoxNarrow h2 {
  padding-left: 19px;
  padding-right: 19px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
  
#fpContent .shadowBoxNarrow p {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0;
}

#fpContent .shadowBoxNarrow ul {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0;
  list-style-position: outside;
  list-style: disc;
}

#fpContent .shadowBoxNarrow li {
  margin-left: 16px;
}

#fpContent .spacer {
  display: block;
  width: 800px;
  height: 25px;
}

#fpContent .teaser {
  display:block;
  width: 225px;
  height: 170px;
  padding-top: 15px;
}
  
#fpContent .teaser p {
  padding-left: 75px;
  padding-top: 15px;
}

#fpContent .tagline {
  display: block;
}

#fpContent .tagline p {
  padding-top: 25px;
  padding-bottom: 20px;
}

#fpContent div#cleanTout {
  display: block;
  float: left;
  width: 225px;
  height: 200px;
  margin-top: 30px;  
  font-size: 12px;
  line-height: 15px;
}

#fpContent div#cleanTout a {
  color: #2692ae;
	text-transform: uppercase;
}

#fpContent div#cleanTout a img {
  margin-top: 5px;
 
}

.pageFooter p.floatLeft {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.pageFooter p.floatRight {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.pageFooter p.floatRight a {
  padding-left: 6px;
  padding-right: 6px;
}

#tagline {
  display: block;
  width: 954px;
  height: 27px;
  background-image: url("images/taglineFade.gif");
  background-repeat: repeat-y;
  margin-bottom: 1px; 
}

#tagline p {
  display:block;
  border-left: 1px solid #fcf01b; 
  padding-left: 7px;
  padding-top: 7px;
  margin-left: 69px;
}

#leftNav {
  display: block;
  float: left;
  width: 193px;
  border-right: 1px solid #d9d9d9;
  margin-top: 19px;
  min-height: 450px;
}

#leftNav p {
  margin-left: 25px;
  width: 160px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  display:block;
}

#leftNav a.active {
  color: #ea6731;
}
#leftNav ul {
  margin-left: 25px;
  margin-bottom: 15px;
}

#leftNav ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 160px;
 
}

#leftNav ul ul {
  margin-right: 8px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}

#leftNav ul ul li {
  background-image: url(images/orangePlus.gif);
  background-repeat: no-repeat;
  background-position: 1px 8px;
  padding-left: 12px;
  width: 140px;
}

#leftNav ul ul li.active {
  background-image: url(images/orangeMinus.gif);
}

#leftNav ul ul ul {
  border-top: none;
  border-bottom: none;
}

#leftNav ul ul li ul li {
  background-image: none;
  width: 130px;
}


#sitemap {
  display: block;
  float: left;
  width: 760px;
  border-left: 1px solid #d9d9d9;
  margin-left: -1px;
}


#sitemap .content {
  padding: 25px;
  display:block;
  /*outline: 1px solid red;*/
}


#sitemap .content li {
  padding-left: 10px;
}

#sitemap .content .leftCol
{
  float: left;
  width: 340px;
  /*border: 1px dashed green;*/
}
#sitemap .content .leftCol.wide
{
  width: 580px;
}

#sitemap .content .rightCol
{
  float: left;
  width: 340px;
  /*border: 1px dashed red;*/
}

#sitemap .content .rightCol.narrow
{
  width: 40px;
}



#t2content {
  display: block;
  float: left;
  width: 760px;
  border-left: 1px solid #d9d9d9;
  margin-left: -1px;
  
}

#t2content .imageBanner {
  display: block;
}

#t2content .imageBanner img {
  float: left;
  padding:0;
  margin: 0;
  width: 189px;
  height: 151px;
  margin-left: 1px;
}

#t2content .content {
  padding: 25px;
  display:block;
  /*outline: 1px solid red;*/
}

#t2content .content h1 {
  padding-left: 23px;
  padding-top: 10px;
}

#t2content .content h2, h3, h4, h5, h6 {
  padding-left: 20px;
}

#t2content .content p {
  padding: 5px 20px 10px;
}

#t2content .content ul {
  margin-left: 20px;
}


#t2content .content .shadowBoxWide {
  /*border: 1px dashed green; */
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}  


#t2content .content .shadowBoxWide h2 {
  padding-left: 20px;
}

.subSectionTeaser { 
  display: block;
  position: relative;
  float: left;
  width: 340px;
  margin-top: 10px;
}

/*
.subSectionTeaser .thumbnail { 
  outline: 1px dashed blue;
}
*/

.subSectionTeaser .text p { 
  padding-left: 10px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.subSectionTeaser .floatLeft { 
}

.subSectionTeaser .text { 
  display: block;
  width: 240px;
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding-bottom: 10px;
}

.subSectionTeaser .text p { 
  vertical-align: middle;
}

#t3content {
  float: left;
  display: block;
  padding-left: 20px;
  padding-top: 10px;
  width: 710px;
  border-left: 1px solid #d9d9d9;
  margin-left: -1px;
}

#t3content .imageBanner {
  margin-top: 10px;
}

#t3content .content {
  margin-top: 8px;
}

#t3content .content h1 {
  font-size: 12px;
}

#t3content .content h2 {
  padding-top: 10px;
}

#t3content .content h3,
#t3content .content h3 a {
  color: #1d211d;
  margin-top: 10px;
}

#t3content .content p {
  padding-top: 10px;
}

#t3content .content .regionMap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
#t3content .content .regionMap img {
  margin-left: 30px;
}

#t3content .content .lb {
  margin-top: 10px !important;
}

#t3content .content .columns table {
  margin-bottom: 10px;
  margin-top: 10px;
}

#t3content .content .columns p {
  padding-top: 15px;
}

#t3content .content ul {
  padding-bottom: 5px;
  list-style-position: outside;
  list-style: disc;
}

#t3content .content ul li {
  margin-left: 15px;
}

#t3content .columns div {
  margin-top: 20px;
}
#t3content .columns div {
  width: 315px;
  
}

#t3content .columns .leftCol {
  display: block;
  float: left;
  padding-right: 25px;
  border-right: 1px solid #cccccc;
}

#t3content .columns .rightCol {
  display: block;
  float: left;
  padding-left: 25px;
  border-left: 1px solid #cccccc;
  margin-left: -1px;
}


#t3content .specs {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
  float: left;
  width: 700px
}

#headerSearchBox {
  float: right;
  padding-left: 20px;
  margin-top: -4px;
  width: 156px;
}

#headerSearchBox #searchInput {
  padding-left: 3px;
  height: 16px;
  width: 118px;
  border: 1px solid #b9babb;
  background-color: #e1e1e1;
  vertical-align: top;
}

#headerSearchBox #searchInput.background {
  background-image: url("images/searchIcon.gif");
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#headerSearchBox #searchInput.backgroundPoweredBy {
  background-image: url("images/searchIconPoweredBy.gif");
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#headerSearchBox label.poweredByGoogle {
  display: block;
  position: relative;
  top: -3px;
  left: -11px;
  font-size: .8em;
}

#t4content {
  display: block;
  float: left;
  margin-top: 10px;
  padding-left: 20px;
  width: 720px;
  border-left: 1px solid #cccccc;
  margin-left: -1px;
  margin-bottom: 20px;
}


#t4content .content {
  margin-top: 10px;
  background-image: url("images/greyBgFade.jpg");
  background-repeat: repeat-x;
  min-height: 445px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

#t4content .content h1 {
  font-size: 13px;
  font-weight: bold;
}

#t4content .content h2, 
#t4content .content h2 a {
  color: #1d211d;
}

#t4content h3 {
  margin-top: 10px
  
}

#t4content p {
  /* padding-left: 5px; */
  padding-bottom: 10px;
}


#t4content div.greyRule {
  margin-left: 5px;
}


#t4content .t4item .description {
  display: block;
  float: left;
  padding-left: 5px;
  width: 420px;
  margin-right: 10px;
  padding-bottom: 20px;
}

#t4content .content ul {
  padding-bottom: 10px;
}

#t4content .t4item .thumbnail {
  display: block;
  float: left;
  width: 250px;
}

#t4content .moreInfo {
  display: block; 
  width: 322px;
}

#t4content .moreInfo img {
  padding-top: 10px;
  padding-bottom: 10px;
}

#t4content .moreInfo p {
  padding-left: 5px;
}

#t4content .moreInfo ul {
  padding-top: 10px;
  padding-left: 5px;
}

#t4content .moreInfo ul li {
  padding-left: 12px;
  background-image: url("images/greyBullet.gif");
  background-repeat: no-repeat;
  background-position: 1px 5px;
} 

#t4content .content .hindsNews li {
  padding-bottom: 10px;
}

#t4content .content .hindsNews .pubTime {
  display: block;
  float: left;
  width: 100px;
}

#t4content .content .hindsNews .pubTitle {
  display: block;
  float: left;
  font-weight: bold;
}

#t5content {
  display: block;
  float: left;
  margin-top: 10px;
  padding-left: 20px;
  width: 720px;
  border-left: 1px solid #cccccc;
  margin-left: -1px;
  margin-bottom: 20px;
}


#t5content .content {
  margin-top: 10px;
  background-image: url("images/t5greyFade.jpg");
  background-repeat: repeat-x;
  min-height: 445px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 30px;
}



#t5content .content .info {
  display: block;
  float: left;
  width: 475px;
  margin-top: 30px;
  /* padding-left: 5px; */
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}

#t5content .content .info .vertCenterWrapper {
  margin-left: -15px;
  margin-top: -30px;
  display: block;
  /* margin-bottom: 15px; */
}

#t5content .content .options {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -1px;
  margin-top: 30px;
  border-left: 1px solid #cccccc;
  width: 198px;
  padding-top: 30px;
}

#t5content .content .options .greyBox {
  display: block;
  width: 198px;
  height: 25px;
  background-color: #999999;
}

#t5content .content h1 {
  margin-bottom: 5px;
}

#t5content .content .options h2 {
	text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#t5content .content .options h3 {
  padding-top: 5px;
}

#t5content .content .options p {
  padding-top: 5px;
  padding-bottom: 5px;
}

#t5content .content .options ul {
  padding-bottom: 5px;
  list-style-position: outside;
  padding-left: 10px;
}

#t5content .content .options ul.disc {
  padding-bottom: 5px;
  list-style: disc;
  list-style-position: outside;
}

#t5content .content .options ul ul li, 
#t5content .content .options ul ul ul li {
  margin-left: 15px;
  padding-left: 0px;
}

#t5content .content .image {
  float: left;
  display: block;
  width: 280px;
}

#t5content .content .imageInfo {
  float: left;
  display: block;
  width: 200px;
}

#t5content .content .imageInfo h1 {
  color: #2e82a5;
  font-size: 11px;
  line-height: 14px;
  vertical-align: middle;
}

#t5content .content form {
  padding-top: 20px;
}

#t5content .shadowBoxWrapper {
  margin-top: 10px !important;
}


table.shadowBoxTable th,
table.shadowBoxTable td {
  vertical-align: middle;
  text-align: center;
  /* background-color: #ffffff; */
  white-space:nowrap;
}

table.shadowBoxTable th {
  text-transform: uppercase;
  color: #333333;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
}

table.shadowBoxTable td {
  color: #6d6f72;
  padding: 5px;
  background-color: #ffffff;
}

table.shadowBoxTable tr.highlight td {
  background-color: #f5f5f5;
  /* background-color: #cccccc; */
}

table.shadowBoxTable { 
  margin-left: -10px;
}

#t3content table.shadowBoxTable { 
  margin-left: 0px;
}


/*
.dsboxcontent { 
  outline: 1px dotted red;
}

table.shadowBoxTable { 
  outline: 1px dashed red;
}

table.shadowBoxTable td { 
  outline: 1px dashed green;
}

table.shadowBoxTable th { 
  outline: 1px dashed blue;
}
*/


#breadCrumbs {
  margin-left: -.5em;
  font-size: .9em;
}

#breadCrumbs a {
  margin-left: .5em;
  margin-right: .5em;
  text-decoration: underline; 
}

#breadCrumbs .currentPage {
 color: #1f1d1a;
}

div.greyRule {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.editPost {
  margin:0 !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
  /*position:relative;*/
  /*left:2em;*/
  clear:both;
  text-align:center;
  /*opacity:0.8; */
  border: 2px solid #ccccc;
  background-color: #ffffff;
  /* font-size: 20px;
  margin-top: -20px; */
}



#faq a.backToTop {
  display:block;
  margin-top: 5px;
  margin-bottom: 5px;
}

#faq h2 {
  text-transform: uppercase;
}

div#editControlsWrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 1000;
  color: #000000;
  background: #ffffff;
}

div#editControls #pageIdWrapper {
  display: block;
}

div#editControls #pageId {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

div#editControls #pageIdDesc {
  font-weight: bold;
  text-align: center;
}

div#editControls #controlWrappers,
div#editControls #linkHighlightWrappers {
  font-size: .7em;
  text-align: center;
}



.glossaryIndex {
  border: 1px solid black;
  width: 703px;
}

.glossaryIndex td {
  width: 100px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid black;
}

.glossaryIndex td a,
.glossaryIndex td a:hover {
  text-decoration: none;
}

.glossaryIndex td.highlightHover,
.glossaryIndex td.highlight,
.glossaryIndex td.highlightHover a,
.glossaryIndex td.highlight a
{
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

body.search-results h3 {
  margin: 0;
  padding: 0;
}

body.search-results .content .page,
body.search-results .content .post {
  margin-bottom: 1.0em;
}

body.search-results .content .navigation {
  display: block;
  width: 600px;
  margin-top: 3em;
}

body.search-results .content .navigation div {
  width: 250px;
}

body.search-results .content .navigation div.alignLeft {
  float: left;
}

body.search-results .content .navigation div.alignRight {
  float: right;
}


/******************************/  
/* forms */
.form_error_message {
  color:red;
  padding:0.5em !important;
  border:solid 1px red;
  margin-bottom:1em;
}

.content form input.text,
.content form textarea,
.content form select {
  border:solid 1px gray;
  font-family:Arial,Helvetica, sans-serif;
  font-size:13px;
  width:485px;
}

.content form .required { /*[required]*/
  background-image:url(images/required.png);
  background-position:right top;
  background-repeat:no-repeat;
}
.content form .invalid {
  border-color:red;
  background-color:#ffcccc;
}

.content form p {
  padding-top: 0px !important;
  padding-bottom: 5px !important;
}

.content form div.formLayout {
  padding-top: 0px;
  padding-bottom: 5px;
  display: block;
  /* outline: 1px solid red; */
  width: 200px;
  float: left;
}

.content form div.formLayoutWide {
  padding-top: 0px;
  padding-bottom: 5px;
  display: block;
  /* outline: 1px solid red; */
  width: 485px;
  float: left;
}

.content form input.text {
}
.content form textarea {
  height: 8em;
  /*background-position:right top !important;*/
}

/*
.content form label {
  float:left;
  padding-right:4px;
  width: 485px;
  display: block;
  padding-bottom: 4px;
}
*/

.content form button {
  margin-left: 396px;
}


.content form #firstNameWrapper {
  width: 245px;
}

.content form #lastNameWrapper {
  width: 235px;
  padding-left: 5px;
}

.content form #firstNameWrapper input.text,
.content form #firstNameWrapper label,
.content form #lastNameWrapper input.text,
.content form #lastNameWrapper label
{
  width: 235px;
}


.content form #cityWrapper {
  width: 260px;
}

.content form #stateWrapper,
.content form #zipWrapper {
  width: 100px;
  padding-left: 12px;
}

.content form #cityWrapper input.text,
.content form #cityWrapper label {
  width: 260px;
}


.content form #stateWrapper select,
.content form #stateWrapper label {
  width: 100px;
}

.content form #zipWrapper input.text,
.content form #zipWrapper label {
  width: 100px;
}

.content form .productSelection label,
.content form .reasonSelection label,
.content form .applicationSelection label,
.content form #rheology_sampleWrapper label {
  display: inline-block;
  width: 200px;
}


.content form .reasonExtra {
  display: none;
}

.content form .reasonExtra .floatLeft {
  padding-bottom: 5px;
}

.content form .reasonExtra label {
  display: inline-block;
  width: 100px;
}


.content form .reasonExtra input.text {
  width: 150px;s
}

.content form .reasonExtra label.text {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

.content form#requestQuoteForm #reason_model {
  width: 420px;
}

.content form .contactFieldsWrapper {
  margin-top: 10px;
}

.content form#driversSupportForm #driversWrapper input.text { 
  width: 200px;
}

.content form#driversSupportForm #driversWrapper div.first { 
  width: 11em;
}


.submitButton {
  display: block;
  overflow: hidden;
  text-indent: -2000px;
  width: 91px;
  height: 20px;
  background-image: url(images/submitButton.gif);
  background-repeat: no-repeat;
  border: 0;
  padding: 0;
  margin: 0;
}

.content form span.required {
  color: #ff0000;
  font-size: 1.1em;
}

#t2content form {
  margin-left: 20px;
}

#t2content form p { 
  padding-left: 0 !important;
}

#t2content form h2 {
  padding-left: 0 !important;
}

#publishedArticlesForm .articleListWrapper .formLayoutWide h3,
#publishedArticlesForm .articleListWrapper .formLayoutWide h4 {
  padding-left: 0;
}

#publishedArticlesForm .articleListWrapper .formLayoutWide div.checkbox {
  width: 30px;
}

#publishedArticlesForm .articleListWrapper .formLayoutWide div.article {
  width: 450px;
}

#publishedArticlesForm .articleListWrapper .formLayoutWide div.article label {
  font-weight: bold;
}

