@charset "UTF-8";
/* CSS Document */

/* Global Font Size, Color, Font-Family Settings in Body */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #086568;
  	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #38250d;
	}
	
/* Global Link Colors */
a:link
{
	text-decoration: underline;
	font-weight: bold;
	color: #086568;
	
	}
	
a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #086568;
	}
	
a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #086568;
	}

	
/* Site Container that holds everything*/
#container
{
	margin: 0px;
	padding: 0px;
	width: 1024px;
	background-color: transparent;
}

/* Left Column Container holds everything on the left side. */
#Lcolumn
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 274px;
	}
	
/* navigation holds the menu items */
#navigation
{
	margin: 0px;
	padding: 0px;
	width: 274px;
	background-image: url(images/tile_navigation.gif);
	background-repeat: repeat-y;
	}
	
/* holds the Lcolumn specialties, ie., Cold Hard Facts */
#LcolumnSpec
{
	margin: 0px;
	padding: 0 0 29px 0;
	width: 274px;
	background-image: url(images/tile_LcolumnFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
/* Mid Column Container holds everything in the middle between the Left and Right Column containers. */
#Mcolumn
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 489px;
	}
	
/* Mid Column background image. */
#McolumnBKG
{
	margin: 0px;
	padding: 0px;
	width: 489px;
	background-image: url(images/McolumnBKG.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	
/* Mid Column with a tile image (tape border) that allows the box to stretch vertically.  */
#McolumnBKGstretch
{
	margin: 0px;
	padding: 0px;
	width: 489px;
	background-image: url(images/McolumnBKGstretch.gif);
	background-repeat: repeat-y;
	background-color: transparent;
	}
	
/* Banner that is the same width as the Mcolumn and can be re-used. */
.Mbanner
{
	margin: 0px;
	padding: 0px;
	width: 489px;
	background-color: transparent;
	}
	
/* Banner that is the same width as the Mcolumn and can be re-used, with the intention of using an image. */
.McontentINDEX
{
	float: left;
	margin: 0px;
	padding: 15px 35px 0 0;
	width: 242px;
	background-color: transparent;
	}
	
/* image that is used on the INDEX page in the Mcolumn next to content */
.image
{
	float: left;
	margin: 0px;
	padding: 0 0 0 29px;
	width: 183px;
	background-color: transparent;
	}
	
/* Banner that is the same width as the Mcolumn and can be re-used. This one DOES NOT include an image. */
.McontentINSIDE
{
	margin: 0px;
	padding: 0 40px;
	width: 409px;
	background-color: transparent;
	}
	
#Mfooter
{	
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/tile_contentFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

	
/* Right Column Container holds everything on the right side. */
#Rcolumn
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 261px;
	background-image: url(images/tile_Rcolumn.gif);
	background-repeat: repeat-y;
	}
	
/* Right Column Spec hold the individual items in the Rcolumn, ie., the quote. This also has the rule at bottom and the class can be re-used. */
.RcolumnSpec
{
	margin: 0px;
	padding-bottom: 26px;
	width: 261px;
	background-image: url(images/break.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
/* Right Column Spec hold the individual items in the Rcolumn, ie., the quote. This DOES NOT include the rule. */
.RcolumnSpecNOBrk
{
	margin: 0px;
	padding: 0px;
	width: 261px;
	}
	
#Rfooter
{	
	width: 261px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/tile_RcolumnFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.newsBits
{
	width: 201px;
	margin: 0px;
	padding: 0 30px 20px 30px;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	}
	
.newsBits a:link
{
	text-decoration: underline;
	color: #d6a522;
	font-weight: bold;
	}
	
.newsBits a:hover
{
	text-decoration: none;
	color: #d6a522;
	font-weight: bold;
	}
	
.newsBits a:visited
{
	text-decoration: underline;
	color: #d6a522;
	font-weight: bold;
}

/* Style of bullets. */
ul {
	list-style-type: square;
	}

/* Global settings for Horizontal Rules */
hr
{
	border: none;
	background-color:#ffffff;
	color: #ffffff;
	height: 1px;
	margin: 3px 0px 20px 0px;
	}

	
.BulletedListUL
{ 
	list-style-image: url(images/bullet.gif);
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #38250d;
	line-height: 16px;
	}
	
.BulletedListUL a:link
{
	text-decoration: underline;
	color: #38250d;
	}
	
.BulletedListUL a:hover
{
	text-decoration: none;
	color: #38250d;
	}
	
.BulletedListUL a:visited
{
	text-decoration: underline;
	color: #38250d;
}

p
{
	margin: 0px;
	padding: 0 0 0 25px;
	}
	
	
#popUp
{
	width: 600px;
	margin: 30px;
	padding: 30px;
	background-color: #FFFFFF;
  	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #38250d;
	border: solid 10px #3f2716;
	}
	
/* A class that clears both, and has nothing in it. If you stick it directly under floating divs, but inside of the container div, it will recognize the floats, plus the container will recognize the fixer, allowing the container div to expand vertically correctly. */
.fixer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	}

/* Footer Div properties */
#footer
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 1024px;
	text-align: center;
	color: #82b5b7;
	font-size: 11px;
	}
	
#footer a:link
{
	text-decoration: underline;
	color: #d6a522;
	}
	
#footer a:hover
{
	text-decoration: none;
	color: #d6a522;
	}
	
#footer a:visited
{
	text-decoration: underline;
	color: #d6a522;
}


/* link styles for the Index Flash Intro */
#flashLink
{
	margin: 0px;
	padding: 0px 0px 10px 100px;
	color: #FFFFFF;
	font-size: 11px;
	}
	
#flashLink a:link
{
	text-decoration: underline;
	color: #d6a522;
	}
	
#flashLink a:hover
{
	text-decoration: none;
	color: #d6a522;
	}
	
#flashLink a:visited
{
	text-decoration: underline;
	color: #d6a522;
}

.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #38250d;
	font-weight: bold;
	}
.text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #38250d;
	font-weight: bold;
	}
.text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38250d;
	font-weight: bold;
	}
.text04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38250d;
	font-weight: bold;
	}
.text05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38250d;
	font-weight: normal;
	}
.text05ITC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #38250d;
	font-weight: normal;
	font-style: italic;
	}	


.text06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8f3613;
	font-weight: bold;
	}
.text06B {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8f3613;
	font-weight: bold;
	}
.text06C {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8f3613;
	font-weight: bold;
	}
.text07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8f3613;
	font-weight: bold;
	}
.text08 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8f3613;
	font-weight: bold;
	}
.text08ITC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f3613;
	font-weight: normal;
	font-style: italic;
	}	

.text09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f3613;
	font-weight: bold;
	}

.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d6a522;
	font-weight: bold;
	}
.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d6a522;
	font-weight: bold;
	}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6a522;
	font-weight: bold;
	}
.text12ITC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d6a522;
	font-weight: normal;
	font-style: italic;
	}
.text13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d6a522;
	font-weight: bold;
	}
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d6a522;
	font-weight: normal;
	}
	
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d6a522;
	font-weight: bold;
	}
	
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d6a522;
	font-weight: bold;
	}
	
.text15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #d6a522;
	font-weight: bold;
	}
	
.text16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #d6a522;
	font-weight: bold;
	}
	
.date {
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: FFFFFF;
	background-color: #593425;
	padding: 5px 15px;
	}
	
.footnotes {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	line-height: 10px;
	}
	


.phoneXSM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
.phoneSM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
.phoneLG {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.contacts {width: 489px; padding: 0px; margin: 0px; color: #ffffff; text-align:center}
.contacts a:link {text-decoration: underline; color: #ffffff; font-weight: bold;}
.contacts a:hover{text-decoration: none;color: #ffffff; font-weight: bold;}
.contacts a:visited{text-decoration: underline;color: #ffffff; font-weight: bold;}
