@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(../_img/background/red-bg.gif);
	background-repeat: repeat;
}
.christmaslights #wrapper{
	width: 880px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.christmaslights #snowborder-left{
	float: left;
	background-image: url(../_img/background/snowborder-left.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 50px;
}
.christmaslights #snowborder-right{
	float: right;
	background-image: url(../_img/background/snowborder-right.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 50px;
}

.christmaslights #container {
	float: left;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.christmaslights #headerswf{
	height: 250px;
}
.christmaslights #mainnav {
} 
.christmaslights #mainnav ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-decoration: none;
	list-style-type: none;
	font-family: Impact, sans-serif;
	font-size: medium;
	color: #990000;
	display: block;
	background-image: url(../_img/main-nav/buttons-bgv2.jpg);
	height: 32px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.christmaslights #mainnav ul li {
	margin: 0;
	display: inline;
	padding-left: 21px;
	padding-right: 21px;
}
.christmaslights #mainnav ul li a{
	color: #990000;
	text-decoration: none;
}

.christmaslights #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.christmaslights #sidebar1 h3{
	font-family: Impact, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #000033;
}
.christmaslights #sidebar1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 115%;
}
.christmaslights #sidebar1 p a{
color: #000033;
}
.christmaslights #sidebar1 ul{
	list-style-type: none;
	font-family: Impact, sans-serif;
	font-size: large;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
.christmaslights #sidebar1 ul li{
	background-color: #670000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.christmaslights #sidebar1 ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
.christmaslights #sidebar1 ul li a:hover{
	color: #FFCC00;
}

.christmaslights #mainContent {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #003300;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.christmaslights #mainContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #660000;
	background-image: url(../_img/graphics/title-bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 5px;
}  
.christmaslights #mainContent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #660000;
	background-image: url(../_img/graphics/title-bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 50px;
} 
.christmaslights #mainContent h3{ 
} 
.christmaslights #mainContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 120%;
	padding-left: 50px;
} 

.christmaslights #mainContent p a{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.christmaslights #mainContent p a:hover{
	color: #990000;
	text-decoration: underline;
}
.christmaslights  #mainContent p img {
	display: inline;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.christmaslights #mainContent ul, .christmaslights #mainContent ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding-left: 60px;
}
.christmaslights #mainContent ul li a{
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.christmaslights #mainContent ul li a:hover{
	text-decoration: underline;
}


.christmaslights #mainContent caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
.christmaslights #mainContent .mainContent-left{
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../_img/graphics/red-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.christmaslights #mainContent .mainContent-right{
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.christmaslights #footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 30;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.christmaslights #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

.gallery-port{
	background-image: url(../_img/gallery/gallery-bg-port.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.gallery-land{
	background-image: url(../_img/gallery/gallery-bg-land.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer{
}
.sidebar1 p.news-title{
	font-size: small;
	color: #000066;
}
