
/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }


/* -----------------------------------------
	iPhone Styles
-------------------------------------------- */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}


/* Anchor Links 
-------------------------------------------- */
a:link { color: #8A4109; text-decoration: underline; }
a:visited { color: #8A4109; text-decoration: underline; }
a:hover {  color: #8A4109; text-decoration: none; }
a:active {  color: #8A4109; text-decoration: none; }

a:focus { outline: 1px dashed #8A4109; }

/* Headings 
-------------------------------------------- */
h1 {
	font-size: 2em;
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	margin: 0 0 .25em;
	padding: .25em 0 0; 
	font-weight: normal;
	line-height: 1.2em;
	color: #381805;
}

h2 { 
	padding: 8px 0 12px 0;
	margin: 0 0 12px 0; 
	font-size: 1.3em;
}

h3 { 
	margin: 0 0 0.25em; 
	font-size: 1.2em; 
	line-height: 1.4em; 
}

.bi-column h3 {
	margin: 0 0 8px;
	padding: 4px 8px 2px 8px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #3D1A05 url(../img/title_bg.jpg) repeat-x 0 0;
	border: 1px solid #C1B1A7;
	border-top-color: #967A6A;
	border-bottom-color: #502206;
}

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.4em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 0.5em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }


/* Main Layout 
-------------------------------------------- */

#main-content { padding: 0 10px; }

/* Navigation */
.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

#sub-content .nav {
	clear: both;
	margin: 10px 0 0;
	border-top: 1px solid #c6c5c2;
}

#sub-content .nav li {
	float: none;
	padding: 0;
	font-weight: bold;
	list-style: none;
	border-bottom: 1px solid #c6c5c2;
}

#sub-content .nav li a {
    display: block;
	float: none;
    padding: 8px 32px 8px 8px;
	font-size: 1.4em;
    text-decoration: none;
    color: #8A4109;
	background: url(../img/nav_li_bg.jpg) no-repeat right center;
}

/* Contact Info */
#contact-info { padding: 10px 10px 0; }

/* News Feed */
#in-the-news {
	padding: 10px 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#in-the-news h4 {
	font-size: 1.2em;
	margin: 0 0 1em;
}

#in-the-news p {
	margin: 0 0 2em;
	font-size: 0.9em;
}

#in-the-news img {
	float: right;
	width: 38%;
	height: auto;
	margin: 5px 0 20px 20px;
}

#footer {
	clear: both;
	padding: 10px 10px 15px;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	background: #502206;
	border-top: 2px solid #000;
}

#footer p { margin: 0; }

#footer a { color: #fff; }

/* Secondary Layout 
-------------------------------------------- */

/* Home Page */
.center img { width: 100%; height: auto; }

/* Profile Pages */
#bio-photo {
	float: right;
	width: 40%;
	margin: 8px 0 8px 8px;
}

#profile-thumbs, #profile-thumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#profile-thumbs li {
	clear: both;
	float:left;
	width: 90%;
	margin: 0 5px 20px 0;
	padding: 8px;
	border: 1px solid #ddd; 
}

#profile-thumbs p {
	float: right;
	width: 70%;
	font-size: 1em;
	line-height: 1.8em;
}

#profile-thumbs li img {
	float:left;
	width: 25%;
	height: auto;
}

/* News Page */
#news-list, #news-list li { margin: 0; list-style: none; text-align: center; }

#news-list li {

	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block; 
	vertical-align: top;
	zoom: 1;
	*display: inline; /* IE7 inline-block */
	
	width: 120px;
	height: 200px;
	margin: 0 10px 0 0;
}

/* Contact Form */
.input { clear: both; margin: 0 0 12px; }

label { display: block; margin: 0 0 4px; font-size: 1em; }

input.phone { width: 50px; }
input.phone2 { width: 60px; }

.submit { padding: 0; }

/* How To Find Us  */
.maps {
	height: 240px!important;
	margin: 0 0 10px;
	border: 1px solid #000;
}




