/***********************************************/
/* gutter.css                                  */
/* for use with RochesterGutter.net            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
/*
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	width: 990px;
	border: 0px #0f0 solid;
*/
	font-weight: bold;
	color: #000;
	margin: auto;
	padding: 0px;
	background-color: #C9B89C;
	padding-top: 0;
	margin-top: 0;
}

.workarea{
	background-color: #C9B89C;
	padding: 10px;
/* 
	float: left;
	margin-left: -15px;
	margin-rigth: -15px;
	border: 0px solid #f00;
	width: 990px;
	float: left;
*/	
}

#masthead{
	background-image: url(../images/rgbanner16.jpg);
	background-repeat: no-repeat;
	background-color: #cccc94;
	background-size: contain;
	background-position: center;
	clear: both;
/*	
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/rgbanner15b.gif);
	background-repeat: no-repeat;
	width: 990px;  
	border: 2px solid #0F0;
*/
	height: 190px;
}

.telephone {
	font-size: 60px;
	text-align: center;
	clear: both;
	background-color: #CC9;
}

#main_menu{
	background-color: #000;
	float: left;
/* 
	z-index: 5;
	border: 5px solid #000; 
	width: 125px;
	float: left;
*/	
	padding: 1px;
	font-weight: bold;
}

#menu {
	color: #000;
	background: #fff;
	list-style-type: none; 
	text-decoration: none; 
	text-align: center;
	display: block;
	margin: 0px; 
	padding: 0px; 
/*
	border: 0px solid orange;
	width: 125px;
*/
	font-size: 13px;
	line-height: normal;	
}

#menu a {
	border: 3px outset #fff;
	text-decoration: none; 
	display: block;
	color: #000;
	background: #fff;
	padding: 2px; 
}

#menu a, a.active {
	color: #fff;
	background: #000;
	line-height: 1.0;	
	text-decoration: none;
}

#menu a.active {
	background: #000;
	color: #fff;
	border: 3px inset #000;
}

#menu a:visited {
	color: #fff;
}

#menu a:hover {
	color: #000;
	background: #fff; 
	border: 3px inset #000;
}
	
#menu a.active:hover {
	background: #000; 
	color: #fff;
	border: 3px inset #000;
}

/*  css copied from BAFF_custom */

.rgc_main_menu {
	background-color: transparent; /* #0FF; */
	float: none;
	text-align: center;
	margin: 0 auto;
}
.banner_logo {
	float: left;
/*	display: inline;  */
	margin-right: 10px;
	margin-left: 10px;
}
/*
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inherit;
}
*/
.item {
	text-align: center;
	display: block;
	margin: auto;
	max-width: 600px;
}

.carousel-inner {
	display: block;
	margin: auto;
	max-width: 600px;
}

.navbar-toggle {
	margin-right: 30px;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #FFF;
	color: #000;
}
.menu {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
/*	color: #FFF; */
	margin-left: 5px;
	margin-right: 5px;
	margin: 0;
}
.menu:hover {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
	margin: 0;
}

/* for dropdown menu */
.dropdown-menu, .dropdown-toggle {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	margin-left: 5px;
	margin-right: 5px;
	margin: 0;
}
.dropdown-menu:hover {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	margin-left: 5px;
	margin-right: 5px;
	margin: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu > li > a {
	color: #FFF;
	background-color: #000;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #000;
	background-color: #FFF;
}
/* end  of drodown menu items */

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFF;
	background-color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #000;
	background-color: #FFF;
}

/* make nav_bar smaller by removing padding */
.navbar-brand {
	float: left;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 10px;
}
.navbar {
	min-height: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: transparent;
}
.navbar-default {
	border: 0px solid #e7e7e7;
	background-color: transparent;
	background-image: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #000;
    color: #fff;
}
.navbar {
	margin-top: 10px;
	background-color: transparent;
}

.footer {
	color: #fff;
	text-align: center;
	/* font-size: 80%; */
	background-color: #000;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.footer_stripe {
	background-color: #ba091a;
	height: 3px;
	z-index: 10;
	position: relative;
	top: 45px;
}
.footer_box {
	background-color: #232323;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 70px;
}
.footer_menu {
	text-align: left;
	min-height: 200px;
	border: 0px solid #fff;
}
.menu_footer {
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	border: 0px solid #fff;
}
.footer_contact {
	text-align: center;
	border: 0px solid #fff;
}
.footer_contact_text {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
}
.footer_contact_text2 {
	font-size: 16px;
	color: #FFF;
}
.footer_contact_text2 a {
	text-decoration: underline;
}

.footer_contact_text2 p {
	padding-bottom: 0px;
}

.navbar {
	margin-top: 10px;
	background-color: transparent;
}
.main_menu2 {
	margin-left: -15px !important;
	margin-right: -15px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*  fix for menu items so they are in one line with less space between items */
.nav > li {
/*
	position: relative;
    float: none;
	display: block;
 */
}
.nav > li > a {
/*	position: relative; */
	display: block;
	padding: 5px 5px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #fff;
}
.navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
}

/* end css copied from BAFF_custom  */


h1{
 	font-family: Verdana,Arial,sans-serif;
	line-height: 1.166;	
 	color: #FFF;
 	margin: 0px;
 	padding: 2px;
	text-align: center;
}

h2 {
 	font-family: Verdana,Arial,sans-serif;
	line-height: 1.166;	
 	color: #000;
 	margin: 0px;
 	padding: 2px;
	text-align: center;
}

th {
	text-align: center;
}

#content {
	font-weight: bold;
	text-align: left;
	background: #fff;
	padding: 10px;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #C9B89C;
	min-height: 500px;	
/* 
	font: 0.9em/1.3em Arial, Helvetica, sans-serif;
	float: left;
	border: 0px solid #000;
	float: left;
	width: 440px;
	width: 650px;
*/	
}
/*
#content a {
	text-decoration: none;
	color: #f00;
}

#content a:hover { 
	background: #f00;
	color: #fff;
}
*/
/************* #footer styles *************/

#footer, #bottom {
	color: #fff;
	background-color: #000;
	font-weight: bold;
	padding: 0px;
	float: left;
	width: 100%
/* 
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 10px;
	padding-top: 3px;
	width: 990px;	float: left;
	border: 0px solid #F00;
*/	
}

#footer a {
	color: #fff;
	background-color: #000;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #fff;
	color: #000;
}

#footer p {
	text-align: center;
}

#bottom {
	/*
	color: #fff;
	background-color: #000;
	font-size: 70%;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	*/
/*	width: 990px;  */
/* 
	border: 2px solid #F00;
	float: left;
*/	
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}  */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.title0 {
	font-weight: bold;
	font-size: 30px;
 	color: #600;
	display: block;
	line-height: 2; 
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	line-height: 2; 
	text-align: center;
}

.title2 {
	font-weight: bold;
	font-size: 18px;
 	color: #000; 
	display: block;
	text-align: center;
}

.name {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
 	color: #f00; 
	display: block;
}

.name2 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
 	color: #f00; 
}

.even {
	background-color: #ffa;
}

.ctr {
	text-align: center;
}

table {
	text-align: left;
/*
	font: 0.9em/1.3em Arial, Helvetica, sans-serif;
*/
	font-weight: bold;
}

form {
	font-weight: bold;
/*
	font: 0.9em/1.3em Arial, Helvetica, sans-serif;
	font-size: xx-small;
*/	
}

.logo{
	border: 0px solid #000;	
}

.photo{
  	float: right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
}
.photo_rotator {
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
}
.photoL{
  	float: left; 
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
}

.photo-large{
  	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.left_col {
	float: left;
	width: 350px;
	top: 0px; 	
}

.right_col {
	padding: 3px;
	text-align: center;
}

.list_bullets {
	display: list-item;
}

.list_bullets a {
	display: list-item;
}

.boxed {
	background-color: #000;
	border: 2px solid #f00;
}

#date {
	font-size: small;
	color: #00000F;
	font-weight: bold;
}

.headtext{
	background-color: #000;
	border: 2px solid white;
	text-align: center;
	color: #FFF;
	height: 100px;
	vertical-align: middle;
}

.section{
	background-color: #600;
	text-align: center;
	color: #FFF;
	padding: 5px;
	font-size: 18px;
}
/*
a.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 2px;
	border-width: 2px;
	border-color: #F00;
	border: outset;
	text-decoration: none;
	text-align: center;
	display: block;
}

a.button:hover
{
 	color: #000;
	background-color: #FFF;
}

a.button:active
{
	border: inset; 
 	color: #000;
	background-color: #FFF;
}
*/
input, option, select {
/*
	font-size: x-small;
*/	
	font-weight: bold;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	text-align: center;
}

.description {
	padding: 5px 5px 5px 5px;
	border: 0px solid #003399;	
	margin: 10px 10px 10px 10px;
	min-height: 50px;
}

.clear {
	clear: both;
}

.required {
	color: #f00;
	font-weight: bold;

}

/* estimate table formatting */
.est_table {
	display: table;
	background-color: #600;
	color: #fff;
	font-size: 16px;
	padding: 10px !important;
}
.est_table_row {
	display: table-row;
	margin-bottom: 5px;
	padding: 10px !important;
}
.est_table_cell {
	display: table-cell;
	float: left;
	border: 1px solid #FFF;
	min-width: 100px;
	margin-right: 5px;
	min-height: 20px;
	margin-bottom: 5px;
}

.est_table_cell input, .est_table_cell textarea {
	display: table-cell;
	float: left;
	border: 1px solid #000;
	min-width: 20px;
	color: #000;
}

/* end estimate table formatting */


@media (max-width: 800px) {
/* force footer groups to display on separate lines */
.footer_menu {
	clear: both;
}
.footer_contact {
	clear: both;
}
/* end force footer groups to display on separate lines */

.navbar {
	margin-top: 10px;
	background-color: #000; /* transparent; */
}
#main_menu{
	clear: both;
	width: 100%;
}

.telephone {
	font-size: 30px;
}

#masthead{
	height: 120px;
}


}
