/* 3cols.css */

/*div#layout {padding: 0px 5px; margin: 0px;}*/

div#content  {float: none;}

div#content {
	border-left-width: 181px;  /* left column width */
	border-left-color: #CCCCCC;   /* left column colour */

	border-right-width: 162px; /* right column width */
	border-right-color: #666666;  /* right column colour */

	background-color: #FFFFFF; /* center column colour */

	width: auto;
	border-left-style: solid;
	border-right-style: solid;
}

div#content div#columns {
	margin: 0px;
	width: 100%;
}

div#content div#colLeft {
	width: 181px;              /* left column width */
	margin-left: -181px;       /* negative left column width */

	float: left;
	position: relative;
	z-index: 0;

	padding-bottom: 50px; /*Added for extra space at the bottom JDL */
}

div#content div#colMiddle {
	float: left;
	width: 95%;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 50px; /*Added for extra space at the bottom JDL */
	z-index: 0;
	overflow: hidden; /*Added to solve problem with IE7 JDL*/
}

div#content div#colRight {
	width: 162px;              /* right column width */
	margin-right: -162px;      /* negative right column width */

	float: left;
	clear: right; /* Added for IE by JDL*/
	position: relative;
	z-index: 0;
    
}

/* James Courtney */

div#content {
    border-left-width: 242px;     /* left column width */
	border-left-color: #000000;   /* left column colour */
	border-right-width: 200px;    /* right column width */
	border-right-color: #000000;  /* right column colour */
	background-color: #000000;    /* center column colour */
}

div#content div#colLeft {
	width: 206px;              /* left column width less horizontal padding 242-18-18=206*/
	margin-left: -242px;       /* negative left column width */
	padding: 37px 18px;
	background: url(/images/v_menu_bg.gif) repeat-x;
	min-height: 209px;
	margin-top: -181px;
}

div#colLeft h1             {text-transform: uppercase; color: #F8F8F8; background: none;}
div#colLeft p              {font-size: 11px;}
div#colLeft div.hr         {margin-top: 30px;}
div#colLeft div#mediaSnaps {width: 200px; height: 47px; background: url(/images/dec_mediasnaps.jpg);}

div#content div#colMiddle          {width: 100%; padding: 0px; background: url(/images/bdr_v_1.gif) left top no-repeat;}
div#colMiddle div#colMiddleContent {position: relative; width: auto; height: auto; min-height: 400px; margin: 0px 0px 0px 2px; padding: 0px 25px; background: #000000 url(/images/content_bg.gif) repeat-x; border-top: 1px solid #1A1A1A;}
IE6 div#colMiddle div#colMiddleContent {height: 400px;}

div#content div#colRight {
	width: 190px;              /* right column width less padding */
	margin-right: -200px;      /* negative right column width */
	background: #000000 url(/images/content_bg.gif) repeat-x;
	padding-right: 10px;
}

/*
div#colRight   {font: bold 11px Tahoma, Arial, Helvetica, sans-serif; color: #333333; background: inherit;}
div#colRight a {color: #000000; background: inherit; border-bottom: 1px dashed #666666;}
div#colRight h1,
div#colRight h2,
div#colRight h3,
div#colRight h4 {margin: 15px;}
div#colRight p  {margin: 5px 15px; font-weight: normal;}
*/