/* References */
/* How to size text using ems: http://www.clagnut.com/blog/348/ */

body {
text-align:center;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:72.5%; /* scaled default font size; 1em = 10px */
margin:18px 0 0;
padding:0;
background-color:#EDE8D3;
color:#8E8A74;
}

#wrap {
width:770px;
min-width:770px;
margin:0 auto;
text-align:left;
}

#header {
width:100%;
border-top:27px solid #000;
border-bottom:8px solid #B9813B;
text-align:right;
}

#header h1 {
margin:0;
padding:0;
}

#header img {
background-color:#FFF;
border:0;
}

#main {
height:100%;
background-color:#DCB785;
}

#sidebar {
float:left;
width:217px;
height:100%;
}

#sidebar ul {
margin:5px 0 12px 0;
padding:0;
list-style:none;
}

#sidebar li {
margin:0 0 1px 0;
}

li.hide {
height:24px;
}

li.hide a {display:none;}

#sidebar a {
height:21px;
padding:0 0 0 20px;
color:#000;
font-size:1.3em;
font-weight:bold;
text-decoration:none;
display:block;
}

#sidebar ul li a {
text-transform:normal;
}

#sidebar ul li a:hover {
color:#FFF;
background:#B9813B;
}

#sidebar ul li ul {
margin:0;
color:#B9813B;
padding:3px 0 6px 51px;
}

#sidebar ul li ul li.selected {
list-style:square;
}

#sidebar ul li ul li {
margin:0 0 0 0;
padding:0 0 0 0;
}

#sidebar ul li ul li a {

font-weight:normal;
text-transform:none;
display:inline;
margin:0;
padding:0;
}

#sidebar ul li ul li a:hover {
color:#FFF;
background:transparent;
}

#sidebar .social {text-align:right; margin:5px 5px 0 0;}
#sidebar .social a{display:inline; margin:0 5px 0 0; padding:0;}
html>body #content {
height:auto;
}
#sidebar .social a:hover{text-decoration:none; background:none;}
#content {
float:left;
width:553px;
/*height:<?php echo $height; ?>px;*/
min-height:545px;	/* Min Height of Content Part  421 + 122 + 2  = 545 | sidebar + address + (extra space - border = 2) */
				/*
				Without Home	287 + 124 = 411
				With Home		316 + 124 = 440
				Menu Expanded 	421 + 124 = 545
				*/
font-size:1.1em;
line-height:16px;
color:#000;
background-color:#FFF;
border-bottom:27px solid #000;
}

#content img {
border:0;
}

div.section {
padding:24px 44px 0 31px;
}

.section p {
margin:10px 0 8px 0;
}

div.callout {
background: url("../images/h-line.gif") top repeat-x;
width:551px;
margin-left:2px;
padding:6px 0 5px 0;
}

div.callout div.three {
background: url("../images/3v-line.gif") top repeat-y;
}


div.callout h3 {
color:#10237E;
font-size:1.181em;
margin:0;
padding:0;
}

div.callout div.three div {
float:left;
color:#506066;
width:165px;
padding:1px 5px 0 12px;
}

div.callout p {
margin:1px 0 4px 0;
line-height:16px;
}

.border {
background: url("../images/v-line.gif") top left repeat-y;
}

.clear {
clear:both;
}

h2 {
font-size:1.65em;
margin:0 0 0 -1px;
}

h2 img {margin-bottom:11px;}

#address {
color:#000;
font-weight:bold;
width:217px;
height:122px;
font-size:1.4em;	/* 14px */
clear:both;
float:left;
text-align:center;
background: url("../images/abg.jpg");
margin-top:-122px;
}

#address div {
	padding:27px;
}

#address address {
padding-top:5px;
color:#FFF;
font-size:0.857em;	/* 12px / 14px = 0.857 */
font-style:normal;
font-weight:normal;
}

#footer {
clear:both;
font-size:10px;
background-color:#EDE8D3;
text-align:center;
padding:4px 0 0;
}

a:link, a:visited {
color:#273877;
}

a:hover {
text-decoration:none;
background-color:#273877;
color:#FFF;
}

p.right {
text-align:right;
}

p.left {
text-align:left;
}


img.right {
margin: 3px 0 3px 13px;
float:right;
}

img.left {
margin: 3px 13px 3px 0;
float:left;
}

table.events {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: black black black black;
	border-collapse: seperate;
}

table.events th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4p 4px;
	border-style: none none none none;
	border-color: black black black black;
}
	
	
	