﻿/*----------------------Styles that the editor will not need to use for new body content----------------------*/
/*----------------------Styles must use camelCase ----------------------*/
/*----------------------Styles should mimic descending order that they appear in the HTML ----------------------*/
/*----------------------Use HTML element name as a guide to where the style will be used, for example .headerBarTD for the table cell with the class .headerBarTD, name styles meaninfully ----------------------*/
html
{
	padding:0px;
	width: 100%;
}

body
{
	padding: 0px;
	margin: 0px;
	background:url(Images/ISD_bk.png) no-repeat top #2a2a2a;
}
:-moz-any-link:focus {
  outline: none;
}
/*----------------------Main Container Div----------------------*/
div#DivMainClass
{
	border: 3px solid #aaa;
	width:990px;
    margin-left:auto;
    margin-right:auto;
	margin-top: 10px;
    background-color:#FFF;
}
/*----------------------Shadow Effect or Outline on Main Container Div----------------------*/
/*div#header {
	background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;
	padding-top:5px;
	margin-top:10px;
}
div#footer {
	background: url(Images/pageBoder_bottom.jpg) 0 0 repeat-x;
	min-height:50px;
	padding-bottom:55px;
}
div#wrapper_l
{
    background: url(Images/pageBorder_left.jpg) repeat-y 0 0;
}
div#wrapper_r {
	background: url(Images/pageBorder_right.jpg) 100% 0 repeat-y;
}
div#wrapper_lt
{
    background: url(Images/pageBorder_leftTop.jpg) no-repeat 0 0;
}
div#wrapper_rt {
	background: url(Images/pageBorder_rightTop.jpg) 100% 0 no-repeat;
}
div#wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 1002px;
}*/
/*----------------------END -- Shadow Effect or Outline on Main Container Div----------------------*/


/*---------------------- Very Top Return to City Homepage Bar ----------------------*/
.homeBarDIV
{
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: .90em;
}
.homeBarDIV a
{
    color: #FFF;
    text-decoration: none;
	border:none;
}
.homeBarDIV a:hover
{
    color: #FFF;
    text-decoration: none;
	border:none;
	background-color:#333;
}
.homeBarDIV .textSize
{
    float:right;
    width:20;
    top:0px;
    position:relative;
}
/*---------------------- Top Banner Search Bar ----------------------*/
.headerDIV
{
	width:990px;
/*	height:130px;   */
	height:125px;  
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;
	border-bottom: 5px solid #d1d1d1;
}
.headerSearch
{
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 25pt; /*-------moves search box content down also move .searchBacking
------*/
	font-size:1.3em;
}
.searchBacking
{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 25pt;  /*-------will move search bg down or up- also must move .headerSearch------*/
}
.headerSearchOptions
{
    text-align:right;
	color:#FFFFFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}
.headerSearchOptions a
{
    color: #FFFFFF;
    text-decoration: none;
}
.headerSearchOptions a:hover
{
    color: #CCCCCC;
    text-decoration: none;
}
.headerSearch .textBar
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #666666 #808080 #666666;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #330000666;
	margin: 0;
	padding: 0px 2px 0px 2px;
}
.headerSearch .goButton
{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666;
	color: #FFFFFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}
/* ------------------ For Pages with a Horizontal Top Nav Bar or a separator between header graphic and body -----------------------------*/
.horizontalNavBarDIV
{
	clear: both;
}
/* ------------------ Main Body Content -----------------------------*/
.contentBarDIV /*-----main body area below the header-----*/
{	width:990px;
	clear: both;
}
.breadcrumb
{
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}
.contentBarTable  /*-----main body table- split into three columns-----*/
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}
.bodyContentTD  /*-----center body column- of three columns-----*/
{
	vertical-align:top;
	color: #000;
	margin: 0px;
	padding: 0px;
	width:549px;
	border-right: solid 1px #989898;
}
.verticalLeftBarTD  /*-----left nav column- of three columns  230px w-----*/
{
	width: 200px;
	vertical-align: top;
	background:url(../sm_ISD/Images/menuMainGradient.jpg) repeat-x bottom #a5a5a5;
}

.scrollingNewsBox
{
	overflow-x: hidden;
	overflow-y: scroll;
	height:320px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

.scrollingNewsBox td
{
	padding-left: 5px;
}
.scrollingNewsBox table
{
	padding-right: 10px;

}
.scrollingNewsBox h3
{ padding-left: 5px;}


.verticalRightBarTD /*-----right column- of three columns- not always used, can display: none   255px w-----*/
{
	/*width: 230px;*/
	vertical-align: top;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	min-height:400px;
	background:url(../sm_ISD/Images/rightColBG.jpg) repeat-x top #fff;
}
.verticalRightBarTD h3, .verticalRightBarTD h4, .verticalRightBarTD h5
{	padding-left:10px;
}

.verticalRightBarTD p
{
	padding-left:10px;
}
.flashWidget{
	width: 555px;
	min-height:280px; 
	margin:0px;
	padding: 0px;
}
.isdFeature {
    border:#CCCCCC 1px solid;  
	width:220px;
	height:225px;
 	margin-right: auto;
	margin-left: auto;
}
.textPadding
{
    padding:5px;
}
.floatLeft{
float:left;
width:50%}
.floatRight{
float:right;
width:50%}

/* ------------------------- Start FOOTER -----------------------------------*/
.footerBarDIV
{
	color: #FFF;
	background: #313031;
	font-size: .88em;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
/*	width:990px;  */
}
.footerBarDIV a, .footerBarDIV a:hover
{
	color: #FFFFFF;
}


/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}
.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 990px;
	margin: 0px auto 0px auto;
}

