﻿@import url(https://fonts.googleapis.com/css?family=Lusitana:400,700);

body {
	max-width: 1950px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
	background-color: #d6d6d6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.required {
    background-color: red;
    padding: 5px;
    border-radius: 2px;
    color: #ffffff;
    position: relative;
    margin-left: 5px;
    
}
.nav-button {
	display: none;
}


/*makes all pdf links use the pdf icon*/
a[href$=".pdf"]:after {
	content: "\f1c1";
	font-family: FontAwesome;
	vertical-align: super;
	padding: 0 5px 0 3px;
	font-size: .5em;
	display: inline-block;
}
/* add this class if don't want pdf icon after link*/
a.noIcon[href$=".pdf"]:after {
	display: none;
}
/*makes external links show external link icon*/
a[href^="http"]:after {
	content: "\f14c";
	font-family: FontAwesome;
	vertical-align: super;
	padding: 0 5px 0 3px;
	font-size: .5em;
	display: inline-block;
}
/* add this class if don't want external link icon after link*/
a.noIcon[href^="http"]:after {
	display: none;
}


#logo a {
	text-decoration: none;
}

.primary-nav {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.homeheader {
list-style-type:none;
min-height:40px;
padding-top:20px;}

    .homeheader a {
    color:white; text-decoration:none; margin-left:50%;}

a img {
    border: none;
}

header {
	width: 100%;
	background-image: url('/img/header.jpg');
	height: auto;
	background-repeat: repeat-x;
    position: relative;
}

header#template {
	background-image: url('/img/templateheader.jpg');
}

#admin{
	float: right;
	width: auto;
	height: 50%;
	position: relative;
    right: 12%;
	z-index: 500;
	font-size:6em;
	opacity:0.3;
	}

#logo {
	float: left;
	width: 15%;
    height: auto;
	margin-left: 12%;
	margin-top: 5px;
    margin-bottom: -30px;
	position: relative;
	z-index: 500;
	border-radius: 5px;
}
    #logo img {
        width:100%;
        height: 100%;
    }

#logoEntities {
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	height: 110px;
	z-index: 500;
}
#logoEntities #entityNames{
	position: absolute;
	bottom: 0;
	font-size: 1em;
	line-height: 1.6em;
}
	#logoEntities #entityNames a {
		display: block;
		white-space: nowrap;
		color: #00454d;
		text-decoration: none;
	}
		#logoEntities #entityNames a:hover {
			color: #852230;
		}



#searchmenu {
    display: none;
}

#discloseLink {
    position: absolute;
    top: 0;
    right: 12.5%;
    padding: 10px 0;
    z-index: 102;
}

    #discloseLink a {
        color: #564A42;
        text-decoration: none;
    }
        #discloseLink a:hover {
            color: #465a7b;
            text-decoration: underline;
        }

#search {
	clear: both;
	width: 100%;
	background: #00454d;
	padding: 2px 0;
	border-bottom: 1px solid #a7c2ed;
}

#searchCont {
    width: 75%;
    margin: 0 auto;
    position: relative;
    color: white;
    text-align: center;
    padding: 0;
}
#searchCont a{
    color: white;
    text-decoration: none;
}

#geninfoTitle {
	position: absolute;
	top: -36px;
	right: 200px;
	background: #852230;
	padding: 10px;
	border-radius: 6px 6px 0 0;
	z-index: 103;
}

    #geninfoTitle a {
        color: lightgray;
        text-decoration: none;
    }

        #geninfoTitle a:hover {
            color: white;
            text-decoration: none;
        }

#searchTitle {
	position: absolute;
	top: -36px;
	right: 0;
	background: #00454d;
	padding: 10px;
	border-radius: 6px 6px 0 0;
	z-index: 103;
}
	#searchTitle a {
		color: #8fbbc0;
		text-decoration: none;
	}
    #searchTitle a:hover {
        color: white;
        text-decoration: none;
    }

#geninfo {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	color: lightgray;
	background: #852230;
	font-size: 1.2em;
}
#geninfo ul{padding: 0; margin: 0;}
#geninfo ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin: 0 10px;
}
    #geninfo ul li a {
        color: lightgray;
    }
    #geninfo ul li a:hover {
        color: white;
        text-decoration: underline;
    }

#findBC {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	color: #8fbbc0;
}

#keyWRD{
        float: left;
        white-space: nowrap;
    }
.findTable {
    width: 100%;
    border: 1px solid yellow;
    border: none;
    border-collapse: collapse;
}

    .findTable tr td {
        vertical-align: middle;
        text-align: left;
        width: auto;
        padding: 0;
    }

#txtKeyword {
    width: auto;
    padding: 5px;
}

#imgbutton1 {
    border: none;
    outline: none;
}

#byAgcy {
    float: left;
    margin-left: 1%;
    margin-top: 3px;
    width: 38%;
    white-space: nowrap;
    text-align: left;
}
#ddlAgency {
    width: auto;
    padding: 5px;
}
.ddlagency {
    width: auto;
    padding: 2px;
}
a#listALL {
    font-size: 1.4em;
    color: white;
    text-decoration: none;
    text-align: right;
    z-index: 102;
    float: right;
    width: auto;
    padding: 4px 0;
}

    a#listALL:hover {
        color: #a7c2ed;
        text-decoration: underline;
    }

#findBCBTTM {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 10px;
}



ul#letters {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    ul#letters li {
        display: table-cell;
        color: gray;
        text-align: center;
    }
		ul#letters li#letterTitle {
			font-size: .75em;
			font-weight: initial;
			text-align: left;
			white-space: nowrap;
			width: 70px;
			color: #8fbbc0;
		}
        ul#letters li a {
            color: white;
            text-decoration: none;
        }
			ul#letters li a:hover {
				color: #8fbbc0;
				text-decoration: underline;
			}


#mainNav {
	clear: both;
	width: 100%;
	background: #00454d;
	padding: 2px 0;
	z-index: 204;
}

#mainNavCont {
	width: 75%;
	margin: 0 auto;
	padding: 10px 0;
	color: gray;
	text-align: center;
	z-index: 204;
}
    #mainNavCont #boardTitle {
        position: relative;
        margin-top: 15px;
    }
		
#mainNavCont #boardTitle a{
    font-size: 2em;
    font-weight: bold;
    color: white;
}
	#mainNavCont #boardTitle a:hover {
		color: #8fbbc0;
	}
	#mainNavCont #boardTitle a.contactCard {
		font-size: 1.2em;
		font-weight: normal;
		color: white;
		background: none;
		border: 1px solid #8fbbc0;
		padding: 4px 12px;
		margin-left: 11px;
		border-radius: 10px;
		position: relative;
		top: -3px;
		text-decoration: none;
		transition: .5s;
	}
		#mainNavCont #boardTitle a.contactCard:hover {
			color: white;
			background: #8fbbc0;
		}
		#mainNavCont #boardTitle .boardType {
			font-size: 1.2em;
			margin-top: 10px;
			color: #8fbbc0;
		}
/*    #mainNavCont #boardTitle #agencyAffiliation {
        font-size: 1.3em;
        font-weight: normal;
        color: white;
        margin-top: 5px;
    }
    #mainNavCont #boardTitle #agencyAffiliation a {
        font-size: 1em;
        font-weight: normal;
        color: white;
    }
		#mainNavCont #boardTitle #agencyAffiliation a:hover {
			color: #8fbbc0;
			cursor: pointer;
		}*/

    #mainNavCont ul {
        padding: 0;
        list-style-type: none;
        width: 100%;
        z-index: 204;
    }
        #mainNavCont ul li {
            display: inline-block;
            white-space: nowrap;
            padding: 0 9px;
            margin: 15px 0;
            z-index: 204;
        }
        #mainNavCont ul li#mainNavTitle{
            display: block;
            text-transform: uppercase;
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 10px;
        }
            #mainNavCont ul li .emailUp {
                color: white;
                font-size: 1.1em;
                text-decoration: none;
            }
			#mainNavCont ul li a {
				color: #8fbbc0;
				border: 1px solid white;
				padding: 8px 12px;
				font-size: 1.1em;
				text-decoration: none;
				z-index: 204;
			}
                #mainNavCont ul li a:hover {
                    color: white;
                    background: rgba(256,256,256,.2);
                }

#cmsNav {
	width: 100%;
	text-align: right;
	background-color: #00454d;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

    #cmsNav ul {
        margin: 0 12% 0 0;
    }


/*#seal{
	position:absolute;
    right: 0;
	clear:both;
	width:20%;
	margin-top:0;
    opacity: .3;
	z-index:101;
		}*/

#content {
	width: 75%;
	margin: 0 auto;
	background-color: white;
	background-repeat:repeat-y;
	height:auto;
	padding-bottom:2%;
	display: inline-block;
	margin-left: 12.5%;
}

.mainContent {
	width: 75%;
	margin: 0 auto;
	background-color: white;
	background-repeat: repeat-y;
	height: auto;
	padding-bottom: 2%;
	display: inline-block;
	margin-left: 12.5%;

	padding: 20px;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #465A7B;
	clear: both;
	box-shadow: none;
	text-align: center;
}

.requiredFieldMarker {
	display: inline-block;
	color: red;
}

#share{
	width:20px;
	display:block;
	float:right;
	margin-top:12%;
	margin-left:88%;
	position:absolute;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:11px;
	}
	#share a {padding-top:5px; padding-left:5px;}

#welcome {
    padding: 20px;
    width: 86%;
    margin: auto;
    font-size: 1.4em;
    border: 2px solid #465a7b;
    border-radius: 6px;
    text-align: center;
}

	#welcome img {
		padding-left:37%;
		margin-bottom:1%;}

/*#divLiveEvents, #divUpcomingEvents {
	width: 48%;
	min-height: 200px;
	background: #00454d;
	color: #b99e8d;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 6px;
}
    #divLiveEvents a, #divUpcomingEvents a {
        color: #b99e8d;
    }
    #divLiveEvents a, #divUpcomingEvents a:hover {
        color: white;
    }
#divLiveEvents {
    float: left;
}
#divUpcomingEvents {
    float: right;
}
#divLiveEvents h2, #divUpcomingEvents h2{
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    font-size: 1.2em;
    color: white;
    border-bottom: 1px solid gray;
}
*/#calendarBox{
    text-align: center;
    margin-top: 3%;
}
	#calendarBox h2 {
		padding: 5px 0;
		margin: 0 1px 0 0;
		background: #852230;
		color: white;
		border-radius: 6px 6px 0 0;
		border-bottom: 1px solid #ECDFBD;
	}
    #calendarBox h2 .smalltype {
        margin-left: 12px;
        font-weight: normal;
    }
	#calendarBox table.calendar tr td{
		text-align: center !important;
	}
	#calendarBox tr{
		border: none !important;
		
	}

#EventCalendar {
    width: 100%;
    height: 650px;
    font-size: 20px;
    background: white;
}

#main, h2.main {
    padding: 20px;
    width: 90%;
    margin: 20px auto;
    font-size: 1.2em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #465A7B;
    clear: both;
    box-shadow: none;
}

	h2.main {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
    h2.headline{
        margin: 0;
        padding: 0;
    }

.smalltype{
	font-size:12px;}

#main img{
	float:left;}


#line {
    float: left;
    clear: both;
    height: 1px;
    width: 87%;
    margin-left: 6.5%;
    text-align: center;
    background-color: #465a7b;
    margin-top: -1%;
    position: relative;
    z-index: 100;
}
#line2 {
	float: left;
	clear: both;
	height:1px;
	width: 87%;
	text-align: center;
	background-color: #465a7b;
	margin-top: 0%;
	margin-left:2%;
	position: relative;
	z-index: 100;
}
#line3 {
	float: left;
	clear: both;
	height:1px;
	width: 30%;
	text-align: center;
	background-color: #465a7b;
	margin-top: 1%;
	position: relative;
	z-index: 50;
}

/*#agency {
    width: 95%;
    margin-left: 1%;
    margin-top: 2%;
    padding: 1%;
    text-align: left;
    border-radius: 5px;
    position: relative;
    z-index: 100;
    font-size: 2.5em;
    font-weight: bold;
    color: #465a7b;
}

    #agency a:link {
        color: #465a7b;
        text-decoration: none;
    }
	#agency a:visited {color: #000;}
	#agency a:hover {color: #465A7B; text-decoration:underline;}
	#agency a:active {color: #000;}
#agencyHide {
    font-size: .5em;
    font-weight: normal;
    color: gray;
}
#agencyHide #lnkAgency {
    color: gray;
}
    #agencyHide #lnkAgency:hover {
        color: #465a7b;
    }*/

#searchby{
	width: 95%;
	margin-left:1%;
	margin-top:2%;
	padding:1%;
	text-align:left;
	border-radius:5px;
	position: relative;
	z-index: 100;
	font-size:3em;
	font-weight:bold;
	}

#leftm{
	clear:both;
	float:left;
	position:relative;
	margin-top:2%;
	margin-left:-4%;
	width:21%;
	background-color:#e3eaf3;
	padding:1% 1% 0% 1.5%;
	border-radius:10px;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
}

#leftm a:link {color: #000;line-height:45px; text-decoration:none;}
#leftm a:visited {color: #000;line-height:45px;}
#leftm a:hover {color: #547294;line-height:45px; cursor:pointer}
#leftm a:active {color: #000;line-height:45px;}

    #leftm li {
    line-height:20px;}

.agencysmall{
	font-weight:normal;
	font-size:.9em;
}


	.agencysmall a:link {color: #000;text-decoration:none;}
	.agencysmall a:visited {color: #000;}
	#leftm .agencysmall a:hover {color: #547294; line-height:normal; cursor:pointer;}
	#leftm .agencysmall a:visited {line-height:normal;}
	#leftm .agencysmall a:link {line-height:normal;}
	.agencysmall a:active {color: #000;}

.email{
	font-weight:normal;
	font-size:.9em;
	font-style:italic;
	margin-top:-15px;}

#btnSubmit{
	width:10%;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
	padding:1px;
}
#btnSubmit:hover {
	color: red;
	cursor: pointer;
	border-color:red;
	border-radius:5px;
}
#btn_Reset{
	width:40%;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
	padding:1px;
}
#btn_Reset:hover {
	color: red;
	cursor: pointer;
	border-color:red;
	border-radius:5px;
}

#btnInfo{
	background:none;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	border:none;
	line-height:45px;
	padding:0;
}

#btnInfo:hover {
	color: #547294;
	cursor: pointer;
}
  #btnInfo:focus {outline:0;}

#btnInsert {
	width:200px;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
	padding:1px;
	margin-left:35%;
}
#btnInsert:hover {
	color: #465A7B;
	cursor: pointer;
	border-color:#465A7B;
	border-radius:5px;
}

#btnCancel{
	width:auto;
    padding: 0 8px;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
	padding:1px;
}
#btnCancel:hover {
	color: red;
	cursor: pointer;
	border-color:red;
	border-radius:5px;
}

#btnSave {
    width: auto;
    padding: 0 8px;
    font-size: 1em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 30px;
    padding: 1px;
}
	#btnSave:hover {
	color: red;
	cursor: pointer;
	border-color:red;
	border-radius:5px;
}

.btnSave {
    width: auto;
    padding: 0 8px;
    font-size: 1em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 30px;
    padding: 1px;
}

    .btnSave:hover {
        color: red;
        cursor: pointer;
        border-color: red;
        border-radius: 5px;
    }

.btnNewBoard{
	width:50%;
	height:35px;
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:1px;
	margin-left:65%;
	border-radius:5px;
}
.btnNewBoard:hover {
		height:35px;
		background-color:#F0F8FF;
		cursor: pointer;
		border-radius:5px;
}

.gridView{
    border: 1px solid black;
}

.fbox {
    width: 90%;
    clear: both;
    float: left;
    padding-top: 25px;
}
.lbox{
	float:left;
	width:30%;
	text-align:right;
	padding-right:1%;}

.rbox{
	float:left;
	width:60%;
    text-align: left;
}

.note{
	font-size:14px;
	color:red;
	font-style:italic;}

.noresults{
	padding-left:2.5%;
	color:red;}

.back{
		width:15%;
		float: none;
		margin-top:0;
		margin-bottom:0;
		margin-left:2%;
		padding:4px;
		background-color:#465A7B;
		color:white;
		border-radius:2px;
		border:none;
		cursor:pointer;
	}

#templatecontent{
	width:95%;
	position:relative;
	margin: 2%;
}

.eventhead {
    position: relative;
    top: 1px;
    z-index: 5;
}

	.eventhead a {
		display: inline-block;
		background-color: #e3eaf3;
		padding: 8px 12px;
		margin-right: 5px;
		border-radius: 10px 10px 0 0;
		border-left: 1px solid #465a7b;
		border-top: 1px solid #465a7b;
		border-right: 1px solid #465a7b;
		border-bottom: 1px solid #e3eaf3;
		font-weight: bold;
		font-size: 1.5em;
		color: #852230;
		text-decoration: none;
	}

		.eventhead a.inactive {
			background-color: #f1f5fb;
			color: #00454d;
			border-bottom: 1px solid #465a7b;
		}

			.eventhead a.inactive:hover {
				color: #852230;
			}

#meetingsContain {
    float: left;
    position: relative;
    width: 100%;
    background-color: #e3eaf3;
    padding: 1.5% 0% 3% 2%;
    border-radius: 0 10px 10px 10px;
    border: 1px solid #465a7b;
    line-height: 20px;
    margin-bottom: 20px;
}

#events {
    
}

#archives{
    display: none;
	}

.archiveshead{
    display: inline-block;
	font-weight:bold;
	font-size:2em;
    vertical-align:middle;
	}
.archivePick {
    display: inline-block;
    margin-left: 15px;
    padding: 4px 4px 4px 8px;
    background: #465a7b;
    color: white;
}
.yearDDL{
    padding: 5px;
    font-size: 1.2em;
}

#gvEvents {
    Width: 99%;
}
	#gvEvents th {
		font-size:14px;}
	#gvEvents td{
		padding: 15px 10px 15px 10px;
		font-size:.9em;
		}

	#gvArchive{
		Width:95%;}
	#gvArchive th {
		font-size:14px;}
	#gvArchive td{
		padding: 15px 10px 15px 10px;
		font-size:13px;
		}

	#gvBoards{
		Width:99%;}
	#gvBoards td{
		width:auto;
		padding: 15px 10px 15px 10px;
		font-size:13px;
		}

    #gvMeetings{
		Width:99%;}

    #gvMeetings th {width:19%;
                    padding: 12px 10px 12px 10px;
}

	#gvMeetings td{
		width:auto;
		padding: 12px 10px 12px 10px;
		font-size:14px;
		}

    
    #gvDocuments{
		Width:99%;
    }

    #gvDocuments th {width:auto;
                    padding: 12px 10px 12px 10px;
                    border:solid thin #ECDFBD;
}

	#gvDocuments td{
		width:auto;
		padding: 15px 10px 15px 10px;
		font-size:14px;
        border:solid thin #ECDFBD;
		}


   #gvLinks{
		Width:99%;
    }

    #gvLinks th {width:auto;
                    padding: 12px 10px 12px 10px;
                    border:solid thin #ECDFBD;
}

	#gvLinks td{
		width:auto;
		padding: 15px 10px 15px 10px;
		font-size:14px;
        border:solid thin #ECDFBD;
		}

	#gvAudio{
		width: 99%;
	}

#gvAudio th {
	width: auto;
	padding: 12px 10px 12px 10px;
	border: solid thin #ECDFBD;
}

#gvAudio td {
	width: auto;
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	border: solid thin #ECDFBD;
}




#gvContacts {
width:100%;
line-height:25px;
}

#gvListServ {
width:100%;
line-height:25px;
}

#information{
	float:left;
	position:relative;
	margin-left:2%;
	width:90%;
	padding:1.5% 0% 1% 2%;
	border-radius:10px;
	line-height:20px;
	}
#gvBoardMembers{
	width:98%;
	position:relative;
	margin-left:1%;
	line-height:23px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
    top: 0px;
    left: 0px;
}
	#gvBoardMembers tr:hover{
		background:#F4F1E2;}
	#gvBoardMembers td{
		padding-top:10px;
		padding-bottom:10px;
        vertical-align: top;
		}

    #gvBoardMembers img {
        float: right;
        width: 200px;
        margin-right: 10px;
    }
img#imgCurrentPhoto {
    width: 200px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.phototip {
    font-size: .6em;
    font-style: italic;
}

.bio td {height:150px;
      overflow:scroll;
}

#gvResults{
	width:90%;
	position:relative;
	margin-left:4%;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left
	}

	#gvResults a:link {color: #465A7B;text-decoration:none;}
	#gvResults a:visited {color: #000;}
	#gvResults a:hover {color: #547294; text-decoration:underline;}
	#gvResults a:active {color: #000;}

#boardgroup {
width:100%;
}


.accheader {
background:#cbd8e9;
line-height:30px;
font-weight:bold;
padding:5px;
margin-bottom:5px;
border-radius:2px;
width:95%;
}
    .accheader:hover {
    cursor:pointer;}

.acccontent {
    width:93%;
    line-height:28px;
    padding:10px;
    font-family:'Times New Roman', Times, serif;
    text-align:left;

}
    .acccontent th {padding:0px 95px 0px 0px; text-align:left;
    }

    .acccontent td {padding:0px 95px 0px 0px; text-align:left;
    }



.calendar{
	width: 80%;}

	.calendar tr{border:#465A7B; border-style:solid; border-width:thin;}

	.calendar a:link{text-decoration:none;}
	.calendar a:hover {text-decoration:underline; font-weight:bold;}

footer {
	max-width: 1400px;
	margin: 0 auto;
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-bottom:2%;
}
	footer a:link {
		color: #852230;
		text-decoration: none;
	}
	footer a:visited {color: #547294;}
	footer a:hover {color: #547294; text-decoration:underline;}
	footer a:active {color: #547294;}

footer #copyright {
	float: left;
	width: 50%;
}

footer #footerlinks {
	float: right;
	text-align: right;
}

.back-to-top {
    position: fixed;
	height:65px;
	width:65px;
	background:url("/img/up.png");
	background-repeat:no-repeat;
    bottom:20px;
    right: 15px;
    padding: 1em;
    display: none;
	opacity:.5;
}

.back-to-top:hover {
	background:url(../../img/up.png);
	background-repeat:no-repeat;
	opacity:1;
}

#stream{
    padding:20px;
    background:white;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.streamtext {
color:red;
margin-left:5%;
}



@media (min-width: 1800px) {
	
	#leftm{width:20%;}}

@media (min-width: 1600px) {

	nav {
		margin-top: -2.5%;
		margin-right:12%;
	}
	nav ul li a {
	font-size: 1em;
}

	#leftm{
	float:left;
	position:relative;
	margin-top:3%;
	margin-left:-3%;
	width:20%;
	background-color:#e3eaf3;
	padding:1% 1% 0% 1.2%;
	border-radius:10px;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
}
}
@media (max-width: 1565px){
    #keyWRD{
        width: auto;
    }
}
@media (max-width: 1350px) {
    #keyWRD{
        width: auto;
        white-space: initial;
    }
    #byAgcy{
        width: 30%;
    }
    #ddlAgency {
        width: 75%;
    }
	#seal{
	width:20%;
	margin-top:1%;
	margin-left:78%;
}
		#seal img {
			width:98%;}

	#leftm{
	float:left;
	position:relative;
	margin-top:3%;
	margin-left:-3%;
	width:23%;
	background-color:#e3eaf3;
	padding:1% 0% 0% 1%;
	border-radius:10px;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
}

		#leftm a:link {color: #000;line-height:35px; text-decoration:none;}
		#leftm a:visited {color: #000;line-height:35px;}
		#leftm a:hover {color: #547294;line-height:35px; cursor:pointer}
		#leftm a:active {color: #000;line-height:35px;}

#events{
	width:103%;
	}

#archives{
	width:103%;
	}
}

@media (max-width: 1275px) {
    #logo{margin-left: 8%;}
    /*#logo img {
    width:115%;}*/
    #searchCont {
        width: 84%;
    }
    #admin {
        right: 8%;
    }
    #discloseLink {
        right: 8%;
    }
	#agency{font-size:2.5em;
	font-weight:bold;
		}
	#seal{
	width:20%;
	margin-top:2%;
	margin-left:80%;
}
		#seal img {
			width:90%;}

	#events{
	width:105%;
	}

#archives{
	width:105%;
	}
#content{
	width:84%;
	margin:0 8%;}

#share{
	width:20px;
	display:block;
	float:right;
	margin-top:21%;
	margin-left:95%;
	position:absolute;
	}
	
		#leftm{width:23%;}
}

@media (max-width: 1125px) {
		nav ul li a {
		font-size: 18px;
}
    /*#logo img {
    width:125%;}*/
	
	#leftm{
	float:left;
	position:relative;
	margin-top:3%;
	margin-left:-3%;
	width:23%;
	background-color:#e3eaf3;
	padding:1% 0% 0% 1%;
	border-radius:10px;
	line-height:20px;
	font-weight:bold;
	font-size:13px;
}

	#gvArchive{
		Width:40%;}
	#gvArchive th {
		font-size:14px;}
	#gvArchive td{
		padding: 10px 5px 10px 5px;
		font-size:.9em;
		}
}

@media (max-width: 1025px) {
    #keyWRD {
        display: block;
        width: auto;
        white-space: initial;
        float: none;
        margin-bottom: 1%;
    }
    #byAgcy {
        display: block;
        width: auto;
        float: none;
        margin: 0 0 1% 0;
    }
    .findTable{width: auto;}
    .ddlagency{width: auto; }
    a#listALL {
        display: block;
        float: none;
        text-align: left;
        margin-bottom: 1%;
    }



	nav {
		margin-top: -2.5%;
	}
		nav ul li a {
		font-size: 1em;
}

	#leftm{

	width:24%;
	padding:1% 0% 0% 1.5%;
}

#events{width:103%}
#archives{width:103%;}
}

@media (max-width: 1000px) {
    #discloseLink {
        right: 5%;
    }
    #searchCont {
        width: 89%;
        margin: 0 6.5%;
    }

	#logo #stateofsd{
		font-size:2em}


#seal{
	position:absolute;
	clear:both;
	width:18%;
	margin-top:1%;
	margin-left:78%;
	z-index:101;
		}

    #events {
    width:105%;}
    #archives {width:105%;
    }

	#gvEvents{
		Width:100%;}
	#gvEvents th {
		font-size:13px;}
	#gvEvents td{
		padding: 12px 8px 12px 8px;
		font-size:.8em;
		line-height:15px;
		}

	#gvArchive{
		Width:100%;}
	#gvArchive th {
		font-size:13px;}
	#gvArchive td{
		padding: 12px 8px 12px 8px;
		font-size:.8em;
		line-height:15px;
		}

	#gvBoards{
		Width:100%;}
	#gvBoards td{
		width:auto;
		padding: 12px 8px 12px 8px;
		font-size:.8em;
		}

		#share{
	width:20px;
	display:block;
	float:left;
	margin-top:25%;
	margin-left:2%;
	position:absolute;
	}
	#templatecontent{margin-left:1%;}
#leftm{
	width:26%;
	padding:1% 0% 0% 1.5%;
}

#events{width:101%}
#archives{width:101%;}
}

@media (max-width: 875px) {
    #discloseLink {
        right: 2%;
    }

    #searchCont {
        width: 92%;
        margin: 0px auto 0px 6.5%
    }
	nav {
		margin-top: -3%;
	}
    #leftm{

	margin-left:-.6%;
    width:27%;

}
    #templatecontent {
    margin-left:.5%;}

	

	#agency{
		font-size:1.7em;}

	.eventhead{
	  font-weight:bold;
	  font-size:1.5em;}

	.archiveshead{
	  font-weight:bold;
	  font-size:1.5em;
	}
    #events {width:98%;
    }
    #archives {
    width:98%;}

	#line3{width:20%;}

	#gvEvents{
		Width:100%;}
	#gvEvents th {
		font-size:13px;}
	#gvEvents td{
		padding: 12px 8px 12px 8px;
		font-size:.8em;
		line-height:15px;
		}

	#gvArchive{
		Width:100%;}
	#gvArchive td{
		padding: 12px 8px 12px 8px;
		font-size:.8em;
		line-height:15px;
		}

	#gvBoards{
		Width:100%;}
	#gvBoards td{
		width:auto;
		padding: 12px 8px 12px 8px;
		font-size:.8em;
		}


#share{
	width:20px;
	display:block;
	float:left;
	margin-top:25%;
	margin-left:1%;
	position:absolute;
	}


}

@media (max-width: 800px) {
    ul#letters {
        display: block;
        table-layout: initial;
    }
        ul#letters li {
            display: inline-block;
            padding: 2%;
        }


	header {
		background-image: none;
	}

	#logo {
		height: 110px;
		width: auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#logoEntities {
		display: none;
	}

    #seal{
	width:20%;
	margin-top:2%;
	margin-left:80%;
}
		#seal img {
			width:90%;}

    #share {
    margin-top:30%;
    margin-left:0%;
    }
    #agency{
	width: 95%;
	margin-left:1%;
	margin-top:2%;
	padding-top:7%;

	}

	.nav-button {
		display: inline-block;
		z-index: 200;
		background: #8fbbc0;
		padding: 10px 0px;
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 5%;
		color: #00454d;
	}
    .nav-button:hover {cursor:pointer;
    }

	#searchmenu {
		display: block;
		float: right;
		background-color: #465a7b;
		border-radius: 8px;
		text-align: center;
		margin-top: -18%;
		margin-right: 3%;
		margin-bottom: 1%;
		color: #ecdfbd;
		font-size: 1.7em;
		height: 75%;
		font-weight: bold;
		width: 18%;
		cursor: pointer;
	}

	#searchmenu img {
		width: 75%;
		margin-bottom: -10px;
		margin-top: 7px;
	}


    #welcome{background: white;}
	.back{
		width:15%;
		float: none;
		margin-top:0;
		margin-bottom:0;
		margin-left:2%;
		padding:4px;
		background-color:#465A7B;
		color:white;
		border-radius:2px;
		border:none;
		cursor:pointer;
	}

	nav {
		display: none;
	}

    .rbox {
    width:70%;
    text-align: left;
    }
#events{
	width:105%;}
#archives{
	width:105%;}
#templatecontent{
	width:87%;}




	.email{
		font-weight:normal;
		font-size:.9em;
		font-style:italic;
		color:#F4ECD7;
		font-weight:bold;
		margin-left:20px;
		margin-top:-15px;}

	footer {
		width: 100%;
		float: left;
	}


	footer #copyright {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	footer #footerlinks {
		width: 100%;
		clear: both;
		text-align: center;
		margin: 0;
		padding: 10px;
	}

	/* Navigation Bar
	-------------------------------------------------------- */
    #mainNavCont #boardTitle a {
        font-size: 1.5em;
    }
    /*#mainNavCont #boardTitle #agencyAffiliation {
        font-size: 1em;
    }

        #mainNavCont #boardTitle #agencyAffiliation a {
            font-size: 1em;
        }*/

    #mainNavCont ul {
        display: none;
    }
    #mainNavCont ul.open {
        display: block;
    }

        #mainNavCont ul li {
            display: block;
            padding: 0 9px;
            margin: 30px 0;
            z-index: 204;
        }

            #mainNavCont ul li a {
                color: #b99e8d;
                border: 1px solid white;
                padding: 8px 12px;
                font-size: 1.1em;
                text-decoration: none;
                z-index: 204;
            }


		/*#leftm {
			background: none;
			width: 80%;
			margin-top: -195px;
			left: 0px;
            z-index:100;
		}*/

		#btnInfo {
		width: 100%;
		text-align: left;
		}

		#btnInfo:hover {
			color: #F4ECD7;
		}

}

@media (max-width: 677px) {
    #divLiveEvents, #divUpcomingEvents {
        width: 100%;
        min-height: unset;
        margin-bottom: 2%;
        float: none;
    }
    #logo {
        margin-left: 2%;
    }
    #admin {
        right: 2%;
    }
    #searchmenu {
        width: 20%;
        margin-top: -22.5%;
    }

    #txtKeyword {
        width: 55%;
    }


    #agency {
        margin-top: 5%;
    }

    .mobilenoshow {
        display: none;
    }

    .back-to-top {
        opacity: 0;
    }

        .back-to-top:hover {
            opacity: 0;
        }

    #gvEvents {
        line-height: 11px;
        font-size: 9px;
    }

    #gvArchive {
        line-height: 11px;
        font-size: 9px;
    }


    #leftm {
        top: 15px;
    }

    #seal {
        display: none;
    }






    #share {
        margin-top: 30%;
        margin-left: 0%;
    }
}
@media (max-width: 600px) {
	#searchmenu {
		height: auto;
		padding-bottom: 10px;
		font-size: 1.8em;
	}
	#agency {
		margin-top:.5%;
		font-size:23px;
		font-weight:bold;}
	#searchby {
		margin-top:.5%;
		font-size:20px;
		font-weight:bold;}

	footer{
		width:96%;
		margin-right:2%;
		margin-left:2%;
		background-color:#443A35;}
	footerlinks{
		width:100%;
		margin-right:2%;
		margin-left:2%;}

	#gvBoardMembers{
		width:70%;
		line-height:15px;
		font-size:10px;}

    #welcome {
        width: 90%;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
        font-size: 14px;
        font-family: Tahoma, sans-serif;
        font-weight:bold;
    }

    

	#EventCalendar{
		margin-left:3px;
		height:230px;}
	.calendar{
		width:98%;
		}
	#templatecontent	{
		width:92%;}

	#archives{
		width:100%;}
	#events	{
		width:100%;}
	.eventhead{
		font-size:16px;}

	.archiveshead{
		font-size:16px;}

	.mobilenoshow{
	display:none;}
    .back {
  display:none; }
	.back-to-top{
		display:none;}
	.back-to-top:hover	{
		display:none;}

	#gvResults	{
		width: 90%;}
		#gvResults td{
			padding-top:10px;}

    .nav-button {
    margin-top:7%;}

    #leftm {
    top:25px;}
		}

@media (max-width: 525px) {
	#searchmenu {
		font-size: 1.3em;
	}
	#logo{
		margin-bottom: 40px;
	}

	#content {width:100%;
	margin:0 auto;}

	#share{
	margin-top:30%;
	margin-left:0%;
	position:absolute;
	}

    #leftm {
    top:28px;}


    #letters {
    line-height:40px;
    padding:1% 3% 1% 3%;
    margin-bottom:20%;}

    .ddlagency {
    width:90%;}
    
}

@media (max-width: 460px) {
#searchmenu {
		width: 20%;
		margin-top: -25.5%;
	}




    #logo {
    height:90px;}
    #searchTitle {
        position: initial;
        text-align: center;
    }
    
    #leftm {
    top:15px;}




	.mobilenoshow{
	display:none;}
}

@media (max-width: 400px) {
	#searchmenu {
		width: 20%;
		margin-top: -28.5%;
	}

	#searchmenu {
		font-size: 1.2em;
	}

	#searchmenu img {
		margin-bottom: -3px;
	}

	header {
		/*height: 90px;*/
        margin-bottom:9%;
	}
	.mobilenoshow{
	display:none;}


	#share {
    display:none;}

    #leftm {
    top:5px;}
}

@media (max-width: 350px) {
	#searchmenu {
		font-size: 1em;
	}

	#header {
		/*height: 110px;*/
	}
	.mobilenoshow{
	display:none;}


#tb_Values {
	display: none;
}

#leftm {
    top:2px;}


#logo {
    height:70px;}

    #share {
    margin-top:0;
    margin-left:-2%;
    }

    
    
}

.textAlignCenter{
    text-align: center;
}