@charset "utf-8";

html {
	overflow-y: scroll;
}

html,body,p,table,td,form,img,h1,h2,h3,h4,h5,h6,input{
	font-size: 1em;
}

body {
	background:#494f21 url(../images/dayspringWeb5.jpg) no-repeat fixed center center;
	font-size: 75%;
	scrollbar-base-color: #e8131b;
	scrollbar-arrow-color: #2e3516;
}

table{
	background-color: transparent;
	text-align: left;
}

#mainTable {
	table-layout: auto;
	height: 100%;
	width: 695px;
	margin:0 0px 0px 155px;
}

#mainTable p{
	text-indent:0.75cm;
	margin: 0px 10px 0px 0px;
}

#headerTable {
	table-layout:fixed;
	width: 850px;
	margin: 0px;
	padding: 0px;
}

html,body,div,p,table,td,form,img,h1,h2,h3,h4,h5,h6,input{
	font-family:Tahoma,Verdana,Segoe,sans-serif;
	padding:0px;
	margin:0px;
	border:0px transparent none;
	background-repeat:no-repeat;
}

p,table,td,h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
}

p{
	line-height: 1.4em;
	margin-top: 3px;
}

a, a:visited{
	color:#4E7DC2;
	text-decoration:none;
}

a:active,a:hover{
	color:#4E7DC2;
	text-decoration:underline;
}

ul{
	margin:0;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:25px;
}

li{
	margin:0;
	padding:0;
}

h2{
	color: white;
	font-family:Segoe,Tahoma,Verdana,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:5px;
}

h3{
	font-size:1.3em;
	color:white;
	font-weight: bold;
	font-family:Segoe,Verdana,sans-serif;
	margin-bottom:2px;
}

h4{
	font-weight:bold;
	line-height:1.2em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.05em;
}

img.floatLeft { 
    float: left; 
    margin: 15px; 
}
img.floatRight { 
    float: right; 
    margin: 15px; 
	 border: 1px black solid; 
}

img.floatRightTop { 
    float: right; 
    margin: 5px 15px 15px 15px;
	 border: 1px black solid; 
}


body.main a#main, body.chs a#chs, body.tfn a#tfn, body.sdts a#sdts, body.sotb a#sotb{
 
color: #f2cf00;
background: url(../images/tabOn.png) no-repeat;

 /*color: white;
 background: #0033ff;
 line-height: 27px;
 padding-top: 7px;
 */
 }
 
.activateTag a#activeTag {
	background: url(../images/SideMenuActive.png) repeat-y;
	/*background: #0033ff;*/
	color: #ffd700;
	font-variant: small-caps;
	font-weight:bold;
	word-spacing: 1px;
	}

#quotations {
	text-align: center; text-indent: 0px; margin:10px 30px;
	font-size: 0.8em; border:1px solid blue;
}

.tfnPage {
	border: 1px solid #8b0000; background: #bc8f8f;
	width: 650px;
	margin-bottom: 7px;
}

#noIndentTable {
	table-layout: auto;
	height: 100%;
	width: 663px;

}

#noIndentTable p{
	text-indent: 0px;
	margin-top: 2px;
}

#noIndentTable a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div.staffLeft {
	position: relative;
	background-color: #8b0000; 
	border: 1px #FFFFFF solid; 
	max-width: 350px; 
	color: #FFFFFF; 
}

div.staffLeft img {
	margin: 5px; 
	border: 1px black solid; 
	float: left;
	width: 150px;
}

div.staffLeft hr {display: block; clear: left; margin: -0.5em 0;
  visibility: visible;}
  
div.staffLeft p {
	padding: 10px 5px 5px 5px; vertical-align: middle; text-align: center; text-indent: 0px;
}

div.staffRight {
	position: relative;
	background-color: #8b0000; 
	border: 1px #FFFFFF solid; 
	max-width: 350px; 
	color: #FFFFFF; 
}

div.staffRight img {
	margin: 5px; 
	border: 1px black solid; 
	float: right;
	width: 150px;
}

div.staffRight p {
	padding: 10px 5px 5px 5px; vertical-align: middle; text-align: center; text-indent: 0px;
}

div.staffRight hr {display: block; clear: left; margin: -0.5em 0;
  visibility: visible;}
  
div.clearer {clear: both; line-height: 0; height: 0;}



/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 /*background: #DDE;*/
 background: #a46161;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background:#8b0000;
 /*background: #AAE;*/
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 /*background-color: #fff;*/
 background: #bc8f8f;
 border-bottom: 1px solid #bc8f8f;
 color:#8b0000;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 /*background: white;*/
 background: #bc8f8f;
 border-bottom: 1px solid #bc8f8f;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

