﻿a, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*.iconLinks a
{
    color: #6b6a69;
    text-decoration: none;
}

.iconLinks a:hover
{
    color: #6b6a69;
    text-decoration: underline;
}*/

TD
{
    vertical-align: top;
}


P
{
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
}

h1
{
    color: #4e5d72;
    font-size: 36px;
    font-weight: 700;
}

h2
{
    color: #76b3d2;
    font-size: 18px;
    background:transparent !important;
}

h3
{
    color: #708f82;
    font-size: 18px;
    text-decoration: underline;
    padding: none;
    margin: none;
}

.formsDocsLinks
{
    display:block;
}
.photoGalleryImageInner {
width: 180px;
height: 130px;
overflow: hidden;
}
.photoGalleryImage {
background-color: white;
border: 1px solid gray;
padding: 4px;
float: left;
overflow: hidden;
margin: 10px;
text-align: center;
}
.contactEmail
{
    font-size:12px;
}
/*  Styles that override Bootstrap settings */

.control-label
{
	font-weight: bold;
}

.nav, .nav-tabs
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.nav-tabs
{
	padding-left: 5px;
	margin-left: 10px !important;
}

.nav-tabs .active a, .nav-tabs .active a:hover
{	
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #efefef;
}

.tab-content
{
	padding: 10px;
	background-color: #efefef;
	border: 1px solid gray;
	border-radius: 5px;
}



/* Editor Styles */
.lightBlue
{
    color: #2d4c61;
}
.larger
{
    font-size: 16px;
}
.smaller
{
    font-size: 12px;
}
.red
{
    color: #b4050d;
}

/* GridView Styles */
.gvHdr
{
    background: #4e5d72;
    color: #FFFFFF;
}
.gvRow
{
    background: #FFFFFF;
    color: #000203;
}
.gvAltRow
{
    background: #abd1e4;
    color: #000203;
}
.gvRow:hover, .gvAltRow:hover
{
    background: #e9eaeb;
}


/**HomePage Redesign **/
#iconNav
{
     display: table;
  width: 100%;
  padding-bottom:20px;
}
#iconNav ul
{
    list-style-type:none;
    display: table-row;
  width: 100%;
}
#iconNav ul li
{
    display: table-cell;
  width:1%;
  text-align:center;
}
#iconNav ul li img
{
  vertical-align:top;
}
#columnHolder
{
    width:100%;
    min-height:500px;
}
#countyFocus
{
    float:left;
    background-color:#e2e3e1;
    width:30%;
    min-height:803px;
    max-height:803px;
    margin-left:2%;
    margin-right:2%;
    overflow:hidden;
    border: 3px solid #9dbccb;
}
#countySpotlight
{
    float:left;
    background-color:#e2e3e1;
    width:30%;
    min-height:803px;
    max-height:803px;
    height:100%;
    overflow:hidden;
    border: 3px solid #96b1a6;
}
#countySpotlight ul li
{
    line-height:42px;
}
#myYorkCounty
{
    float:left;
    background-color:#e2e3e1;
    width:30%;
    min-height:803px;
    max-height:803px;
    margin-left:2%;
    margin-right:2%;
    overflow:hidden;
    border: 3px solid #d4ac88;
}

#myYorkCounty ul,#countySpotlight ul
{
    list-style-type:none;
    padding-top:10px;
    padding-left:20px;
}
#myYorkCounty ul li
{
    line-height:35px;
}