@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 115%;
	background-image: url(assets/bg_yellow.gif);
	background-color: #face00;
	background-repeat: repeat-x;
}
h1 {
	line-height:200%;
}
h2 {
	line-height:200%;
}
img {
	border:none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
td {
	vertical-align:top;
}
.address_block {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
    white-space: nowrap;
}
.BlackTxt14 {
	line-height: 150%;
	color:#000;
}
.heading {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 150%;
	white-space: nowrap;
}
.boxNarrow {
	background: url(assets/box_200x400.gif) no-repeat;
	height: 400px;
	width: 200px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.boxSmall {
	background: url(assets/box_300x400.gif) no-repeat;
	height: 400px;
	width: 300px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.boxLarge {
	background-image: url(assets/box_300x600.gif);
    background-size: 100%;
	height: 600px;
	width: 300px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.boxHuge {
	background: url(assets/box_300x1000.gif) no-repeat;
	height: 1000px;
	width: 300px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.boxWide {
	background-image: url(assets/box_600x400.gif);
    background-size: 100%;
	height: 400px;
	width: 600px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.contentTable {
	padding: 0;
	width: 600px;
	border-collapse:collapse;
	border-spacing:0;
}
#tandem_calendar {
	width: 400px;
	height: 100px;
	background: #FFF;
	border: 4px;
	clear: both;
	font-weight: bold;
}
.weather {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	float:right;
	padding:0px;
	margin-left:0px;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-repeat:no-repeat;
}
.widgets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	float:right;
	padding:5px;
	margin-left:10px;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-repeat:no-repeat;
}
