/* 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;
	background: #BEBEBE;
	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 tsihen set to the left aligned default in the #container selector */
	color: #000000;
	/*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;
}

input[type="text"] {
	margin-bottom:5px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#000000;
	font-weight:bold;
}

h1.imggen {
       	background-repeat: no-repeat;
    	background-position:top left;
   	min-height: 90px;
	padding:0px;
	margin-top:50px;
	width:50%;
	float:left;
}

* html h1.imggen {
	height:90px;
}

h2#topNavHome {
	background-repeat: no-repeat;
    	background-position:top left;
	padding-bottom:0px;
	width:39%;
	float:right;
	min-height:30px;
	margin-top:55px;
	text-align:right;
}

* html h2#topNavHome {
	height:30px;
}

h1.imggen span, h2#topNavHome span {
    visibility: hidden;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:1000px;
	text-align:left;
	margin:2px;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#header {
	width:100%;	
	position:relative;
	overflow:hidden;
	background-image:url(/images/header_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#000;
	min-height:140px;
}

* html #header {
	height:140px;
}

#header:after, #infocontainer:after, .branchinfobox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headersearch {
	position:relative;
	float:right;
	width:235px;
	margin-top:20px;
	padding-left:10px;
}

#topNav {
	background-image:url(/images/nav_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	width:100%;
	margin: 3px 0 3px 0;
}

#campaign #content {
	margin-left:0px;
}

#content, #contenthome {
	text-align:left;
	width:100%;
	overflow:hidden;
}

#home #innercontainer, #home #innercontent {
	margin-right:0;
	padding-left:0;
}

/* #innercontent .nosidebar, #innercontainer .nosidebar, { */
#content .nosidebar, #innercontainer .nosidebar {
	margin-right:0;
}

#innercontainer  .nosidebar {
	padding-right:20px;
}

#innercontainer {
	width:100%;
	margin-right:-245px;
	float:left;	
	margin-top:3px;
	font-size:1.2em;
}

#innercontainer_blog {
	margin-top:3px;
	font-size:1.2em;
}


#innercontent {
	margin-right: 245px;
	padding: 0em 0px 0px 20px;
	margin-top: 0px;
}

#innercontent_blog {
	width:730px;
	float:left;
	padding-left:20px;
}

#innercontent_blog ul {
	background-color:#F0F2F1;
}

#sidebar2 {
	float: right;
	width: 218px;
	margin-top:5px;
	padding-right:20px;
}

#footercontainer {
	overflow:hidden;
	width:100%;
	border-top:2px solid #666666;
	margin-top:20px;
}

#footerTop ul {
	margin-top:5px;
}

#footerTop ul li {
	display:inline;
}

#footerbottom {
	margin-top:10px;
	width:70%;
	float:left;
}

#footerbottom p, #footerbottomRight p{
	padding-bottom:10px;
}

#footerbottomRight {
	margin-top:10px;
	width:25%;
	float:right;
}

#footerbottomRight img {
	float:right;
}

#footer {
	background:#000000;
/*	height:30px;*/
	background-image:url(/media/27468/footer.jpg);
	background-repeat:no-repeat;
	height:73px;
	color:#ffffff;
	font-size: 1em;
	margin-top:20px;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}

#footer ul {
	float:left;
	width:60%;
}

#footer p {
	float:right;
	width:30%;
	text-align:right;
	color:#FFFFFF;
	padding:8px 20px 0px 0px;
}

hr {
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-style:none none dotted;
	border-width:2px;
	color:#FFFFFF;
	margin-bottom:10px;
	margin-top:15px;
	margin-right:20px;
	margin-left:20px;
}

input#registerDynamic_8_ButtonSignup, input#reset {
	display:block;
	float:left;
	margin:10px 5px 0px 0px;
}

#registerDynamic_8_PanelEdit {
	width:50%;
	float:left;
}

#formImg {
	float:left;
}



/* EDITOR PROPERTIES */
