@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
body {
	margin: 0;
	padding: 0;
	background: #CCC;
	text-align: center;
	font-size: 66%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	/*padding: 0px 15px 25px 25px;*/
}
 
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #838B95;
	background: #FFFFFF; /* url(images/column_bg.png) repeat-y right top;*/
	text-align: left;
}
 
/* BANNER */
#banner {
    position: relative;
	background-color: #9CBEDA;
	padding-bottom: 20px;
}

/* fix IE 6: improperly positioning 
'summer' and 'winter' links in banner */
* html #banner {
	height: 1px;
}

#banner #badge {
	position: absolute;
	left: -18px;
	top: -18px;
}

#banner #logo {
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	position: relative; /* jumping logo fix for IE */
}


#banner #logo2 {
	width: 225px;
	margin-top: 1px;
	margin-left: 10px;
	position: relative; /* jumping logo fix for IE */
	font-family:Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight:bold;
	font-size:12px;

}

#banner #win {
	margin-left: 400px;
	position:absolute;
	left: -13px;
	top: 8px;
}

p.skiwee {
	width: 200px;
	position:absolute;
	left: 754px;
	top: 593px;
}

#banner ul {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#banner li {
	display: inline;
	margin-left: 10px;
}

#banner li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.seperator {
	padding-top: 10px;
	padding-right:10px;
	position:absolute; top:0; right:0;
}

#search {
	position: absolute;
	top: 40px;
	right: 5px;
}

#newsletter {
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 174px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	background-image: url(../../images/bg-newsletter.gif) repeat x;
	padding-top: 10px;
	padding-left: 10px;
}
 
#main {
  	display: inline; /* for IE */
	float: left;
	width: 720px;
	margin-left: 200px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dashed #999999;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
 
 
#nav {
	float: right;
	width: 190px;
	padding-right:5px;
}

#quicklinks {
	width: 180px;
	background
}
 
#news {
	float: left;
	width: 200px;
	margin-left: -940px;
	background: url(../../images/bg_nav.jpg) repeat-y;
}

#news #leaderforms{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	padding-left:5px;
	padding-bottom: 3px;
	border-bottom: #0054A4 solid 1px;
}


/*	LftNav   */
#lftNav {
	float:left;
	width: 190px;
	background-color: inherit;
	text-align: left;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	margin: 10px 0px 5px 0px;
	/*border-right: #d9d9d9 1px solid;*/
}

#lftNav #navTitle {
	font-family: inherit;
	color: #000;
	font-size: 20px;
	padding-left:5px;
	padding-bottom: 3px;
	border-bottom: #0054A4 solid 1px;
	a visited: #000;
}
.lftSubNav {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #fff solid 1px;
}
.lftSubNav a {
	color: #000;
	text-decoration: none;
}
.lftSubNav a:visited {
	color: #000;
}	
	
.lftSubNav a:hover {
	color: #0054A4;
}

.lftSubNav .current a{
	color: #0054A4;
	text-decoration: underline;
}

.lftSubNav .current a:visited{
	color: #red;
}	
 
 
#footer {
	clear: both;
	padding: 5px 15px 20px 10px;
	border-top: 1px dashed #999999;
	background-color: #9CBEDA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000000;
}

#footer .address {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;	
}

#footer .btmnav {
	width: 625px;		
	float: right;
}
 
* html #main {
	width: 430px;
	width: 419px;
}

.bold {
	font-weight: bold;
}
 
.miserfont {
	font-weight: bold;
	font-size:14px;
}

.misermargin {
	margin-left: 15px;
}
 
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.center {
	text-align: center;
}

#main .figure {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	background-color: #BCD99a;
	border: 1px solid #OOO;
	padding:3px;
}

#main .figure p {
	position: relative;
	left: 10px;
	bottom: -4px;
	width: 190px;
	font-size: 1em;;
	text-align: center;
}

#main .figure img {
	display: block;
}


#weather_int {
	width: 180px;
	height: 160px;
	position: absolute;
	right: 35px;
	top: 375px;
	background-color: #9CBEDA;
	border: 2px #ccc solid;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	float: right;
}

tr .header {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #069;
	padding: 5px;
}

img.floatRight {
	float: right;
	position: relative;
	margin: 8px;
	background-color: #fff;
	border: 2px solid #000;
	padding: 6px;
}

img.floatRighttnobdr { 
    float: right; 
    margin: 4px;
	background-color: #fff;
	padding: 10px;
}

img.floatLeft { 
    float: left; 
    margin: 4px;
	background-color: #fff;
	border: 2px solid #000;
	padding: 6px;
}

img.floatLeftnobdr { 
    float: left; 
    margin: 4px;
	background-color: #fff;
	padding: 10px;
}


p.groups2go{ 
    float: right;
	width:175px;
    margin-left: 6px;
	background-color: #E6E6E6;
	padding: 8px;
}

p.pressrelease{ 
    float: right;
	width:225px;
    margin-left: 5px;
	background-color: #E6E6E6;
	padding: 5px;
}
.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


.narrow {
	line-height: 1em;
}

.textjustify {
	text-align: justify;
}

.testimonial {
	display: block;
	background-color: #FFC;
	margin: 10px;
	width: 325px;
	padding: 5px;
	border: 2px dashed #666;
	float: right;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

#gps{ 
	width: 100%;
}

#gpsinfo {
	width: 76%;
	border: none;
}

#gpsinfo td{
	background-color: #F3F5F4;
	font-size: 14px;
	height: 20px;
	padding-left: 5px;
}

#map {
	align: center;
}

#main .press {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	position: relative;
	background-color: #9CBEDA;
	border: 2px #ccc solid;
	padding:3px;
}

#main .press p {
	position: relative;
	left: 10px;
	bottom: -4px;
	width: 190px;
	font-size: 1em;;
	text-align: left;
}

#main .press ul {
	position: relative;
	left: 15px;
	bottom: -4px;
	width: 185px;
	font-size: 1em;;
	text-align: left;
}

#main .multivisit {
	float: right;
	width: 330px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	background-color: #9CBEDA;
	border: 2px #ccc solid;
	padding:3px;
}

</style>

</style> 
