body {
	padding-bottom: 0px;
	/*background-color:#c0c0c0;*/
	background-color:#ffffff;
	padding-top: 130px;
}

p {margin: 0 0 20px 0;}

.top-pad {
		
}

/*.bodycontent {
	background-color:#ffffff;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}*/

.alert.alert-disclaimer {
	background-color: #000044;
	color: #ffff;
	border: none;
	border-radius: 0 0 4px 4px;
	text-shadow: none;
	margin-top:-10px;
}
.alert.alert-disclaimer a.disclaimer-link:hover {
	color:#08c;
}
.alert.alert-disclaimer .btn {
	margin: 0 10px 0 0;
}
.alert.alert-disclaimer .btn:last {
	margin:0;
}
.alert.alert-disclaimer p {
	margin: 10px;
}


.breadcrumb {
	background-color:#ffffff;
	background-image:none;
	border:none;
}

.bodycontent {
 	margin-bottom:20px;
}

.wrapper {
	padding: 0 10px;
	margin: 0 auto;
}
h1 {font-size: 30px;}
h2 {font-size: 26px;}
h1, h2 {color:#000044;}

h5 a {line-height:14px;}

#menu {
	margin-top: 46px;
	margin-bottom: 0;
}

.navbar-inner {
  /*min-height: 140px;*/
  padding-left: 20px;
  padding-right: 20px;
/* BLUE
  background-color: #000044;
  background-image: -moz-linear-gradient(top, #000044, #000066);
  background-image: -ms-linear-gradient(top, #000044, #000066);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000044), to(#000066));
  background-image: -webkit-linear-gradient(top, #000044, #000066);
  background-image: -o-linear-gradient(top, #000044, #000066);
  background-image: linear-gradient(top, #000044, #000066);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000044', endColorstr='#000066', GradientType=0);
  */
  background-color: #666666;
  background-image: -moz-linear-gradient(top, #666666, #999999);
  background-image: -ms-linear-gradient(top, #666666, #999999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#999999));
  background-image: -webkit-linear-gradient(top, #666666, #999999);
  background-image: -o-linear-gradient(top, #666666, #999999);
  background-image: linear-gradient(top, #666666, #999999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#999999', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}

.navbar {
  color: #000044;
}

.navbar .brand {
  padding: 10px 0 0px 0px;
  margin: 10px 0 0 -20px;
  color: #000044;
  background: url('../../images/symbiosis-logo-501x100.jpg') no-repeat;
  width: 501px;
  height:100px;
}

.navbar .navbar-link {
  color: #000044;
}
.navbar .navbar-link:hover {
  color: #01a8fb;
}

.navbar .nav > li > a {
  float: none;
  padding: 5px 10px 5px;
  margin-top: 50px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 15px 5px 16px;
  line-height: 18px;
}
.navbar .btn-group {
  margin: 0;
  padding: 15px 5px 16px;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #01a8fb;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #01a8fb;
}


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: transparent;
}



.profile > img {
	float: left;
	padding:0 10px 10px 0;
	clear:right;
}

.hero-unit {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #d6d6d6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h3 {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.tooltip.top .tooltip-arrow {
  border-top: 5px solid #000044;
}
.tooltip.left .tooltip-arrow {
  border-left: 5px solid #000044;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom: 5px solid #000044;
}
.tooltip.right .tooltip-arrow {
  border-right: 5px solid #000044;
}
.tooltip-inner {
  background-color: #000044;

}

.northern{
	margin-top: 100px;
}

.footer {
	margin-top: 0;
}

.footer p{
	font-size:1em;
	font-weight:bold
}

.footer-inner {
	padding: 5px 0 20px 0;
	border-top: 1px solid #e5e5e5;
	/*background-color: #cccccc;*/
	color: #000044;
	/*margin-left:-20px;
	margin-right:-20px;*/
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
}

.footer-link {
	float: right;
}

.footer a {
	color: #000044;
	font-size:0.9em;
}

.footer a:hover {
	color: #01a8fb;
	text-decoration: underline;
}

.well {
  background-color: #d6d6d6;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  position: relative;
}
.jumbotron h1 {
  margin-bottom: 9px;
  font-size: 81px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  margin-bottom: 18px;
  font-weight: 300;
}
.jumbotron .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.jumbotron .btn-large small {
  font-size: 14px;
}

/* Masthead (docs home) */
.masthead {
  padding-top: 36px;
  margin-bottom: 72px;
}
.masthead h1,
.masthead p {
  text-align: center;
}
.masthead h1 {
  margin-bottom: 18px;
}
.masthead p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 30px;
  line-height: 36px;
}


/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
  font-size:0.9em;
}
.subhead h1 {
  font-size: 54px;
}

/* Subnav */
.subnav {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {	
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
	z-index:2000;
}



/*  quotes */

#quote-container {
	overflow:hidden;
}

.quote {
	padding:5px 0;
}


.copyright {
	margin-left:10px;
	float:left;
}

.builtby {
	float:right;
	margin:-5px 0px 0px 0px;
	background-color:#000000;
	opacity: 0.45;
	filter: alpha(opacity=45);
	padding:5px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
	position:relative;
	float:right;

}

.builtby a {color:#ffffff;}
.builtby a:hover {text-decoration:none;}

/*Logo*/
.logo-container {
	width: 501px;
	margin-left:20px;
}

p.smallprint {font-size:0.8em;}

#symbiosismap {
	width: 100%; 
	height: 350px; 
}

#symbiosismap.img {
  max-width: 100% !important;
}

/* ############################### MEDIA QUERIES ##################################*/


/* LARGE DESKTOP SCREENS */
@media (min-width: 1200px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}
/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 900; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Scale down the jumbotron content */
  .jumbotron h1 {
    font-size: 72px;
  }
  
  	/* Scale down the jumbotron content */
	.jumbotron h1 {
		font-size: 54px;
	}
	.jumbotron p {
		margin-right: 0;
		margin-left: 0;
	}

	.logo-container {
		width: 300px;
	}
  
	.navbar .brand {
		background: url('../../images/symbiosis-logo-300x60.jpg') no-repeat center 0;
		width: 300px;
		height:60px;
	}
	
	.span6.mainpage{
         width:476px !important;
    }
	
	.span10.mainpage{
         width:724px !important;
    }
}


@media (max-width: 767px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    width: auto;
    height: auto;
	z-index:1100;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }
  
  
	.subnav ul.nav li.dropdown ul.dropdown-menu li a {z-index:1100;}

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }

}






@media (min-width: 480px) and (max-width: 767px) {

	/* Scale down the jumbotron content */
	.jumbotron h1 {
		font-size: 54px;
	}
	.jumbotron p {
		margin-right: 0;
		margin-left: 0;
	}

	.logo-container {
		width: 300px;
		margin: 0 auto 0 auto;
	}
  
	.navbar .brand {
		margin:10px 0 0 0 !important;
		background: url('../../images/symbiosis-logo-300x60.jpg') no-repeat center 0;
		width: 300px;
		height:60px;
	}
	
	.subnav ul.nav li.dropdown ul.dropdown-menu li a {z-index:2000;}
}
 

@media (max-width: 480px) {

  /* Reduce padding above jumbotron */
  body {
    padding-top: 70px;
  }

  /* Change up some type stuff */
  h1, h2 {
    margin-top: 27px;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }
  h3 {
    margin-top: 18px;
  }

  /* icons */
  .marketing .bs-icon {
    margin: 0;
  }

  /* Adjust the jumbotron */
  .jumbotron h1,
  .jumbotron p {
    text-align: center;
    margin-right: 0;
  }
  .jumbotron h1 {
    font-size: 45px;
    margin-right: 0;
  }
  .jumbotron p {
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
  .jumbotron .btn {
    display: block;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 auto 10px;
  }
  /* Masthead (home page jumbotron) */
  .masthead {
    padding-top: 0;
  }

  /* Don't space out quick links so much */
  .quick-links {
    margin: 40px 0 0;
  }
  /* hide the bullets on mobile since our horizontal space is limited */
  .quick-links .divider {
    display: none;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  
  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

	.logo-container {
		width: 300px;
		margin: 0 auto;
	}
  
	.navbar .brand {
		background: url('../../images/symbiosis-logo-300x60.jpg') no-repeat center 0;
		width: 300px;
		height:60px;
	}
	
	.subnav ul.nav li.dropdown ul.dropdown-menu li a {z-index:1100;}
}



/* ####### FOR TEST #######*/
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #FFFFFF !important;
  }
  
    .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #000000 !important;
  }