/* CSS Document */

body {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color:#454545; 		/* DRS - Removed "padding-top:55px;"  */
	background-color: black;
	background: url(../images/_background_baron.jpg) left top fixed no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html, body {
height: 100%;   /* DRS -- added this because ... The html and body elements cannot have any padding or margin. */
}
.bg-50-white {
	background: url(../images/shading_white25.png);
	border-radius: 9px;
	box-shadow: 6px 6px 9px 0px black;
	margin-bottom: 30px;
}
.pad-left-right-cell-18px {
	padding: 0 18px 0 18px;	
}
.pad-top-bottom-row-18px {
	padding: 18px 18px 0 18px;	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFFF91;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.pad-right12px {
	padding-right: 24px;
}

.footer-padding {
	padding: 0 18px 0 18px;
}
/* FROM STICKY FOOTER FILE -- DRS Wrapper for page content to push down footer add this ...*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px;        /* DRS - Negative indent footer by it's height */
}
/* FROM STICKY FOOTER FILE -- DRS - Set the fixed height of the footer here */
#push, #footer { 	
	height: 10px;
}
#footer {
	text-align:center;
	color: white;
	padding: 0 18px 0 18px;
}
/* FROM STICKY FOOTER FILE -- Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
}
h1,h2,h3,h4,h5 {
	line-height: 100%;
	color:#FF0;
	text-shadow:0px 1px 1px 0px #000;
	font-weight: bold;
}

p,ul {
	line-height: 180%;
	color:#FFF;
 	text-shadow:0px 1px 1px 0px #000;
}
.service_list {
	margin: 0 0 24px 48px;
	list-style: decimal;
}
ul.nav {
	padding-right:10%;
}
.navbar .nav > li > a {
	padding:5px 20px;
}
.navbar .nav > li:hover {
	background:#f3f3f3;
}
.page-global-header {
	background:#f5f5f5;
	padding-top:60px;
	padding-bottom:40px;
}
.page-global-header h2 {
	/* font-size:26px; */
}
li.divider-vertical {
	height:54px !important;
	margin:0 !important;
}
.navbar-inner {
	background:#fff !important;
	border:none !important;
}
.btn-group {
	margin-top:30px;
}
.navbar .brand {
	margin:5px 0 0 10px;
}
section#content {
	padding-top:10px;
}
section#content h2 {
	padding: 0 0 12px 0;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bolder;
}
footer {
background-image:url(../images/shading.png);
padding: 10px 0;
font-size:90%;
}

@media (min-width: 980px) { 
.navbar .navbar-fixed-top {
	margin-bottom:0 !important;
}
}

@media (max-width: 480px) {
	footer {
		font-size:60%;
		line-height: 100%;
	}
}
