/* GENERAL STYLES */
/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

html { /* Ben */
	/*overflow-y: scroll;  Firefox scrollbar */
	border: 0; /* IE6 border around viewport */
}

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000 url(/media/19920/background.jpg) center center;
	background-repeat: no-repeat;	
	background-attachment:fixed;			
	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;*/
}

h1.imggen, h2.imggen {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position:top left;
    margin-left: -8px;
    height: 41px;
}

h2.imggen {
    height: 20px;
}

h1.imggen span, h2.imggen span {
    visibility: hidden;
}

.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:#7E8502;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#7E8502;
}

a:hover, a:active {
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:980px;
	text-align:left;
	margin:0;
	border: solid 1px #908E8E;
	padding:10px;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#header {
	width:100%;	
	margin-right:-230px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}

#header:after, #infocontainer:after, .branchinfobox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	position:relative;
	float:left;
	margin-right: -388px; /* -245px; -645, -353, 395 */
	width:100%;
}

#headerbar {
	background:#B7064C;
	margin-right:-245px;
	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:   215px;
	margin-top:30px;
	padding-left:10px;
}

#sidebar1 {
	float:left;
	width:162px;
	border-right:1px solid #CCCCCC;
	padding-right:10px;
	position:relative;
}

.mootools {
	min-height:925px;
}

* html .mootools {
	height:925px;
}

.min-height {
	min-height:770px;
}

#campaign #content {
	margin-left:0px;
}

#content, #contenthome {
	margin-left: 200px;
	text-align:left;
}

#campaign #innercontainer, #campaign #innercontainer-blog {
	margin-right:-260px;
}

#innercontainer-blog {
	width:70%;
	float:left;	
	margin-top:5px;
	font-size:1.2em;
}

#innercontainer {
	width:100%;
	float:left;	
	margin-top:5px;
	font-size:1.2em;
}

#innercontainer #innercontent .rightNavLinks {
	/*width:570px;*/
	margin-top: 30px;
}

#campaign #innercontent img {
	float:left;
	padding-right:20px;
}

#campaign #content {
	padding: 0em 100px 0px 20px;
	margin-right: 255px;

}

#innercontent {
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
}

#innercontent ol {
	list-style-type:none;
	margin: 0px 0px 10px 0px;
	width:570px;
	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;
}

#campaign #sidebar2 {
	/*margin-right:30px;*/
}

#sidebar2 {
	float: right;
	width: 180px;
	margin-top:55px;
}

#footercontainer {
	overflow:hidden;
	width:100%;
	border-top:1px solid #CCCCCC;
	margin-top:15px;
}

#footercontainer p, #footercontainer address {
	padding-bottom:0px;
	padding-left:10px;
}

#footerTop {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	overflow:hidden;
	width:100%;
}

#footerTop ul {
	margin-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	width:70%;
	float:left;
}

#footerTop ul li {
	display:inline;
}

#footerTop a {
	color:#000000;
}

#footerTop img {
	float:right;
	padding-top:6px;
}

#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:#333333;
	height:30px;
	color:#FFFFFF;
	font-size: 1em;
	margin-top:10px;
}

#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 10px 0px 0px;
}

address {
	font-style: normal;
	width:55%;
	float:left;
}

p#member-of {
	width:40%;
	float:right;
	text-align:right;
	padding-right:10px;
}


p#member-of a {
	color:#000000;
	font-weight:normal;
}

.alignright{
	float: left;
}
p.alignright{
	float:right;
}

#brandDialog img {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#display-news ul li {
	/*min-height:160px;*/
	padding-bottom:15px !important;
}

#display-news img {
	margin-bottom:10px;
}
.NewsItem img {
        margin-bottom: 15px;
}

#sidebar1 a#cross_link {
	bottom:0px;
	position:absolute;
	left:20px;
}

#cross_link img {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align:top;
}







/* EDITOR PROPERTIES */
