/* 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% Verdana, 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;*/
}

html.video {
	overflow:hidden;
}

body#modal{
	background-image:none;
	overflow:hidden;
}

h1.imggen, h2.imggen {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position:top left;
    margin-left: -8px;
    height: 41px;
}

h2.imggen {
    height: 30px;
}

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:#CD5A13;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#CD5A13;
}

a:hover, a:active {
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:970px;
	text-align:left;
	margin:0;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(../images/top_blocks.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#innerwrapper {
	margin: 0 20px 0 20px;
}

#header {
	width:100%;
	overflow:hidden;
	background-color:#000000;
	min-height:121px;
}

* html #header {
	height:121px;
}

#header:after, #infocontainer:after, .branchinfobox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	float:left;
	width:700px;
}

#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 {
	float:right;
	width:   150px;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin-top:8px;
	margin-right:10px;
	padding: 4px 0 4px 0;
	position:relative;
}



.mootools {
	min-height:1065px;
}

* html .mootools {
	height:1135px;
}

.min-height {
	min-height:770px;
}


#content, #contenthome {
	text-align:left;
}

#innercontainer-blog {
	width:70%;
	float:left;	
	margin-top:5px;
	font-size:1.2em;
}

#innercontainer {
	width:100%;
	overflow:hidden;	
	margin:10px 0 0 0px;
	font-size:1.2em;
}


#innercontent {
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
}

#innercontent ol {
	margin: 0px 0px 10px 10px;
	background-image: none;
	list-style-type:decimal;
}

#innercontent ol li {
	margin-left:20px;
	margin-bottom:5px;
}

/* Get W3C complient browsers to stretch border to full page length */
#innercontent:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#left_panel {
	float: left;
	width: 300px;
	margin-right:15px;
}

#sidebar2.news {
	margin-top: -583; !important; margin-top: -708px; 
}

#sidebar2.case-studies{
	margin-top: -225px;
}


#footercontainer {
	padding: 0px 20px 0 20px;
	background-image:url(../images/footer_blocks.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:25px;
}

#footercontainer p, #footercontainer address {
	padding-bottom:0px;
	padding-left:10px;
}

#footer {
	background-color:#000000;
	color:#FFF;
	padding: 10px 0 10px 0;
	width:100%;
	overflow:hidden;
}


#footer a {
	color: #FFFFFF;
	text-decoration:none;
}

address {
	font-style: normal;
	width:55%;
	float:left;
}

p#address {
	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;
}

.NewsItem img {
        margin-bottom: 15px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

