/**************************************************

General Styles

**************************************************/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: small;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1.7em;
	background: url(../img/bg_body.jpg);
	color: #1C3450;
	}

h1, h2, h3, h4, h5, h6, ul, li, p {
	padding: 0;
	margin: 0;
	list-style: none;
	}

ul, li {
	margin: 0;
	padding: 0;
	}

p {
	margin-bottom: 1.3em;
	}


a:link, a:visited {
	color: #1C3450;
	text-decoration: none;
	}

a:hover, a:active {
	color: #3A587B;
	text-decoration: none;
	border-bottom: 1px dotted #1C3450;
	}

/* =Typography
----------------------------------------------- */
h1 {
	text-indent: -9999px;
	background: url(../img/ryansappraisal2.jpg) no-repeat;
	width: 445px;
	height: 149x;
	margin-bottom: 24px;
	}

h1 a {
	width: 445px;
	height: 149px;
	display: block;
	}

h1 a:hover {
	border: none;
	}

h2 {
	font-size:  120%;
	margin-bottom:  20px;
}

h3 {
	font-size:  100%;
	margin-bottom:  2px;
}

/* =Layout Elements
----------------------------------------------- */
#container {
	margin-right: 0;
	margin-left: 70px;
	width: 866px;
	text-align: left;

	}

#innercontainer {
	margin-left: 14px;
	background: url(../img/bg_body.jpg);
	}

#headwrap {
	width: 852px;
	background: url(../img/bg_top_grad.jpg) no-repeat;
	}

#content {
	margin-left: 102px;
	background: url(../img/bg_boxes.jpg) no-repeat right top;
	}	

#primarycol {
	width: 425px;
	}

/* =Navigation
----------------------------------------------- */
#nav {	
	margin-left: 175px;
	padding-top: 116px;
	height: 31px;
	font-size: 110%;
	}

#nav li {
	display: inline;
	padding: 0 12px;
	text-align: center;
	border-right: 1px solid #1C3450;
	}

#nav li a {
	text-decoration: none;
	}


/* =Property Types Page
----------------------------------------------- */

.propertyTypes #primarycol ul {
	margin-bottom: 15px;
	}

.propertyTypes #primarycol ul li {
	padding-left: 17px;
	margin-left: 8px;
	margin-bottom: 4px;
	background: url(../img/bg_cube.gif) no-repeat left center;
	}

/* =Team Page
----------------------------------------------- */
.team #primarycol p {
	margin-bottom: 20px;
	}

.team #primarycol a {
	font-weight: bold;
	}

.team #primarycol span {
	font-weight: bold;
	font-size: 110%;
	}
/* ----------------------------------------------- 

Contact Page

----------------------------------------------- */
#contacttable td {
	padding: 5px 0;
	}	

/* ----------------------------------------------- 

Footer

----------------------------------------------- */
#footer {
	font-size: 82%;
	clear: left;
	padding: 40px 0 220px 0;
	}

#footer a {
	border-bottom: 1px dotted #1C3450;
	}
	

