/* GENERAL STYLES */
/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	
	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;
	/*min-width:1000px;*/
}

.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;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#83C240;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#83C240;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:916px;
	text-align:left;
	padding:0px 44px 0 40px;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.home {
	background-image:url(../images/background_home.jpg)!important;	
}

#header {
	width:100%;
	overflow:hidden;
	height:88px;	
}

#header:after, #infocontainer:after, .branchinfobox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	position:relative;
	float:left;
	width:214px;
	background:#828385;
	height:88px;
}

#headersearch {
	position:relative;
	float:right;
	width:335px;
	/*width:235px;*/
}

#sidebar1 {
	float:left;
	width:214px;
	background:#7F8084;
	color:#FFFFFF;
	position:relative;
}


#content, #contenthome {
	margin-left: 214px;
	text-align:left;
}

#innercontainer {
	width:100%;
	margin-right:-230px;
	float:left;	
	font-size:1.2em;
	background:#EDEDED;
	padding-bottom:10px;
}

#home #innercontainer {
	margin-right:0 !important;
	width:100% !important;
	padding:0;
}


#home #innercontent {
	padding:0;
	width: auto;
	border-right:none;
}

#innercontent {
	padding: 0 10px 10px 20px;
	margin-top: 0px;
	float:left;
	width:66%;
	border-right:1px dotted #ABABAB;
}

.noside #innercontent {
	width:665px;
	border-right:none;
}

#sidebar2 {
	float: right;
	width: 184px;
	padding-right:10px;
	padding-left:10px;
	margin-top:0;	
}

#footercontainer {
	overflow:hidden;
	width:100%;
}

#footer {
	background:#7F8084;
	height:30px;
	color:#FFFFFF;
	font-size: 1em;
	text-align:right;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}

#footer ul {
	float:left;
	margin-top:8px;
	text-align:right;
	width:64%;
}

#footer ul li {
	display:inline;
}

#footer p {
	float:right;
	width:35%;
	text-align:left;
	color:#FFFFFF;
	padding:8px 0 0 0;
}


/* EDITOR PROPERTIES */
