/*top navigation for home page*/

body#xmas {
background-image:url(images/xmas-background.jpg);
background-repeat:repeat-x;
}

body#xmas #section-nav {
text-align: center;
font-size: 1.4em;
font-weight: bold;
width: 900px;
color: #FFFFFF;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
margin-bottom: 55px;
border-top: 1px solid #FFFFFF;
}

#merry-xmas {
float: right;
width: 252px;
position:absolute;
right:-50px;
top:0px;
z-index:1;
}



#fat-santa-mainwrapper {
width: 900px;
margin-right: auto;
margin-left: auto;
background-color:#FFFFFF;
}

#fat-santa-mainwrapper h1 {
line-height: 120%;
color:#00273E;
border-bottom: 0px;
margin-bottom: 3px;
font-size: 2.5em;
}

#fat-santa-mainwrapper p {
line-height: 140%;
color:#00273E;
}

#fat-santa-mainwrapper2  /*needed for faux columns*/
{
border: 12px solid #5F686E;
float: left;
width: 784px;
background-color:#FFFFFF;
background-image:url(images/fat-santa-results-background.jpg);
background-repeat:no-repeat;
padding: 410px 46px 46px 46px;
margin-bottom: 30px;
}


#fat-santa-left {
width: 400px;
float: left;
}

#fat-santa-right {
padding-top:60px;
width: 323px;
float: right;
}

#fat-santa-right a, #fat-santa-left a {
color:#0A7B93;
font-weight: bold;
}

#fat-santa-right p {
margin-top: 20px;
line-height: 140%;
font-size:1.1em;
}



/*form stryles*/

#form {
margin-top: 30px;
width: 400px;
}

.field1 {
background-color: #FFFFFF;
width: 388px;
height: 32px;
border: 1xpx solid #CCCCCC;
font-size: 1.2em;
color:#333333;
padding: 2px 2px 2px 10px;
}

.label1 {
	display: block;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 5px;
	color:#00273E;
}

.labelno {
	display: none;
}

#button1 {
display:block;
margin-top: 27px;
cursor:pointer;
}
