/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 100%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: "Arial"; 
  font-size:12px;
}
h1,h2,h3,h4,h5,h6 { 
  color: #58595B; 
   font-family: "Arial"; 
}
h4{
text-decoration:underline; font-weight:bold;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	padding: 0 35px;
}

h1 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #58595B;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #58595B;
	font-weight: bold;
	margin-left: 110px;
}
h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */
.intro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.intro1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0.75em;
	color: #808284;
	font-weight: bold;
	line-height: 150%;
}
.intro_highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0.75em;
	color: #666666;
	font-weight: bold;
}
.footNotes{
	font-size: 10px;
	color: #808284;	
}

a:focus, 
a:hover     {
	color: #EC1B23;
}
a           {
	color: #185D94;
	text-decoration: none;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; color: #808284; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
td   {
	font-style: normal;
}
.photos {
	padding-top: 5px;
}
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: 10px;}
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  {
	background:#ffffff;
}
.added      {
	color:#225783;
	margin-left: 5px;
}
.removed    {
	color:#FFCC00;
}

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.align_top  { vertical-align: top;}
.align_bottom{ vertical-align:bottom;}

.upper{
	text-transform:uppercase;
}

/*ADDITIONAL STYLES*/

/*MainMenu{
border-top:0px solid #999;
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
background-color:#F3F3F3;
}*/

.SubMenu{
border-top:0px solid #999;
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
background-color:#F9F9F9;
}
.BottomMenu{
	background-color:#7AC142;
}

.MainMenu a {
font-family:Tahoma;
color:#000000;
font-size:11px;
text-decoration:none;
font-weight:bold;
}
.BodyContent{
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
	line-height: 1.5em;
}
.bodyContent1{
	line-height: 140%;
}

.TopBorder{
	border-top:solid 1px #808284;
	padding-top: 20px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Bold{
	font-weight:bold;
	font-size: 24px;
	color: #000000;
} 
.normal{
	font-weight:normal;
}
.cyan{
	color:#67C7C6;
}
.align_right{
	float:right;
}
.align_left{
	float:left;
}
.textCenter{
	text-align:center; 
}
.textRight{
	text-align:right; 
}

.subScr {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}

.supScr {
	position: relative;
	top: -0.5em;
	font-size: 0.6em;
}

.lblGr {
	color:#FFFFFF !important;
}
.Didyouknow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding: 0 18px;
}
.Titles_Main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
.Testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c527f;
	font-weight: normal;
	padding: 0 10px;
	font-style: italic;
}
.intro_inset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
.intro_inset_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
}
.intro_inset_highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c527f;
	font-weight: normal;
	font-style: italic;
}
