/*  
* *   * * * BODY LAYOUT FRAMING * * *  
 */

body	{
 background-image: url('img/bg_scales.jpg'); 
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 10pt;
color: black;
	}

div	{	/* Specifies Element Defaults */
vertical-align: top;
text-align: left;
position: relative;
z-index: 1;
background-color: transparent;
border-collapse: collapse;
border: 0;
margin: 0;
padding: 0;
	}

#wrap	{
width: 900px;
margin: auto;
text-align: center;
background-image: url('img/side_stripe.png');
background-repeat: repeat-y;
background-color: white
	}

  #header {
  height: 105px;
	}

  #sidebar {
  width: 150px;
  float: left;
	}

  #content {
  width: 668px;
  min-height: 450px;
  border-top: 2px solid #093B58;
  border-right: 3px solid #62072C;
  padding: 3px 40px;
  margin-left: 150px;
  float: right;
	}

  #footer {
  clear:both;
  text-align: center;
  padding-left: 150px;
  border-right: 3px solid #62072C;
	}


/* 
* *   * * * TEXT STYLING * * *  
 */

	/* - Main Content - */

h1	{	/* Subpage Headings */
text-align: center;
font-family: Georgia, Garamond, "Times New Roman", serif;
font-size: 2.8em;
color: #093B58;
font-weight: bold;
font-style: italic;
letter-spacing: 0.15em;
margin: 0.1em 0em 0.2em;
	}

h2	{	/* Front Page Headings & Main Subheadings */
text-align: left;
font-family: Georgia, Garamond, "Times New Roman", serif;
font-size: 16pt;
color: #610715;
font-weight: bold;
margin: 0em
	}

h3	{	/* Headings for main text */
text-align: left;
font-size: 1.4em;
font-weight: bold;
color: Black;
margin: 0.7em 0em 0.1em;
	}

h4	{	/* certain headings */
font-size: 11pt;
font-weight: 200;
color: #1a1a1a; /* #093B58; */
text-align: justify;
text-indent: 0px;
text-height:1.1em;
margin: 0em;
	}

p	{
font-size: 1em;
color: Black;
text-indent: 30px;
margin: 0em 0em 0.7em;
	}


	/*  - Sidebar Text & HR -  */

#sidetext {		/* box */
position: absolute;
top: -15px;
left: 0;
z-index: 3;
width: 147px;
text-align: center;	/* text */
color: #9C961B;
text-shadow: #000 2px 2px 2px;
font-family: 'Times New Roman', Georgia, serif;
font-size: 14pt;
font-weight: bold;
line-height: 1.05em;
	}

#addr, #addr a	{
z-index:3;
text-align: left;
font-size: 11pt;
font-weight: bold;
line-height: 1.0em;
padding-left: 6px
	}

#sidetext hr {
width: 35px;
height: 0px;
background-color: #9C961B;
color: #9C961B;
border-top: 3px solid #9C961B;
border-bottom: 2px solid #42000C;
border-right: 2px solid #42000C;
margin-top: 20px;
margin-bottom: 17px;
	}


	/*  - Footer Fine Print -  */

#fineprint {
text-align: center;
font-family: arial, sans-serif;
font-size: 7pt;
color: #555;
text-transform: uppercase;
text-indent: 0em;
padding: 1.5em 3.0em 0.5em;
line-height: 1.05em;
	}


/*
* *  * * * LINK STYLING * * *
 */

a	{
font-size: 1.0em;
font-weight: normal;
	}

/* class "TOC" for bookmark links in FAQ & Services */

a.toc:link 	{color: #093B58; font-weight: bold; text-decoration: none;}
a.toc:visited	{color: #093B58; font-weight: bold; text-decoration: none;}
a.toc:hover	{color: #9C961B; font-weight: bold; text-decoration: underline;}
a.toc:active	{color: #9C961B; font-weight: bold; text-decoration: none;}



/*
* *  * * * LIST STYLING * * *
 */

ul, ol	{
margin: 0.6em .2em
	}

.inline {
margin-top: 0em;
margin-bottom: 0em;
	}

ul li	{
font-size: 1.0em;
list-style-type: disc;
font-style: normal;
	}

ol li	{
margin-left: .1em;
	}
