.containter {
	
}

.hero-content a {
	color: #333;
}

.hero-content a:hover
{ 
	text-decoration: none;
	font-weight: bold;
}

.row a { 
	color: #333;
	color:inherit;
}



.headercontainter {
	height:92px;
	position: relative;
}

.topbar {
	height:92px;
}

.topbar .fill {
	background:#424242;
	height:92px;
}

.topbar a.brand  {
	position:absolute;
	left:0px;
	top:10px;
	text-indent: -9999px;
	overflow:hidden;
	background:url(../images/orangealert.png) left top no-repeat;
	width:473px;
	height:38px;
	display:block;
	
	text-decoration:none;
}

.topbar .nav {
	display:block;
	margin-top:10px;
	position: absolute;
	left:20px;
	bottom:0px;
}

.topbar div > ul .active > a, .nav .active > a {
	background:none;

}

.nav li a {
	border-right:1px solid #F26522;
	padding:3px 10px 1px 10px !important;
	height:25px;
}

.nav li:last-child a {
	border:none;
}

.span10 img {
	margin:10px 10px 10px 0px;
}

.span10  p {
	margin:0px 3px 9px 0px;
}


.span-one-third h2 {
	display:block;
	line-height:1.1em;
	color:#f26522;
	margin:5px 0px 10px 0px;
}

a:hover .eventmod
{ 
	text-decoration: none;
	font-weight: bold;
}

h2 {
	color:#f26522;
}


p {
	
}

.hero-unit {
	background:url(../images/hero_background.png) left top no-repeat;
	color:#ffffff;
	width:826px;
	height:246px;
}

.hero-unit h1 {
	color:#ffffff;
}


.hero-content {
	width:700px;
	margin:5px;
}


.row {
	margin:0px 0px 0px 5px;
	
}

.span-one-third {
	width:260px;	
	margin:5px 5px 5px 5px !important;
	padding:15px;
	border:5px solid #EEEEEE;
	border-radius:5px;
	height:300px;
}

.span-one-third a:hover
{ 
	text-decoration: none;
	font-weight: bold;
}

.btn.primary {
	background:#acbf3e;
} 

#eventmod1 {
	background:#f9c751;
}

#eventmod1 h2, #eventmod1 b {
	color:#e8622c;
}

#eventmod2 {
	background:#aec13e;
}

#eventmod2 h2, #eventmod2 b {
	color:#434343;
}


#eventmod3 {
	background:#2697a5;
}

#eventmod3 h2, #eventmod3 b {
	color:#434343;
}
/**
 * 	Sub pages
 */

.row div img{
	padding:5px;
}

.sub h1, .sub h2, .sub h3, .sub h4 {
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde", Arial, helvetica, sans-serif;
	color: #eb712d;
}

.sub h1 {
	font-size: 3.2em;
	margin-bottom:2px;
}

.sub h2 {
	font-size: 1.8em;
	line-height: 1.2em;
}

.sub h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom:4px;
}


#showcase {
	background: url(../images/showcase_event.png) left top no-repeat;
	width: 253px;
	height: 91px;
	margin: 0px;
	float:left;
}

/* Specific rules for rows on sub pages
 * 
 */
.container .sub {
	width:820px;
}
.sub .row{
	border-right: 8px solid #EEEEEE;
	border-top: 8px solid #EEEEEE;
	border-left: 8px solid #EEEEEE;
	border-radius: 5px;
	width: 820px;
}
.sub .top {
	
}
.sub .bottom  {
	border-bottom: 8px solid #EEEEEE;
}

.sub .span5 {
	border-left: 8px solid #EEEEEE;
	border-radius: 0px;
	width: 243px;
	min-height:1500px;
	height:auto !important;
	height:1500px;
}

.sub .span8 {
width:495px;
float: left;
margin-right:20px;
}
/*-*/



#alertlatest {
	border: 10px solid #FF0000;
	background:#fff;
	color:#999;
	width:400px;
	padding:10px;
	box-shadow: 2px 2px 2px #999;
	border-radius:5px;
}

.rssHeader {
	display:none;
}

.rssBody {
	margin:0px;
	padding:0px;
}

.rssBody ul {
	list-style: none;
	margin:0px;
	padding:0px;
}


.rssBody li {
	
}


.rssRow {
	color:#ffffff;
}


.rssRow h4 {
	margin:0px;
	padding:0px;
	color:#ffffff;	
}

.modal-body h4 a, .modal-header h4 a {
	color:#F47321;	
}

.modal-header {
	border:none;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
	text-align:left !important;
  position: fixed;
  top: 300px;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
 
}
.modal-header h4 {
	color:#F47321 !important;
	font-size:24px;
}

.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  padding: 15px;
}
.modal-body .modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
