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

/* style declaration for older browsers */
header, nav, footer, figure, figcaption {
	display:block;
}

/* HTML tags */

body {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:702px;
	background-color:#c7c8cc;
	font-family: 'Rosario', sans-serif;
}

header {
	width:800px;
	height:113px;
}

nav {
	position:absolute;
	top:0px;
	right:0px;
	width:361px;
	height:113px;
}

nav ul {
	list-style:none;
	height:113px;
	width:361px;
	margin:0px;
	padding:0px;
}

nav ul span {
	position: absolute;
	top: -999em;
}

nav ul:after {
	content:"";
	clear:both;
	display:block;
	padding:0px;
	margin:0px;
}

nav ul ul {
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
}

nav li {
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
}

nav a {
	display:inline-block;
	margin:0px;
	padding:0px;
}

footer {
	position:absolute;
	bottom:0px;
	width:800px;
	height:34px;
	background-color:#006390;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding-top:5px;
}

footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	
}

footer ul:after {
	content:"";
	clear:both;
	display:block;
	padding:0px;
	margin:0px;
}

footer ul ul {
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
}

footer li {
	display:inline;
	padding:0px;
	margin:0px;
}

footer a {
	display:inline-block;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-decoration:none;
}

/* DIV tags */

#wrapper {
	width:800px;
	height:660px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-400px;
	-webkit-box-shadow: 5px 5px 5px #828282;
	-moz-box-shadow: 5px 5px 5px #828282;
	box-shadow: 5px 5px 5px #828282;
}

#logo {
	position:absolute;
	top:0px;
	width:439px;
	height:113px;
}

#magentabar {
	position:absolute;
	top:113px;
	left:0px;
	width:800px;
	height:5px;
	background-color:#B62C91;
}

#whitebar {
	position:absolute;
	top:118px;
	left:0px;
	width:800px;
	height:2px;
	background-color:#FFFFFF;
}

#content {
	position:absolute;
	top:120px;
	width:800px;
	height:285px;
	background-color:#006390;
	color:#FFFFFF;
}

#contentheader {
	position:absolute;
	top:120px;
	width:800px;
	height:40px;
	background-color:#006390;
	color:#FFFFFF;
	padding-bottom:25px;
	padding-top:0px;
}

#contentheader h1 {
	font-family:'Rosario', sans-serif;
	font-weight:700;
	font-size:24px;
	margin-left:20px;
}

#mainphoto {
	margin-top:23px;
	margin-left:20px;
	float:left;
	-webkit-box-shadow: 3px 3px 9px #036;
	-moz-box-shadow: 3px 3px 9px #036;
	box-shadow: 3px 3px 9px #036;
}

#contentcopy {
	margin-left:34px;
	margin-top:2px;
	width:344px;
	float:left;
}

#contentcopy h1 {
	font-family:'Rosario', sans-serif;
	font-weight:700;
	font-size:24px;
}

#contentcopy a {
	color:#FFF;
}

#whiteline {
	color:#FFFFFF;
	border-style:solid;
}

#contentcopy p {
	font-size:14px;
}

#bottomcontent {
	position:absolute;
	top:405px;
	width:800px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#tipscontent {
	position:absolute;
	top:186px;
	height:434px;
	width:800px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#quickpicks {
	height:207px;
	width:520px;
	background-color:#FFFFFF;
	margin-top:15px;
}

#quickpicks h1 {
	color:#006390;
	font-weight:700;
	font-size:24px;
	padding:0px;
	margin:0px;
	width:600px;
}

#quickpicks hr {
	color:#B62C91;
	border-style:solid;
	width:498px;
	padding:0px;
	margin-top:9px;
	margin-bottom:13px;
}

#quickpicks ul {
	position:absolute;
	right:18px;
	list-style:none;
	height:117px;
	width:500px;
	margin:0px;
	padding:0px;
	
}

#quickpicks ul span {
	position: absolute;
	top: -999em;
}

#quickpicks ul:after {
	content:"";
	clear:both;
	display:block;
	padding:0px;
	margin:0px;
}

#quickpicks ul ul {
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
}

#quickpicks li {
	display:inline;
	padding:0px;
	margin:0px;
}

#quickpicks a {
	display:inline-block;
	margin:0px;
	padding:0px;
}

#pickdestinations {
	width:164px;
	height:117px;
	margin-right:5px;
	background-image:url(../images/pick_destinations.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickdestinations:hover {
	background-image:url(../images/pick_destinations_over.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickkitchen {
	width:164px;
	height:117px;
	margin-right:5px;
	background-image:url(../images/pick_kitchen.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickkitchen:hover {
	background-image:url(../images/pick_kitchen_over.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickactivities {
	width:164px;
	height:117px;
	margin-right:5px;
	background-image:url(../images/pick_activities.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickactivities:hover {
	background-image:url(../images/pick_activities_over.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickbackyard {
	width:164px;
	height:117px;
	margin-right:5px;
	background-image:url(../images/backyard.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickbackyard:hover {
	background-image:url(../images/backyard_over.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickbedroom {
	width:164px;
	height:117px;
	margin-right:5px;
	background-image:url(../images/bedroom.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#pickbedroom:hover {
	background-image:url(../images/bedroom_over.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#picklivingroom {
	width:164px;
	height:117px;
	margin-right:5px;
	background-image:url(../images/living_room.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#picklivingroom:hover {
	background-image:url(../images/living_room_over.jpg);
	background-repeat:no-repeat;
	border-style:none;
}

#tipsbox1 {
	background-color:#003859;
	width:354px;
	height:86px;
	position:absolute;
	top:20px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#tipsboximageleft {
	float:left;
	margin-right:15px;
}

#tipsboximageright {
	float:right;
	margin-left:15px;
}

#tipsbox2 {
	background-color:#006390;
	width:354px;
	height:86px;
	position:absolute;
	top:137px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#tipsbox2 p {
	padding-top:7px;
	text-align:right;
}

#tipsbox3 {
	background-color:#003859;
	width:354px;
	height:86px;
	position:absolute;
	top:254px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#tipsbox3 p {
	padding-top:14px;
}

#tipsbox4 {
	background-color:#006390;
	width:354px;
	height:86px;
	position:absolute;
	top:20px;
	right:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#tipsbox4 p {
	padding-top:14px;
}

#tipsbox5 {
	background-color:#003859;
	width:354px;
	height:86px;
	position:absolute;
	top:137px;
	right:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#tipsbox5 p {
	padding-top:7px;
	text-align:right;
}

#tipsbox5 a {
	color:#FFFFFF;
}

#tipsbox6 {
	background-color:#006390;
	width:354px;
	height:86px;
	position:absolute;
	top:254px;
	right:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#tipsbox6 p {
	padding-top:7px;
}

#activitiesbox2 {
	background-color:#006390;
	width:354px;
	height:86px;
	position:absolute;
	top:137px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#activitiesbox2 p {
	padding-top:0px;
	text-align:right;
}

#activitiesbox3 {
	background-color:#003859;
	width:354px;
	height:86px;
	position:absolute;
	top:254px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#activitiesbox3 p {
	padding-top:25px;
}

#about {
	width:760px;
	height:339px;
	background-color:#003859;
	position:absolute;
	top:20px;
	left:20px;
}

#about img {
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:30px;
	-webkit-box-shadow: 3px 3px 9px #003;
	-moz-box-shadow: 3px 3px 9px #003;
	box-shadow: 3px 3px 9px #003;
}

#about p {
	margin-right:20px;
	margin-top:20px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
}

#destinationnav {
	position:absolute;
	right:17px;
	bottom:0px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#FFFFFF;
}

#destinationnav ul {
	list-style:none;
}

#destinationnav ul li {
	display:inline;
}

#destinationnav a {
	color:#FFFFFF;
}

#foodcontent {
	position:absolute;
	top:186px;
	height:434px;
	width:800px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#foodcontent h1 {
	font-size:18px;
	margin-top:0px;
	padding:0px;
	line-height:1em;
}

#foodcontent h1 span {
	font-size:16px;
	font-weight:400;
}

#foodbox1 {
	background-color:#003859;
	width:354px;
	height:86px;
	position:absolute;
	top:20px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#foodboximageleft {
	float:left;
	margin-right:15px;
}

#foodbox2 {
	background-color:#006390;
	width:354px;
	height:86px;
	position:absolute;
	top:137px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#foodbox3 {
	background-color:#003859;
	width:354px;
	height:86px;
	position:absolute;
	top:254px;
	left:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#foodbox4 {
	background-color:#006390;
	width:354px;
	height:86px;
	position:absolute;
	top:20px;
	right:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#foodbox5 {
	background-color:#003859;
	width:354px;
	height:86px;
	position:absolute;
	top:137px;
	right:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

#foodbox5 a {
	color:#FFFFFF;
}

#foodbox6 {
	background-color:#006390;
	width:354px;
	height:86px;
	position:absolute;
	top:254px;
	right:20px;
	padding:10px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#FFF;
	line-height:1.3;
	vertical-align:middle;
}

/* Nav Buttons */

#navhome {
	width:51px;
	height:113px;
	background-image:url(../images/nav_home.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navhomehome {
	width:51px;
	height:113px;
	background-image:url(../images/nav_home_on.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navhomehome:hover {
	background-image:url(../images/nav_home_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navhome:hover {
	background-image:url(../images/nav_home_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navactivities {
	width:55px;
	height:113px;
	background-image:url(../images/nav_activities.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navactivitieshome {
	width:55px;
	height:113px;
	background-image:url(../images/nav_activities_on.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navactivitieshome:hover {
	background-image:url(../images/nav_activities_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navactivities:hover {
	background-image:url(../images/nav_activities_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navtips {
	width:51px;
	height:113px;
	background-image:url(../images/nav_tips.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navtipshome {
	width:51px;
	height:113px;
	background-image:url(../images/nav_tips_on.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navtipshome:hover {
	background-image:url(../images/nav_tips_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navtips:hover {
	background-image:url(../images/nav_tips_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navdestinations {
	width:73px;
	height:113px;
	background-image:url(../images/nav_destinations.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navdestinationshome {
	width:73px;
	height:113px;
	background-image:url(../images/nav_destinations_on.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navdestinationshome:hover {
	background-image:url(../images/nav_destinations_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navdestinations:hover {
	background-image:url(../images/nav_destinations_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navfood {
	width:51px;
	height:113px;
	background-image:url(../images/nav_food.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navfoodhome {
	width:51px;
	height:113px;
	background-image:url(../images/nav_food_on.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navfoodhome:hover {
	background-image:url(../images/nav_food_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#navfood:hover {
	background-image:url(../images/nav_food_over.gif);
	background-repeat:no-repeat;
	border-style:none;
}

/* Social Network Links */
#homesocial {
	height:203px;
	width:38px;
	background-color:#FFFFFF;
	float:left;
	margin-left:20px;
	margin-top:20px;
	margin-right:15px;
}

#magentaline {
	color:#B62C91;
	border-style:solid;
}

#homesocial ul {
	list-style:none;
	float:left;
	height:223px;
	width:260px;
	margin:0px;
	padding:0px;
}

#homesocial ul span {
	position: absolute;
	top: -999em;
}

#homesocial ul:after {
	content:"";
	clear:both;
	display:block;
	padding:0px;
	margin:0px;
}

#homesocial ul ul {
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
}

#homesocial li {
	display:block;
	padding:0px;
	margin:0px;
}

#homesocial a {
	display:block;
	margin:0px;
	padding:0px;
}

#twitterhome {
	width:38px;
	height:35px;
	background-image:url(../images/homesocial/twitter.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#twitterhome:hover {
	background-image:url(../images/homesocial/twitter_over.gif);
	background-repeat:no-repeat;
}

#facebookhome {
	width:38px;
	height:37px;
	background-image:url(../images/homesocial/facebook.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#facebookhome:hover {
	background-image:url(../images/homesocial/facebook_over.gif);
	background-repeat:no-repeat;
}

#instagramhome {
	width:38px;
	height:34px;
	background-image:url(../images/homesocial/instagram.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#instagramhome:hover {
	background-image:url(../images/homesocial/instagram_over.gif);
	background-repeat:no-repeat;
}

#pinteresthome {
	width:38px;
	height:35px;
	background-image:url(../images/homesocial/pinterest.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#pinteresthome:hover {
	background-image:url(../images/homesocial/pinterest_over.gif);
	background-repeat:no-repeat;
}

#socialcopy {
	font-family:'Rosario', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#006390;
	width:183px;
	float:left;
	padding:0px;
	margin-top:16px;
	margin-right:26px;
}

#socialcopy h1 {
	font-weight:700;
	font-size:24px;
	line-height:1.1;
	float:left;
	padding:0px;
	margin:0px;
}

#socialcopy hr {
	color:#B62C91;
	border-style:solid;
	width:183px;
	float:left;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
}

#childsocialcopy {
	color:#FFFFFF;
	background-color:#006390;
	height:30px;
	width:130px;
	font-weight:400;
	font-size:12px;
	line-height:1.1;
	text-align:center;
	padding-top:4px;
	margin:0px;
	position:absolute;
	bottom:20px;
	left:20px;
}

#childsocial {
	height:38px;
	width:152px;
	position:absolute;
	left:155px;
	bottom:16px;
	background-color:#FFFFFF;
	float:left;
	margin:0px;
	padding:0px;
}

#childsocial ul {
	list-style:none;
	float:left;
	height:38px;
	width:152px;
	margin:0px;
	padding:0px;
}

#childsocial ul span {
	position: absolute;
	top: -999em;
	margin:0px;
	padding:0px
}

#childsocial ul:after {
	content:"";
	clear:both;
	display:inline-block;
	padding:0px;
	margin:0px;
}

#childsocial ul ul {
	display:none;
	position:absolute;
	padding:0px;
	margin:0px;
}

#childsocial li {
	display:inline-block;
	float:left;
	padding:0px;
	margin:0px;
}

#childsocial a {
	display:inline-block;
	margin:0px;
	padding:00px;
}

#twitterchild {
	width:38px;
	height:34px;
	background-image:url(../images/childsocial/twitter.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#twitterchild:hover {
	background-image:url(../images/childsocial/twitter_over.gif);
	background-repeat:no-repeat;
}

#facebookchild {
	width:38px;
	height:34px;
	background-image:url(../images/childsocial/facebook.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#facebookchild:hover {
	background-image:url(../images/childsocial/facebook_over.gif);
	background-repeat:no-repeat;
}

#instagramchild {
	width:38px;
	height:34px;
	background-image:url(../images/childsocial/instagram.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#instagramchild:hover {
	background-image:url(../images/childsocial/instagram_over.gif);
	background-repeat:no-repeat;
}

#pinterestchild {
	width:38px;
	height:34px;
	background-image:url(../images/childsocial/pinterest.gif);
	background-repeat:no-repeat;
	border-style:none;
}

#pinterestchild:hover {
	background-image:url(../images/childsocial/pinterest_over.gif);
	background-repeat:no-repeat;
}