/* CSS Document */

body {
  padding: 0;
	margin: 0;
  /*
	background-color: #2b1565;
  */
	background-color: #ffffff;
  background-image: url('images/wordsthatendure-background.jpg');
  background-repeat: repeat-x;
	text-align: center;
	/* background: url(images/bgrainbowline.jpg) repeat-x fixed; */
  }
	
a {
    color: #0000ff;
	text-decoration: none;
	}
a:link { 
	text-decoration: none;
	}
a:active { 
	text-decoration: none;
	}
a:visited { 
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline; /*
    background-color: #00a8d3;
	color: #ffffff; */
	}
div#textArea a:hover, div#footer a:hover  { 
  text-decoration: underline;
  /*
  background-color: #ff0000;
	color: #ffffff; 
  */
	}

/* -------------------------------------------------------------------------- */
/* main                                                                       */
/* -------------------------------------------------------------------------- */

div#main {
  -moz-box-sizing: border-box;
	display: block;
  background-color: #ffffff;
  /* This was a test color
	background-color: #33ffff;
  */
	width: 960px;
	padding: 0;
	margin: 0 auto;
	/* font-family: Arial, Helvetica, sans-serif; */
	border: 0px solid #000000;
	border-top: 0;
	border-bottom: 0;
	}
  
div#main, .siteFont {
font-family: "Times New Roman", Garamond, Times, serif; 
font-size: 13pt;
color: #333333;
}

/* -------------------------------------------------------------------------- */
/* header                                                                     */
/* -------------------------------------------------------------------------- */

div#header {
  -moz-box-sizing: border-box;
	display: block;
	margin: 0;
  /*
	padding: 0.5em;
	padding-left: 120px;
  */
	height: 145px;
  background-image: url(images/wordsthatendure-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
	}
div#header a:hover {
  text-decoration: none;
  }
div#header h1 {
  padding: 0.3em 0 0 0;
	margin: 0;
  font-variant: small-caps;
  color: #273ca5;
	}
div#header img {
    border: 0;
	}
  
div#header h3.tagLine {
  padding: 0;
  margin: 0;
  color: #ffffff;
  margin-top: 30px;
  font-size: 1.25em;
  }

div#header h2.phoneNumber {
  padding: 0;
  margin: 0;
  margin-top: 1.1em;
  }

/* -------------------------------------------------------------------------- */
/* prtHeader                                                                  */
/* -------------------------------------------------------------------------- */

div#prtHeader {
  -moz-box-sizing: border-box;
	display: none;
	border: 0px solid #000000;
  /*
  background-image: url(images/century-automatics-header-sm.jpg);
  background-position: center;
  background-repeat: no-repeat;
  */
  text-align:center;
  margin: 0;
  padding: 0;
	}
div#prtHeader img, h2, h3 {
  margin: 0;
  }
div#prtHeader .accentLine {
  height: 5px;
	width: 513px;
	}

/* -------------------------------------------------------------------------- */
/* menuArea                                                                   */
/* -------------------------------------------------------------------------- */

div#menuArea {
  }

.optionArrow {
  font-size: 0.75em;
  color: #b66345;
  display: none;
  }
  /*
a:hover .optionArrow {
  display: inline;
  }
  */
  
/* -------------------------------------------------------------------------- 
 * URLheader
 * -------------------------------------------------------------------------- */

div#URLheader {
  -moz-box-sizing: border-box;
  display: block;
  text-align: right;
  margin: 0;
  padding-top: 5px;
  padding-right: 1em;
  padding-left: 1em;
  border: 0px solid #ffff00;
  }

div#URLheader, div#URLheader a {
  font-size: 11pt;
  color: #666666;
  font-weight: bold;
  }
  
div#URLheader img {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0px solid #ff00ff;
  }
  
div#URLheader span.phoneNumber {
  float: left;
  font-variant: small-caps;
  }
/*
div#URLheader h2 {
  margin: 0;
  }
div#URLheader h3 {
  margin-top: -5em;
  }
*/

/* -------------------------------------------------------------------------- */
/* content                                                                    */
/* -------------------------------------------------------------------------- */

div#content {
  -moz-box-sizing: border-box;
  display: block;
	border: 0px solid #00ffff;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
  margin: 0 auto;
  text-align: center;
	}
  
/*
div#menuArea {
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  border: 0px solid #9999ff;
  width: 150px;
  margin: 0;
  padding: 0;
  }
*/

/* -------------------------------------------------------------------------- 
 * textArea
 * -------------------------------------------------------------------------- */

div#textArea {
  -moz-box-sizing: border-box;
	display: block; 
  /* float: right; */
	border: 0px solid #ff0000;
  /* width: 760px !important; */
  margin: 0 0.5em 0 0.5em;
	text-align: left;
	}
  
/*
div#textArea h1, div#textArea h2, div#textArea h3 {
    color: #008600;
	}
*/
.firstTitle {
    margin-top: 0;
    font-variant: small-caps;
	}	
  
/* -------------------------------------------------------------------------- */
/* footer                                                                     */
/* -------------------------------------------------------------------------- */

div#footer {
  -moz-box-sizing: border-box;
	display: block;
	clear: both;
	font-size: 10pt;
    text-align:center;
    padding-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: 0px solid #000000;
	}
	
/* -------------------------------------------------------------------------- */
/* table#menu                                                                 */
/* -------------------------------------------------------------------------- */

table#menu {
  -moz-box-sizing: border-box;
  border: 0px solid #00ff00;
  }
table#menu td {
    -moz-box-sizing: border-box;
    font-family: "Comic Sans MS", cursive;
    font-size: 20pt;
    color: #ff0000;
    text-align: center;
    padding: 0.1em 0.5em 0.1em 0.5em;
    border: 0px solid #333333;
	/*
	width: 125px;
	height: 35px;
	*/
    }
table#menu td.menuBreak {
    background: none !important;
    border: 0;
    }
table#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    /* color: #0000ff; */
    color: #666666;
    /* font-size: 10pt; */
    font-weight: normal;
	  text-decoration: none;
    }
table#menu td {
    background-image: url('images/wordsthatendure-menu-background.jpg');
    background-repeat: repeat-x;
    }
table#menu a.URHere {
	display: block; /*
  background-color: #00a8d3; */
  /* color: #333333; */
  color: #9900aa;
	text-decoration:none; 
	}
table#menu td.URHere { 
  /* background: #ccaaff; */
  /* background: #d699dd; */
  background: #ffffff;
  background-image: none;
  border: 1px solid #9900aa;
  /*
  background-color: #00a8d3; 
  */
  }
table#menu td:hover, table#menu td.sfhover { /*
    color: #0000ff; */
    background-image: none !important;
    /* background: #d699dd !important; */
    background: #ffffff !important;
    }
table#menu a:hover {
  display: block;
  background: none !important;
  color: #333333;
  }
table#menu a.URHere:hover {
	display: block;
	}
table#menu td.menuSpacer {
  height: 0.75em;
  background-image: none;
  }
table#menu td#phoneNumber {
  margin-top: 5em;
  font-size: 0.75em;
  color: #333333;
  border: 1px solid #999999;
  background-image: none;
  }

div#buttons {
  text-align: center;
  }

.defaultHeight {
    height: 365px;
	}
.defaultHeight div#main {
    border-bottom: 1px solid #000000;
    }
.centerTable {
    text-align: center;
    }
	
.centerTable table {
    margin: 0 auto;
	}
	
.fieldsTable {
  font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #333333;
	}
	
/* -------------------------------------------------------------------------- */
/* topQuotation                                                               */
/* -------------------------------------------------------------------------- */

.topQuotation {
   font-size: 10pt;
   margin-top: 0;
   margin-left: 2em;
   margin-right: 2em;
   }

.topParagraph { 
    margin-top: 0;
	}
.topOfPageLink {
    font-size: 8pt;
    }
    
/* -------------------------------------------------------------------------- */
/* img related                                                                */
/* -------------------------------------------------------------------------- */

img.topOfPageLink {
    border: 0;
    }
.imgSpace {
  font-family: "Courier New", Courier, monospace;
  font-size: 8pt;
  color: #696969;
  margin-bottom: 1em;
  }
.imgSpace img {
    border: 1px solid #000000;
    }
.imgDescription {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  }
.imgRight {
  float: right;
	margin: 0;
  margin-left: 0.5em;
	}
.imgLeft {
    float: left;
    margin: 0;
    margin-right: 1em;
	}
.imgRightPortrait {
    float: right;
	height: 207px;
	width: 150px;
	margin: 0.5em;
	background-image: url(images/7x5shadow.gif);
	}
.imgRightLandscape {
    float: right;
	height: 150px;
	width: 207px;
	margin: 0.5em;
	background-image: url(images/5x7shadow.gif);
	}
  
div#imageRight {
  float: right;
  margin-left: 0.5em;
  }
div#imageLeft, .imageLeft {
  float: left;
  margin: 1em 0.5em 0.5em 0;
  }
.photoCredit {
  font-family: "Courier New", Courier, monospace;
  font-size: 8pt;
  }
  
/* -------------------------------------------------------------------------- */
/* QuotationArea and quotation                                                */
/* -------------------------------------------------------------------------- */
  
div#quotationArea {
  text-align: center; /* to fix IE */
  padding-bottom: 1em;
  }
div#quotation {
  width: 75%;
  margin: 0 auto;
  font-size: 0.8em;
  text-align: left;
  _padding-top: 1.25em; /* to fix IE */
  padding-left: 0.75em;
  padding-right: 0.75em;
  background-image: url('images/quote-background.jpg');
  border: 1px solid #2b1565;
  }
 
dt.quote {
  font-weight: bold;
  color: #2b1565;
  }
.quoteCredit {
  margin-left: -0.75em;
  }

.nBR {
    white-space: nowrap;
}

.hideThis {
  display: none;
  }
  
.onlyPrint {
  display: none;
  }

/*
 * ----------------------------------------------------------------------
 * MyFirstWebPage.net specific style specifications
 * Leave this section at the end
 * ----------------------------------------------------------------------
 */

.MFWPNlogo {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold; 
  }
a.MFWPNlogo {
    text-decoration: none;
	}
a:link.MFWPNlogo { 
  }
a:active.MFWPNlogo { 
  }
a:visited.MFWPNlogo { 
  }
a:hover.MFWPNlogo { 
  background: none !important;
  text-decoration: underline !important;
  }
