﻿/* added by Stembridge*/
.siteTitle
{
    color: black;
    font-family: 'Times New Roman', Arial;
    font-size: 48px;
}
.siteTitle:first-letter
{
    /*color: navy;*/
    font-family: 'Old English Text MT', 'Old English', Arial;
    font-size:50px;
    /*font-weight:800;
    font-stretch:wider;*/
}

.welcome
{
    color:black;
}
.welcome:first-letter
{
    color: navy;
    font-family: 'URW Chancery L', 'Monotype Corsiva', 'Matura MT Script Capitals', Arial;
    font-size:x-large;
    font-weight:800;
    font-stretch:wider;

}

.stem-btn
{
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: thin dotted;
    width: 127px;
    
    background: #00DDFF;
    color: black;


    display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}



.stem-btn:hover
{
    background: lightgray;
    color: yellow;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -5px;
    text-decoration: none;
    
    -webkit-transform: translateY(3px);
  transform: translateY(3px);

}


/* Float */
.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}



/* Sink */
.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.sink:hover, .sink:focus, .sink:active {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* ------ New Round Corner Box CSS Code ----- */

.roundedcornr_box_270835 {
   /*background: #ffffff url(../images/roundedcornr_270835_grad.gif) repeat-x top left;*/
    background: #ffffff url(../images/light_blue_to_white_bg.gif) repeat-x top left;
}

.roundedcornr_box_blue {
/*   background: #ffffff url(../images/light_blue_to_white_bg.gif) repeat-x top left;*/
   background: transparent; 

}
.roundedcornr_top_270835 div {
   /*background: url(../images/roundedcornr_270835_tl_16px.gif) no-repeat top left;*/
}
.roundedcornr_top_270835 {
   /*background: transparent url(../images/roundedcornr_270835_tr_16px.gif) no-repeat top right;*/
   background: transparent;
}
.roundedcornr_bottom_270835 div {
   /*background: url(../images/roundedcornr_270835_bl_16px.gif) no-repeat bottom left;*/
   background: transparent;
}
.roundedcornr_bottom_270835 {
   /*background: transparent url(../images/roundedcornr_270835_br_16px.gif) no-repeat bottom right;*/
   background: transparent;
}

.roundedcornr_top_270835 div, .roundedcornr_top_270835,
.roundedcornr_bottom_270835 div, .roundedcornr_bottom_270835 {
   width: 100%;
   height: 8px;
   font-size: 1px;
}

.roundedcornr_content_270835 {
	overflow-y: auto;
	/*font-family:arial;*/
	font-size: small;
	color: black;
 /*margin: 10px; */
	padding: 5px 15px 5px 15px!important;
}

.roundedtab_content_270835 {
/*	overflow-y: auto;*/
	font-family:arial;
	font-size:10pt;
	color: black;
 /*margin: 10px; */
	padding: 5px 3px 3px 3px!important;
}

