/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 100%;
	background-attachment: fixed;
	background-position: center;
	background-image: url('./images/christmas-background.jpg');
	margin: 0;
	padding: 0;
}

/* Images
 ------------ */
img {
	border: none;
}

img.logo-img {
	width: 100%;
	min-width: 750px;
	border: #888888 2px solid;
	margin-bottom: -3px;
}

img.map-img {
	width: 100%;
	border: 1px solid;
	border-color: #888888;
}

img.home-trees-img {
	border: 1px solid;
	border-color: #222222;
	margin: 0 8px;
}

img.right-tree-img {
	width: 250px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #888888;
	margin-left: 15px;
}

img.bell-img {
	margin: -40px 80px 0;
}

img.bird-img {
	 margin: 0 110px -20px;
}

/* Header
 ------------ */
.headerbar {
	margin: 0;
	padding: 0;
}

.shadow {
	background-image: url('./images/bottom-shadow.png');
	background-repeat: repeat-x;
	height: 10px;
}

.menu {
	background-color: #CCCCCC;
	border: 1px;
}
 
.link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: white;
	background-color: #055761;
	text-align: center;
	padding: 4px;
}

/* Body
 ------------ */
.pagebody {
	width: 700px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #CCCCCC;
	border: 2px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.3em;
}

.content {
	background-color: #EFEFEF;
	text-valign: top;
	padding: 10px;
}

.title {
	font-family: Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.indent {
	margin-left: 15px;
}

.required {
	font-size: 0.8em;
	font-weight: bold;
}

.not-required {
	font-size: 0.8em;
}

.thankyou {
	text-align: center;
}

/* Footer
 ------------ */
.footer {
	background-color: #CCCCCC;
	border: 1px;
	margin-bottom: -8px;
}
 
.info {
	color: white;
	font-size: 0.8em;
	background-color: #055761;
	padding: 4px;
}

.note {
	color: black;
	font-size: 0.9em;
	margin-left: 15px;
	border: 1;
}

.quote {
	color: #AA0000;
	text-align: center;
	font-size: 1.3em;
}

.copyright {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 0.6em;
	font-weight: bold;
}

/* Misc
 ------------ */
hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.nowrap {
	white-space: nowrap;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: none;
}

a.nav {
	color:white;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

a.nav:hover {
	color: cyan;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

a.nav:active,
a.nav:visited {
	color: white;
}

a.blend {
	color: #EEEEEE;
	float: right;
}

a.blend:hover {
	color: #EEEEEE;
}

