﻿div#top_container {
	position: relative;
	height: 60px;
	width: 100%;
	margin: auto;
}

div#left_top_container {
	position:absolute;
	top: 0;
	bottom: 0;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: white;
	background-image:url('images/TransGuardianCom.png');
	background-position: left bottom;
	background-repeat:no-repeat;
	height: 60px;
}

div#right_top_container_top,
div#right_top_container_middle,
div#right_top_container_bottom {
	position:absolute;
	right: 0;
	float:right ! important;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:navy;
}

div#right_top_container_bottom {
	bottom: 0;
}

div#right_top_container_middle {
	margin-bottom: 30px;
	bottom: 0;
}

body {
 background:white;
}

div#background {
	background: white;
}

div#background_800_Wide {
	background: white;
	width: 800px;
}

div#background_1008_Wide {
	background: white;
	width: 1004px;
}

div#top_header {
	background-color: white;
	background-image:url('images/logo.gif');
	background-position: left bottom;
	height: 80px;
	background-repeat:no-repeat;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: right;
}

div#stats {
	text-align: right;
	vertical-align: top;
	float: right;
}

div#LoggedInAs {
	padding-top:20px;
	text-align: right;
	vertical-align: top;
	float: right;
	text-align: right;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:navy;
	padding-right: -100px;
}

.RightBorder {
	border-right-style: solid;
	border-right-color: silver;
	border-right-width: thin;
}

.Counts {
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	color: red;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.BlueBar {
	background-color:navy;
	height: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.RedWorld {
	background-color: white;
	background-image:url('images/gradBannerSm.gif');
    background-position: 0 0;
	height: 80px;
	margin: 3px;
	text-align: right;
	vertical-align: middle;
}

.RedWorldSmall {
	background-color: white;
	background-image:url('images/gradBannerSm.gif');
    background-position: 0 0;
	height: 60px;
	margin: 3px;
	text-align: right;
	vertical-align: middle;
}

.TagLine {
/*	 color: #C6892D; */
	color: white;
	font-family: "Arial";;
	font-size:x-large;
	float:left;
	font-style:italic;
	text-align:left;
	padding-top: 23px;
	padding-left: 30px;
}

div#MenuBar {
	float:right;
	padding-top:3px;
}

div#container_body {
	position: relative;
	min-height: 400px;
	margin: auto;
}

div#first_column,
div#third_column {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
}

div#first_column_inner,
div#third_column_inner {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 3px;
}

div#first_column_inner {
	margin-left: 20px;
	margin-right: 20px;		
}
div#first_column {
	left: 0;
}

div#third_column {
	right: 0;
}

div#middle_column {
	margin: 3px, 3px, 3px, 3px;
}
/*
.rmItem,
.rmItem .rmFirst
{  
            background-image: url(images/ButtonRed.jpg) !important;  
            font-weight:bolder;
            height: 22px;
            width: 90px;
        }  

.rmItem .rmFirst .focused,
.rmItem .rmFirst .clicked,
.rmItem .rmFirst .expanded,
.rmItem .rmFirst .link:hover {  
            background-image: url(images/ButtonBlue.jpg) !important;  
            font-weight:bolder;
            height: 22px;
            width: 90px;
        }  

*/

RadMenu#rmServices .rmRootGroup  {
	right: 0 ! important;
	left: 0 ! important;
	width: 200px ! important;
	margin-bottom: 100px;
	}