/* 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;
	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;
	/*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;
}

a {
	text-decoration: none;
	color:#0082D6;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	min-width:1000px;
	text-align:left;
	position:relative;
	top: 0px;
	left: 0px;
	margin:2px 2px 2px 1px;
}

#header {
	background: #FFFFFF url(/images/css/header-bg.jpg) repeat-x left top;
	width:100%;	
}

#header:after, .news:after, .voteBox:before, .branchcontent:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	position:relative;
	float:left;
	height: 93px;
	width:70%;
}

#headersearch {
	background-image:url(/images/header-right-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	position:relative;
	float:right;
	width:28.5%;
	height: 83px;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
}

#sidebar1 {
	float:left;
	width:190px;
}

#content {
	margin-left: 197px;
	text-align:left;
}

#innercontainer {
	width:100%;
	margin-right:-245px;
	float:left;	
	margin-top:4px;

}

#innercontent {
	margin-right: 245px;
	padding: 0em 0px 0px 0px;
	margin-top: 0px;

}

#sidebar2 {
	float: right;
	width: 238px;
}

#footer {
	background-image:url(/images/css/footer-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height:33px;
	color:#FFFFFF;
	font-size: 1em;
	margin-top:2em;
}

#footerbottom {
	margin-top:1em;
}

#footerbottom ul {
	text-align:right;
	padding-bottom:0px;
}

#footer dd {
	text-align:right;
	margin-right: 1em;
}

#footer dl {
	padding-top:10px;
	padding-left:10px;
}

#footer dt {
	float:left;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}


