/* 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: #FFFFFF;
	background-image: url("../images/css/gradient_bg.jpg");
	background-position: top left;
	background-repeat:repeat-x;
	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: #000000;
}

.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:#697F8D;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#697F8D;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:940px;
	text-align:left;
	padding:20px;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#header {
	width:100%;	
	margin-right:-175px;
	border-bottom: solid 1px #C0B9AF;
	margin-bottom:10px;
}

#header:after, #infocontainer:after, .branchinfobox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	position:relative;
	float:left;
	margin-right:-245px;
	width:100%;
}

#headerbar {
	background:#B7064C;
	margin-right:-225px;
	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;
}

#headersearch {
	position:relative;
	float:right;
	width:195px;
	margin-top:30px;
	text-align:right;
}

#sidebar1 {
	float:left;
	width:175px;
}

#campaign #content {
	margin-left:0px;
}

#content, #contenthome {
	margin-left: 185px;
	text-align:left;
}

#campaign #innercontainer {
	margin-right:-260px;
}

#innercontainer {
	width:100%;
	margin-right:-195px;
	float:left;	
	margin-top:5px;
	font-size:1.2em;
}

.noside {
	margin-right:0px !important;
}

#campaign #innercontent img {
	float:left;
	padding-right:20px;
}

#campaign #innercontent {
	padding: 0em 100px 0px 20px;
	margin-right: 255px;

}

#innercontent {
	margin-right: 205px;
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
}

#campaign #sidebar2 {
	margin-right:30px;
}

#sidebar2 {
	float: right;
	width: 195px;
	margin-top:5px;
}

#footercontainer {
	overflow:hidden;
	width:100%;
	margin-top:20px;
}

#footer ul {
	margin-top:8px;
}

#footer ul li {
	display:inline;
}

#footer {
	background:#EDECEA;
	height:30px;
	font-size: 1em;
	margin-top:0.5em;
	color:#697F8D;
}

#footer a {
	text-decoration:none;
}

#footer ul {
	float:right;
	padding-right: 20px;
}

#brandialog {
	float:right;
	margin-top:10px;
	font-weight:bold;
	font-size:1.1em;
}

#brandialog img {
	float:left;
}

#brandialog p {
	float:left;
	padding:1px 3px 0px 0px;
	color:#666666;
}

/* EDITOR PROPERTIES */
