/*
	SAMSA, Inc.
	Bay County Road Commission
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}
:focus {
    /* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
blockquote,
q {
    quotes: '' '';
}
a img {
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}
img.aligncenter, figure.aligncenter {
    clear: none !important;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}
p img,
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 5px;
    position: relative;
}
*/.wp-caption .wp-caption-text:before {
    color: #666;
    content: '\2014';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px;
}
/*
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
/* Image borders */
img[class*='align'],
img[class*='wp-image-'],
#content .gallery .gallery-icon img {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    padding: 6px;
}
.wp-caption img {
    border-color: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    /* ... including captioned images! */
    background: #fff;
    border-color: #ddd;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
    margin: 1.625em 0 0;
}
.post-password-required input[type='password'] {
    margin: 0.8125em 0;
}
.post-password-required input[type='password']:focus {
    background: #f7f7f7;
}
/* Author Info */
#author-info {
    font-size: 12px;
    overflow: hidden;
}
.singular #author-info {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2.2em -35.6% 0 -35.4%;
    padding: 20px 35.4%;
}
.archive #author-info {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.2em;
    padding: 0 0 2.2em;
}
#author-avatar {
    float: left;
    margin-right: -78px;
}
#author-avatar img {
    background: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    padding: 3px;
}
#author-description {
    float: left;
    margin-left: 108px;
}
#author-description h2 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
}
/* Text Elements */
p {
    margin-bottom: 0.625em;
}
.entry-content ul,
entry-content ol {
    margin: 0 0 1.625em 2.5em;
}
ul {
    list-style: square;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, 'Bitstream Charter', serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px 'Courier 10 Pitch', Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
code,
kbd,
samp,
var {
    font: 13px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
/* Forms */
input[type='text'],
input[type='password'],
textarea {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    color: #888;
}
input[type='text']:focus,
textarea:focus {
    color: #373737;
}
textarea {
    padding-left: 3px;
    width: 98%;
}
input[type='text'] {
    padding: 3px;
}
input#s {
    background: url(images/search.png) no-repeat 5px 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}
input#searchsubmit {
    display: none;
}
.entry-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 25px;
}
.entry-content {
    line-height: 25px;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
    display: block;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* User Defined Styles */
/*==GLOBAL==*/
body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
.entry-content a {
    color: #052886;
}
.entry-content a:visited {
    color: #999;
}
img {
    border: 0;
}
/*==HEADER==*/
#header {
    /*width: 860px;*/
    width: 1000px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
#large-header {
    /*width: 1210px;*/
    width: 1450px;
    margin: 0 auto;
    position: relative;
}
#citizenimg {
    position: absolute;
    top: 10px;
    left: 10px;
}
#citizentext {
    position: absolute;
    top: 145px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
#nav {
    margin-top: 10px;
    height: 40px;
    border-style: solid;
    border-top: medium solid #e7e7e7;
    padding-left: 15px;
    margin-bottom: 5px;
}
#nav .menu {
    list-style: none;
}
#nav .menu-item a {
    text-decoration: none;
    color: #666;
    font-weight: 500;
}
#nav .menu-item {
    display: block;
    float: left;
    line-height: 45px;
    margin-right: 30px;
    font-size: 14px;
}
#nav .current-menu-item {
    border-style: solid;
    border-top: thick solid #000;
    margin-top: -5px;
}
#nav .current-menu-item a {
    font-weight: 500;
    color: #000;
}
.menu-item-381 ul {
    display: none;
}
#contact {
    margin-top: 15px;
    float: right;
}
/*==INDEX PAGE==*/
#main {
    margin: auto;
    width: 860px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    color: #464646;
    font-size: 14px;
    line-height: 18px;
}
#main h1 {
    font-weight: bold;
    font-size: 16px;
}
#main_left {
    width: 275px;
    margin-right: 15px;
    float: left;
}
#main_center {
    width: 275px;
    float: left;
}
#main_right {
    width: 275px;
    float: right;
}
.construction-projects {
    float: left;
    clear: left;
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: calc(550px - 4em);
    max-height: 500px;
    overflow-y: scroll;
	margin-bottom: 3em;
	background: #f3f3f3;
	padding: 2em;
}
@media (max-width: 1099px) {
    .construction-projects {
        max-width: 100%;
        max-height: none;
    }
}
#main_bottom {
    width: 100%;
}
.grey_line {
    width: 100%;
    border-style: solid;
    border-bottom: medium solid #e7e7e7;
    margin-top: 10px;
    margin-bottom: 10px;
}
#services tr {
    height: 85px;
    margin-bottom: 10px;
}
#services img {
    float: left;
    margin-right: 15px;
}
#services h3 {
    font-weight: bolder;
}
#services p {
    margin-left: 50px;
}
/*==interior pages style==*/
#main_int {
    margin: auto;
    /*background-image:url(images/int_back.jpg);
	background-repeat: no-repeat;*/
    width: 1280px;
    background-position: top;
    z-index: 0;
    padding-top: 100px;
    color: #464646;
    font-size: 14px;
    line-height: 18px;
}
#left_menu {
    width: 375px;
    float: left;
    margin-left: 25px;
    margin-top: 280px;
}
#left_menu a {
    text-decoration: none;
}
#left_menu li {
    line-height: 22px;
    margin-left: 25px;
}
#left_menu ul {
    list-style: none;
}
#left_menu .current-menu-item > a {
    background-color: #052886;
    color: #fff;
    padding: 5px;
    font-weight: 500;
}
#container {
    width: 650px;
    margin-left: 410px;
    background-color: #fff;
    min-height: 600px;
    z-index: 1;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    box-shadow: 2px 2px 20px #e7e7e7;
}
#interior-dashboard {
    width: 890px;
    margin-left: 170px;
    background-color: #fff;
    min-height: 600px;
    z-index: 1;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    box-shadow: 2px 2px 20px #e7e7e7;
}
/*==FOOTER==*/
#footer {
    background-image: url(images/footer_back.jpg);
    background-repeat: repeat-x;
    height: 50px;
    width: 100%;
    color: #6f6f6f;
    font-size: 14px;
}
.move_right {
    /*margin-left: 210px;*/
    text-align: center;
    padding-top: 15px;
}
.move_right a {
    color: #999;
}
/*==SLIDER==*/
#slider {
    margin: 0 auto;
    width: 1280px;
    height: 315px;
    /*background-image:url(images/index_slider_1.png);
	background-repeat: no-repeat;*/
}
.slider-content h1 {
    font-weight: bold;
    font-size: 18px;
}
.slider-content img {
    padding-left: 17px;
    padding-top: 30px;
}
.slider-content p {
    margin-top: 20px;
}
.photo0 {
    background-image: url(images/int_back.jpg);
    background-repeat: no-repeat;
}
.photo1 {
    background-image: url(images/int_back.jpg);
    background-repeat: no-repeat;
}
.photo2 {
    background-image: url(images/int3.jpg);
    background-repeat: no-repeat;
}
.photo3 {
    background-image: url(images/int4.jpg);
    background-repeat: no-repeat;
}
.photo4 {
    background-image: url(images/int5.jpg);
    background-repeat: no-repeat;
}
.photo5 {
    background-image: url(images/int7.jpg);
    background-repeat: no-repeat;
}
.photo6 {
    background-image: url(images/int3.jpg);
    background-repeat: no-repeat;
}
.photo7 {
    background-image: url(images/int4.jpg);
    background-repeat: no-repeat;
}
.pull-right {
    float: right;
}
.dashboard-icon {
    background-image: url('../BCRC/images/sprite-dashboard.png');
    display: block;
    height: 140px;
    margin-bottom: 5px;
    width: 140px;
    font-size: 0;
    text-align: center;
}
.iconBridges {
    background-position: -140px 0;
}
.iconSafety {
    background-position: -280px 0;
}
.iconMaintenance {
    background-position: 0 -140px;
}
.iconFinance {
    background-position: -140px -140px;
}
.dashboard .top {
    width: 456px;
    margin: 0 auto 0 auto;
    height: 190px;
}
.dashboard .button {
    float: left;
    border-color: #ccc5b3 #ccc5b3 #aaa495 #ccc5b3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 7px 0;
    text-shadow: 0 1px 1px white;
    margin: 5px;
    text-align: center;
}
.dashboard .bottom {
    width: 304px;
    margin: 0 auto 0 auto;
    height: 190px;
}
.dashboard .middle {
    height: 50px;
}
.middle_text {
    display: none;
    text-align: center;
}
#nav .menu-item-1633 {
    margin-right: 0;
}
#dashboard-icon-text {
    position: absolute;
    font-size: 10px;
    text-align: center;
    margin-top: -102px;
    margin-left: 95px;
}
#container {
    min-height: 800px;
}
#budget tr td {
    border: 1px solid black;
}

.page-id-3214 #container {
    width: 750px;
}
