* {
        margin:0px;
        padding:0px;
}
body {
        color: #3D3D3D;
        margin:0px;
        padding:0px;
        font-size: 0.8em;
        font-family:Arial, Helvetica, sans-serif;
	background-color:#4B7F5F;
}
#outerwrapper {
        position:relative;
        width:1000px;
        background-color:black;
        margin:0 auto;
}
/*Header */
#header {
        width:998px;
        top:0px;
        z-index:100;
        vertical-align:bottom;
        margin:0px;
        background-color:#FFFFFF;
	border:1px solid #4F4F4F;
	padding-bottom:15px;
}
#block_1 {
        float: left;
        width: 1000px;
        background-color:white;
        margin-left:0px;
}
* html #block_1 {
        display: inline;
}
#block_2 {
        float: left;
        width: 200px;
	display:none;
        margin-left:-1000px;
	background-image:url(/templates/default/images/leftcol.png);
	background-repeat:repeat;
}
#block_3 {
        float: left;
        width: 200px;
        background-color:yellow;
        display:none;
}
#footer {
        clear: both;
	background-color:#4B7F5F;
        padding-top:10px;
	height:100%;
	display:block;
	
}
.onecolumn #block_1 {
        width:1000px;
}
.partners #block_1{
	width:800px;
	float:left;
	margin-left:0px;
}
.partners #block_2{
	width:200px;
	float:left;
	margin-left:0px;
}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3 {
        padding-bottom: 32767px !important;
        margin-bottom: -32767px !important;
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign {
        position: absolute;
        bottom: 0;
}
#block_1 .verticalalign {
        width: 34%;
}
#block_2 .verticalalign {
        width: 33%;
}
#block_3 .verticalalign {
        width: 33%;
}
/* hack for Opera 7+ */
@media all and (min-width: 0px) {
.verticalalign {
 width: 100% !important;
}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign {
 width: 34% !important;
}
div[id^="wrapper"] #block_2 .verticalalign {
 width: 33% !important;
}
div[id^="wrapper"] #block_3 .verticalalign {
 width: 33% !important;
}
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign {
        width: 100% !important;
}
.verticalalign p {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background: #996666;
}
#wrapper_extra {
        position: relative;
}
* html #wrapper {
        position: relative;
}
#wrapper {
        overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra {
        float: left;
        width: 100%;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper {
        /* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
        float: left;
        /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
        float/**/: none;
}
/* easy clearing */
#wrapper:after {
        content: '[DO NOT LEAVE IT IS NOT REAL]';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
#wrapper {
        display: inline-block;
}
/*\*/
#wrapper {
        display: block;
	clear:both;
	border:1px solid #4F4F4F;
}
/* end easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output {
        position: relative;
        z-index: 1000;
}
