html {
	background: #e1ddc6 url("images/body-gradient-bg.jpg") center top repeat-x;
}


#container { width: 1000px; margin: 0 auto; }
.wrapper { width: 900px; margin: 0 auto; }
.caps { text-transform:uppercase; }

#header { height: 100px; padding: 0 6em 0 1em; }
#header h1 { float: left; }
#header .call-now { float: right; margin: 2em 0; }


#navigation {
	min-height: 325px; line-height: 2.5em; 
	background: transparent url("images/san_francisco-bg.jpg") center top no-repeat;
}

#subnav {
	height: 54px; line-height: 54px;
	background: transparent url("images/subnav-bg.jpg") center top no-repeat;
}

#navigation ul, #subnav ul { margin: 0; }
#navigation ul li, #subnav ul li { list-style-type: none; }
#navigation ul li a, #subnav ul li a { text-decoration: none; }

#navigation ul {
	font-family: candara, arial, helvetica, clean, sans-serif;
	font-size: 15px;
}
#navigation ul li {
	
}
#navigation ul li a {
	padding: 0.5em 1em;
	color: #000; 
	font-weight: bold;
}

#subnav ul {
	text-align: center;
	font-family: verdana, sans-serif; 
	font-size: 16px;
	margin-left: 1.5em;
}
#subnav ul li {
	float: left; 
	padding: 0 1em;	
	background: url("images/subnav-spacer.png") center left no-repeat;
}
#subnav ul li.first { background: none; }
#subnav ul li a {
	color: #e1e1e1;
	font-weight: bold;
}

#navigation ul li a.selected {
	background: #000;
	color: #fff;
}

#main {
	padding: 0 50px 30px;
	background: transparent url("images/main-shadow-bg.png") center bottom no-repeat;
}
#main .wrapper {
	background: #fff;
	min-height: 570px;
	padding: 2em 3em 1em;
	width: auto;
}
#main .fleft { margin: 1em 2em 1em 0; }
#main .fright { margin: 1em 0 1em 2em; }
#main h2 {
	color: #666;
	font-size: 150%;
	font-weight: lighter;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#main h2.title {
	font-size: 175%;
	text-transform: uppercase;
}
#main h2.title.index {
	text-align: center;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 1em;
}

#contact-form {
	
}
#contact-form textarea {
	width: 300px;
}
#contact-form input.full {
	width: 300px;
}
#contact-form table td, table.borderless td {
	border: 0 none;
}
table.borderless {
	font-size: 90%;
	font-variant: small-caps;
	margin-bottom: 2em;
}
#analysis-form {
	width: 250px;
	margin-top: 0 !important;
}
#analysis-form h2 {
	text-align: center;
}
#analysis-form form {
	background: #eeebe4;
	min-height: 300px;
	padding: 1px 0;
	border: solid 1px #aaa8a2;
}
#analysis-form form ul {
	margin-left: 1.5em;
}
#analysis-form form ul li {
	list-style-type: none; 
}
#analysis-form label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
}
#analysis-form .checkboxes {
	padding: 1em 0;
}
#analysis-form .checkboxes label {
	display: inline; 
	margin-left: 5px;
}
#analysis-form .checkboxes p {
	margin-bottom: 0.5em;
}
#analysis-form input[type=text] {
	
}
#analysis-form textarea {
	width: 15em;
}


#kahn-footer {
	color: #7f7f7f;
	font-size: 10px;
	text-align: center;
}
#kahn-footer hr { color: #ccc; margin: 3em 0 1em; clear: both; }
#kahn-footer a { color: #275180; text-decoration: underline; }
#kahn-footer .center {
	margin-bottom: 1em;
}
#kahn-footer .center p {
	margin-bottom: 0;
	font-size: 125%;
}

#footer .wrapper { padding: 0 6em; width: auto; }
#copyright { float: left; }
#credits { float: right; }
#credits a.blend { color: #000; text-decoration: none; }