/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 Georgia, "Times New Roman", Times, serif;
  color: 33302a;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
  color: #820024;
  background: url(../img/Mandy_h1.gif) no-repeat;
  height: 49px;
  width: 300px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}

h2 {
  font-size: 23px;

}

h3 {
  font-size: 21px;
  color: #820024;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing 
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 18px;
}

h4 { margin-bottom: 10px; }

/* Structure */

body {
	background: url(../img/bodybkg.jpg) center top no-repeat #9dab70;
	background-size:cover
}

#wrapper {
	margin: auto;
	width: 740px;
	margin-top: 30px;
}

#container {
    background: #f9f7de;
	box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666; 
    -moz-box-shadow: 0 0 5px #666;
	float: left;
}

#content {
	float: left;
	width: 520px;
    margin-left: 30px;
	padding-bottom: 30px;
}

#sidebar {
	float: left;
	width: 110px;
	margin-left: 50px;
	margin-right: 30px;
	text-align: center;
}

/* Header */
#header {
	background: #fbfaea;
	border-top: 9px solid #820024;
	padding: 30px 30px 15px 30px;
	float: left;
	color: #362f2d;
	width: 680px;
}

#header a { text-decoration: none; }

#header h2 { 
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0px;
	font-weight: normal;
}
	
#header h2.offices { 
	font-size: 14px; 
}

#title { 
	float: left; 
	max-width: 440px;
	}

#contactinfo {
	float: right;
	width: 240px;
	font-style: italic;
	text-align: right;
}

#contactinfo p {
	margin-bottom: 3px;
	font-size: 12px;
}

#contactinfo p.phone1 {
	color: #820024;
	font-size: 21px;
	font-weight: bold;
}

/* Navigation */
#nav {
	width: 100%;
	background: #e3ddc4;
	margin-bottom: 20px;
	float: left;
}

#nav ul {
	font-size: 16px;
	margin: 0px;
	margin-left: 14px;
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0;
}

#nav ul li a {
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #666;
}

#nav ul li a:hover {
	background: #c1b8a3;
	color: #820024;
}

#nav ul li a.selected {
	background: #d2cbb4;
	color: #555348;
}

#nav ul li a.tpc { margin-left: 40px; font-size: 14px; padding: 14px 12px 13px 12px; }
	

#home_banner {
	height: 166px;
	width: 100%;
	background: url(../img/home_banner.jpg) no-repeat;
	float: left;
	margin-top: -20px;
	margin-bottom: 20px;
}

/* Main */

#main {
	
}

#content p {
	font-size: 16px;
	line-height: 1.5;
}

#content p.call {
	color: #820024;
	font-size: 18px;
}

#content p.call_gray {
	font-size: 18px;
}


#content p.detail {
	font-size: 14px;
	font-style: italic;
}

#content a, a:visited {
	color: #00768f;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline; 
}

#content ul li {
	margin-bottom: 6px;
}

#content h3 { margin-bottom: 10px; }
#content p.lead { font-size: 18px; color: #656358; font-style: italic; line-height: 1.5; }
#content p.home_lead { font-size: 21px; color: #820024; font-style: italic; line-height: 1.4; }

#content img.left { float: left; padding: 0px 20px 10px 0; }

/* sidebar */
#sidebar p {
	font-size: 11px;
	color: #656358;
	margin-bottom: 8px;
}

#sidebar img {
	margin-bottom: 10px;
}

#sidebar p.tagline {
	font-style: italic;
	font-size: 12px;
}

/* footer */

#footer {
	margin-top: 10px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 10px;
	color: #4e4f3c;
}

#footer p {
	margin-bottom: 12px;
}

#footer h2 {
	font-size: 12px;
	margin-bottom: 12px;
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

#wrapper {
	width: 100%;
	margin-top: 0;
}

#header { padding-left: 10px; padding-top: 20px; width: 100%; }

#content {
	float: left;
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	padding-bottom: 30px;
}

#sidebar {
display: none;
}

#contactinfo { display: none; }
}


}