﻿html
{
	min-height: 100%;
}

html, body, #content, #contentContainer, #leftContent, #rightContent, #middle_Content
{	
    min-height: 100%;
    height: 100% !important;
    height:100%;
}
body
{
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:20px;
	background-image: url(Images/mainwall.jpg);
	background-repeat:repeat-x;
}
#container
{
	width: 912px;
	/*text-align: center;*/
	margin:0px auto;
	border: none;
}
#header
{
	width:912px;
	height:23px;
	margin:0;
	padding:0;
	background-image: url(Images/midorange.gif);
	background-repeat:repeat-x;
	background-position:left;
	clear: both;
}
#headerLeft
{
	float:left;
	width:22px;
	height:23px;
	background-image: url(Images/orangetop.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#headerRight
{
	width:890px;
	height:23px;
	text-align:right;
	float:right;
}

#loginText
{
	margin:0;
	padding:0;
	float:right;
	text-align:center;
	vertical-align:bottom;
	padding-top:4px;
	color:White;
	width:240px;
}

#navbar
{
	background-image: url(Images/navwall.gif);
	height: 26px;
	text-align:left;
	color:White;
	padding-left:20px;
	padding-top:9px;
	font-size: 14px;
	vertical-align: bottom;
}
#banner
{
	margin:0px auto;
	width:912px;
	height:87px;
	background-image: url(Images/title.jpg);
	background-repeat:no-repeat;
	background-position:right;
	clear: both;
}
#bannerLeft
{
	float:left;
	text-align:center;
	width:164px;
	height:79px;
	background-color:White;
	padding-top:8px;
}
#bannerMiddle
{
	width:480px;
	float:left;
}

#bannerRight
{
	float:right;
	text-align:right;
	width:230px;
}

#adBanner
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#24629e;
	width:912px;
	height:87px;
}
#footer
{
	padding:0;
	margin:0;
	padding-top:2px;
	width:912px;
	height:36px;
	background-image: url(Images/orangeback.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	vertical-align:middle;
	color:White;
	position: relative;
	font-size: 11px;
}

#copywrite
{
	text-align:center;
	padding-top:15px;
}

#content
{
	width:912px;
	min-height: 100%;
    height: 100% !important;
    height:1000px;
    background-color:#24629e;
    display:inline-table;    
}

#contentContainer
{
	margin:0px auto;
	width:912px;
	/*background-color:#24629e;*/
}
#leftContent
{
	float:left;
	width:210px;
	text-align:left;
	color:White;
	padding-left:7px;
	padding-right:5px;
	background-color:#24629e;
}
#middleContent
{
	float:left;
	width:500px;
	text-align:left;
	background-color:White;
}
#rightContent
{
	float:right;
	width:190px;
	/*background-color:#24629e;*/
	/*background-color: #F2F0F1;*/
}

#Content_2Col_SmallLeft
{
	float:right;
	width:180px;
	text-align:left;
}
#Content_2Col_LargeLeft
{
	float:left;
	width:730px;
	text-align:left;
	height:auto;
}
#Content_2Col_SmallRight
{
	float:left;
	width:180px;
	text-align:left;
}
#Content_2Col_LargeRight
{
	float:right;
	width:730px;
	text-align:left;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#NestedContent
{
	float:right;
	width:690px;
	background-color:#F2F0F1;
}
#LeftContentNested
{
	float:left;
	background-color:White;
	height:inherit;
	display:inline-table;
	width:500px;
}
#RightContentNested
{
	float:right;
	width:180px;
	height:inherit;
	display:inline-table;
}