body {
	margin:0px auto;
	padding:0px;
	position: relative;
	background: #fff url('');
/* 	height:100%; */
}


#outer-container
{
	width: 720px;
   	margin: 0px auto 0 auto;
    	padding-top:0;
    	color: #333;
    	
}

#header-container-outer
{
    width: 720px;
    background: url('../shared_images/swoosh_underline.png') no-repeat -54px bottom;
    height: 105px;
    margin: 0;
    overflow: hidden;
    
}

#header-content {
    width: 250px;
    float: left;
    height: 100px;
    background:url('../shared_images/logo.png') no-repeat 20px 10px;
}

.banner-top-swoosh
{
	background: url('../shared_images/swoosh_underline_white_top-4c.png') no-repeat 0px bottom;
	height:32px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border-left:1px solid white;
	border-right:1px solid white;
}

#main-navigation-outer
{
    width: 450px!important;
    float: right;
    text-transform: uppercase;
    height:69px;
    padding-right:20px!important;
}

.left-strip{
	position:absolute;
	width:70px;
	top:0;
	left:0;
	height:100%;
}

.left-strip.Blue{
	background:url('../shared_images/left-grad.png') repeat-y left top;
}

.left-strip.Wavy-Blue{
	background:url('../shared_images/left-grad-6.png') repeat-y left top;
}

.left-strip.Green{
	background:url('../shared_images/left-grad-2.png') repeat-y left top;
}

.left-strip.Blue-Green{
	background:url('../shared_images/left-grad-3.png') repeat-y left top;
}


.left-strip.Light-Green-Border{
	background:url('../shared_images/left-grad-5.png') repeat-y left top;
}

.left-strip.Dark-Green-Border{
	background:url('../shared_images/left-grad-4.png') repeat-y left top;
}

.right-strip{
	position:absolute;
	width:70px;
	top:0;
	right:0;
	height:100%;
}

.right-strip.Blue{
	background:url('../shared_images/right-grad.png') repeat-y left top;
}

.right-strip.Wavy-Blue{
	background:url('../shared_images/right-grad-6.png') repeat-y left top;
}


.right-strip.Green{
	background:url('../shared_images/right-grad-2.png') repeat-y left top;
}

.right-strip.Blue-Green{
	background:url('../shared_images/right-grad-3.png') repeat-y left top;
}

.right-strip.Light-Green-Border{
	background:url('../shared_images/right-grad-5.png') repeat-y left top;
}

.right-strip.Dark-Green-Border{
	background:url('../shared_images/right-grad-4.png') repeat-y left top;
}

#content-container-outer
{
	
	background: #ffffff/* url('../shared_images/container_bg.png') no-repeat center top*/;
	min-height: 200px;
	width: 100%;
	
	border:1px solid #ccc;
	border-width:0px 0px;
}

#footer-container-outer
{
	border:1px solid #CDE5F3;
	border-bottom:0;
	height:200px;
	margin:auto;
	padding:15px;
	text-align:center;
	width:700px;
	background:url('../shared_images/logo-watermark.png') no-repeat -67px 73px;
}

#footer-container-inner
{
        padding-top:10px;
}



/* Non-structure elements */

.banner
{
	width:700px;
	padding:0;
	margin:5px 10px;
	height:160px;
	display:block;
/*         border:1px solid #ccc; */
/*         border-width:1px 0px; */
        position:relative;
}



