
/* - - - - - - - - - - BODY, BASIC FLOATS - - - - - - - - - - */

body
	{
	font-size: 100%;
	height: 100%;
	line-height: 1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #F2FBE3;
	background-image: url(../gfx/map.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	}

.floatleft
	{
	float: left;
	display: inline;
	}

.floatright
	{
	float: right;
	display: inline;
	}

div.topcontainer
	{
	width: 800px;
	height: 80px;
	overflow: hidden;
	font-size: 1em;
	line-height: 1;
	padding: 16px 0px 14px 0px;
	border: none;
	margin: 0px auto 0px auto;
	}

div.maincontainer
	{
	width: 800px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px auto 0px auto;
	background-color: #F2FBE3;
	}

div.mainclearer
	{
	height: 10px;
	clear: both;
	}

div.bigclearer
	{
	height: 30px;
	clear: both;
	}

/* - - - - - - - - - - BASIC TEXT STYLES - - - - - - - - - - */

h1
	{
	font-size: 1em;
	font-weight: normal;
	color: #003399;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px 0px 0.75em 0px;
	}

h2
	{
	font-size: 0.8125em;
	font-weight: normal;
	color: #003399;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px 0px 0.5em 0px;
	}

h3
	{
	font-size: 0.75em;
	font-weight: bold;
	color: #003399;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px 0px 0.5em 0px;
	}

p
	{
	font-size: 0.6875em;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px 0px 0.75em 0px;
	}

a
	{
	color: #003399;
	text-decoration: none;
	}

img
	{
	padding: 0px 0px 0px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	}

.highlight
	{
	font-size: 16px;
	color: #FF6E0D;
	}

.firstwords
	{
	font-weight: bold;
	}

/* - - - - - - - - - - TOP AND LOGO - - - - - - - - - - */

div.topright
	{
	width: 320px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

h2.logo
	{
	height: 48px;
	overflow: hidden;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 80px;
	background-image: url(../gfx/logo.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #2AA7E5;
	}

h2.logo a
	{
	display: block;
	color: #FFFFFF;
	font-size: 1.125em;
	letter-spacing: 1px;
	padding: 12px 0px 12px 52px;
	}

p.tagline
	{
	text-align: right;
	font-size: 0.6875em;
	color: #159ADD;
	line-height: 1.375;
	padding: 0px 10px 0px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	}

div.topleft
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 340px 0px 0px;
	}

div.topleft p
	{
	line-height: 1;
	font-size: 1em;
	text-align: center;
	margin: 0px 3px 3px 0px;
	overflow: hidden;
	}

p.buttonone
	{
	width: 60px;
	height: 28px;
	}

p.buttontwo
	{
	width: 74px;
	height: 28px;
	}

p.buttonthree
	{
	width: 114px;
	height: 28px;
	}

p.buttonfour
	{
	width: 124px;
	height: 28px;
	}

p.buttonfive
	{
	width: 104px;
	height: 28px;
	}

p.buttonsix
	{
	width: 118px;
	height: 28px;
	}

p.buttonseven
	{
	width: 154px;
	height: 28px;
	}

div.topleft a
	{
	display: block;
	font-size: 0.6875em;
	color: #FFFFFF;
	padding: 8px 0px 9px 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	background-color: #20A0E0;
	}

div.topleft a:hover
	{
	background-color: #EF853B;
	}

div.topleft a.on
	{
	background-color: #EF853B;
	}

/* - - - - - - - - - - FOOTER - - - - - - - - - - */

div.footer
	{
	clear: both;
	width: 760px;
	font-size: 1em;
	color: #003399;
	padding: 15px 25px 30px 15px;
	border-top: 10px solid #BBDAEA;
	background-color: #D8EEF8;
	margin: 0px auto 0px auto;
	}

div.footer a
	{
	padding: 1px 3px 2px 2px;
	}

div.footer a:hover
	{
	background-color: #BBDAEA;
	}

div.footerleft
	{
	width: 235px;
	padding: 0px 0px 0px 0px;
	}

div.footerright
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 250px;
	text-align: right;
	}

div.footerright a
	{
	color: #BBDAEA;
	}

/* - - - - - - - - - - PAGE STRUCTURE - - - - - - - - - - */

div.imagearea
	{
	width: 610px;
	}

div.imagearea img
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div.imagearea object
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div.leftmain
	{
	width: 600px;
	}

div.leftmain a
	{
	padding: 1px 3px 2px 2px;
	}

div.leftmain a:hover
	{
	background-color: #BBDAEA;
	}

div.leftmain a.hidden
	{
	padding: 0px 0px 0px 0px;
	}

div.bigbox
	{
	padding: 15px 105px 40px 30px;
	border: 1px solid #90BAEA;
	margin: 0px 0px 0px 0px;
	}

div.bigbox h1
	{
	line-height: 1.75;
	}

div.bigbox h1.lessspaced
	{
	margin: 0px 0px 0.25em 0px;
	}

div.bigbox h2
	{
	font-size: 0.75em;
	font-weight: bold;
	padding: 1.5em 0px 0px 0px;
	margin: 0px 0px 0.25em 0px;
	}

div.bigbox h3
	{
	padding: 2em 0px 0.75em 0px;
	border-bottom: 1px solid #96B4D6;
	margin: 0px 0px 0.75em 0px;
	}

div.bigbox h3.unruled
	{
	padding: 0px 0px 0px 0px;
	border: none;
	}

div.bigbox p
	{
	line-height: 1.5;
	}

div.bigbox p.intro
	{
	font-size: 0.8125em;
	color: #003399;
	margin: 0px 0px 2em 0px;
	}

p.ruled
	{
	padding: 0px 0px 0.75em 0px;
	border-bottom: 1px solid #96B4D6;
	}

div.centre
	{
	width: 370px;
	padding: 15px 30px 20px 0px;
	}

div.centre h1
	{
	line-height: 1.75;
	margin: 0px 0px 0.5em 0px;
	}

div.centre h1.lessspaced
	{
	margin: 0px 0px 0.25em 0px;
	}

div.centre p
	{
	line-height: 1.5;
	}

div.centreright
	{
	width: 120px;
	}

div.centreleft
	{
	margin: 0px 140px 0px 0px;
	}

div.leftcol
	{
	padding: 17px 15px 0px 0px;
	margin: 0px 415px 0px 0px;
	}

div.leftcol p.quote
	{
	font-size: 0.8125em;
	line-height: 1.5;
	color: #003399;
	}

div.leftcoltext
	{
	padding: 0.25em 0px 0px 0px;
	}

div.leftcoltext p
	{
	color: #003399;
	line-height: 1.5;
	}

div.rightcol
	{
	margin: 0px 0px 0px 615px;
	}

div.rightcol a
	{
	padding: 1px 3px 2px 2px;
	}

div.rightcol a:hover
	{
	background-color: #BBDAEA;
	}

div.notrightmenu
	{
	padding: 0px 15px 0px 0px;
	}

div.notrightmenu p
	{
	color: #003399;
	line-height: 1.5;
	}

div.spacedbottom
	{
	padding: 0px 0px 0.5em 0px;
	}

div.morespacedbottom
	{
	padding: 0px 0px 1em 0px;
	}

div.muchmorespacedbottom
	{
	padding: 0px 0px 2em 0px;
	}

.oorange
	{
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 2px 6px 2px 6px;
	color: #FFFFFF;
	background-color: #FF6E0D;
	}

.owhite
	{
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 1px 5px 1px 2px;
	border-top: 1px solid #FF6E0D;
	border-bottom: 1px solid #FF6E0D;
	border-right: 1px solid #FF6E0D;
	color: #FF6E0D;
	background-color: #FFFFFF;
	}

.ooblue
	{
	color: #003399;
	font-weight: bold;
	background-color: #BBDAEA;
	padding: 2px 6px 2px 6px;
	}

.larger
	{
	font-size: 1.125em;
	}

.smaller
	{
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

div.ruledtop
	{
	padding: 0.75em 0px 0px 0px;
	border-top: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	}

div.ruledtopblue
	{
	padding: 1em 0px 0px 0px;
	border-top: 1px solid #96B4D6;
	margin: 0px 0px 0px 0px;
	}

div.faqs a
	{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	}

div.bigboxlinks
	{
	padding: 15px 30px 40px 30px;
	border: 1px solid #90BAEA;
	margin: 0px 0px 0px 0px;
	}

div.bigboxlinks h1
	{
	line-height: 1.75;
	}

div.bigboxlinks h2
	{
	padding: 0.75em 0px 0.75em 0px;
	border-bottom: 1px solid #96B4D6;
	margin: 0px 0px 1em 0px;
	}

div.linksleft
	{
	text-align: right;
	width: 265px;
	}

div.linksleft p
	{
	line-height: 1.5;
	}

div.linksright
	{
	margin: 0px 0px 0px 280px;
	}

div.miniclearer
	{
	height: 15px;
	clear: left;
	}

/* - - - - - - - - - - BOX STYLES - - - - - - - - - - */

div.rightmenu h2
	{
	font-size: 0.6875em;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	padding: 7px 0px 9px 6px;
	background-color: #3380B1;
	margin: 0px 0px 0px 0px;
	}

div.rightmenu h2.more
	{
	color: #003399;
	background-color: #BBDAEA;
	}

div.rightmenu p
	{
	line-height: 150%;
	color: #003399;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #6DAEDE;
	margin: 0px 0px 0px 0px;
	}

div.rightmenu p a
	{
	display: block;
	color: #003399;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 4px 6px 8px 6px;
	border: none;
	margin: 0px 0px 0px 0px;
	}

div.rightmenu p a:hover
	{
	background-color: #D8EEF8;
	}

div.rightmenu p.picbox
	{
	padding: 65px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div.rightmenu p.bottom
	{
	margin: 0px 0px 12px 0px;
	}

div.rightmenu p.family
	{
	background-image: url(../pics/mini1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

div.rightmenu p.yp
	{
	background-image: url(../pics/mini2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

div.rightmenu p.school
	{
	background-image: url(../pics/mini3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

div.rightmenu p.kayak
	{
	background-image: url(../pics/mini4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

div.rightmenu p.walk
	{
	background-image: url(../pics/mini5.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

div.rightmenu p.walktwo
	{
	padding: 70px 0px 0px 0px;
	background-image: url(../pics/mini8.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

div.rightmenu p.multi
	{
	background-image: url(../pics/mini6.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

div.rightmenu p.where
	{
	background-image: url(../pics/mini7.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}

/* - - - - - - - - - - MODIFIERS - - - - - - - - - - */

p.uptop
	{
	margin: -0.25em 0px 0.75em 0px;
	}

p.alignright
	{
	text-align: right;
	}

p.lessspace
	{
	margin: 0px 0px 0.5em 0px;
	}

p.evenlessspace
	{
	margin: 0px 0px 0.25em 0px;
	}

p.extraspace
	{
	margin: 0px 0px 1em 0px;
	}

p.leftindent
	{
	margin-left: 5px;
	}

.blue
	{
	color: #003399;
	}

.red
	{
	color: #CC0033;
	}

.orange
	{
	color: #FF6E0D;
	}

.bold
	{
	font-weight: bold;
	}
