html 
{

}

body
{
    margin: 5px 0px;
    padding: 0px;
    text-align: center;   
    font-family: calibri, arial, verdana, georgia, sans-serif;	
    font-size: 12px;
}

#sflcontainer
{
   position:relative;
   width: 900px;
   margin: 0px auto;
   text-align: left;
   padding: 15px;
}

#sflheader
{
   margin:0px 0px 0px 0px;
   padding:0px;
   height:82px;
   z-index: 6;
}

#sfllogo
{
   margin:0px 0px 0px 0px;
   float: left;
   z-index: 7;	
}

#sfllogo a
{
    border:0px none #ffffff;
}

#sfllogo a img
{
    border:0px none #ffffff;
}

#sflbanner
{
  float: left;
  z-index: 7;
}

.sflphoneno
{
  float: right;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   border:0px 0px 0px 0px;
   font-size: 11px;
   z-index: 7;
}

.sflemail
{
   clear: both;
   float: right;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   border:0px 0px 0px 0px;
   font-size: 11px;
   z-index: 7;
}

#sflsidebar
{
	position:relative;		
   margin:0px 0px 0px 0px;
   padding:1px;
   float: left;
   width: 165px;
   z-index: 20;
}

#sflsidebar.sflHideSideBar
{
   width: 0px;
   display:none;	
}

#sflpicture
{

}

#sflheaderlinks
{
   margin:0px 0px 0px 0px;
   padding:0px;
   float: right;
   z-index: 8;
}

#sflsearch
{
   clear: both;
   /*float: right;*/
   display: inline;	
   margin:0.5px 0px 0.5px 0px;
   padding:0px 0px 0px 0px;
   border:0px 0px 0px 0px;
   z-index: 8;
}

#sflbody
{
  padding-bottom:20px;
/*
  min-height:60%;
*/  
  min-height:350px;
  height:auto !important;
  height:350px;

}	

.HometwoColContent
{
     width:730px;    
    font-size:13px;
    margin:0px 0px 0px 0px;
}

#Homecol_One
{
  width: 550px;
  float: left;
}

#Homecol_Two
{
  width: 150px;
  float: left;
margin: 0px 0px 0px 20px;
}

#HomeThreeColContent
{
     width:900px;    
    font-size:13px;
    margin:0px 0px 0px 0px;

}


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

#Homecol_TwoThree
{
  width: 550px;
  float: left;
  margin: 0px 0px 0px 20px;
}

#Homecol_ThreeThree
{
  width: 150px;
  float: left;
  margin: 0px 0px 0px 20px;
}


#col_One
{
  width: 330px;
  float: left;
}

#col_Two
{
  width: 330px;
  float: right;
}


#col_OneThree
{
  width: 235px;
  float: left;
  margin-right: 10px;
}

#col_TwoThree
{
  width: 235px;
  float: left;
  margin-right: 10px;
}

#col_ThreeThree
{
  width: 235px;
  float: left;

}

#sflfooter
{
   clear: both;
   position:relative;
   /*width:100%;*/
/*   width: 900px;
   margin: 0px auto;
*/
   height:auto;   /* Height of the footer */
   padding-bottom: 4px;
   padding-top: 4px;
   text-align: center;
   background-color: #17b0e3;
}

#sflfooterinfo
{
	
}

.sflfooterinfo ul {
 display: inline;
 padding-left: 0px;
 margin-left: 0px;
}

.sflfooterinfo ul li {
 display: inline;
 list-style-type: none;
 padding-right: 1px;
}

.sflfooterinfo ul li a {
 color: #eeee00;
}

.sflfooterinfo ul li span {
 color: #eeee00;
}

#sflsitemap
{
  clear: both;
  float: right;
   margin:0.5px 0px 0.5px 0px;
   padding:0px 0px 0px 0px;
   border:0px 0px 0px 0px;
}

#sflsitemap ul li a
{
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   border:0px 0px 0px 0px;
}

#sflsitemap li
{
   list-style-type: none;	
/*
   margin-right 20px;
*/
}

/****************** 
***** Content *****
******************/


#sflcontent 
{
   margin:0px 0px 10px 0px;
   border-left: 1px solid #ffffff;
   padding: 0px;
   float: left;
}

/*
#sflcontent.sflHideSideBar
{
	position:relative;		
   margin:0px 0px 10px 0px;
   z-index: 5;
}

#sflcontent.sflShowSideBar
{
	position:relative;		
   margin:0px 0px 10px 170px;
   z-index: 5;
}
*/

/*
.sflShowSideBar
{
   margin:0px 0px 10px 170px;
}

.sflHideSideBar
{
   margin:0px 0px 10px 0px;

}
*/
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0px;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#ffffff;
    border:2px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#000000;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#ffffff;
    border:2px solid #515151;
    width:265px;
    height:120px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family: calibri, arial, verdana, georgia, sans-serif;
    color:#000000;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #619ca7;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #F49AC1;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
    color:#619ca7;
    padding:0 7px 0 0;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
}



fieldset
{
	width: 400px;
         height:420px;
}

h2.contactHeader
{
   display: none;
}

.contactTextCol 
{
   float: left;
   width: 300px;
}

.contactTextCol p strong
{
   font-size: 18px;
}


/*********************************************
**************** xsltsearch ******************
*********************************************/

#xsltsearch {margin: 0px; padding-bottom: 0px}
#xsltsearch_navigation {text-align: center;}
#xsltsearch_navigation .disabled {color: #AAA;}
#xsltsearch_stats {font-size: 75%; color: #999;}
#xsltsearch_results {padding-bottom: 20px;}
#xsltsearch h2 {font-size: 150%;}
.xsltsearch_result p {margin: 0px; padding: 0px;}
.xsltsearch_result:hover {background: #fafafa;}
.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}
.xsltsearch_title {font-weight: bold;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description {padding-bottom: 10px;}
.xsltsearch_description strong {background: #FFD;} /* highlighting */

/*
.right
{
clear: both;
float:right;
}


.left {float:left;}

.right {float:right;}


.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

*/

/*.clearfix {display: inline-block;}*/  /* for IE/Mac */

.right
{
clear: both;
float:right;
}

    #sflheader .searchBox
    {
        margin:0 0 0 20px;
    }
    
        #sflheader .searchBox input
        {
	   float: left;
            background-color:#ffffff;
            border:2px solid #515151;
            width:102px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:0px 0px;
            
            color:#000000;
            font-size:10px;
        }
        
        #sflheader .searchBox input:focus
        {
            border:2px solid #619ca7;
        }
        
        #sflheader .searchBox button
        {
	   /*float: right;*/
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#619ca7;
            padding:0px 0px 0px 0px;
	   margin:0px 0px 0px 5px;	
            /*background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;*/
        }


/*
================================
NEWS STYLES 
================================
*/

.newsPreText
{
  padding:0px 0px 0px 0px;
  margin:3px 0px 3px 0px;	
}

.newsDate
{
  float: left;
  width: 200px;	
  font-weight: bold;
}

.newsTitle
{
  left: 200px;
}

.newsSample
{
  /*clear: both;*/
  margin:3px 0px 10px 200px;
}

.newsItemDate
{
  float: left;
  width: 200px;	
  font-weight: bold;
}

.newsItemTitle
{
   font-family: calibri, arial, verdana, georgia, sans-serif;
   font-size: 26px;
   font-weight: bold;
   color: #17b0e3;
   margin:3px 0px 10px 200px;
   width: 680px;
}

.newsDetails
{
  clear: both;
  margin:3px 0px 10px 200px;
  width: 680px;
}

.newsItemMainText
{
 
}

.newsItemPicture
{  
  float: right;  
}

/*
================================
LINK STYLES 
================================
*/

.linkPreText
{
  padding:0px 0px 0px 0px;
  margin:3px 0px 3px 0px;	
}

.linkDate
{
  float: left;
  width: 200px;	
  font-weight: bold;
}

.linkTitle
{
  left: 200px;
  margin: 0px 0px 30px 0px;
}

.linkDescription
{
  margin: 0px 0px 50px 0px;
}

.linkSample
{
  clear: both;
  margin:3px 0px 10px 200px;
}

.linkItemDate
{
  float: left;
  width: 200px;	
  font-weight: bold;
}

.linkItemTitle
{

}

.linkDetails
{
  clear: both;
  margin:3px 0px 10px 200px;
  width: 680px;
}

.linkItemMainText
{
 
}

.linkPicture
{  
  float: right;  
}

.linkItemPicture
{  
  float: right;  
}

/*
================================
CONTENT STYLES 
================================
*/

.contentTitle
{
  left: 200px;
}

.contentPreText
{
  padding:0px 0px 0px 0px;
  margin:3px 0px 3px 0px;	
}

.contentPostText
{
  clear: both;
  margin:3px 0px 10px 200px;
}

.contentDate
{
  width: 200px;	
  font-weight: bold;
}


.contentItemDate
{
  width: 200px;	
  font-weight: bold;
}

/*
.contentItemTitle
{
   clear: both;
   font-family: calibri, arial, verdana, georgia, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #17b0e3;
}
*/

.contentItemTitle
{
  margin:3px 0px 10px 0px;
}

.oneColContent .contentItemDetails
{
  margin: 3px 0px 10px 0px;
  width: 600px;
}

.twoColContent .contentItemDetails
{
  margin:3px 0px 10px 0px;
  width: 330px;
}

.threeColContent .contentItemDetails
{
  margin:3px 0px 10px 0px;
  width: 235px;
}



.contentItemMainText
{
   clear: both;
}

.contentItemPicture
{  
   clear: both;
   margin:3px 0px 10px 0px;
}

.contentItemPicture img
{  
   clear: both;
}

/*
================================
COMMON NEW STYLES 
================================
*/

.oneColContent
{
    width:730px;    
    font-size:13px;
    margin:0px 0px 0px 0px;
}

.oneColContent .newsItem
{
  clear: both;
}

.pageHeaderText
{
   font-family: calibri, arial, verdana, georgia, sans-serif;
   font-size: 26px;
   font-weight: bold;
   color: #17b0e3;
}

.twoColContent
{
     width:730px;    
    font-size:13px;
    margin:0px 0px 0px 0px;
}

.threeColContent
{
    width:730px;    
    font-size:13px;
    margin:0px 0px 0px 0px;
}

/*
================================
COMMON TABLE STYLES 
================================
*/

.tableOne
{
font-family: calibri, arial, verdana, georgia, sans-serif;
border-collapse:collapse;
}

.tableOne td, .tableOne th 
{
font-size:12px;
border:1px solid #1764B2;
padding:3px 7px 2px 7px;
}

.tableOne th, .tableOne thead tr td  
{
font-size:14px;
padding-top:5px;
padding-bottom:4px;
background-color:#1764B2;
color:#ffffff;
}

.tableOne tr.alt td 
{
color:#000000;
background-color:#F3FF8F;
}

.tableOne td.lefttop, .tableOne th.lefttop
{
  text-align: left;
  vertical-align:top; 
}

.tableOne td.righttop, .tableOne th.righttop
{
  text-align: right;
  vertical-align:top; 
}

.tableOne td.centertop, .tableOne th.centertop
{
  text-align: center;
  vertical-align:top; 
}

.tableOne td.leftmiddle, .tableOne th.leftmiddle
{
  text-align: left;
  vertical-align:middle; 
}

.tableOne td.rightmiddle, .tableOne th.rightmiddle
{
  text-align: right;
  vertical-align:middle; 
}

.tableOne td.centermiddle, .tableOne th.centermiddle
{
  text-align: center;
  vertical-align:middle; 
}

.tableOne td.leftbottom, .tableOne th.leftbottom
{
  text-align: left;
  vertical-align:bottom; 
}

.tableOne td.rightbottom, .tableOne th.rightbottom
{
  text-align: right;
  vertical-align:bottom; 
}

.tableOne td.centerbottom, .tableOne th.centerbottom
{
  text-align: center;
  vertical-align:bottom; 
}

.oddTableRow 
{
color: #000000;
background-color: #f3ff8f;
}

.evenTableRow 
{
color: #000000;
background-color: #ffffff;
}

/* Clear Fix */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
*/






















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

