/*
    Document   : MainPage
    Created on : Jul 14, 2009, 3:06:11 PM
    Author     : Brock
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
body
{
    background-image: url('../images/gradientbackground.gif');
    background-repeat: repeat-x;
    background-color: #7695b4;
    text-align: center;
    /* font-family: 'Sylfaen', serif; */
    font-family:tahoma;	
    width: 950px;
    margin: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;


}
.tableWidth
{
    width: 800px;
    font-size: 11px;
}
.header
{
    text-align: center;
    background-image: url(../images/welcometoseattle.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 333px;
  /*  background-color: White; */
}
.mainContentMid
{
    text-align:center;
}
.sharingTop
{
    padding-left: 20px;
}
.tableLeft
{
    background-color: #FFFFFF;
    width: 20%;
    padding-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
.tableMid
{
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url('../images/y.gif');
    background-repeat: repeat-y;
    /*background-position: center;*/
    background-color: #FFFFFF;
    width: 3%;
}
.tableRight
{
    background-color: #FFFFFF;
    width: 77%;
    padding-top: 8px;
    padding-right: 40px;
}
.separator
{
    background-color: #FFFFFF;
}
.padding
{
    padding-left: 10px;
}
.center
{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}
.centerWidth
{
    width: 100%;
}
.centerAlign
{
    text-align: center;
}
.alignLeft
{
    text-align: left;
}
.aboutUsBorder
{
    padding: 0px 5px 0px 5px;
    /*border-style: solid;
    border-color: Silver;
    border-width: 2px;*/
    font-size: 10pt;
}
.aboutUsNames
{
    text-align: center;
    color: #E1C7AC;
}
.footer
{
    background-image: url('../images/rep.gif');
    width: 950px;
    text-align: center;    
    font-size: 11px;
}
.footerPaddingLeft
{
    padding-left: 50px;
    text-align: left;
    width: 400px;
    font-weight: bold;
}
.footer a:hover
{
    color: #FFE7CE;
}
.footer a:visited
{
    color: #E1C7AC;
}
.footer a
{
    color: #E1C7AC;
}
contactUsTableLabel label
{
    color: #C7B9A3;
    text-align: right;
}
marginleft
{
    margin-left: 100px;
}
.tableRightPadding
{
	padding-left: 20px;
}

.style1 
{
	color: #006699;
	font-weight: bold;
}
.style2 
{
	color: #006699
}
.style3 
{
	font-size: 24px
}
.style17 
{
	font-size: 16px
}
