﻿body, html
{
    margin: 0px;
    padding-bottom:2px;
    padding-top:2px;
    padding-left:0px;
    padding-right:0px;
    text-align: center;
    background-color: #000055;
    height:100%;
}

form
{
    width: 800px;
    margin: 0px auto;
    text-align: left;
    border-style: outset;
    border-width: thin;
    background-color: #DDDD7C;
}
#header
{
    /*  background-color: #FFFFCC;*/ /*  width: 800px; */
    height: 124px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #A9ACB1;
    padding: 0px 0px 1px 0px;
}
#header a:link
{
    color: blue;
    text-decoration:underline;
}
#header a:visited
{
    color: blue;
    text-decoration:underline;
}
#header a:hover
{
    color: blue;
    background-color:#FFFF66;
}
#header a:active
{
    color: blue;
    text-decoration:underline;
}
#body
{
    background-color: #FFFFFF;
    height: auto;
    width: auto;
    clear: both;
}
#navigation
{
    background-color: inherit;
    background-position: left top;
    float: left;
    width: 180px;
    height: 100%;
    background-image: url(Images/Navigation.jpg);
    background-repeat: repeat-y;
    background-attachment: scroll;
}
#welcome
{
    background-color: #FFFFFF;
    background-position: left top;
    width: 100%;
    height: auto;
    background-image: url(Images/Welcome.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#menu_header
{
    background-color: inherit;
    background-position: left top;
    width: 100%;
    height: 30px;
    background-image: url(Images/MenuHeader.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#menu
{
    background-position: left top;
    width: 100%;
    height: auto;
}
#menu a:link
{
    color: black;
    text-decoration:none;
}
#menu a:visited
{
    color: black;
    text-decoration:none;
}
#menu a:hover
{
    color: blue;
    text-decoration:none;
}
#menu a:active
{
    color: blue;
    text-decoration:none;
}
#counters
{
    padding-left:5px;
    padding-bottom:2px;
    padding-right:0px;
    padding-top:0px;
    height:auto;
    font-family:Verdana;
    font-size:x-small;
}
#content
{
    background-color:inherit;
    float: left;
    width: 618px;
    height: auto;
}
#footer
{
    clear: both;
    width: 795px;
    height: auto;
    border-top-style: inset;
    border-width: thin;
    font-size: xx-small;
    font-family: Verdana;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
}

#intro
{
    clear: both; /* width: 800px;*/
    height: 100px;
    border-bottom-style: none;
    border-width: thin;
    border-color: #868A91;
    background-position: left top;
    background-image: url(Images/Title.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#breadcrumb
{
    padding: 1px 5px 0px 5px;
    float: left;
    height: 24px;
}
#loginstatus
{
    padding: 0px 5px 0px 5px;
    float: right;
    height: 23px; /*   background-color: #FF9999; */
    margin-left: 61px;
}
#bannerleft
{
    float: left;
    width: 200px;
    height: 100px;
    vertical-align: middle;
    text-align: left;
    background-attachment: scroll;
    background-image: url(Images/BannerLeft.jpg);
    background-repeat: no-repeat;
}
#titlediv
{
    float: left;
    width: 400px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: xx-large;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}
#bannerright
{
    float: right;
    width: 200px;
    height: 100px;
    vertical-align: middle;
    text-align: right;
    background-attachment: scroll;
    background-image: url(Images/BannerRight.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

#editdocumentusercontrol
{
    height: auto;
    width: 100%;
    background-color: #DEE096;
}
#editcancelsection
{
    float: right;
    padding-right: 5px;
    text-align: right;
    padding-top: 1px;
}
#edittitlesection
{
    padding-top: 5px;
    padding-left: 5px;
    float: left;
}
#editheader
{
    clear: both;
    width: 100%;
    height: 24px;
    background-color: #CC9900;
    border-bottom-style: solid;
    border-bottom-color: #A87E00;
}
#editdocument
{
    padding-left:2px;
    padding-top:2px;
    float: left;
    /*width: 50%;*/
}
#editpageheader
{
    float: left;
    /*width: 50%;*/
}
#editpage
{
    clear: both;
    width: 100%;
}

/* Albums Section */
#albums
{
    overflow:auto;
    width:100%;
    height:600px;
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	color: Black;
	background-color:Silver;
	border:inset 1px;
}

#albums a 
{
    background-color:Silver;
	color: Black;
	text-decoration: none;
}

#albums a:hover 
{
	text-decoration: underline;
}

#albums img 
{
	border: none;
}

#albums h1
{
	font-size: large;
	margin-bottom: 20px;
}

.album 
{
background-color:Silver;
}

.albumFloat 
{
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 4px;
}

.albumDetailsLink 
{
}

.albumMetaSectionHead 
{
	background-color: Gray;
	color: White;
	font-weight: bold;
}

.albumMetaName 
{
	font-weight: bold;
}

.albumMetaValue 
{
}

.center
{
	text-align: center;
}


#residentssection a:link
{
    color: blue;
    text-decoration:underline;
}
#residentssection a:visited
{
    color: blue;
    text-decoration:underline;
}
#residentssection a:hover
{
    color: blue;
    background-color:#FFFF66;
}
#residentssection a:active
{
    color: blue;
    text-decoration:underline;
}
