
BODY {
    background-color: #FFF;
	background-image: url(/images/bg.png);
}

* {
    padding: 0;
    margin: 0;
    line-height: 1.25em;
    font-size: 12px;
}

#x-container {
    width: 1005px;
    margin: 2em auto;
}

#x-border-right {
    background: url(/images/right.png) top right repeat-y;
	padding-right: 15px;
}

#x-border-left {
    background: url(/images/left.png) top left repeat-y;
	padding-left: 15px;
}

#x-border-top {
    width: 1005px;
    background: url(/images/top.png) top left no-repeat;
    height: 9px;
	padding-top: 9px;
}

#x-border-bottom {
    background: url(/images/bottom.png) bottom left no-repeat;
    height: 20px;
}

#x-border-content {
    padding-bottom: 0;
	background-color: #fff;
	padding-top: 11px;
}

#x-logo {
}

#x-mainimage {
    margin-bottom: 5px;
}

#x-cols {
    position: relative;
    overflow: hidden;
}

#x-col1 {
    width: 755px;
    float: left;
	margin-right: 0px;
}

#x-col2 {
    width: 215px;
    float: right;
    border-bottom: 30000px solid #EEE;
    margin-bottom: -30000px;
}

#x-content {
    background-color: #d2e6f1;
    padding: 15px;
    font: 8pt sans-serif;
    min-height: 120px;
	margin-bottom: 3px;
}

#x-content-subpage {
    background-color: #FFFFFF;
    padding: 15px;
    font: 8pt sans-serif;
    min-height: 120px;
	margin-bottom: 3px;
}

#x-content P, #x-content-subpage P {
    margin: 1em 0 1em 0;
    text-align: justify;
    line-height: 1.5em;
}

#x-content P.first, #x-content-subpage P.first {
    margin: 0 0 1em 0;
}

#x-content P.only, #x-content-subpage P.only {
    margin: 0 0 0 0;
}

.x-button {
    padding-bottom: 4px;
}

.x-button-sub {
    padding: 5px;
    padding-left: 20px;
    background-color: #EEE;
    margin-bottom: 5px;
}

.x-button-sub A {
    color: #444;
    font-family: Arial;
    line-height: 14pt;
}

.x-calendars {
    overflow: hidden;
    margin-top: 2em;
}

.x-calendar {
    float: left;
    width: 200px;
    height: 190px;
    margin-right: 40px;
    margin-bottom: 1em;
}

.x-calendar-day-selected {
	background-color: #dd0000;
	color: #fff;
}

.x-calendar TABLE {
    border: 1px solid #ccc;
    width: 200px;
}

.x-calendar TABLE THEAD TH {
    background-color: #CCC;
}

.x-calendar TABLE TH {
    background-color: #DDD;
}

.x-calendar TABLE TD, .x-calendar TABLE TH {
    border: 1px solid #ccc;
    text-align: center;
    padding: 4px;
}

.x-calendar A {
    font-size: 11px;
}

.x-footer {
    font-family: Arial;
    padding-left: 10px;
    line-height: 12pt;
	margin-bottom: 5em;
}

H1 {
    font: 20pt Garamond;
    margin-bottom: 0.5em;
}

H2 {
    font: 10pt Arial;
	font-weight: bold;
    margin-bottom: 0em;
    background-color: #d2e6f1;
    padding: 5px;
    text-transform: uppercase;
}

TABLE {
    margin-bottom: 2em;
}

TABLE TD {
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
}

UL {
	margin-left: 5px;
	list-style: none;
}
LI {
	line-height: 2em;
}

.x-input
{
	overflow:hidden;
	line-height:24px;
	margin:0 0 0.5em;
}

.x-input LABEL
{
	float:left;
	width:160px;
	color:#000;
	font-size: 10pt;
}

.x-input INPUT
{
	font-size: 10pt;
}
.x-input TEXTAREA
{
	width:200px;
	height:150px;
	font-size: 10pt;
}

.x-submit
{
	padding-left:160px;
}

.x-submit INPUT
{
	height:35px;
	width:100px;
}

.x-error
{
	border:1px solid #d00;
	background-color:#fecdcd;
	padding:10px;
}

.recaptchatable
{
	background-color:#fff;
}





TABLE.directions {
	line-height: 20px !important;
}


.x-infobox {
	text-align: center;
	background-color: #5494d2;
	padding: 10px;
	color: #fff;
}
