﻿/* http://matthewjamestaylor.com/ */
/* 'widths' sub menu */
#layoutdims
{
	clear:both;
	background:#eee;
/*	border-top:4px solid #000; */
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	border-bottom:1px solid #000;
	font-size:12px;
}

/* column container */
.colmask
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column right menu settings */
.rightmenu
{
    background:#fff;
}

.rightmenu .colleft
{
    float:left;
    width:200%;
/*    margin-left:-39.5em;*/
    margin-left:-29.5em;

    position:relative;
    right:100%;
    background:#fff;
}

.rightmenu .col1wrap
{
    float:left;
    width:50%;
    position:relative;
    left:50%;
    padding-bottom:1em;
}

.rightmenu .col1
{
/*    margin:0 0em 0 39.5em;*/
    margin:0 0em 0 29.5em;
    overflow:hidden;
}

.rightmenu .col2
{
    float:right;
/*    width:40em;*/
    width:30em;
    position:relative;
/*    left:40em;*/
    left:30em;
}