/* Basic Structure */

html, body {
margin : 0;
padding : 0;
height : 100%;
}

#header{
display: none;
}

#HeaderBody {
display: none;
}

#container{

}

#wrapper{

}

#content{
float: none;
width:650px;
text-align: left;


}

#LeftColumn{

display: none;
}

#RightColumn{

display: none;
}



#footer{

display: none;
}


#ImageBox {
margin: 0 auto;
width: 435px;
padding: 10px 0;
}










/* Fonts and Layout */

body {
font-family: arial;
font-size: 11px;
}

p, font {
font-family: arial;
font-size: 11px;
padding: 0;
margin: 0;
}

.SmallText {
font-family: arial;
font-size: 10px;
padding: 0;
margin: 0;
}

.bold, #bold {
font-weight: bold;
}

a:link, a:visited{
color: #000;
}

a:hover{
color: #af7a7a;
}




#content a:link, #content a:visited{
color: #000;
}

#content a:hover{
color: #af7a7a;
}

#breadcrumbs {
height: 85px;
margin:0;
padding: 0;
display: list-item; 
list-style-image: url(images/Tukwila_Life_Logo_BW.jpg); 
list-style-position: inside;
}

#calendarcrumbs {
width: 750px;
height: 18px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin: 10px 0;
}

#breadcrumbs font, #calendarcrumbs font {
font-family: arial;
font-weight:bold;
font-size: 10px;
color: #000;
vertical-align:bottom;
display:none;
}

.spacing {
margin-top: 30px;
}

.EndSpacing {
width: 430px;
margin-top: 250px;

}

.PeriodBreak {
background-image: url(images/periodbreak.gif);
background-repeat: no-repeat;
width: 420px;
height: 5px;
display: block;
margin: 0 auto;
margin-bottom: 15px;
}

.PeriodBreakSmall {
background-image: url(images/periodbreaksmall.gif);
background-repeat: no-repeat;
width: 400px;
height: 5px;
display: block;
margin: 0 auto;
margin-bottom: 15px;
}

ul.horizontal {
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;

}

.horizontal {
display: inline;
padding: 15px;
margin: 0;
text-align:center;
float: none;
}

ul.list {
list-style-type: none;
padding: 0;
margin: 20px 70px 20px 25px;
}

li.ListSmall, li.ListMedium, li.ListLarge {
background-image:url(images/squarebullets.gif);
background-repeat: no-repeat;
background-position: 0 1px;
padding-left: 16px;
margin-bottom: 5px;
}

li.ListSmall {
font-size: 14px;
}

li.ListMedium {
font-size: 14px;
}

li.ListLarge {
font-size: 14px;
}

.ContentHeading {
font-family: arial;
font-weight:bold;
font-size: 16px;
color: #000;
margin-left: 10px;
}

.BodyText {
font-family: arial;
font-size: 14px;
padding: 0 10px;
color: #000;
margin-bottom: 15px;
}

.BodyTextBold {
font-family: arial;
font-size: 14px;
padding: 0 10px;
color: #000;
margin-bottom: 15px;
font-weight: bold;
}

.BodyTextNoSpacing {
font-family: arial;
font-size: 14px;
padding: 0 10px;
color: #000;

}

.BodyTextNoSpacingBold {
font-family: arial;
font-size: 14px;
padding: 0 10px;
font-weight: bold;
color: #000;

}

.BodyHeading {
font-family: arial;
font-size: 13px;
font-weight: bold;
padding: 0 10px;
margin-top: 25px;
margin-bottom: 20px;
}

#RightColumnBG p {
font-family: arial;
font-size: 11px;
padding: 0 0 0 5px;
}

#RightColumnBG p.Contact {
margin-bottom: 10px;
font-size: 9px;
}



#RightColumnBG p.Contact_NoMargin {
margin: 0;
font-size: 9px;
}

.FooterText {
font-family: arial;
font-size: 10px;
text-align: center;
}


.scrolling {
overflow: scroll;
width: 425px;
height: 350px;
border: 1px solid #000;
padding: 5px;
}

.scrolling font {
font-family: arial;
font-size: 10px;
}

.tableborder {
border: 1px solid #000;
}

.tableborderbottom {
border-bottom: 1px solid #000;
}

.tablebordertopbottom {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}

.ProjectBox {
border: 1px solid #000;
padding: 5px;
background-color: #ffffff;
}

.ProjectBox dl {
margin-top: 5px;
}

dd {
margin-top: 10px;
}

dl p {
margin-bottom: 15px;
}

ol li {
margin-bottom: 10px;
}

.NoMargin {
margin-top: 0;
}

.ImageBorder {
border: 1px solid #000;
}
/* End Fonts and Layout */




