/***********************************************/
/* tbsbs.css                                   */
/***********************************************/

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006666;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	background-color: #e9e9e9;
	text-align: center;
}

/* overrides decoration from previous rule for hovered links */

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

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

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

h3{
 font-size: 110%;
 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;
}

.ImageRight {
	float: right;
	margin-left: 10px;
}

.ImageLeft {
	float: left;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page{
	background-color: #FFFFFF;
	border: 2px solid #c8c8c8;
	padding: 5px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	float: none;
	margin-bottom: 20px;
}

#masthead{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
}

#middle{
	width: 100%;
	display: block;
}

#middle a:link, a:visited {
	color: #aa5500;
	text-decoration: none;
}

#middle a:hover {
	color: #829922;
	text-decoration: underline;
}

#navBar{
	padding: 3px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0%;
	font-size: 70%;
	width: 200px;
	float: left;
}

#content{
	float:right;
	width: 525px;
	margin: 0;
	background-color: #f2f0e1;
	padding: 0px;
}

#location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	vertical-align: middle;
	background-image: url(../images/location_bg.gif);
	background-repeat: no-repeat;
	color: #669900;
	padding-left: 5px;
	height: 20px;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	padding-bottom: 10px;
}


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

#siteName{
	margin: 0px;
	padding: 0px;
}


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

#pageName{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	color: #00665f;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
	margin-bottom: 10px;
	font-weight: lighter;
}


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

#globalNav{
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E1FFA3;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #9C6;
}
/* '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{
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

#globalNav a:link {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	color: #FFF;
	text-decoration: none;
	background-color: #9C6;
	display: block;
	font-weight: lighter;
	border: 1px solid #98CC69;
}

#globalNav a:visited {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	color: #FFF;
	text-decoration: none;
	background-color: #9C6;
	display: block;
	font-weight: lighter;
	border: 1px solid #98CC69;
}

#globalNav a:hover {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	color: #963;
	background-color: #CF9;
	display: block;
	font-weight: lighter;
	border: 1px solid #FFF;
}

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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	width: 95%;
}

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

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


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

.story{
	clear: both;
	font-size: 80%;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.story p{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.story img {
	margin: 3px;
	padding: 2px;
}

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

#siteInfo{
	font-size: 70%;
	color: #006666;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../images/top_line.gif);
	background-repeat: repeat-x;
	clear: both;
}
/* 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: middle;
}


/************* #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 {
	padding-bottom: 4px;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

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

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


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

#sectionLinks{
	margin: 0px;
	font-size: 110%;
	border: thin solid #8bb900;
	background-color: #DCEBA0;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

#sectionLinks h3{
	color: #8bb900;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sectionLinks a:link{
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	padding-right: 0px;
}

#sectionLinks a:visited{
	padding-bottom: 4px;
}

#sectionLinks a:hover{
}


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

.relatedLinks{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-indent: 12px;
	color: #003333;
}

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


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

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

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

.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.backtotop {
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
	margin-bottom: 20px;
}

.table {
	border: thin solid #BFBFBF;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
}

