/* ##### HEADER ###### */#header {    /* z-index:3 *** REMOVED */    }/*  ############### MENU CSS STYLES ############### */body {	/*  font: normal .8em/1.5em Arial, Helvetica, sans-serif;	 background: #eb©beb;	 width: 900px;  900px 	 color: #666; */	margin: 0px auto;  100px }#menu_containter {	/* font: normal .8em/1.5em Arial, Helvetica, sans-serif; */	font: normal .8em/1.5 Arial, Helvetica, sans-serif;}#nav a {	color: #333;}#nav {	/* margin: 0; */	margin-bottom:0px;	margin-left:0px;	margin-right:0px;	margin-top:-5px;	padding: 2px 0px 0; /* 7px 6px 0 */	line-height: 100%;	border-radius: 0em; /* 2em */	-webkit-border-radius: 0em; /* 2em */	-moz-border-radius: 0em; /* 2em */		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);	background: #8b8b8b; /* for non-css3 browsers */	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#912A21', endColorstr='#5D1B15'); /* for IE  #a9a9a9', endColorstr='#7a7a7a'*/	background: -webkit-gradient(linear, left top, left bottom, from(#912A21), to(#5D1B15)); /* for webkit browsers */	background: -moz-linear-gradient(top,  #912A21,  #5D1B15); /* for firefox 3.6+ */	border: solid 1px #912A21; /* 1px */}#nav li {	margin: 0 5px; /* 0 5px */	padding: 0 0 8px; /*  0 0 8px */	float: left;	position: relative;	list-style: none;}/* main level link */#nav a {	font-weight: bold;	color: #e7e5e5;	text-decoration: none;	display: block;	padding:  2px 15px; //8px 20px	margin: 0;	-webkit-border-radius: 1.6em; /* 1.6em */	-moz-border-radius: 1.6em; /* 1.6em */	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);}/* main level link hover */#nav .current a, #nav li:hover > a {	background: #d1d1d1; /* for non-css3 browsers */	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */	color: #444;	border-top: solid 1px #f8f8f8;	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);}/* sub levels link hover */#nav ul li:hover a, #nav li:hover li a {	background: none;	border: none;	color: #666;	-webkit-box-shadow: none;	-moz-box-shadow: none;}#nav ul a:hover {	background: #0399d4 !important; /* for non-css3 browsers */	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */	color: #fff !important;	-webkit-border-radius: 0;	-moz-border-radius: 0;	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);}/* level 2 list */#nav ul {    z-index:3; /* ADDED 4-17 */	background: #ddd; /* for non-css3 browsers */	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */	display: none;	margin: 0;	padding: 0;	width: 185px;	position: absolute; /* absolute */	top: 20px; /* 35px */	left: 0;	border: solid 1px #b4b4b4;	-webkit-border-radius: 10px; /* 10px */	-moz-border-radius: 10px; /* 10px */	border-radius: 10px; /* 5px */	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);}/* dropdown */#nav li:hover > ul {	display: block;}#nav ul li {	float: none;	margin: 0;	padding: 0;}#nav ul a {	font-weight: normal;	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);}/* level 3+ list */#nav ul ul {	left: 181px; /* 181px */	top: -3px;}/* rounded corners for first and last child */#nav ul li:first-child > a {	-webkit-border-top-left-radius: 9px; /* 9px */	-moz-border-radius-topleft: 9px;	-webkit-border-top-right-radius: 9px;	-moz-border-radius-topright: 9px;}#nav ul li:last-child > a {	-webkit-border-bottom-left-radius: 10px; /* 9px */ 	-moz-border-radius-bottomleft: 10px;	-webkit-border-bottom-right-radius: 10px;	-moz-border-radius-bottomright: 10px;}/* clearfix */#nav:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}#nav {	display: inline-block;}html[xmlns] #nav {	display: block;}* html #nav {	height: 1%;}/* ###### TOP BOXES ###### */#page_text {	font-family:"arial";	font-size: 14px;	margin: 0 0 0 0;	width:800px;	}    #container_main{float:left;z-index:0;width: 790px;margin:10px 0px 10px 5px;/* border: 1px dashed black; */position:relative;}#container_left  { position: relative; width: 560px; float: left }#container_right{position:relative;width: 220px; /*Width of right column*/margin-left: 570px; /*Set left margin to -(RightColumnWidth) */border: 1px solid #999999;border-radius:0px;}        #container_bottom {	width:790px;	margin-left:5px;	margin-right:5px;	margin-bottom:10px;	text-align: center;	font-family:"arial";	font-size: 10px;	position:relative;	}/* ##### BOTTOM 3 COL DIVS ###### */#contentwrapper{float: left;/* position:relative; */width: 790px;/* border: 1px solid gray; */position:relative;margin: 0px 0px 5px 5px}#leftcolumn{width: 275px; /*Width of left column in pixel*//*margin-left: -790px; Set margin to that of -(MainContainerWidth)*/position:absolute;border:1px solid #999999;border-radius:0px;}#contentcolumn{/*margin: 0 215px 0 280px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/width:275px;margin-left:285px;top:0px;position:absolute;border:1px solid #999999;border-radius:0px;}#rightcolumn{top:0px;width:220px; /*Width of right column*/margin-left:570px;/*margin-left: -215px; Set left margin to -(RightColumnWidth)*/position:relative;border:1px solid #999999;border-radius:0px;}.innertube{margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*//* margin-top: 0; */}.innertube h3 {margin:0px;font-size:16px;color: #912A21;font-family:"arial"; }.innertube h4 {margin:0px;font-size:14px;color: #912A21;font-family:"arial"; }.innertube a  { font-size: 12px; font-family:"arial" }    .innertube p {    font-family:"arial";    font-size: 12px;    }    .innertube li {    font-family:"arial";    font-size: 12px;    }    .innertube td {    font-family:"arial";    font-size: 12px;    }    .innertube_box{margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/font-size: 14px;font-family:"arial"; }.innertube_box p{font-size: 11px;font-family:"arial"; }.innertube_box table{font-size: 11px;font-family:arial; }/* .innertube_box table tr td {padding-bottom:10px;} */.innertube_box h3 {font-size: 14px;color: #912A21;/* text-align:center; */font-family:"arial"; margin: 0px 0px 10px 0px;}/* ######## FOOTER CODE ######### */#footer {	text-align:center;	font-size:10px;	color:#333333;}	#footer ul {	/* margin: 0 5px; 0 5px */	/* padding: 0 0 8px;   0 0 8px */	list-style: none;	margin:10px 0px 0px 0px;	padding:0px; 	}	#footer li {    display:inline;    margin: 0px 0px 0px 3px;    padding: 0px 0px 0px 6px;    border-left: 1px solid #999999;    }			p {    font-family:"arial";    font-size: 12px;    }/*     a {    font-family:"arial";    font-size: 14px;    }li {    font-family:"Helvetica";    font-size: 12px;    }        */    .small_text {font-size: 11px;font-family:arial; }