﻿/*----------------------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;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
	background: url(Images/bodyBGgrad.jpg) top repeat-x #e3d9bd fixed;
}
:-moz-any-link:focus {
  outline: none;
}
/*----------------------Main Container Div----------------------*/
div#DivMainClass
{
    border: 1px solid #002e94;
    width: 990px;
    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:0px;
}
div#footer {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-bottom:0px;
}
div#wrapper_l
{
    /*background: url(Images/pageBorder_left.jpg) repeat-y 0 0;*/
}
div#wrapper_r {
	/*background: url(Images/pageBorder_left.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_leftTop.jpg) 100% 0 no-repeat;*/
}
div#wrapper {
	width: 990px;
	margin: 10px auto 20px;
}

/*---------------------- 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;
}
.homeBarDIV .textSize
{
    float:right;
    width:40;
    top:0px;
    position:relative;
}
.homeBarDIV .textSize .img
{
    vertical-align: middle;
}
/*---------------------- Top Banner Search Bar ----------------------*/
.headerDIV
{
	width:990px;
	height:110px;
	position:relative;
	right: 0px;
	background-color:#002e94;
	overflow:hidden;
	z-index:0;
}
.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: 15pt; /*-------moves search box content down------*/
	font-size:1.3em;
}
.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;
}
.searchBacking
{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 15pt;  /*-------will move search bg down or up- also must move .headerSearch------*/
}

.floatRight
{
    float:right;
    width:150px;
}
.bodyImage
{
	padding:4px;
}

/* ------------------ For Pages with a Horizontal Top Nav Bar or a separator between header graphic and body -----------------------------*/
.horizontalNavBarDIV
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
	clear: both;
}
/* ------------------ Main Body Content -----------------------------*/
.contentBarDIV /*-----main body area below the header-----*/
{	width:990px;
	clear: both;
	background-color: #002e94;
}
.breadcrumb
{
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: 2px;
    margin-right: 4px;
}
.contentBarTable  /*-----main body table- split into three columns-----*/
{
	border-collapse: collapse;
	empty-cells: show;
	width: 982px;
	font-size:1em;
	border-right:#002e94 3px solid;
	background-color:#FFFFFF;
}
.bodyContentTD  /*-----center body column- of three columns-----*/
{
	vertical-align:top;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.verticalLeftBarTD  /*-----left nav column- of three columns-----*/
{
	width: 200px;
	vertical-align: top;
	background: url(Images/leftBarGradientLogo.jpg) repeat-x bottom;
	background-color: #d08826;
	padding: 0px;	
}

.verticalLeftBarTD a {
	text-decoration:none;
}

.verticalRightBarTD /*-----right column- of three columns- not always used, can display: none-----*/
{
	width: 222px;
	vertical-align: top;
	padding-left: 15px;
	min-height:400px;
}
.flashContainer{
	margin:0px auto;
	width: 500px;
}
.textPadding
{
    padding:5px;
}
.textPaddingContent
{
    padding:5px;
}

/*---------------------Start CMD Specific Styles -------------------*/

.flashTop {
	background: url(Images/FlashTop_bg.gif) repeat-x top;
	height: 225px;
	color: #FFFFFF;
}
.flashTop object {
	float:left;
	position:relative;
}
.flashTop li a {
	color: #FFFFFF;
}

.bodyText {
	padding:0px 5px 10px 10px;
	color: #333333;
	margin: 0px;
}

.bodyText a{
	color:#8CA73E;
	text-decoration:underline;
}

.bodyText a:hover {text-decoration:none;}

.bodyText img {
	margin-right:10px;
	border: 1px solid #8CA73E;
	margin-bottom:10px;
}
.bodyText p {
	font:"Trebuchet MS", sans-serif;
	line-height: 1.75em;
	font-size: 1em;
	clear: both;
	letter-spacing: .025em;
}
.SWFfeature {
	width:275px;
	border-bottom: solid 1px #8CA73E;
	margin-right: 0px;
	padding: 10px 5px 10px 10px;
}
.rightColumn{
	border-left: #e8dbc0 1px solid;
	margin: 0px;
	padding: 0px 10px 20px 14px;
}

/*---- Start HIGHLIGHT BOX ----*/

.highlightBox {
	width: 100%;
	}
	
.highlightBox td {
	vertical-align:top;
	}
	
.highlightBox td img {
	width: 80px;
	height: 80px;
	float: left;
	}

.highlightBox h1 {
	width: 100%;
	border-bottom: 1px solid #863216;
	}	

/* ------------------------- Start FOOTER -----------------------------------*/
.footerBarDIV
{
	background-color: #FFC533;
	color: #000;
	font-size: .88em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 30px;
}
.footerBarDIV a, .footerBarDIV a:hover
{
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	color:#863216;
	text-align:left;
	padding:10px 0px;
	margin:0px;
}




/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}
.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 991px;
	margin: 0px auto 0px auto;
}

/*----- CONTACT BOX ----*/

.contactHead {
	background-color: #247de3;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 190px;
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	border-top: 1px solid #fff;
	cursor: pointer;
	}

.contactHead img {
	float: right;
	padding: 4px;
}
	
.contactArrow
{
	background-image:url(Images/contactHeadArrowRight.gif);
	float:right;
	padding-top: 0px;
	width:7px;
	height:7px;
}

.contactArrowRight
{
	float:right;
	background-image:url(Images/contactHeadArrowRight.gif);
	padding-top: 0px;
	width:7px;
	height:7px;
}

.contactArrowDown
{
	float:right;
	background-image:url(Images/contactHeadArrowDown.gif);
	padding-top: 0px;
	width:7px;
	height:7px;
}
	
.contactBox 
{
	background-color:#F0b82b;
	padding: 10px;
	width: 180px;
}
.contactBox a, .contactBox a:link, .contactBox a:visited 
{
	color:#000;
	text-decoration:underline;
}
.contactBox a:hover {
	font-weight:bold;
	text-decoration:underline;
}
	
.contactHead a, .contactHead a:link, .contactHead a:visited 
{
	color:#fff;
	text-decoration:none;
}
.contactHead a:hover {
	color:#000;
	text-decoration:none;
	}
	
ul{
    list-style-type: none;
}
.content ul{
    list-style-type: disc;   
}

.margridview
{
    border-color: White;
    border-width: 0;
    border-bottom-width: 0;
    border-top-width: 0;
    border-width:0;
    font-size: larger; 
    position:relative;
    left: 40px; 
    text-align:right; 
}

.margridviewheader
{
    color: #863216;
    font-size:larger;
}  

.marlabel
{
    font-size: large;
    font-weight: bold;
    position:relative;
    left: 40px;
    color: #863216;
    text-align: center;
}
