/* ---- =universal styles --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ---- =avh styles --- */

body {
	background: #f9f5ec;
	text-align: center;
	font: normal 90%/1.5em "Gill Sans", "Gill Sans MT", Calibri, Trebuchet, Helvetica, sans-serif;
	color: #201914;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:  uppercase;
	font-weight: normal;
}

h2 {
	margin: 0 24px;
	font-size: 2.0em;
	line-height: 1.4em;
	letter-spacing: 2px;
	color: #748fa7;
}


h3 {
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing: 2px;
	color: #812A0E;
}

#home h2 {
	margin-left: 0;
	font-size: 1.5em;
	line-height: 23px;
	letter-spacing: 1px;
	color: #748fa7;
}

blockquote {
	margin-left: 48px;
}

p a, li a {
	color: #748fa7;
	text-decoration: none;
}

p a:visited, li a:visited {
	color: #454560;
}

p a:hover, li a:hover {
	color: #812a0e;
	border-bottom: 1px solid;
}

a img {
	text-decoration: none;
	border: none;
	background: none;
}

.lc {
	text-transform: lowercase;
}


.header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%; 
	height: 132px;
	padding-top: 48px;
	background: #393029 url('../images/topbkg1.jpg') 0 -48px repeat-x;
	text-align: center;
}

.header a {
	color: #fff;
	text-decoration:  none;
	border: none;
}

.header a:hover {
	color: #b1dbff;
	border: none;
}


#branding {
	width: 936px;
	margin: 0 auto;
}

h1 {
	font-size: 1.125em;
}

h1#branding-logo a {
	display: block;
	position: relative;
	width: 350px;
	height: 80px;
	margin: 18px auto 6px;
	color: #fff;
	text-decoration: none;
}

h1#branding-logo span {	
	display: block;
	position: absolute; 
	left: 0;
	top: 0;
	z-index: 20;
	width: 350px;
	height: 80px;
	background: url('../images/logo.gif') no-repeat;
}




#nav-main {
	width: 936px;
	margin: 0 auto;
}


#nav-main ul {
	margin: 0 auto;
	text-align: center;
	text-transform: lowercase;
}

#nav-main li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}

#nav-main li a {
	margin: 0;
	padding: 0 18px 13px;
	font-size: 1.125em;
	text-shadow: 1px 1px #393029;
}

#nav-main li a:visited {
	color: #fff;
}


#nav-main li a:hover, #home #navhome a, #philosophy #navphil a, #portfolio #navport a,  #properties #navprop a, #contact #navcont a, #login #navlog a {
	background: url(../images/nav-arrow.gif) bottom center no-repeat;
	color: #fff;
}

#nav-main li a:hover {
	color: #748fa7;
}

.container {  
	height: 100%;
}

#content {
	width: 936px;
	margin: 0 auto;
	padding: 216px 0 60px;
	text-align: left;
}

#content-main {
	margin: 0;
}


#content-main p {
	padding-bottom: 1.5em;
	margin: 0 24px;
}

#content-main .threecol {
	display: inline;
	float: left;
	width: 264px;
	margin: 12px 24px;
	text-align: left;
}

#content-main .threecol p {
	margin-left: 0;
}


#content-main #sidebar {
	display: inline;
	float: left;
	width: 344px;
	margin: 0;
	text-align: left;
	
}

#content-main #summary {
	margin-left: 24px;
}

#content-main ul, #content-main ol {
	margin-left: 24px;
	padding: 4px 0 4px 24px;
}

#content-main ul {
	list-style-type: circle;
}

#content-main ol {
	list-style-type: decimal;
}

#content-main li {
	padding-bottom: 0.3125em;
	line-height: 1.125em;
}


#sidebar h3 {
	margin-left: 24px;
	padding: 0.5em 0;
}


#sidebar p {
	padding: 0 0 0.5em 0;
}

#sidebar strong {
	padding-right: 4px;
	text-transform: uppercase;
	font-weight: normal;
	color: #812a0e;
}


#sidebar #properties {
	margin: 0 0 0 20px;
	padding: 0 0 1.5em;
	text-transform: uppercase;
	font-size: 1.125em;
	letter-spacing: 1px;
}


#properties li {
	padding: 4px;
	line-height: 1.25em;
	list-style-type: none;
}

#properties li a {
	color: #748fa7;
}

#properties li.selected {
	border: 1px solid #812a0e;
	background: url(../images/sidenav-arrow.gif) right no-repeat;
}

#properties li.selected a {
	color: #812a0e;
	text-decoration: none;
	border: none;
}

#pics {
	margin-left: 414px;
	line-height: 10px;
}

#pics img {
	margin: 0 22px 22px 0;
	border: 1px solid #7b6657;
}

#pics img.end {
	margin-right: 0;
}

#pics p {
	margin: 0 44px 0 0;
	line-height: 1.5em;
}

#contactform p {
	margin-left: 0;
	line-height: 1.75em;
}

#contactform input, #contactform textarea {
	width: 18em;
	margin-top: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.9em;
}

#contactform #submit {
	width: 100px;
	margin: 0 0 0 8em;
}

#contactform label {
	float: left;
	width: 8em;
	margin-right: 5px;
	text-align: right;
}

.error {
	color: #83151a;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}

#contentbottom {
	clear: both;
	color: #7b6657;
	font-size: 0.75em;
	text-align: center;
}


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 84px;
	background: transparent url(../images/footerfade.png) 0 0 repeat-x;
	z-index: 10;
}

#footer #credits {
	margin-top: 36px;
	background: #393029 url('../images/bottombkg1.jpg') 0 repeat-x;
	height: 48px;
	font-size: 0.75em;
	line-height: 2.0em;
	text-transform: lowercase;
	text-align:  right;
	padding-right: 10px;
}
