﻿#test
{
    display:none;
}

div
{
    xborder:1px solid #000;
    xbackground-color:#000;
}

html
{
    overflow-y: hidden;
}

body
{
    background-color:#fff;
    font-family:georgia;
    font-size:14px;
    color:#000;
    margin:0;
    xoverflow: hidden;
    height:100%;
}

a
{
    color:#5cacd2;
    text-decoration:none;   
}

a:hover
{
    border-bottom:dotted 1px #000   
}

img
{
    border:0px;
}

#wrapper
{
    left:50%;
    margin-left:auto;
    margin-right:auto;
    width:980px;  
    height:100%;
    z-index:10;
}

#content
{
  width: 980px;
  height: 100%;
  z-index:100;
  position:absolute;
  /*opacity: .1;
  filter: alpha(opacity=100);*/
}
#header
{
    position:absolute;
    width:990px;
    top:0px;
    z-index:100; 
}

#header #logo
{
    position:absolute;
    display:block;
    top:34px;
    z-index:100;    
}

#headerBg
{
    top:0px;
    border: 0;
    height:44px;    
    width: 990px;
    margin:0;
    z-index:100;
    border-bottom:1px solid #74c6e3;
    background-color:#fff;
    position:absolute;
}

#nav
{
    position:absolute;
    top:25px;
    right:37px;
    z-index:110;
    color:#5cacd2;
}

#subnav
{
    position:absolute;
    top:46px;
    right:23px;
    text-align: center;
    width:300px;
    line-height:20px;
    
}

#nav a, #subnav a, #footer span, #footer a
{
    color:#5cacd2;
    text-decoration:none;
    padding:0 10px 0 10px;
    height:10px;
    margin-bottom:4px;
}


#nav a:hover, #subnav a:hover, #footer a:hover
{
    border:0;
}

#footerContent span
{
    color:#000;
    margin-right:37px;
}

#nav img, #footerContent img
{
    margin:0 -2px 3px 0;
}


#nav .sel, #nav .sel:hover, #subnav .sel
{
    color:#000;
    cursor:default;
    padding-bottom:2px;
    border-bottom:2px solid #fff;
    height:10px;
}

#subnav .sel
{
    font-weight:bold;
}

#footer
{
    bottom:0;
    height:100px;
    position:absolute;
    width:980px;
    z-index:100;
}

#footerBg
{
    bottom:0;
    height:100px;
    position:absolute;
    width:980px;
    z-index:1;
}

#midColBg{
    position:absolute;
    bottom:0px;
	right:0px;
	width:790px;
	height:286px;
	background-image: url(/media/midColBg.jpg);
	background-repeat:repeat-x;
}

#footerContent
{
    position:absolute;
    padding-top:2px;
    bottom:60px;
    height:25px;
    background-color:#fff;   
    width:990px;
    z-index:100;
    border-top:1px solid #74c6e3;
    border-bottom:1px solid #74c6e3;
    text-align:right;
}

*>#footerContent
{
    padding-top:5px;
}

#footerShadowBottom, #headerShadowBottom, #footerShadowTop
{
    position:absolute;
    right:-5px;
    height:9px;
    bottom:46px;
    width:990px;
    z-index:100;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/footerShadowBottom.png');
	background-repeat: no-repeat;
}

*>#footerShadowBottom, *>#headerShadowBottom  {	
	background-position: right;
    bottom:51px;
	background-image: url(/media/footerShadowBottom.png);
}

#footerShadowTop
{
    bottom:84px;
    width:990px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/footerShadowTop.png');
}

*>#footerShadowTop  {
	background-position: right;
    bottom:90px;
	background-image: url(/media/footerShadowTop.png); 
}

*>#headerShadowBottom  {
    top:44px;
    xright:-160px;
	background-image: url(/media/footerHeaderBottom.png);
}

#content .quote
{
	margin:40px 105px 0 473px;
    overflow: hidden;
    overflow-x:hidden;
    overflow-y:auto;
    
}

#content .content
{
	margin:15px 105px 100px 260px;
    overflow: hidden;
    overflow-x:hidden;
    overflow-y:auto;
    
}

.sub
{
    font-size:11px;
    line-height:normal;
}


