@charset "utf-8";
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	padding-left:0 !important;padding-right:0 !important;
	max-width: 950px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
body {
	background-image: url(../images/bgPAGE2015.jpg) !important;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #C9CED4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
}
a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #006;
}
a:active {
	color: #006;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #003;
	padding: 2px;
	line-height: 25px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	padding: 2px;
}
.red {
	color: #C00;
}
.border {
	border: 1px solid #003;
	padding: 8px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	min-height: 139px;
	max-width: 950px;
	background-color: #CDD2D8;
}
.navigation {
	background-color: #B7BEC8;
	background-image: url(../images/btnBG.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 56px;
}
.topFLASH {
	background: #ffffff;
	height: 494px;
	width: 960px;
}
.topIMG {
	background: #ffffff;
	height: 200px;
	width: 960px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	background-image: url(images/bgContent.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20;
	padding-bottom: 10px;
	padding-left: 20;
}

/* ~~ The footer ~~ */
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	background-position: top;
	background-color: #9fabb9;
	width: 950px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.padding5 {
	margin: 5px;
	padding: 5px;
}
.padding5bottomLONG {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*2015 Bootstrap Nav */
.container-fluid {padding-left: 5px; padding-right: 5px;}
.navbar-default {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	z-index: 100;
	background-color: #ECECEC;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	box-shadow: 2px 2px 2px #cccccc;}
    }

.navbar-default .navbar-nav>li>a {color:#333; margin: 0px;}
.nav>li>a {padding: 10px 9px;}
.navbar-nav>li>.dropdown-menu {padding: 0px; background-color:transparent; border-width:1px; border-color:#FFFFFF;}
.dropdown-menu>li>a {}
.navbar-default, #.navbar-default ul {
	float: left;
	list-style: none;
	line-height: 20px;
	margin: 0;
	width: 100%;
	padding-left: 30px;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
    }
.navbar-default a {
	display: block;
	color: #333;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    }
.navbar-default li {
    float:left;
    padding:0;
    }
.navbar-default ul {
	
    }
.navbar-default li li {
	width: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/bgDROP.png);
	color: #333;
    }
.dropdown-menu > li > a {
    padding-top: 6px;
    line-height: 15px;}
.red {
	color: #A00002;
}
.green {
	color: #4a8221;
}

/*RESPONSIVE STYLES*/
img{max-width: 100%;}
.navigation {width:inherit !important; float:none !important;}
.footer {padding: 10px !important;width:inherit !important; float:none !important;background-image:none !important;}
.header{background-image: url(../images/bgMETAL.jpg); margin:0 !important;}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
.logosm {display:none;}
.phone {color:#dbdbdb;font-size:26px;text-align:center;}
.contactBtn { padding: 8px 14px;margin:30px 0 10px; text-align:center; background-color:#CCC;border-radius:4px;border: 1px solid #dbdbdb;}
.contactBtn a  {color:#000 !important;font-size:26px; text-decoration:none; }

/* Portrait tablet to landscape and desktop */
@media screen and (min-width: 768px) and (max-width: 991px) { 
.phone {margin-bottom:5px;}
.contactBtn {max-width:250px; margin:5px auto; padding:4px 8px;}
.navbar-default {padding-left:4px; }
.navbar-default a {margin-right:9px;padding: 10px 0px !important;}
.navbar-default li, .navbar-default li li a {font-size: 11px; }
.navbar-default li li a {line-height:12px; padding-top: 4px !important;}
}

 
/* Landscape phone to portrait tablet */
@media screen and (max-width: 767px) { 
.phone {margin-bottom:5px;}
.contactBtn {max-width:250px; margin:5px auto; padding:4px 8px;}
 .navbar-nav > li > .dropdown-menu {border:none;box-shadow:none;margin-left:15px;}
 .dropdown .dropdown-menu {display:block;position:relative;}
 .navbar-default li {float: left;width: 100%;}
.navbar-default li li {background-image:none;background:none;}
.navbar-default li, .navbar-default li li a {font-size: 11px; }
.navbar-default li li a {line-height:12px; padding-top: 4px !important;}
}
 
/* Landscape phones and down */
@media screen and (max-width: 480px) {
	 .logoimg {display:none;} .logosm  { display:block;  }
	 .contactBtn {max-width:200px; margin:5px auto; padding:4px 8px;}
	 .contactBtn a, .phone {font-size: 18px;}
 }
