  /***********/
 /* safe.css */
/***********/

  /***********************************************/
 /* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
        line-height: 1.166;	
	margin: 0px;
	padding: 0px;
        background-color: #505f8a;
	background-image: url(/images/sb3_centertile_01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a:link  {
   font-weight : bold;
   font-size : 9pt;
   color : #333366;
   text-decoration : none;
}
a:visited {
   font-weight : bold;
   font-size : 9pt;
   color : #666699;
   text-decoration : none;
}

a:hover {
   font-weight : bold;
   font-size : 9pt;
   color : #333366;
   text-decoration : underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


  /***********************************************/
 /* Layout Divs                                 */
/***********************************************/
#frame {
	width:900px;
	min-width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}


#masthead{
	margin: 0px;
	padding: 0px;
	height: 180px;

	background-image: url(/images/sb3_mainmast_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav {
  float: right;
  width: 40%;
  
}

#menuBar{
        float: right;
	width: 250px;
	text-align:left;
	/* margin-left: -1px; */
}

        #menuBar .title {
                margin: 0px 60px 0px 0px;
	        height: 20px;
                text-align: center;
                padding-left: 19px;
                font-size: 15px;
                /* font-size: 15px; */
                font-weight: bold;
                background-color: #666;
                color: #fff;
                border-right: 1px solid #000;
                border-bottom: 1px solid #eee;
                background-image: url(/images/sbpanelball.jpg);
                background-repeat: no-repeat;
                background-position: left top;

        }

        #menuBar .message {
                margin: 0px 60px 0px 0px;
                padding: 3px;
                padding-left: 10px;
                text-align: left;
                font-size: 11px;
                /* font-size: 11px; */
	        background-color: #e6e8ed;
                border-left: 1px solid #eee;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
        }

.statbox {
        position: absolute;
        top: 27px;
        left: 300px;
        padding: 3px;
        text-align: justify;
        font-size: 9px;
        color: #000;
        width: 300px;
}

.statbox h3{
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-decoration : underline;
}
.statbox li{
        font-size: 9px;
        font-weight: bold;
        text-align: justify;
}

.statbox span.spleft {
        float: left;
        text-align: left;
        width: 44%;
}
 
.statbox span.spright {
        float: right;
        text-align: right;
        width: 54%;
}

.statbox a:link{
        font-size: 9px;
        color: #000;
        font-weight: bold;
}

.statbox a:visited{
        font-size: 9px;
        color: #000;
        font-weight: bold;
}

.statbox a:hover{
        font-size: 9px;
        font-weight: bold;
        text-decoration : underline;
}



#content{
	padding: 10px 10px 10px 80px;
        margin-right: 260px;
	width: auto;
	/* background-color: #ededed; */
}

        #content .titlelink {
                font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
                text-decoration: none;
                text-align: center;
                font-weight: bold;
                background-color: #ddc;
                color: #476559;
                /* font-size: 17px; */
                font-size: 17pt;
        }
        #content .title {
                width:350px;
                text-align: center;
                /* font-size: 17px; */
                font-size: 17pt;
                font-weight: bold;
                background-color: #ddc;
                color: #476559;
                border-top: 1px solid #000;
                border-left: 1px solid #000;
                border-right: 1px solid #000;
        }

        #content .message {
                padding: 3px;
                padding-left: 10px;
                text-align: justify;
                text-indent: 20px;
                font-size: 9pt;
                color: #000;
                background-color: #d0d9db;
                border: 1px solid #000;
        }

        #content .foot {
                padding: 3px;
                padding-left: 10px;
                text-align: right;
                /* font-size: 10px; */
                font-size: 10pt;
                color: #000;
                background-color: #d0d9db;
                margin-left: 50px;
                border-bottom: 1px solid #000;
                border-left: 1px solid #000;
                border-right: 1px solid #000;
        }

#footer {
        clear: both;
        width: 95%;
        margin-left: 60px; 
        text-align: left;
        vertical-align: bottom;
        font-family: Verdana;
        /* font-size: 8px; */
        font-size: 8pt;
        padding: 3px;
        color: #006;
}
        #footer .date {
                float: left;
                text-align: left;
        }

        #footer .contact {
                float: right;
                text-align: right;
        }

#splitbar {
         width: 100%;
         /* background-color: #ccc;
         border-top: 1px solid #000; */
         padding: 0px;
         margin: 0px;
 }
         #splitbar .splitleft {
            float: left;
            text-align: left;
            font-weight: bold;
            color: #006;
            font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
            /* font-size: 11px; */
            font-size: 10pt;
           width: 49%;
         }
 
         #splitbar .splitright {
            float: right;
            text-align: right;
            font-weight: bold;
            color: #006;
           font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
            font-size: 11px;
            width: 49%;
         }

         #splitbar .tinysplitleft {
            float: left;
            text-align: left;
            font-weight: bold;
            color: #339;
            font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
            font-size: 9px;
           width: 49%;
         }
 
         #splitbar .tinysplitright {
            float: right;
            text-align: right;
            font-weight: bold;
            color: #339;
           font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
            font-size: 9px;
            width: 49%;
         }

/* Hides from IE-mac \*/
* html .gallerycontext {height: 1%;}
/* End hide from IE-mac */

div.galleryitem {
  float: left;
  border: 1px solid #000;
  width: 200px;
  margin: 4px;
}

div.iconitem {
  float: left;
  border: 1px solid #000;
  margin: 4px;
}


div.galleryitem p {
  text-align: center;
}

div.smalltext {
   text-align: justify;
   text-indent: 20px;
   padding: 4px; 
   font-size: 11px;
 }

#tabs, #bread {
        text-align: right;
        padding: 0px 30px 0px 0px;
        font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
        font-size: 11px;
	font-weight: bold;
}

#calendar {
   padding-top: 1px; 
   width: 100%;
}
#calendar span {
   float: left; 
   width: 10%; 
   padding: 2px; 
   margin: 0;
   text-align: center; 
   border-left: 1px solid silver;
}
#calendar, .Sun {
   clear: left;
}

.Mon, .Wed, .Fri {
  background-color: #bbc;
}

  /***********************************************/
 /*Component Divs                               */
/***********************************************/

#siteName{
        float: right;
	margin: 0px;
	padding: 0px 60px 0px 0px;
	text-align: left;
	font-weight: bold;
        font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #334d55;
}


 /*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 10px 10px 50px;
	font-weight: bold;
	text-align: left;
        font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #e3e9f8;
}

#formbox {
        width: 450px;
        background-color: #ccc;
        border: 1px solid #333;
        padding: 5px;
        margin: 0px auto;
}
        #formbox .rowlabel {
           float: left;
           text-align: right;
           font-weight: bold;
           color: #006;
           font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
           font-size: 13px;
           width: 29%;
        }

        #formbox .rowcontent {
           float: right;
           text-align: left;
           color: #006;
           font-family: \'Lucida Grande\', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
           font-size: 8px;
           width: 69%;
        }
        #formbox .label {
                margin: 0px 20px 0px 20px;
	        height: 20px;
                text-align: center;
                padding-left: 19px;
                font-size: 15px;
                font-weight: bold;
                background-color: #666;
                color: #fff;
                border-right: 1px solid #000;
                border-bottom: 1px solid #eee;

        }

        #formbox .tinylabel {
                margin: 0px 20px 0px 20px;
                padding: 3px;
                padding-left: 10px;
                text-align: left;
                font-size: 11px;
                background-color: #c3cae2;
                border-left: 1px solid #eee;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
        }

input.text, select.text, textarea {
   border: 1px solid #fff;
   background-color: #D8D8D8;
   background-image: url(/images/input_bg.gif);
   font-weight : bold;
   font-size : 9px;
   font-family : Arial, Helv, Helvetica, Geneva;
   color : #1f1f22;
}
input.medtext, select.medtext, textarea.medtext {
   border: 1px solid #fff;
   background-color: #D8D8D8;
   background-image: url(/images/input_bg.gif);
   font-weight : bold;
   font-size : 12px;
   font-family : Arial, Helv, Helvetica, Geneva;
   color : #1f1f22;
}



/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
        text-align: justify;
	font-size: 80%;
        background-color: #e6e8ed;
        border: 1px solid #fff;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	/* border: 4px solid #333333; */
	font-size: 75%;
	color: #333333;
	background-color: #a4a4a4;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	vertical-align: bottom;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: bottom;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.errmsg {
   font-size : 10px;
   font-family : Arial, Helv, Helvetica, Geneva;
   color : #f24;
}
.errentry {
   font-weight : bold;
   font-size : 10px;
   font-family : Arial, Helv, Helvetica, Geneva;
   color : #f24;
}

.tinyblackbold {
   font-size : 7pt;
   font-family : Arial, Helv, Helvetica, Geneva;
   color : #000;
}

div.lfspacer {
        clear: left;
}

div.rtspacer {
        clear: right;
}

div.spacer {
        clear: both;
}






