@import url(reset.css);

/* @group Generic */

/* @group Font Sizes and Margins */

body {
	background-color: #ffcc00;
	color: #000000;
	color: rgba(0, 0, 0, 0.99);
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	-webkit-text-size-adjust: none;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.3em;
	line-height: 1.7em;
}

li li,
li p,
td li {
	font-size: 1.0em;
}

p {
	color: #ffffff;
	margin: 1.4em 0;
}

/* @end */

/* @group Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.5em;
	letter-spacing: -0.01em;
}

h1 {
	color: #ffcc00;
	font-size: 5.4em;
	line-height: 1em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.1em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

/* @end */

/* @group Blockquotes */

blockquote {
	margin: 1em 0;
}

blockquote p {
	margin: 1em;
}

blockquote p cite {
	display: block;
	text-align: right;
}

blockquote p cite:before {
	content: "— ";
}

/* @end */

/* @group Lists */

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

ul li {
	list-style: disc;
	margin-left: 1.6em;
}

ul.square li {
	list-style-type: square;
}

ol li {
	list-style: decimal;
	margin-left: 1.6em;
}

ul.horizontal li {
	border-right: 1px solid #999999;
	display: inline;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
	
ul.horizontal li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

/* @end */

/* @group Tables */

table {
	margin: 1em 0;
	width: 100%;
}

table td,
table th {
	padding: 6px 11px;
	text-align: left;
}

table th {
	text-align: right;
}

/* @end */

/* @group Links */

a:link {
	color: #ffcc00;
	text-decoration: none;
}

a:visited{ 
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

a:active {
	color: #ffcc00;
	text-decoration: underline;
}

/* @end */

/* @group Images, Pullquotes and Callouts */

a img {
	border-width: 0;
}

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

.image-left,
div.callout-left,
div.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.image-right,
div.callout-right,
div.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

div.image-left,
div.image-right {
 	width: 100px;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	border: 1px solid #1f1d1d;
	display: block;
}

.image-left p,
.image-right p {
	color: #797979;
	color: rgba(102, 102, 102, 0.99);
	font-size: 1.1em;
}

div.pullquote-left,
div.pullquote-right {
	background-color: #000;
	border-width: 3px 0;
	color: rgba(255, 255, 255, 0.99);
	font-size: 160%;
	line-height: 1.5em;
}

div.callout-left,
div.callout-right {
	background-color: #666;
}

/* @end */

/* @group Clear */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group Grid */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	float: left;
	display: inline;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* @end */

#wrapper {
	background-color: #000000;
}

/* @group Header */

header {
	margin: 0 auto;
	display: block;
	background: url('/images/header.png') no-repeat 0 0;
	position: relative;
	
	/*  968x100 */
	height: 72px;
	width: 896px;
	padding: 14px 36px;
}

header dl {
	float: left;
	
}

header dt {
	float: left;
	position: relative;
	z-index: 5;
}

header dt a:link,
header dt a:visited,
header dt a:hover,
header dt a:active {
	display: block;
	background: url('/images/logo.png') no-repeat 0 0;
	height: 62px;
	width: 179px;
	text-indent: -9999px;
}

header dd {
	float: left;
	margin: 33px 0 0 42px;
}


header dd a:link,
header dd a:visited,
header dd a:hover,
header dd a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.833em;
	font-weight: bold;
	font-family: Gill Sans;
}

/* @end */

/* @group wrappers */

#wrapper-feature {
	position: relative;
	margin: 0 auto;
	display: block;
	background: url('/images/section-flash.png') no-repeat 0 0;
	height: 361px;
	width: 932px;
	padding: 10px 0 0 36px;
	z-index: 0;
}

#wrapper-sub {
	margin: 0 auto;
	display: block;
	position: relative;
	background: #000000;
	width: 932px;
	padding: 15px 0 0 36px;
}

/* @end */

/* @group Wrapper-feature */

#wrapper-feature section {
	display: block;
	position: relative;
	width: 578px;
	z-index: 5;
	
}

#wrapper-feature section h1 {
	margin: 20px 0 16px 0;	
	position: relative;
}

#wrapper-feature section p span {
	font-size: 1.38em;
	line-height: 1em;
	margin: 0;	
}

#wrapper-feature div.sign-up {
	position: relative;
}

#wrapper-feature div.sign-up span {
		position: relative; 
		top: -12px; 
		left: 10px;
}

#wrapper-feature div.sign-up a {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/sign-up.png') no-repeat 0 0;
	height: 65px;
	width: 202px;
}

#wrapper-feature div.sign-up span.stencil {
	position: absolute;
	top: 54px;
	left: 91px;
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/stencil-transparent.png') no-repeat 0 0;
	height: 49px;
	width: 108px;
}

#ideal-for h3.ticker {
	color: #ffcc00;
	padding-left: 45px;
	background: transparent url('/images/ticker.png') no-repeat 0 0;
	margin-top: 0;
	margin-left: 20px;
	margin-top:30px;
}

/* @end */

/* @group mobile-flash */

.mobile-flash {
	position: absolute;
	top: -35px;
	right: 0px;
	z-index: 0;
	background-color: transparent;
}



/* @end */

/* @group ideal-for */

#wrapper-sub #ideal-for {
	display: inline;
	position: relative;
	float: left;
	background: transparent url('/images/ideal-for.png') no-repeat 0 0;
	width: 297px;
	padding: 10px 16px;
}

#wrapper-sub #ideal-for h2 {
	margin: 0.65em 0.75em 0.5em;
	color: #ffcc00;
	line-height: 1em;
}

#wrapper-sub #ideal-for ul {
	margin: 0 1.8em;
	color: #ffffff;
}

#wrapper-sub #ideal-for li {
	margin: 6px 0;
	list-style: none;
	font-size: 1.8em;
	line-height: 1.1em;
}

#wrapper-sub #ideal-for li.last {
	color: #ffcc00;
	margin: 1.1em 0;
}

/* @end */

/* @group mobile-features */

#wrapper-sub #mobile-features {
	position: relative;
	display: inline;
	float: right;
	width: 552px;
}

#wrapper-sub #mobile-features h2 {
	color: #ffffff;
	margin: 0;
	line-height: 1em;
	letter-spacing: -0.01em;
	font-size: 2.3em;
}

/* feature menu */

#wrapper-sub #mobile-features ul.feature-menu {
	margin-top: 1.4em;
	margin-bottom: 0;
}

#wrapper-sub #mobile-features ul.feature-menu li {
	float: left;
	margin: 0 20px 0 0;
	width: 57px; 
}

#wrapper-sub #mobile-features ul.feature-menu a { 
	display: block;
	color: #ffcc00;
	text-decoration: none;
	height: 105px;
}


/* Different states for arrow button */
#wrapper-sub #mobile-features ul.feature-menu li.directions .arrow {
	cursor: pointer;
	background: transparent url('/images/arrow-up-directions.png') no-repeat bottom center;
}

#wrapper-sub #mobile-features ul.feature-menu li.news .arrow {
	cursor: pointer;
	background: transparent url('/images/arrow-up-news.png') no-repeat bottom center;
}

#wrapper-sub #mobile-features ul.feature-menu li.calendar .arrow {
	cursor: pointer;
	background: transparent url('/images/arrow-up-calendar.png') no-repeat bottom center;
}

#wrapper-sub #mobile-features ul.feature-menu li.photos .arrow {
	cursor: pointer;
	background: transparent url('/images/arrow-up-photos.png') no-repeat bottom center;
}

#wrapper-sub #mobile-features ul.feature-menu li.visiting .arrow {
	cursor: pointer;
	background: transparent url('/images/arrow-up-visiting.png') no-repeat bottom center;
}

#wrapper-sub #mobile-features ul.feature-menu li.contact .arrow {
	cursor: pointer;
	background: transparent url('/images/arrow-up-contact.png') no-repeat bottom center;
}

#wrapper-sub #mobile-features ul.feature-menu li.directory .arrow { 
	cursor: pointer;
	background: transparent url('/images/arrow-up-directory.png') no-repeat bottom center;
}

#wrapper-sub #mobile-features ul.feature-menu span {
	display: block;
	text-align: center;
	line-height: 1em;
}

/* feature description */

#wrapper-sub #mobile-features ul.feature-description {
	margin: 0;
}

#wrapper-sub #mobile-features ul.feature-description li {
	display: none;
}

#wrapper-sub #mobile-features ul.feature-description li.active {
	display: block;
	margin: 0 0 0 0;
	padding: 12px 10px;
	background: #ffcc00 url('/images/feature-description.png') no-repeat 0 0;
	width: 505px;
}

#wrapper-sub #mobile-features ul.feature-description li img {
	float: left;
	border: 1px solid #a18100;
}

#wrapper-sub #mobile-features ul.feature-description li h3 {
	margin: 0 0 0 17px;
	float: left;
	line-height: 1em;
	width: 225px;
}

#wrapper-sub #mobile-features ul.feature-description li p {
	margin: 0 0 0 17px;
	float: left;
	display: block;
	width: 220px;
	line-height: 1.46em;
	color: #000000;
}

.conditions {
	margin-top: 0;
}

.conditions a:link,
.conditions a:visited {
	font-size: 0.78em;
	color: #616161;
	text-decoration: none;
	font-style: italic;
}
.conditions a:hover,
.conditions a:active {
	color: #616161;
	text-decoration: underline;
}

/* @end */

/* @group footer */

footer {
	display: block;
	background: #ffcc00 url('/images/diagonal-stripes.png') repeat-x 0 0;
}

footer p {
	padding: 40px;
	display: block;
	width: 896px;
	color: #000000;
	font-size: 1.2em;
	margin: 0 auto;
	font-weight: bold;
}

/* @end */

/* @group form */

#floatbox-box {
	background-color: transparent !important;
	z-index: 9;
	background: transparent url('/images/form-background-transparent.png') no-repeat 0 0;
	padding: 17px 0;
}

#floatbox-box {
	height:325px;
	left:55%;
	margin-left: -322px;
	margin-top: -162.5px;
	position: fixed;
	top: 50%;
	width: 466px;
	z-index: 9;
}

#floatbox-box .header {
	background: none;
	font-weight: bold;
	width: 394px;
	margin-left: 40px;
}

#floatbox-box .header h2  {
	margin: 0;	
	line-height: 1em;
} 

#floatbox-box .header p {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	line-height: 1.4em;
	margin: 13px 0 0;
}

#floatbox-box .form-buttons {
	bottom: 32px;
	position: absolute;
	right: 23px;
}

#floatbox-box .submit-button {
	cursor: pointer;
}

#floatbox-box form {
	margin-bottom: 0;
}

#floatbox-box form label {
	font-size: 1.28em;
}

#floatbox-box form input {
	height: 19px;
	line-height: 19px;
	width: 223px;
	padding: 2px 0;
}

#floatbox-box p a.close-floatbox {
	position: absolute;
	top: -44px;
	left: 0px;
	text-align: right;
	display: block;
	text-indent: 9999px;
	background: #000000 url('/images/close-transparent.png') no-repeat 95% 60%;
	width: 462px;
	height: 40px;
	padding: 2px;
	color: #ffffff;
}

#floatbox-box p.error {
	color: red; 
	margin: 0;
}

/* @end */

/* @grounp secondary-content-wrapper*/

#secondary-content-wrapper {
	background:transparent url(/images/secondary-content-background.png) no-repeat 0 0;
	display: block;
	margin: 0 auto;
	padding: 10px 0 0 36px;
	position: relative;
	width: 932px;
	color: #ffffff;
	z-index: 0;
}

#secondary-content-wrapper a.back-button {
	background: transparent url(/images/back.png) no-repeat scroll 0 0;
	display: block;
	height: 21px;
	left: 7px;
	position: relative;
	right: 10px;
	top: 6px;
	width: 89px;
	text-indent: -9999px;
}

/* @grounp #main-content*/

#main-content {
	width: 601px;
	padding-bottom: 30px;
	float: left;
	display: inline;
}


.hr {
	background: transparent url(/images/secondary-divider.png) no-repeat scroll 0 0;
	display: block;
	height: 17px;
	left: -177px;
	position: relative;
	width: 865px;
	z-index: 10;
}

.hr hr {
	display: none;
}

#main-content h2 {
	font-size: 4.5em;
	color: #ffcc00;
	line-height: 1em;
	margin: 35px 0 14px 0;
}

#main-content ul {
	margin: 0 0 28px 0;
}

#main-content ul li {
	margin: 14px 0;
	list-style: none;
	padding-left: 22px;
	background: transparent url('/images/cross-transparent.png') no-repeat 0 6px;
}

#main-content ul li ul {
	margin: 0 0 0 15px;
}

#main-content ul li ul li {
	margin: 5px 0;
	background: transparent url('/images/bullet.png') no-repeat 0 50%;
	padding-left: 10px;
	
}

#main-content div.phone-logos {
	width: 384px;
}

#main-content div.phone-logos img {
	margin-top: 17px;
	float: right;
}

/* @end */

/* @grounp #content-sidebar*/

#content-sidebar {
	background:transparent url(/images/content-sidebar-background.png) no-repeat scroll 0 0;
	display: inline;
	float: right;
	margin-right: 15px;
	padding: 24px 0 24px 61px;
	width: 239px;
}

#content-sidebar h3.ticker {
	color: #ffcc00;
	padding-left: 45px;
	background: transparent url('/images/ticker.png') no-repeat 0 0;
	margin-top: 0;
}

#content-sidebar div.sign-up a {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/sign-up.png') no-repeat 0 0;
	height: 65px;
	width: 202px;
	
}


#content-sidebar div.sign-up span {
	color: #000000;
	position: relative; 
	top: -12px; 
	left: 10px;
}



#content-sidebar div.sign-up span.stencil {
	background: transparent url(/images/stencil-transparent.png) no-repeat scroll 0 0;
	display: block;
	height: 49px;
	left: 45px;
	position: relative;
	text-indent: -9999px;
	top: -9px;
	width: 108px;
}



/* @end */

/* @end */

