/* GENERAL STYLES */
/* CSS Document */


html { 
	
	border: 0; /* IE6 border around viewport */
}

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background-color:#FFF;		
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.google_pin strong {
font-size:1.05em;
font-weight:bolder;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#CD5A13;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#CD5A13;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#CD5A13;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:940px;
	text-align:left;
	margin:0;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#header {
	width:100%;
	overflow:hidden;	
	border-bottom:3px solid #000;
	padding-bottom:20px;
}

#header:after, #infocontainer:after, .branchinfobox:after, #umbracoRegister:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	/*float:left;*/
	width:220px;
	height:90px;
	margin-right:20px;
	background-color:#000;
	position:absolute;
	top:-40px;
	left:0px;
}

#bbn-bar {
	width:100%;
	background-color:#000;
	padding: 10px 0 10px 0;
	
}

#bbn-bar-inner {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

#headerbar {
	background:#B7064C;
	margin-right:-245px;
	float:left;
	width:755px;
}

.headertop {
	border-bottom:2px solid #FFFFFF;
	padding: 10px 10px 10px 20px;
	font-size:1.2em;
	letter-spacing:0.5px;
	color:#FFFFFF;
}

#search {
	float:right;
	font-size:1.4em;
	padding:15px 0 16px;
	/*width:420px;*/
	width:15em;
	text-align:right;
}

#sidebar1 {
	float:left;
	width:162px;
	border-right:1px solid #CCCCCC;
	padding-right:10px;
	position:relative;
}

.mootools {
	min-height:1065px;
}

* html .mootools {
	height:1135px;
}

.min-height {
	min-height:770px;
}


#content {
	text-align:left;
	/*position:relative;*/
}



#innercontainer, #innercontainer-sidebar, #innercontainer-blog {
	width:100%;
	overflow:hidden;
	float:left;	
	font-size:1.3em;
	line-height:1.5em;
	border-top:1px solid #000000;
}



#innercontainer #innercontent .rightNavLinks {
	/*width:570px;*/
	margin-top: 30px;
}

#innercontent {
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
	margin-left:240px;
}

#innercontainer-sidebar #innercontent, #innercontainer-blog #innercontent {
	width:460px;
	margin-left:0px;
	float:left;	
}

#innercontainer-blog #innercontent {
	width:700px;
}

#innercontent ol {
	list-style-type:none;
	margin: 0px 0px 10px 0px;
	
	background-image: none;
}

/* Get W3C complient browsers to stretch border to full page length */
#innercontent:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#sidebar2 {
	float: right;
	width: 220px;
}

#footer {
	overflow:hidden;
	width:100%;
	border-top:3px solid #000000;
	margin-top:30px;
	padding-top:4px;
	margin-bottom:10px;
	font-size:1.1em;
}

#footer p, #footer address {
	padding-bottom:0px;
	line-height:1.1em;
}

#footer a { font-weight:normal; }

address {
	font-style: normal;
	width:100%;
}

p#address {
	width:55%;
	float:left;
}

#gallery_container {
	height:480px;
}






/* EDITOR PROPERTIES */
