/* RESET */
/* ----------------------------------------- */

/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* end reset */

@font-face {
    font-family: 'Quattrocento';
    src: url('fonts/Quattrocento-Regular-webfont.eot');
    src: url('fonts/Quattrocento-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quattrocento-Regular-webfont.woff') format('woff'),
         url('fonts/Quattrocento-Regular-webfont.ttf') format('truetype'),
         url('fonts/Quattrocento-Regular-webfont.svg#QuattrocentoRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body { 
	font-family: "Quattrocento",Georgia, Times, Serif;
}

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1024px;
	background: #f2eed2 url('images/bg.jpg') repeat-x top;
}

#content {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background: #f2eed2;
}

#main {
	position: relative;
	background: #f2eed2;
}

#top {
	position: relative;
	/*background: #145451 url('images/bg.jpg') no-repeat center;*/
	height: 135px;
	width: 1024px;
	margin: 0 auto;
}

#top h1 {
	position: relative;
	left: 152px;
	top: 35px;
	margin: 0px;
	font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif -t;
	font-size: 44px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #fff;
}

#top span {
	display: inline-block;
	position: relative;
	top: 44px;
	left: 243px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif -p, t;
	font-size:14.69px;
	letter-spacing: 3.2px;
	color: #c5d8a1;
}

/* in the page */

a {
	color: #2a2a2a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.orange {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #cb760e;
}

.c-text {
	position: relative;
    margin-top: 9px;
	color: #2a2a2a;
	padding-left: 26px;
	font-size: 14px;
	line-height: 16px;
}

.c-text ul {
	list-style-type: none;
}

ul.core {
	font-weight: bold;
	margin-bottom: 18px;
}

ul li span {
	display: inline-block;
	text-indent: 8px;
}

.c-text p {
	margin-bottom: 14px;
}


.practice {
	position: relative;
	left: 123px;
	width: 45.9%;
}

.bubble {
position: relative;
width: 458px;
height: 61px;
background: url('images/bubble.gif') no-repeat center;
margin-top: 12px;
color: #246461;
font-size: 16px;
font-weight: 600;
text-indent: 26px;
line-height: 61px;
}

.transbox
  {
  position: absolute;
  top: 123px;
  right: 15.75%;
  width: 243px;
  height:185px;
  background-color:#f1f0d2;
  opacity:0.4;
  filter:alpha(opacity=30); /* For IE8 and earlier */
  z-index: 2;
  }


#sidebar {
	position: absolute;
	top: -148px;
	right: 15.75%;
	width: 243px;
	height: 1310px;
	background: #efcf9b url("images/bg_sb.jpg") repeat-y center;
}

.sally {
    position: relative;
	top: 8px;
	height: 270px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.contact {
	position: relative;
	padding: 21px 0 0 11.5%;
	color: #246461;
	z-index: 4;
}
.contact p {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
}

p.map, p.phone, p.email {
	height: 35px;
	padding: 0 0 0 30px;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: #2a2a2a;
}

p.map {
  background: url('images/icons.png') no-repeat -1px 4px;
}

p.phone {
	margin: 13px 0 0 0;
	height: 24px;
	background: url('images/icons.png') no-repeat -1px -33px;
}

p.email {
  margin: 10px 0 0 0;
	height: 24px;
  background: url('images/icons.png') no-repeat -1px -56px;
}

.sb_text {
	position: relative;
	padding-top: 33px;
	margin-bottom: 40px;
}

.sb_text p {
	padding: 16px 13.1% 0 13.1%;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

#footer {
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
	border-top: solid 6px #1d2524;
	background: #313e3d;
	font-size: 14px;
	font-weight: 600;
	color: #a0adac;
}

#footer a {
	color: #a0adac;
}

#footer > div {
	position: relative;
	margin: 26px auto;
	width: 750px;
	text-align: left;
}

#footer span {
	display: inline-block;
	padding-left: 14px;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
	padding-right: 22px;
}