﻿body
{
    font-family:Verdana;
    margin: 0;
    padding: 0;
}

#header
{
    background: #fff url(images/Header.jpg) no-repeat left top;
    width:990px;
    height:133px;
    z-index:0;
}

#welcomeHeaderShadow
{
    background: #fff url(images/HeaderShadowWelcome.jpg) no-repeat left top;
    width:990px;
    height:39px;
    z-index:0;
}

#welcomeWrapper
{    
    width:990px;
    clear:both;
    overflow:hidden;
    background: #fff url(images/BodyBackgroundWelcome.gif) repeat-y left top;
    z-index:0;
}

#leftSidebarWrapper
{
    width:220px;
    min-height:728px;
    float:left;
}

#navWrapper
{
    width:220px;
    clear:both;
    z-index:5;
}

#stateExtension
{
    background: #fff url(images/StateExtension.jpg) no-repeat left top;
    width:195px;
    height:33px;
    float:left;
    z-index:10;
}

#nav
{    
    background: #fff url(images/MenuBackground.gif) repeat-y left top;
    width:195px;
    float:left;
}

#whiteSpace
{    
    width:24px;
    float:right;
}

#leftSidebarPicture
{
    background: #fff url(images/LeftSidebarImage.jpg) no-repeat left top;
    width:220px;
    height:236px;
    float:left;
    z-index:10;
}

#navGradientWrapper
{
    clear:both;
    overflow:hidden;
    width:220px;
    float:left;
    display:block;
    z-index:10;
}

#navGradient
{
    background: #fff url(images/NavGradient.jpg) repeat-x left top;
    width:195px;
    min-height:235px;
    float:left;
    z-index:10;
}

#welcomeWrapper #content
{
    width:527px;
    float:left;
   margin-left:5px;
   margin-top:15px;
   margin-right:0px;
   font-size:small;
   min-height:532px;
   z-index:10;
}

#rightSidebarWrapper
{
    background: #fff url(images/RightSidebarBackground.jpg) repeat-x left top;
    width:210px;
    height:728px;
    float:right;
    z-index:5;
}

#leftSidebarLogo
{
   background-image: url(../../Common/Master%20Pages/District/images/KiwanisLogo.png);
   width: 133px;
   height: 80px;
   z-index: 15;
}

/* styles that belong solely to the content pages start from here */
#standardHeaderShadow
{
    background: #fff url(images/HeaderShadowStd.jpg) no-repeat left top;
    width:990px;
    height:39px;
    z-index:0;
}

#standardWrapper
{    
    width:990px;
    clear:both;
    overflow:hidden;
    background: #fff url(images/BodyBackgroundStd.gif) repeat-y left top;
    border-right: solid 1px black;
    z-index:0;
}

#standardWrapper #content
{
   font-size:small;
   width:732px;
   float:left;
   margin-left:8px;
   text-align:left;
   z-index:10;
}

/* For district news on the welcome master page */
#rightSidebarWrapper .sectionHeading
{
   font-weight:bold;
   font-size:medium;
   padding-bottom:5px;
   padding-top:5px;
}

#rightSidebarWrapper .article
{
   padding-bottom:10px;
   padding-top:5px;
}

#rightSidebarWrapper .news
{
   font-size:small;
   padding-left:5px;
}

#rightSidebarWrapper .news .dateText
{
   font-style:italic;
   font-size:x-small;
}

#rightSidebarWrapper .news .headlineText
{
    font-weight:bold;
}

#rightSidebarWrapper .news
{
   color:Black;
   font-size:x-small;
   padding-left:10px;
   padding-right:5px;
}

/* For district news page */
.publicNews .article .headlineText
{
   font-weight:bold;
}

.publicNews .article
{
	width:100%;	
}

.publicNews
{
}

.publicNews .article .dateText
{
}

.articleImg
{
	text-align:center;
}

.publicNews .article a
{
   color:Black;
}

