/** RATES PAGE **/

#listParagraph {
	list-style-type:disc;
	list-style:outside;
	/**padding-left:55px;**/
	font-size:16px;
	line-height:21px;
}
#listParagraphSub{
	/**padding-left:55px;**/
	font-size:16px;
	line-height:21px;
}
.list-group > a {
	color: #660000;
}

/** INDEX / HOME PAGE **/
html,body {
	margin:0;
	padding-left:0;
	padding-right:0;
	overflow-x:hidden;
}

#containerBodyIndex{
	background-color: white;
	padding: 0px 0px;
}

#header{
	color: black;
}

#generalHeaderInfoRow{
	background-color: #ffcc70;
	padding: 10px 25px;
	margin: 0px;
}

#iconColumn{
	width: 10px;
}

#generalHeaderInfoRow a{
	font-size: 0.8em;
	text-decoration: none;
}

#generalHeaderInfoRow a:link, #generalHeaderInfoRow a:visited{
	color: black;
}
#generalHeaderInfoRow a:hover, #generalHeaderInfoRow a:active{
	color: grey;
}

#mainIconPhoneEmail{
	width: 26px;
	height: 26px;
}

#mainIconPhoneEmail2{
	width: 22px;
	height: 22px;
}

#headerPhone, #headerEmail{
	color: black; /**ORANGE #e38e25**/
	font-weight: bold;
}

#socialIconFb{
	width: 26px;
	height: 26px;
	filter: invert(9%) sepia(99%) saturate(6464%) hue-rotate(248deg) brightness(95%) contrast(145%);
}

#socialIconIg{
	width: 26px;
	height: 26px;
	filter: invert(61%) sepia(52%) saturate(2624%) hue-rotate(357deg) brightness(97%) contrast(111%);
}

#socialIconYt{
	width: 32px;
	height: 32px;
	filter: invert(23%) sepia(86%) saturate(7115%) hue-rotate(356deg) brightness(105%) contrast(119%);
}

#socialIconBrown{
	width: 32px;
	height: 32px;
	filter: invert(10%) sepia(55%) saturate(5391%) hue-rotate(358deg) brightness(79%) contrast(106%);
}

#iconInline{
	display: inline-block;
}

p {
	color: black;
}

/** NAV BAR SETTINGS **/
#navbarCentreContainer{
	padding: 0px 0px;
}

#navbarRow{
	background-color: #660700;
	margin: 0px;
}

#navbarActiveLink{
	color: #ff8500;
	font-size: 18px;
	font-weight:900;
}
.navbar a{
	font-size: 18px;
	font-weight:600;
}

#navbarLink a:link, #navbarLink a:visited{
	color:white;
	/**color: #9e9b68;**/
}
#navbarLink a:hover, #navbarLink a:active{
	color: #ff8500;
}

.dropdown-menu{
	background-color: #660700;
}

.dropdown-menu > li > a{
	color: black;
}

a.dropHighlight:link {
	background-color: #660700;
}
a.dropHighlight:visited {
	background-color: #660700;
}
a.dropHighlight:hover {
	background-color: #660700;
}
a.dropHighlight:active{
	background-color: #660700;
}

/** NAV BAR SETTINGS **/

.mainHeader{
	color:#ac062b;
}

.contriHeader{
	color:#e46109;
}
.contriSubHeader{
	color:#5a0313;
}

.viewAll{
	color:#008080;
}
#noteRow{
	background-color:#eaffff;
}
#formsRow{
	background-color:#f6c48d;
}
#formRowText{
	color: #993300;
}

#footerMain1{
	background-color: #ffcc70;
	padding: 16px;
	margin: 0px;
}

#footerMain1 h4{
	color: black;
}

#footerMain1 p, #footerMain1 a{
	color: black;
	font-size: 0.9em;
}

#footerMain2{
	background-color: #660700;;
	margin: 0px;
}

#footerMain2 p{
	color: white;
	font-size: 0.8em;
}

#footerMain2 a{
	color: yellow;
	font-size: 0.9em;
}

/** INDEX / HOME PAGE **/