Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 13657.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
67.8 kB
<!DOCTYPE html>
<html>
<head>
<style>
/* ------------------------------------- */
/* The Create theme for RapidWeaver */
/* is designed and developed by elixir */
/* Visit www.elixirgraphics.com for */
/* more RapidWeaver themes. */
/* ------------------------------------- */
/* @group Meyer's CSS reset */
/* v1.0 | 20080212 */
/* with slight modifications*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
margin: 0;
padding: 0;
background: url(images/background/bkg_dark_grain.jpg) repeat;
font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
ol, ul {
}
blockquote, q {
quotes: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
-moz-outline-style:none;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
textarea {
outline: none;
}
/* @end */
/* @group Fonts */
@font-face {
font-family: 'MuseoSans500';
src: url('fonts/museosans_500-webfont.eot');
src: local('fonts/museosans_500-webfont'), url('fonts/museosans_500-webfont.woff') format('woff'), url('fonts/museosans_500-webfont.ttf') format('truetype'), url('fonts/museosans_500-webfont.svgz#webfont') format('svg'), url('fonts/museosans_500-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSlab500';
src: url('fonts/museo_slab_500-webfont.eot');
src: local('fonts/museo_slab_500-webfont'), url('fonts/museo_slab_500-webfont.woff') format('woff'), url('fonts/museo_slab_500-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svgz#webfont') format('svg'), url('fonts/museo_slab_500-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MavenProMedium';
src: url('fonts/maven_pro_medium-webfont.eot');
src: local('fonts/maven_pro_medium-webfont'), url('fonts/maven_pro_medium-webfont.woff') format('woff'), url('fonts/maven_pro_medium-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
/* @end */
/* @group General Styles */
html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
height: 100%;
margin: 0;
width: 100%;
padding: 0;
font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
:focus {
-moz-outline-style: none;
}
img {
border: none;
}
.image-left {
float: left;
margin: 3px 3px 3px 0;
padding: 3px 12px 3px 0px;
}
.image-right {
float: right;
margin: 3px 0 3px 3px;
padding: 3px 0 3px 12px;
}
a, a:visited {
-webkit-transition-property: color;
-webkit-transition-duration: 300ms;
-moz-transition-property: color;
-moz-transition-duration: 300ms;
-o-transition-property: color;
-o-transition-duration: 300ms;
transition-property: color;
transition-duration: 300ms;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
}
.clearer {
clear: both;
}
.clearerLeft {
clear: left;
}
.clearerRight {
clear: right;
}
h1 {
margin: 0;
padding: 0;
font: 36px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -2px;
}
h2 {
margin: 0;
padding: 0;
font: 28px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -2px;
}
h3 {
margin: 0;
padding: 0;
font: 22px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -1px;
}
h4 {
margin: 0;
padding: 0;
}
hr {
border-top: 1px solid #d5d5d5;
width: 90%;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-top: 12px;
margin-bottom: 12px;
}
blockquote {
margin: 0 0 0 24px;
padding: 0 0 0 18px;
font-style: italic;
font-size: 20px;
line-height: 26px;
border-left: 3px solid #c2c2c2;
}
code {
font-family: "Courier New", Courier, mono;
margin: 0 0 0 24px;
padding: 0 0 0 18px;
border-left: 3px dashed #c2c2c2;
display: block;
}
.blog-entry blockquote {
}
::-moz-selection {
}
::selection {
}
/* Main content area unordered list styles */
#contentContainer #content ul {
}
#contentContainer #content li {
list-style-position: inside;
list-style-type: disc;
}
ul.disc {
list-style-type: disc;
}
ul.circle {
list-style-type: circle;
}
ul.square {
list-style-type: square;
}
ol.arabic-numbers {
list-style-type: decimal;
}
ol.upper-alpha {
list-style-type: upper-alpha;
}
ol.lower-alpha {
list-style-type: lower-alpha;
}
ol.upper-roman {
list-style-type: upper-roman;
}
ol.lower-roman {
list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
margin: 5px 0;
padding-left: 20px;
}
#sidebarContainer #sidebar li {
}
/* @end */
/* @group Layout */
#wrapper {
background: url(images/background/dark_grain_fade.jpg) repeat-x 0 top;
width: 100%;
height: 100%;
}
#topper {
width: 930px;
margin-right: auto;
margin-left: auto;
padding-top: 64px;
height: 65px;
}
h1.siteTitle {
text-align: right;
font: 42px MuseoSlab500, Georgia, "Times New Roman", Times, serif;
float: right;
}
#container {
width: 930px;
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-moz-box-shadow: 0px 2px 6px #000; /* FF3.5+ */
-webkit-box-shadow: 0px 2px 6px #000; /* Saf3.0+, Chrome */
box-shadow: 0px 2px 6px #000;
margin: 0 auto 24px;
position: relative;
}
h2#siteSlogan {
text-align: center;
font-size: 28px;
letter-spacing: 0;
padding: 0 24px;
margin: 0;
}
#header {
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin-bottom: 20px;
text-align: center;
position: relative;
background: #ededed 0 center;
}
#slideshow {
position:relative;
width:930px;
background:url(images/loading.gif) no-repeat 50% 50%;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#slideshow img {
position:absolute;
top:0px;
left:0px;
display:none;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px
}
#extraContentBelowHeader {
margin-bottom: 20px;
}
#extraContainer1 {
margin-right: 40px;
margin-left: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
#extraContentBelowHeader, #extraContentFooter, #extraContentOutside {
display: none;
}
#extraContentFooter {
}
#extraContainer2 {
margin-right: 40px;
margin-left: 40px;
}
#extraContentOutside {
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}
#extraContentBelowNav {
background: url(images/extracontent/ecFourBkg.jpg) repeat-x;
height: 55px;
width: 930px;
margin-right: auto;
margin-left: auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0px 2px 6px #111418; /* FF3.5+ */
-webkit-box-shadow: 0px 2px 6px #111418; /* Saf3.0+, Chrome */
box-shadow: 0px 2px 6px #111418;
margin-bottom: 24px;
border: 1px solid #1d1b1b;
color: #9398a2;
text-shadow: #202224 0 1px 0;
font: 16px/55px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
}
#extraContainer4 {
border-top: 1px solid #50555d;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 54px;
overflow: hidden;
}
#extraContainer4 strong {
text-transform: uppercase;
margin-right: 12px;
}
TEMO {
color: #111418;
}
#content {
margin-left: 40px;
padding-top: 20px;
display: block;
padding-bottom: 40px;
margin-right: 300px;
}
#sidebarContainer {
width: 200px;
margin-right: 40px;
padding-top: 20px;
float: right;
display: block;
}
#sidebarContent {
margin-bottom: 20px;
}
#siteLogo {
text-align: center;
}
#siteLogo img {
margin-bottom: 40px;
}
#footer {
font-size: 10px;
text-align: right;
color: #5a5b5e;
width: 930px;
display: block;
position: relative;
margin: 0 auto;
padding-bottom: 60px;
}
/* @end */
/* @group Nivo */
/*
* jQuery Nivo Slider v2.4
* http://nivo.dev7studios.com
*
* Copyright 2011, Gilbert Pellegrom
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* March 2010
*/
/* The Nivo Slider styles */
.nivoSlider {
position:relative;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:60;
display:none;
}
/* The slices in the Slider */
.nivo-slice {
display:block;
position:absolute;
z-index:50;
height:100%;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px
}
/* Caption styles */
.nivo-caption {
position:absolute;
left:0px;
bottom:0px;
background:#000;
color:#fff;
opacity:0.8; /* Overridden by captionOpacity setting */
width:100%;
z-index:89;
}
.nivo-caption p {
padding:5px;
margin:0;
}
.nivo-caption a {
display:inline !important;
}
.nivo-html-caption {
display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
position:absolute;
top:45%;
z-index:99;
cursor:pointer;
display:block;
width:40px;
height:32px;
background:url(images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {
background-position: 0 0;
right: 0px;
z-index: 202;
}
a.nivo-prevNav {
background-position: -40px 0;
left:0px;
z-index: 202;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
position: absolute;
margin-left: 20px;
display: block;
}
.nivo-controlNav a {
display:block;
width: 10px;
height: 10px;
background: url(images/slideshow_circles.png) no-repeat 0 0;
text-indent: -9999px;
border: 0;
margin-left: 4px;
float:left;
cursor: pointer;
}
.nivo-controlNav a.active {
background-position:0 -10px;
}
/* @end */
/* @group Navigation */
.hasChild {
background: url(images/navigation/subMenuIndicator.png) no-repeat right center;
}
.nav>ul>li.hasChild {
margin-right: 5px;
}
.nav ul ul li.hasChild {
background-position: 150px;
}
.nav {
display: block;
float: left;
height: 44px;
background: url(images/background/menu_bkg_dark_grain.jpg) repeat-x;
border: 1px solid #1d1b1b;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0px 1px 0px #555b63; /* FF3.5+ */
-webkit-box-shadow: 0px 1px 0px #555b63; /* Saf3.0+, Chrome */
box-shadow: 0px 1px 0px #555b63;
z-index: 300;
}
.nav>ul {
list-style-type: none;
display: block;
position: relative;
width: inherit;
float: left;
padding: 0 12px;
margin: 0;
border: 1px solid #383c42;
border-top-color: #50555d;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 42px;
z-index: 301;
}
.nav>ul>li {
float: left;
display: inline;
margin: 0;
padding: 0;
z-index: 302;
}
.nav>ul>li a:link, .nav>ul>li a:visited {
text-decoration: none;
display: block;
text-align: center;
font-size: 14px;
line-height: 44px;
margin: 0;
padding: 0 14px;
color: #9398a2;
text-shadow: #202224 0 1px 0;
}
.nav>ul>li a:link.current, .nav>ul>li a:hover.current, .nav>ul>li a:visited.current {
color: #d5ddeb;
}
.nav>ul>li a:link.currentAncestor, .nav>ul>li a:hover.currentAncestor, .nav>ul>li a:visited.currentAncestor {
color: #d5ddeb;
}
.nav>ul>li a:hover {
color: #c7cedb;
}
.nav>ul>li a:active {
}
.nav ul ul {
list-style-type: none;
display: none;
width: 166px;
position: absolute;
line-height: 0;
padding: 0;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border: 1px none #555b63;
-moz-box-shadow: 0px 3px 6px #000; /* FF3.5+ */
-webkit-box-shadow: 0px 3px 6px #000; /* Saf3.0+, Chrome */
box-shadow: 0px 3px 6px #000;
border-top-style: none;
background: url(images/background/drop_down_bkg.jpg) repeat;
margin: 0;
z-index: 303;
}
.nav ul ul ul {
z-index: 304;
}
.nav ul ul ul, .nav ul ul ul ul {
margin-left: 140px;
margin-top: -27px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.nav ul ul li {
padding: 0;
margin: 0;
line-height: 0;
}
.nav ul ul a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.nav ul ul a:link, .nav ul ul a:visited, .nav ul ul a:hover {
letter-spacing: 0;
line-height: 18px;
width: 146px;
padding: 8px 10px;
display: block;
border-top: 1px solid #484d55;
border-bottom: 1px solid #1d1b1b;
}
.nav ul ul ul li.firstMenuItem a:link, .nav ul ul ul li.firstMenuItem a:visited, .nav ul ul ul li.firstMenuItem a:hover {
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: none;
}
.nav ul ul li.lastMenuItem>a:link, .nav ul ul li.lastMenuItem>a:visited, .nav ul ul li.lastMenuItem>a:hover {
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-style: none;
}
.nav ul ul a:hover, .nav ul ul a:active {
color: #c7cedb;
background: url(images/background/menu_bkg_dark_grain.jpg) repeat-x;
}
/* @end */
/* @group Blog */
/* @group Tag Cloud */
ul.blog-tag-cloud {
text-align: left;
display: block;
list-style-position: inside;
list-style-type: none;
line-height: 19px;
background: url(images/blog/cloud_silhouette.jpg) no-repeat 0 24px;
padding: 20px 0 20px 42px;
margin: 0;
border-top: 1px solid #ebeaeb;
}
ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited{
text-decoration: none;
}
ul.blog-tag-cloud a:hover{
text-decoration: none;
}
ul.blog-tag-cloud li {
display: inline;
padding: 0;
margin: 0;
position: relative;
list-style-position: inside;
list-style-type: none;
}
.blog-tag-size-1 {
font-size: 8px;
}
.blog-tag-size-2 {
font-size: 9px;
}
.blog-tag-size-3 {
font-size: 10px;
}
.blog-tag-size-4 {
font-size: 11px;
}
.blog-tag-size-5 {
font-size: 12px;
}
.blog-tag-size-6 {
font-size: 13px;
}
.blog-tag-size-7 {
font-size: 14px;
}
.blog-tag-size-8 {
font-size: 15px;
}
.blog-tag-size-9 {
font-size: 16px;
}
.blog-tag-size-10 {
font-size: 17px;
}
.blog-tag-size-11 {
font-size: 18px;
}
.blog-tag-size-12 {
font-size: 19px;
}
.blog-tag-size-13 {
font-size: 20px;
}
.blog-tag-size-14 {
font-size: 21px;
}
.blog-tag-size-15 {
font-size: 21px;
}
.blog-tag-size-16 {
font-size: 21px;
}
.blog-tag-size-17 {
font-size: 22px;
}
.blog-tag-size-18 {
font-size: 22px;
}
.blog-tag-size-19 {
font-size: 22px;
}
.blog-tag-size-20 {
font-size: 23px;
}
/* @end */
/* @group Archive Page */
.blog-archive-background {
}
.blog-archive-headings-wrapper {
}
.blog-archive-entries-wrapper {
}
.blog-archive-entries-wrapper .blog-entry {
}
.blog-archive-month {
}
.blog-archive-link {
}
.blog-archive-link a:link, .blog-archive-link a:visited {
}
.blogEntryAsideImg {
position: absolute;
margin-left: -145px;
top: 0;
width: 128px;
height: auto;
}
/* @end */
.blog-entry {
margin-bottom: 40px;
position: relative;
}
.blog-entry .image-left,
.blog-entry .image-right {
}
h1.blog-entry-title {
text-decoration: none;
font: 28px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -2px;
}
.blog-entry-title a {
text-decoration: none;
}
.blog-entry-title a:hover {
text-decoration: none;
}
.blog-entry-date {
margin-bottom: 14px;
font-size: 12px;
font-style: italic;
}
.blog-entry-body {
}
p.blog-entry-tags {
margin-top: 8px;
padding-left: 14px;
background: url(images/blog/tinyTag.png) no-repeat left center;
}
p.blog-entry-tags a, p.blog-entry-tags a:visited {
text-decoration: none;
}
p.blog-entry-tags a:hover {
}
.blog-entry-comments {
margin-top: 8px;
}
.blog-entry-comments a, .blog-entry-comments a:visited {
}
.blog-entry-comments a:hover {
}
.blog-entry-category a:link,
.blog-entry-category a:visited,
.blog-category-link-enabled,
.blog-category-link-disabled {
}
.blog-entry-category a:hover {
}
/*styles the category link in the main entry */
.blog-entry-category {
}
.blog-entry-category a:link,
.blog-entry-category a:visited {
}
.blog-entry-category a:hover {
}
/* styles the archives in the blog sidebar */
#blog-archives {
background: url(images/blog/clock_silhouette.jpg) no-repeat 0px 24px;
padding: 20px 0 20px 42px;
margin: 0;
border-top: 1px solid #ebeaeb;
}
#blog-archives br {
display: none;
}
.blog-archive-link-enabled {
display: block;
}
#blog-archives a, #blog-archives a:visited {
display: block;
text-decoration: none;
}
#blog-archives a:hover {
}
.blog-archive-link-disabled {
display: none;
}
a.blog-archive-link-enabled:hover, .blog-archive-link-disabled:hover {
}
/* Styles the blog categories in the blog sidebar */
#blog-categories {
background: url(images/blog/pencil_silhouette.jpg) no-repeat 0 24px;
padding: 20px 0 20px 42px;
margin: 0;
border-top: 1px solid #ebeaeb;
}
#blog-categories a, #blog-categories a:visited {
}
.blog-category-link-enabled, .blog-category-link-disabled {
display: block;
text-decoration: none;
}
#blog-categories a:hover {
}
.blog-category-link-disabled {
display: none;
}
.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
}
#blog-categories br {
display: none;
}
/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
margin-top: 18px;
background: url(images/blog/rss_silhouette.jpg) no-repeat 0 24px;
padding: 20px 0 20px 42px;
margin: 0;
border-top: 1px solid #ebeaeb;
}
#blog-rss-feeds br {
}
a.blog-rss-link,
a.blog-comments-rss-link {
display: block;
text-decoration: none;
}
a.blog-rss-link:hover {
}
/* Read More links */
.blog-read-more {
display: block;
margin-top: 8px;
}
.blog-read-more a {
text-decoration: none;
padding-left: 14px;
background: url(images/blog/readMoreMag.png) no-repeat left center;
}
/* @end */
/* @group File Sharing */
.filesharing-description {
margin-bottom: 20px;
}
.filesharing-item {
background: #f1f1f1 no-repeat 20px 14px;
margin-bottom: 8px;
margin-top: 3px;
padding: 10px 20px 12px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.filesharing-item:hover {
background-color: #e9e9e9;
}
.filesharing-item-title {
margin: 0;
padding: 0;
font: 22px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -1px;
}
.filesharing-item-title a, .filesharing-item-title a:visited {
text-decoration: none;
display: block;
text-shadow: #f6f6f6 0 1px 0;
}
.filesharing-item-title a:hover {
text-decoration: none;
}
.filesharing-item-description {
}
/* @end */
/* @group Photo Album */
/* @group Index Page View */
.album-title {
margin: 0;
padding: 0;
font: 22px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -1px;
}
.album-description {
display: block;
margin-bottom: 20px;
}
.album-wrapper {
display: block;
}
.thumbnail-wrap {
float: left;
margin-bottom: 52px;
margin-right: 16px;
}
.thumbnail-frame {
}
.thumbnail-frame:hover {
}
.thumbnail-frame a {
}
.thumbnail-frame a:hover {
}
.thumbnail-frame a img {
}
.thumbnail-frame a img:hover {
}
.thumbnail-caption {
margin: 0;
text-align: left;
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
/* @end */
/* @end */
/* @group Quicktime Page */
.movie-description {
}
/* @end */
/* @group Quicktime Album */
/* @group Index Page View */
.movie-page-title {
margin: 0;
padding: 0;
font: 22px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -1px;
}
.movie-page-description {
margin-bottom: 32px;
}
.movie-thumbnail-frame {
display: block;
float: left;
height: auto;
margin-bottom: 24px;
margin-right: 24px;
}
.movie-thumbnail-caption {
}
/* @end */
/* @group Single Page View */
.movie-background {
text-align: center;
padding: 24px 0;
}
.movie-title {
}
.movie-frame {
}
/* @end */
/* @end */
/* @group Forms */
form {
}
label {
}
.message-text {
}
.required-text {
}
.form-input-field {
width: 90%;
padding: 8px;
border: 5px solid #f1f1f1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-moz-box-shadow: inset 0 0 2px #999;
-webkit-box-shadow: inset 0 0 2px #999;
box-shadow: inset 0 0 2px #999;
border-radius: 4px;
font-size: 14px;
line-height: 20px;
color: #747474;
}
.form-input-field:focus {
border-color: #ebebeb;
}
.form-input-button {
}
/* @end */
/* @group Breadcrumb Trail */
#breadcrumb {
font-family: MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
}
#breadcrumb ul {
padding: 0;
line-height: 33px;
width: 100%;
height: 33px;
background: url(images/breadcrumb/breadcrumb_bkg.jpg) repeat-x;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
#breadcrumb li {
list-style-type: none;
display: -moz-inline-box;
display: inline;
margin-left: 20px;
top: -1px;
position: relative;
}
#breadcrumb li a {
text-decoration: none;
font-size: 12px;
display: inline-block;
line-height: 33px;
color: #5e5e5e;
text-shadow: #fff 0 1px 0;
padding-top: 2px;
}
#breadcrumb .lastItem {
background: url(images/breadcrumb/breadcrumb_pointer.png) no-repeat center top;
}
/* @end */
/* @group ExtraContent */
#myExtraContent1,#myExtraContent2,#myExtraContent3,#myExtraContent4,#myExtraContent5,#myExtraContent6 {
display:none;
}
/* @group ExtraContent Columns */
/*
CSS code for ExtraContent Columns Snippets*/
.column {
float: left;
}
.one {
width: 100%;
}
.two {
width: 50%;
}
.three {
width: 33%;
}
.four {
width: 25%;
}
.five {
width: 20%;
}
.two3rds {
width: 66%;
}
.three4ths {
width: 75%;
}
.four5ths {
width: 80%;
}
.column .content {
width: 90% ! important;
margin: 0 auto;
padding: 0 ! important;
float: none ! important;
}
/* @end */
/* @end */
/* @group Disqus Commenting */
#dsq-comments-title {
clear:none !important;
}
#dsq-content .dsq-options {
clear:none !important;
}
#dsq-thread-settings {
clear:none !important;
}
#dsq-content div {
clear:none !important;
}
.dsq-login-buttons li {
clear:none !important;
margin-bottom: 25px!important;
}
/* @end */
/* @group prettyPhoto */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{display: none;}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}
/* @end */
body {
color: #747474;
}
a, a:visited {
color: #899BB0;
}
a:hover, a:active {
color: #A4BAD3;
}
h1.siteTitle {
color: #FFFFFF;
}
h2#siteSlogan {
color: #747474;
}
#extraContentBelowHeader {
}
#extraContentFooter {
}
#extraContentOutside {
color: #747474;
}
#extraContentBelowNav {
}
#topper {
width: 930px;
}
#container {
width: 930px;
}
#slideshow {
width: 930px !important;
}
#footer {
width: 930px;
}
#extraContentOutside {
width: 930px;
}
#extraContentBelowNav {
width: 930px;
}
#header {
background: #ededed url(images/loading.gif) no-repeat 50% 50%;
}
#header {
height: 300px;
}
#slideshow {
height: 300px !important;
}
.nivo-controlNav {
margin-top: 310px;
}
h1.siteTitle {
float: left;
}
.nav {
float: right;
}
.nav ul ul ul {
margin-left: -140px;
margin-top: -27px;
}
.nav ul ul li.hasChild {
background: url(images/navigation/subMenuIndicatorLeft.png) no-repeat 10px center;
}
.blog-entry {
padding-left: 58px;
background: url(images/blog/blogBadge_pink.png) no-repeat left 2px;
}
h3.sidebarTitle {
line-height: 40px;
text-shadow: none;
font-size: 20px;
}
#content {
margin-left: 40px;
margin-right: 40px;
}
#sidebarContainer {
display: none;
}
.blog-entry {
margin-left: -58px;
padding-left: 58px;
}
body {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1.siteTitle {
letter-spacing: -1px;
font-family: MuseoSans500, "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1.siteTitle {
display: none;
}
h2#siteSlogan {
letter-spacing: -1px;
font-family: MuseoSlab500, Georgia, "Times New Roman", Times, serif;
}
h2#siteSlogan {
display: block;
}
#extraContentBelowHeader {
display: block;
background: url(images/extracontent/ec_divider_bottom.png) no-repeat center bottom;
padding-bottom: 20px;
}
#extraContentFooter {
background: none no-repeat center top;
padding: 20px 0 40px;
}
#extraContentOutside {
display: block;
}
#extraContainer4 {
background: url(images/extracontent/appStore.png) no-repeat 12px -35px;
text-indent: 155px;
padding-right: 15px;
}
#extraContainer4 strong {
color: #bff1f9;
}
/* @group Photo Album */
/* @group Single View */
.photo-background {
text-align: center;
}
.photo-background p{
}
.photo-navigation {
display: block;
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-top-right-radius: 6px;
-moz-box-shadow: 0px 2px 6px #000; /* FF3.5+ */
-webkit-box-shadow: 0px 2px 6px #000; /* Saf3.0+, Chrome */
box-shadow: 0px 2px 6px #000;
padding-top: 20px;
padding-bottom: 20px;
width: 630px;
margin: 24px auto;
}
.photo-links {
}
.photo-navigation a:link, .photo-navigation a:visited {
}
.photo-navigation a:hover {
}
.photo-frame{
}
.photo-background p.photo-title {
margin: 0;
padding: 0;
font: 22px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -1px;
}
.photo-background p.photo-caption {
}
/* @group EXIF data */
/* Data wrapper */
.exif-data {
}
.exif-data p {
}
/* p tag classes for all exif data */
p.exif-version {
}
p.exif-colour-space {
}
p.exif-focal-length {
}
p.exif-dimensions {
}
p.exif-pixel-y-dimension {
}
p.exif-pixel-x-dimension {
}
p.exif-oecf-value {
}
p.exif-subsec-time-original {
}
p.exif-exposure-mode {
}
p.exif-spatial-frequency-response {
}
p.exif-scene-capture-type {
}
p.exif-subject-location {
}
p.exif-shutter-speed {
}
p.exif-datetime-original {
}
p.exif-subsec-time {
}
p.exif-compressed-bits-per-pixel {
}
p.exif-flash-energy {
}
p.exif-saturation {
}
p.exif-brightness {
}
p.exif-exposure-time {
}
p.exif-f-number {
}
p.exif-file-source {
}
p.exif-gain-control {
}
p.exif-subject-area {
}
p.exif-cfa-pattern {
}
p.exif-scene-type {
}
p.exif-white-balance {
}
p.exif-flash {
}
p.exif-exposure-index {
}
p.exif-flashpix-version {
}
p.exif-device-setting-description {
}
p.exif-focalplane-x-resolution {
}
p.exif-image-uniqueid {
}
p.exif-components-configuration {
}
p.exif-light-source {
}
p.exif-sensing-method {
}
p.exif-aperture {
}
p.exif-sharpness {
}
p.exif-exposure-program {
}
p.exif-subject-distance {
}
p.exif-subsec-time-digitized {
}
p.exif-contrast {
}
p.exif-focalplane-resolution-unit {
}
p.exif-gamma {
}
p.exif-35mm-focal-length {
}
p.exif-datetime-digitized {
}
p.exif-subject-distance-range {
}
p.exif-custom-rendered {
}
p.exif-max-aperture {
}
p.exif-sound-file {
}
p.exif-metering-mode {
}
p.exif-spectral-sensitivity {
}
p.exif-exposure-bias {
}
p.exif-focalplane-y-resolution {
}
p.exif-iso-rating {
}
p.exif-maker-note {
}
p.exif-digital-zoom-ratio {
}
p.exif-user-comment {
}
/* @end */
/* @end */
/* @end */
body {
color: #747474;
}
a, a:visited {
color: #899BB0;
}
a:hover, a:active {
color: #A4BAD3;
}
h1.siteTitle {
color: #FFFFFF;
}
h2#siteSlogan {
color: #747474;
}
#extraContentBelowHeader {
}
#extraContentFooter {
}
#extraContentOutside {
color: #747474;
}
#extraContentBelowNav {
}
#topper {
width: 930px;
}
#container {
width: 930px;
}
#slideshow {
width: 930px !important;
}
#footer {
width: 930px;
}
#extraContentOutside {
width: 930px;
}
#extraContentBelowNav {
width: 930px;
}
#header {
background: #ededed url(images/loading.gif) no-repeat 50% 50%;
}
#header {
height: 300px;
}
#slideshow {
height: 300px !important;
}
.nivo-controlNav {
margin-top: 310px;
}
h1.siteTitle {
float: left;
}
.nav {
float: right;
}
.nav ul ul ul {
margin-left: -140px;
margin-top: -27px;
}
.nav ul ul li.hasChild {
background: url(images/navigation/subMenuIndicatorLeft.png) no-repeat 10px center;
}
.blog-entry {
padding-left: 58px;
background: url(images/blog/blogBadge_pink.png) no-repeat left 2px;
}
h3.sidebarTitle {
line-height: 40px;
text-shadow: none;
font-size: 20px;
}
#content {
margin-left: 40px;
margin-right: 40px;
}
#sidebarContainer {
display: none;
}
.blog-entry {
margin-left: -58px;
padding-left: 58px;
}
body {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1.siteTitle {
letter-spacing: -1px;
font-family: MuseoSans500, "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1.siteTitle {
display: none;
}
h2#siteSlogan {
letter-spacing: -1px;
font-family: MuseoSlab500, Georgia, "Times New Roman", Times, serif;
}
h2#siteSlogan {
display: block;
}
#extraContentBelowHeader {
display: block;
background: url(images/extracontent/ec_divider_bottom.png) no-repeat center bottom;
padding-bottom: 20px;
}
#extraContentFooter {
background: none no-repeat center top;
padding: 20px 0 40px;
}
#extraContentOutside {
display: block;
}
#extraContainer4 {
background: url(images/extracontent/appStore.png) no-repeat 12px -35px;
text-indent: 155px;
padding-right: 15px;
}
#extraContainer4 strong {
color: #bff1f9;
}
/* @group Photo Album */
/* @group Single View */
.photo-background {
text-align: center;
}
.photo-background p{
}
.photo-navigation {
display: block;
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border-top-right-radius: 6px;
-moz-box-shadow: 0px 2px 6px #000; /* FF3.5+ */
-webkit-box-shadow: 0px 2px 6px #000; /* Saf3.0+, Chrome */
box-shadow: 0px 2px 6px #000;
padding-top: 20px;
padding-bottom: 20px;
width: 630px;
margin: 24px auto;
}
.photo-links {
}
.photo-navigation a:link, .photo-navigation a:visited {
}
.photo-navigation a:hover {
}
.photo-frame{
}
.photo-background p.photo-title {
margin: 0;
padding: 0;
font: 22px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
letter-spacing: -1px;
}
.photo-background p.photo-caption {
}
/* @group EXIF data */
/* Data wrapper */
.exif-data {
}
.exif-data p {
}
/* p tag classes for all exif data */
p.exif-version {
}
p.exif-colour-space {
}
p.exif-focal-length {
}
p.exif-dimensions {
}
p.exif-pixel-y-dimension {
}
p.exif-pixel-x-dimension {
}
p.exif-oecf-value {
}
p.exif-subsec-time-original {
}
p.exif-exposure-mode {
}
p.exif-spatial-frequency-response {
}
p.exif-scene-capture-type {
}
p.exif-subject-location {
}
p.exif-shutter-speed {
}
p.exif-datetime-original {
}
p.exif-subsec-time {
}
p.exif-compressed-bits-per-pixel {
}
p.exif-flash-energy {
}
p.exif-saturation {
}
p.exif-brightness {
}
p.exif-exposure-time {
}
p.exif-f-number {
}
p.exif-file-source {
}
p.exif-gain-control {
}
p.exif-subject-area {
}
p.exif-cfa-pattern {
}
p.exif-scene-type {
}
p.exif-white-balance {
}
p.exif-flash {
}
p.exif-exposure-index {
}
p.exif-flashpix-version {
}
p.exif-device-setting-description {
}
p.exif-focalplane-x-resolution {
}
p.exif-image-uniqueid {
}
p.exif-components-configuration {
}
p.exif-light-source {
}
p.exif-sensing-method {
}
p.exif-aperture {
}
p.exif-sharpness {
}
p.exif-exposure-program {
}
p.exif-subject-distance {
}
p.exif-subsec-time-digitized {
}
p.exif-contrast {
}
p.exif-focalplane-resolution-unit {
}
p.exif-gamma {
}
p.exif-35mm-focal-length {
}
p.exif-datetime-digitized {
}
p.exif-subject-distance-range {
}
p.exif-custom-rendered {
}
p.exif-max-aperture {
}
p.exif-sound-file {
}
p.exif-metering-mode {
}
p.exif-spectral-sensitivity {
}
p.exif-exposure-bias {
}
p.exif-focalplane-y-resolution {
}
p.exif-iso-rating {
}
p.exif-maker-note {
}
p.exif-digital-zoom-ratio {
}
p.exif-user-comment {
}
/* @end */
/* @end */
/* @end */
.stacks_div {
position: relative;
display: block;
}
.stacks_out {
position: relative;
display: block;
margin: 0;
border: 0;
padding: 0;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.stacks_in {
position: relative;
display: block;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.stacks_in>p {
margin-top: 0;
}
.stacks_empty .stacks_in {
display: none;
}
.stacks_top {
position: relative;
display: block;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.centered_image {
position: relative;
display: block;
text-align:center;
}
.centered_image .imageStyle {
position: relative;
display: block;
margin:0 auto;
}
.stacks_float_left {
float:left;
margin-right:20px;
}
.stacks_float_right {
float:right;
margin-left:20px;
}
.stacks_clearer {
position: relative;
display: block;
clear: both;
}
.stacks_clear_left {
position: relative;
display: block;
clear: left;
}
.stacks_clear_right {
position: relative;
display: block;
clear: right;
}
#stacks_in_460_page7 .stacks_left {
float:left;
width:19%;
}
#stacks_in_460_page7 .stacks_right {
float:right;
width:79%;
}
#stacks_in_460_page7 {
margin: 20px 0px 20px 0px;
}
#stacks_in_1_page7 .stacks_left {
float:left;
width:19%;
}
#stacks_in_1_page7 .stacks_right {
float:right;
width:79%;
}
#stacks_in_1_page7 {
margin: 20px 0px 20px 0px;
}
#stacks_in_4_page7 {
margin: 20px 0px 20px 0px;
}
#stacks_in_8_page7 .stacks_left {
float:left;
width:19%;
}
#stacks_in_8_page7 .stacks_right {
float:right;
width:79%;
}
#stacks_in_8_page7 {
margin: 20px 0px 20px 0px;
}
#stacks_in_16_page7 .stacks_left {
float:left;
width:19%;
}
#stacks_in_16_page7 .stacks_right {
float:right;
width:79%;
}
#stacks_in_16_page7 {
margin: 20px 0px 20px 0px;
}
#stacks_in_23_page7 .stacks_left {
float:left;
width:19%;
}
#stacks_in_23_page7 .stacks_right {
float:right;
width:79%;
}
#stacks_in_23_page7 {
margin: 20px 0px 20px 0px;
}
</style>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="RapidWeaver" name="generator">
<title>
Home
</title>
<!-- Browser Title -->
<meta content="width=990" name="viewport">
<!-- Sets iOS viewport so that entire site is visible upon loading and graphics are optimized -->
<!-- Main Stylesheet -->
<!-- Color Picker Stylesheet -->
<!-- Standard RapidWeaver javascript file -->
<!-- jQuery 1.4 is included in this theme. Needed for ExtraContent, PrettyPhoto -->
<!-- ExtraContent javascript. -->
<!-- For passing %pathto()% location info -->
<!-- slideshow javascript -->
<!-- ExtraContent javascript. -->
<!--[if lte IE 7]>
<![endif]-->
<!--[if lte IE 7]>
<![endif]-->
<!-- Start Google Analytics -->
<!-- End Google Analytics -->
</head>
<body>
<div id="wrapper">
<div id="topper">
<span id="siteLogo">
<img alt="Site logo" height="40" src="rick.jpg" width="174">
</span>
<h1 class="siteTitle">
navimatics
</h1>
<!-- Site title -->
<div class="nav">
<ul>
<li class="hasChild">
<a class="current" rel="self">
Home
</a>
<ul>
<li>
<a rel="self">
Charts&amp;Tides for Mac
</a>
</li>
<li>
<a rel="self">
Charts&amp;Tides for iOS
</a>
</li>
<li>
<a rel="self">
Celestial
</a>
</li>
<li>
<a rel="self">
Aero Charts
</a>
</li>
</ul>
</li>
<li>
<a rel="self">
Card
</a>
</li>
<li>
<a rel="self">
Blog
</a>
</li>
<li>
<a rel="self">
Source
</a>
</li>
</ul>
</div>
<!-- Site navigation - drop down menu -->
</div>
<div id="extraContentBelowNav" style="display: block; opacity: 0.318679;">
<div id="extraContainer4">
<div id="myExtraContent4" style="display: block;">
<div class="stacks_out" id="stacks_out_518_page7">
<div class="stacks_in text_stack" id="stacks_in_518_page7">
The 2016 charts are out. Get them in the
<a rel="external" target="_blank">
AppStore
</a>
.
</div>
</div>
</div>
</div>
<div class="clearer">
</div>
<!-- Clear floats -->
</div>
<!-- ExtraContetn area #1 -->
<div class="clearer">
</div>
<!-- Clear floats -->
<div id="container">
<div id="header">
<div class="nivoSlider" id="slideshow" style='position: relative; background: url("resources/ChartsTidesHeader.jpg") no-repeat;'>
<a class="nivo-imageLink" style="display: block;">
<img src="rick.jpg" style="display: none;">
</a>
<a class="nivo-imageLink" style="display: none;">
<img src="rick.jpg" style="display: none;">
</a>
<a class="nivo-imageLink" style="display: none;">
<img src="rick.jpg" style="display: none;">
</a>
<div class="nivo-slice" style="left: 0px; width: 930px;">
</div>
<div class="nivo-caption" style="display: none; opacity: 0.8;">
<p>
</p>
</div>
<div class="nivo-directionNav" style="display: none;">
<a class="nivo-prevNav">
Prev
</a>
<a class="nivo-nextNav">
Next
</a>
</div>
<div class="nivo-controlNav">
<a class="nivo-control active" rel="0">
1
</a>
<a class="nivo-control" rel="1">
2
</a>
<a class="nivo-control" rel="2">
3
</a>
</div>
</div>
</div>
<!-- Header - Also can contain javascript injected slideshow images -->
<h2 id="siteSlogan">
</h2>
<div id="extraContentBelowHeader" style="display: block;">
<div id="extraContainer1">
<div id="myExtraContent1" style="display: block;">
<div class="stacks_out" id="stacks_out_499_page7">
<div class="stacks_in text_stack" id="stacks_in_499_page7">
Navimatics offers quality navigation products for your Mac, iPad/iPhone, Android or Garmin* device. Our product line encompasses electronic aeronautical and marine charts and celestial navigation.
</div>
</div>
</div>
</div>
<div class="clearer">
</div>
<!-- Clear floats -->
</div>
<!-- ExtraContetn area #1 -->
<div id="sidebarContainer">
<div id="sidebarContent">
<h3 class="sidebarTitle">
</h3>
<!-- Sidebar title -->
</div>
<!-- Sidebar content -->
</div>
<div id="content">
<!-- Stacks v1215 -->
<div class="stacks_top" id="stacks_out_0_page7">
<div class="" id="stacks_in_0_page7">
<div class="stacks_out" id="stacks_out_482_page7">
<div class="stacks_in info_extracontent_extracontent_stack" id="stacks_in_482_page7">
</div>
</div>
<div class="stacks_out" id="stacks_out_501_page7">
<div class="stacks_in info_extracontent_extracontent_stack" id="stacks_in_501_page7">
</div>
</div>
<div class="stacks_out" id="stacks_out_460_page7">
<div class="stacks_in columns_stack" id="stacks_in_460_page7">
<div class="stacks_div stacks_left">
<div class="stacks_out" id="stacks_out_462_page7">
<div class="stacks_in image_stack" id="stacks_in_462_page7">
<div class="centered_image">
<a rel="self" title="Charts&amp;Tides for iOS">
<img alt="Stacks Image 463" class="imageStyle" height="78" src="rick.jpg" width="128">
</a>
</div>
</div>
</div>
</div>
<div class="stacks_div stacks_right">
<div class="stacks_out" id="stacks_out_478_page7">
<div class="stacks_in text_stack" id="stacks_in_478_page7">
<h2>
<a rel="self" title="Charts&amp;Tides for iOS">
Charts&amp;Tides for iOS
</a>
</h2>
<br>
The all new Charts&amp;Tides for iOS7 is finally here!
<br>
<br>
Available now in the App Store.
<a rel="self" title="Charts&amp;Tides for iOS">
Read more
</a>
or
<a rel="external" target="_blank">
Download it
</a>
.
</div>
</div>
</div>
</div>
</div>
<div class="stacks_out" id="stacks_out_1_page7">
<div class="stacks_in columns_stack" id="stacks_in_1_page7">
<div class="stacks_div stacks_left">
<div class="stacks_out" id="stacks_out_4_page7">
<div class="stacks_in image_stack" id="stacks_in_4_page7">
<div class="centered_image">
<a rel="self" title="Charts&amp;Tides for Mac">
<img alt="Stacks Image 5" class="imageStyle" height="78" src="rick.jpg" width="128">
</a>
</div>
</div>
</div>
</div>
<div class="stacks_div stacks_right">
<div class="stacks_out" id="stacks_out_6_page7">
<div class="stacks_in text_stack" id="stacks_in_6_page7">
<h2>
<a rel="self" title="Charts&amp;Tides for Mac">
Charts&amp;Tides for Mac
</a>
</h2>
<br>
Charts&amp;Tides is the new must-have marine navigation software for the Mac.
<br>
<br>
Available now in the Mac App Store.
<a rel="self" title="Charts&amp;Tides for Mac">
Read more
</a>
or
<a rel="external" target="_blank">
Download it
</a>
.
</div>
</div>
</div>
</div>
</div>
<div class="stacks_out" id="stacks_out_8_page7">
<div class="stacks_in columns_stack" id="stacks_in_8_page7">
<div class="stacks_div stacks_left">
<div class="stacks_out" id="stacks_out_10_page7">
<div class="stacks_in image_stack" id="stacks_in_10_page7">
<div class="centered_image">
<a rel="self" title="Celestial">
<img alt="Stacks Image 11" class="imageStyle" height="116" src="rick.jpg" width="128">
</a>
</div>
</div>
</div>
</div>
<div class="stacks_div stacks_right">
<div class="stacks_out" id="stacks_out_13_page7">
<div class="stacks_in text_stack" id="stacks_in_13_page7">
<h2>
<a rel="self" title="Celestial">
Celestial
</a>
</h2>
<br>
Celestial is a complete package for celestial navigation on your iPad, iPhone, iPod Touch or Android device.
</div>
</div>
</div>
</div>
</div>
<div class="stacks_out" id="stacks_out_16_page7">
<div class="stacks_in columns_stack" id="stacks_in_16_page7">
<div class="stacks_div stacks_left">
<div class="stacks_out" id="stacks_out_18_page7">
<div class="stacks_in image_stack" id="stacks_in_18_page7">
<div class="centered_image">
<a rel="self" title="Aero Charts">
<img alt="Stacks Image 19" class="imageStyle" height="137" src="rick.jpg" width="128">
</a>
</div>
</div>
</div>
</div>
<div class="stacks_div stacks_right">
<div class="stacks_out" id="stacks_out_21_page7">
<div class="stacks_in text_stack" id="stacks_in_21_page7">
<h2>
<a rel="self" title="Aero Charts">
Aero Charts
</a>
</h2>
<br>
Aero Charts incorporates VFR+IFR chart data derived from official FAA and other government data and includes Class B, C, D, E and Special Use Airspace, Airways, Fixes, Holding Patterns, Navaids and Airports as well as hypsography and important land features. The product includes full flight plan support with automatic waypoint sequencing (when device GPS is available).
</div>
</div>
</div>
</div>
</div>
<div class="stacks_out" id="stacks_out_23_page7">
<div class="stacks_in columns_stack" id="stacks_in_23_page7">
<div class="stacks_div stacks_left">
<div class="stacks_out" id="stacks_out_25_page7">
<div class="stacks_in image_stack" id="stacks_in_25_page7">
<div class="centered_image">
<a rel="self" title="Garmin">
<img alt="Stacks Image 26" class="imageStyle" height="179" src="rick.jpg" width="128">
</a>
</div>
</div>
</div>
</div>
<div class="stacks_div stacks_right">
<div class="stacks_out" id="stacks_out_28_page7">
<div class="stacks_in text_stack" id="stacks_in_28_page7">
<h2>
<a rel="self" title="Garmin">
Garmin Compatible Charts
</a>
</h2>
<br>
Navimatics sells marine charts for your Garmin* marine GPS device and Garmin MapSource*.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End of Stacks Content -->
</div>
<!-- Main site content -->
<div class="clearer">
</div>
<!-- Clear floats -->
<div id="extraContentFooter" style="display: none;">
<div id="extraContainer2">
</div>
<div class="clearer">
</div>
<!-- Clear floats -->
</div>
<!-- ExtraContent area #2 -->
<div id="breadcrumb">
<ul>
<li>
<a class="lastItem">
Home
</a>
</li>
</ul>
</div>
<!-- Site breadcrumb navigation trail -->
</div>
<!-- Main content container wrapper -->
<div id="extraContentOutside" style="display: none;">
<div id="extraContainer3">
</div>
<div class="clearer">
</div>
<!-- Clear floats -->
</div>
<!-- ExtraContent area #3 -->
<div id="footer">
&copy; 2014 Navimatics Corporation
</div>
<!-- Simple RapidWeaver footer information -->
<div class="clearer">
</div>
<!-- Clear floats -->
</div>
<!-- Outer wrapper -->
</body>
</html>