/* General Styles */

body {
	margin: 0px;
	background-color: #222222;
}
#main {
	background-color: #EFE9E1;
}
.container {
  width: 940px;
  margin: 0 auto;
  *zoom: 1;
}
a {
	color: #2B72B8;
}
a, img {
	border: none;
}
.style-bar {
	margin: 0 0 40px 0;
	width: 100%;
	background-color: #CEC3B7;
	height: 7px;
}
.clear:before,
.clear:after {
    content:"";
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}

/* Header Styles */

.navbar-inner {
	height: 55px;
}
.navbar {
  overflow: visible;
}
.navbar-inner {
  background-color: #222222;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .brand:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 12px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
a.twitter, a.mail {
	float: right;
	margin-top: 12px;
	margin-left: 18px;	
}

/* Main Content Styles */

.intro-bar {
	color: #FFF;
	padding: 0 0;
	margin: 0 0 95px 0;
	height: 71px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	background: bottom repeat-x url('../img/intro-bg.png'); /* height 45px */
}
.intro-inner {
	width: 940px;
	margin: 0 auto;
}
.intro-left, .intro-right, .intro-content {
	float: left;
	width: 36px;
	height: 71px;
}
.intro-left {
	background: url('../img/intro-left.png');
}
.intro-right {
	background: url('../img/intro-right.png');
}
.intro-content {
	width: 868px;
	background: repeat-x url('../img/intro-content-bg.png');
	padding-top: 17px;
}
.section-title {
	position: relative;
	margin-top: -50px;
	margin-left: -50px;
	width: 150px;
}
.content-box {
	background-color: #E2D4C3;
	width: 90%;
	color: #3A3A32;
	padding: 0px 10px 28px;
	margin: 0 auto 100px;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 14px; 
}
.content-box p {
	margin: -10px auto 10px;
	text-indent: 30px;
	width: 94%;
	line-height: 1.7;
}
.content-box ul {
	margin: -13px auto 0;
	width: 90%;
}
.content-box li {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 8px;
}
.content-box ul li:before {
	content: "\00BB \0020";
}

/* Footer Styles */

.bottom-style-bar {
	margin-bottom: 0px;
}
.footer {
	height: 80px;
	width: 100%;
	background-color: #222222;
	background-color: #2c2c2c;
	background-position: bottom center;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
}
.inner-footer {
	width: 940px;
	margin: 0 auto;
}

/* Tooltip Styles */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #F29104;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #F29104;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F29104;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #F29104;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #F29104;
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

