/*
Title:      Master styles for screen media
Author:     Kevin Roosdahl
Updated:    August 2007
*/

body {
	background: #BCE4FB url(/images/background.gif) repeat-y 50% 0;
    margin: 0;
    border: 0;
    padding: 0;
    }

#page {
    color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 0 auto;
    width: 777px;
    }
    
#banner {
    width: 777px;
    height: 167px;
 	}
    
#content {
	float: right;
	width: 560px;
	line-height: 1.4em;
    padding-right: 60px;
	margin: 0 auto;
	}
#content h2 a {
    color: #6666FF;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
    font-size: 90%;
    }

#content h3 {
   font-size: 120%;
   font-weight: bold;
   color: #6699CC;
   text-align: center;
   }    

center {
   text-align: center;
   }
        
#sidebar {
	width: 143px;
	float: left;
	margin: 0;
    border: 0;
	padding: 0;
    font-size: 14px;
    line-height: 1.4em;
    }

#appraisers {
	float: left;
	width: 35%;
	margin: 0 auto;
    padding-left: 20px;
	list-style: none;
	}

#appraisers a {
	text-decoration: none;
	border-bottom: none;
	}

#appraisers a:hover, #nav a.active {
	color: #fff;
	background: #84CDF8;
	}
    
#photo {
    float: right;
    width: 60%;
    height: 200px;
    }        

#qualifications {
    clear: both;
    margin: 0;
    }    
    
img, a {
	margin: 0;
    vertical-align:middle;
    border: 0;
	padding: 0;
    }
    
.form td {
    line-height: 1.3em;
    font-size: 80%;
    }

.sidebar-item {
    position:relative;
    top:-40px; 
    left:39px;
    }

#creditcards {
    padding-left: 160px;    
    }

#descbox {
    overflow: auto;
    background: transparent;
    border: transparent;
    border: 0;
    }

#footer {
    clear: both;
    margin: 0;
    text-align: center;
  	border-top: 1px solid #000;
    padding: 0;
	}

a:link, a:visited {
	color: #40659B;
	text-decoration: none;
	border-bottom: 0;
	}
a:hover {
	color: #003333;
	}
p {
	margin: 1em 0 1em;
	padding: 0;
	}
 
em {
   font-size: 120%;
   font-weight: bold;
   color: #6699CC;
   }

#contact {
    margin: 0;
    border: 0;
    padding: 0;
    }
         
#contact object {
    width: 320px; 
    height: 525px; 
    }

