@charset "UTF-8";
/* CSS Document */
html {
	/*border:solid 1px yellow;*/
	height:100%;
	}
	
ul, li, p {
	margin:0;
	padding:0;
	}
a:link, a:visited {
	text-decoration:none;
	color:#b3d0e7;
	}
body {
	margin:0;
	background-image:url(../images/bg_frost.jpg);
	background-color:#cfd3de;
	background-repeat:repeat-x;
	/*border:solid 1px red;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}
.column {
	padding-left:41px;
	}

.img {
	margin-left:41px;
	margin-bottom:16px;}
p { 
	font-size:0.65em;
	color:#779ebd;
	margin:16px 0px;
	orphans: 2;
	}
h1 {
	text-align:right;
	margin:41px 41px 0 0;
	background-image:url(../images/Logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:62px;
	}	 
h2 {
	font-size:1em;
	margin:0;
	background-repeat:no-repeat;
	}
h3 {
	color:#779ebd;
	font-size:0.9em;

	}	

.hidetext {
	visibility:hidden;
	}
.seperator div{
	border-bottom:solid 1px #bdd53e;
	margin:0px 0px 15px 41px;

	}
.italic {
	font-style:italic;
	}
/* H2's */


.h2welcome {
	background-image:url(../images/h2_welcome_frost.gif);
	height:25px;
	}
	
.h2latestnews {
	background-image:url(../images/h2_LatestNews_frost.gif);
	height:25px;
	}
	
.h2events {
	background-image:url(../images/h2_Events_frost.gif);
	height:25px;
	}
.h2eventstitle {
	background-image:url(../images/h2_EventsTitle_frost.gif);
	height:55px;
	border-bottom:solid 1px #b3d0e7;
	margin-bottom:15px;

	}
.h2newstitle {
	background-image:url(../images/h2_LatestNewsTitle_frost.gif);
	height:55px;
	border-bottom:solid 1px #b3d0e7;
	margin-bottom:15px;
	display:block;
	}
.h2seasonaltitle {
	background-image:url(../images/h2_SeasonalTitle_frost.gif);
	height:55px;
	border-bottom:solid 1px #b3d0e7;
	margin-bottom:15px;

	}
.h2contactustitle {
	background-image:url(../images/h2_ContactUsTitle_frost.gif);
	height:55px;
	border-bottom:solid 1px #b3d0e7;
	margin-bottom:15px;
	}
.readmore {
	background-image:url(../images/ReadMore_frost.gif);
	height:20px;
	display:block;
	}
em {
	font-weight:bold;
	font-style:normal;
	}


#containercontent {
	width:910px;
	margin:10px auto;
	/*border:solid 1px red;*/
	
	}
	
#header {
	width:100%;
	height:170px;
	background-image:url(../images/HeaderBg.png);
}
*html #header {
	background-image:url(../images/HeaderBg.gif);
}
#menu {
	height:41px;
	font-size:0.8em;
	}

#menu a:link,#menu a:visited {
	color:#fff;
	font-weight:bold;
	padding-right:10px;
	}
#menu li {
	display:inline;
	padding:0;
	margin:0;
	height:41px;
	}
#menu ul{
	padding-top:12px;
	margin-left:10px;
	}	
		
#content {
	background-image:url(../images/ContentBg.png);
	padding-top:41px;
	height:auto;
	}	
#contenttable {
	margin:0 41px 0 41px;
	width:828px;
	/*border:solid 1px green ;*/
	}
	
/* Sample Menu List */

#samplemenu ul {
	font-size:0.8em;
	margin-left:41px;
	margin-bottom:12px;
}
#samplemenu li {
	font-size:0.8em;
	margin-right:41px;
}
#footer {
	width:828px;
	font-size:0.7em;
	margin:0px 41px 0 41px;
	height:41px;
	color:#b3d0e7;
	border-top:solid 1px #b3d0e7;

	}
#footer a:link, #footer a:visited{
	text-decoration:none;
	}

#footer td {
	width:50%;
	}
#footer ul, #footer li {
	display:inline;
	}
#copyright {
	text-align:right;
	}

