
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: url('../images/Purple_Nebulae.jpg') fixed; 
    }

body {
	background-color: #FFFFFF;
    background-image:url('../images/img01.gif');
    background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-position-y: 51px;
	color: #6E6E6E !important;
	font-size: 15px !important;
}


@media screen and (min-width: 768px) {    
body {
    width: 1110px;
    margin: 0 auto !important;
    
}

/*
nav.navbar.navbar-inverse.navbar-static-top {
    margin-top: -4.6%;
} */
}

@media screen and (min-width: 1199px) {
.pageWidth {
    margin-right: -63px !important;
    margin-left: 30px !important;
}
}

/* media queries for placing menu at the top
@media screen and (max-width: 768px) {    
nav.navbar.navbar-inverse.navbar-static-top {
    margin-top: -6.9%;
}
}

@media screen and (max-width: 450px) {    
nav.navbar.navbar-inverse.navbar-static-top {
    margin-top: -12.9%;
}
.hrline.col-xs-11 {
	margin-top: 18px;
}
}

@media screen and (max-width: 360px) {    
nav.navbar.navbar-inverse.navbar-static-top {
    margin-top: -10.9%;
}
}
 */
div#navfix {
    top: 0 !important;
}

.hrline {
 	border-top:1px dashed #CCC;
 	margin-top: -7px;
 	text-align: center;
 	margin-left: 4%;
 }
 
@media screen and (min-width: 320px) {
.hrline.col-xs-11 {
	margin-top: 18px;
}
}
@media screen and (min-width: 480px) {
.hrline.col-xs-11 {
	margin-top: 20px;
}
}
@media screen and (min-width: 768px) {
.hrline.col-xs-11 {
	margin-top: -9px;
}
}
@media screen and (min-width: 1120px) {
.hrline.col-xs-11 {
	margin-top: -8px;
}
}
	
#heading {
    margin-top: -25px;
    color: #2768A0;
}

/*----------------- Heading ---------------------- */
#ph_heading {
	position: absolute;
    color: #1B6AAE;
    /* font-weight: bold; */
    font-size: 22px;
    margin-top: 18px;
    margin-left: 22px !important;
}

div#index {
    margin-top: 51px;
}

.footer {
  position: static;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 92px;*/
  height: 100%;
  color: white;
  background-color: #2e3133;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-left: 0%;
  font-size: 90%;
  opacity: 0.8;
}