/*
    Document   : MainPage
    Created on : Aug 5, 2009, 2:19:11 PM
    Author     : Brock
    Description: This stylesheet is intended for seattlerealestateassociates.com        
*/

root {
    display: block;
}
body
{
    background-color: #FFFFFF;
    text-align: center;
    /* font-family: 'Sylfaen', serif; */
    font-family:tahoma;	
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

}
.tableWidth
{
    width: 800px;
    font-size: 11px;
}
.header
{
    text-align: center;
    background-image: url('../images/flash_bg.jpg');
    background-repeat: no-repeat;
    width: 800px;
    height: 215px;
  /*  background-color: White; */
}
.tableLeft
{
    background-color: #FFFFFF;
    width: 200px;
    padding-top: 8px;
    padding-right: 5px;
}
.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: 67%;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 40px;
}
.tableFull
{
    background-color: #FFFFFF;    
    width: 100%;
}
.rightContent
{
    padding: 4px 0px 0px 10px;
}
h3
{
    color:#6A747D;
    font-size: 22px;
}
h4
{
    color:#6A747D;
}
.separator
{
    background-color: #FFFFFF;
}
.breakSpacing
{
    line-height: 40px;
}
.padding
{
    padding-left: 10px;
}
.center
{
    text-align:center;
}
.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');
    background-repeat:repeat-x;
    width: 800px;
    text-align: center;    
    font-size: 11px;
}
.footerPaddingLeft
{
    padding-left: 50px;
    text-align: left;
    width: 350px;
}
.footerRight
{
    width: 450px;
}
.footer a:hover
{
    color: #333333;
}
.footer a:visited
{
    color: #000000;
}
.footer a
{
    color: #000000;
}
contactUsTableLabel label
{
    color: #C7B9A3;
    text-align: right;
}
marginleft
{
    margin-left: 100px;
}
td
{
    font-family:tahoma;
	font-size:11px;
}
.form input{
	width:135px;
	height:19px;
	font-family:tahoma;
	font-size:11px;
	color: #4B4B4B;
	padding:2px 0 0 7px;
	border-color:#555555;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF
}

.form1 input{
	width:438px;
	height:21px;
	font-family:tahoma;
	font-size:11px;
	color: #4B4B4B;
	padding:2px 0 0 5px;
	border-color:#D6D6D6;
	border-style:solid;
	border-width:1px;
	background-color:#DCDCDC
}

.form1 textarea {
	width:438px;
	height:102px;
	font-family:tahoma;
	font-size:11px;
	color: #4B4B4B;
	overflow:hidden;
	padding:2px 0 0 5px;
	border-color:#D6D6D6;
	border-style:solid;
	border-width:1px;
	background-color:#DCDCDC
}
.errors
{
	color: #FF0000;
    font-weight: bold;
    margin-left: 50%;
}

