* {
    margin: 0;
    padding: 0;
}
html {font-size:100%;}
body {
    background: #ebebeb url("images/stripe.gif");
    font: normal 62.5%/125% Verdana, Arial, Helvetica, sans-serif;
    color: #333;
}
div, p, ul, li, a {
    font-size: 1em;
}
a.external,
a#video {
    padding-right: 12px;
    background: url("images/external.gif") no-repeat right ;
}
.column {
    float: left;
    width: 240px;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.strong {
    font-weight: bold;
}
.em {
    font-style: italic;
    padding-bottom: 1em;
}
#container {
    position: relative;
    width: 779px;
    height: 596px;
    margin: 20px auto 0;
    background-color: #4F381D;
    border: 2px solid #AA395B;
}
#top_left,#top_right,
#bottom_left,#bottom_right {
    position: absolute;
    width: 10px;
    height: 10px;
}
#top_left,#top_right {
    top: -2px;
}
#top_left {
    left: -2px;
    background: url("images/top_corner_left.gif") no-repeat;
}
#top_right {
    left: 771px;
    background: url("images/top_corner_right.gif") no-repeat;
}
#bottom_left,#bottom_right {
    top: 588px;
}
#bottom_left {
    left: -2px;
    background: url("images/bottom_corner_left.gif") no-repeat;
}
#bottom_right {
    left: 771px;
    background: url("images/bottom_corner_right.gif") no-repeat;
}
#banner {
    position: relative;
    width: 779px;
    height: 130px;
    top: 0;
    left: 0;
    background: url("images/banner.gif" ) no-repeat;
}
#content {
    position: relative;
    float: left;
    width: 541px;
    height: 406px;
    margin: 4px;
}
#content #watermark {
    width: 509px;
    height: 100%;
    padding: 12px 16px 6px;
    background: #f5f3f4 url("images/watermark.png") no-repeat scroll -4px 25px ;
    overflow: auto;
}
#content h1 {
    font-size: 2em;
    line-height: 220%;
    font-weight: bold;
    color: #AA395B;
}
#content h2 {
    font-size: 1.6em;
    line-height: 200%;
    font-weight: bold;
}
#content h2.long {
    line-height: 140%;
    margin:.5em 0;
}
#content h3 {
    font-size:1.5em;
    line-height: 170%;
}
#content p {
    font-size: 1.2em;
    line-height: 135%;
    margin-bottom: .8em;
}
#content a {
    text-decoration: none;
}
#content img {
	margin: 4px 0;
}
#content a img {
	border: 1px solid #AA395B;
}
#content img.left {
	margin-right: 6px;
}
#content img.right {
	margin-left: 6px;
}
#content ul {
	font-size: 1.2em;
	line-height: 130%;
}
#content ul ul {
    font-size: 1em;
}
#content li {
    margin-left: 2em;
}
#content br {
	clear: both;
}
#content .jump_out {
	display: block;
	white-space: nowrap;
	text-align: center;
	color: #aa395b;
}
#content .box {
    border:1px solid #000;
    padding:0 6px 8px;
    margin:.2em 0 1em;
}
#content .box h2 {
    font-size:1.5em;
}
#content #location {
    float: left;
    width: 210px;
}
#content #map {
    float: right;
    width: 300px;
    height: 160px;
    margin-top: -120px;
}
#content .content_head {
    cursor: pointer;
    color: #A22248;
}
#sidebar {
    position: relative;
    float: left;
    height: 438px;
    width: 223px;
    margin-left: 4px;
    border-left: 3px double #AA395B;
}
#textbox {
    width: 196px;
    padding: 5px;
    margin: 40px auto 0;
    border: 2px solid #AA395B;
    background-color: #f5f3f4;
    color: #AA395B;
    font-size: 1.4em;
    line-height: 120%;
}
#call {
    width: 196px;
    padding: 5px;
    margin: 40px auto 0;
    border: 2px solid #AA395B;
    background-color: #f5f3f4;
    color: #4F381D;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 140%;
}
#address {
    position: absolute;
    width: 100%;
    top: 376px;
}
#address p {
    text-align: center;
    font-size: .9em;
    color: #f5f3f4;
}
#promo {
    width: 360px;
    margin: 6px auto 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
}
#promo img {
    border: none;
}
#promo a {
    color: #3e2a13;
    text-decoration: none;
    padding-right: 14px;
}