/* GENERAL STYLES */
/* CSS Document */

html { 
	/*overflow-y: scroll;  Firefox scrollbar */
	border: 0; /* IE6 border around viewport */
	width:100%;
}

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;
	width:100%;
	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;
}

label {
	cursor:pointer;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#bf9b5b;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#bf9b5b;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#000000;
}

#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;*/	
	/*padding-bottom:18px;*/
}

#header:after, #infocontainer:after, .branchinfobox:after, #umbracoRegister:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}


#sidebar1 {
	float:left;
	width:200px;
	margin-top:20px;
}

#home #sidebar1 {
	border-top:0px;
	
}


.min-height {
	min-height:770px;
}


#content {
	text-align:left;
	width:100%;
	overflow:hidden;
}



#innercontainer {
	width:720px;
	float:left;	
	font-size:1.3em;
	line-height:1.4em;
	margin-top: 20px;
	margin-left:20px;
	display:inline;
}

#innercontainer p {
	padding-bottom:20px;
}

.full {
	width:100% !important;
	margin-top:20px !important;
	margin-left:0px !important;
	padding-left:0px !important;
	border-left:0px !important;
}

#home #innercontainer, #community #innercontainer {
	margin-top:26px;
	border-left: 1px solid #BFBFBD;
	padding-left:19px;
	width:700px;
}

#innercontent {
	padding: 0em 0px 0px 20px;
	float:left;
	width:460px;
	margin-right:0px;
}

#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: 200px;	
}

address {
	font-style: normal;
	width:55%;
	float:left;
}

p#address {
	width:55%;
	float:left;
}

#gallery_container {
	height:480px;
}

#footer {
	background-color:#000000;
	padding:10px;
	min-height:70px;
	margin-top:40px;
}

* html #footer {
	height:70px;
}


h1 span {
	display:block;
	font-size:0.8em;
	line-height: 1.5em; /* stops bunching up */
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

