/* CSS Document */
body {
	font:10px Verdana, Arial, Helvetica, sans-serif;  /* overal font and sizing */
	color:#000000;
	text-align:center; /* centers the layout in IE */
	line-height:16px;
}

* {margin:0; padding:0;} /* removes defaults of all elements */

a {
	color:#00378A;
}

#mainwrap { 
	width:747px;  /* sets the max and miin widths */
	margin-left:auto; 
	margin-right:auto; /* centers the layout in SCBs */
	text-align:left; /* stops elements inheriting the body's text-center */
	background-image:url(images/column_bg.jpg);
	background-repeat:repeat-y;
}
#headimage {
	width:747px;
	height:136px;
	background-image:url(images/skotelresort_head.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	text-indent: -5000em;
	line-height: 1em;
}
#navigation {
	width:747px;
	height:25px;
	background-image:url(images/navbg.gif);
}
#mainimage {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/skotelresort_middle.jpg);
}
#mainimage1 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage1.jpg);
}
#mainimage2 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage2.jpg);
}
#mainimage3 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage3.jpg);
}
#mainimage4 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage4.jpg);
}
#mainimage5 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage5.jpg);
}
#mainimage6 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage6.jpg);
}
#mainimage7 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage7.jpg);
}
#mainimage8 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage8.jpg);
}
#mainimage9 {
	width:747px;
	height:211px;
	margin-top:5px;
	background-image:url(images/headimage9.jpg);
}
#content {
	width:747px;
}
#footer {
	width:747px;
	height:32px;
	background-image:url(images/footbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.SmallBlue{
	font:Verdana, Arial, Helvetica, sans-serif 14px;
	font-weight:bold;
	color:#B8D1E7;
	font-size:11px;
}
.LargeBlue{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00378A;
	font-size:13px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.WhiteText {
	font:Verdana, Arial, Helvetica, sans-serif 14px;
	color:#FFFFFF;
	font-size:11px;
}.border {
	border: 1px solid #CCCCCC;
}
.MissionStatement {
	font:Verdana, Arial, Helvetica, sans-serif 14px;
	color:#000000;
	font-size:13px;
}
#nothanks { display:none; visibility: hidden; }