/*
Theme Name: Stonington
Theme URI: http://revium.com.au/
Description: The default theme for the stonington web site.
Version: 0.1
Author: Bobby Sciacchitano
Author URI: http://revium.com.au/

*/

/* @group Reset */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
}

/* @end */

/* @group page */

body {
	background: #000;
	font: 11px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#pageWrap {
	background: #FFF;
	width: 876px;
	height: 657px;
	margin: 10px auto 10px auto;
	position: relative;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
}

#homeOverlay {
	background: #FFF;
	width: 876px;
	height: 657px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #000;
	cursor: pointer;
}
#homeOverlay img{
	position: absolute;
	left: 0;
	top: 0;
}

#header {
	margin: 0 15px;
	height: 120px;
}

#content {
	position: relative;
	width: 849px;
	height: 324px;
	margin: 0 auto;
	overflow: hidden;
}

#contentvideo {
	position: relative;
	width: 849px;
	height: 334px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	margin: 0 15px;
	padding-top: 5px;
	height: 125px;
	position: relative;
}
/* @end */

/*

@group header */

#navleft {
	margin-top: 20px;
	float: left;
}

#navright {
	margin-top: 20px;
	float: right;
}

/* @end */

/* @group content */

#home-slides {
	position: absolute;
	background: #000;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 334px;
	width: 849px;
	overflow: hidden;
}

#home-copy {
	position: absolute;
	z-index: 1;
	width: 370px;
}

#contentCopy {
	overflow: auto;
	float: left;
	width: 420px;
	height: 334px;
}

#content p , #contentvideo p {
	padding: 15px 15px 0 15px;
	font: 11px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

li {
	margin-left: 3em;
	list-style-type: disc;
}

#contentImage {
	overflow: hidden;
	float: right;
	width: 425px;
	height: 334px;
}

#content-right {
	float: right;
	width: 425px;
	height: 334px;
	overflow:auto;
}

#location-left {
	float: left;
	width: 430px;
	height: 334px;
	background: url('images/map_images/small_map.gif') 10px 24px no-repeat;
}

#location-copy {
	width: 410px;
	height: 334px;
	overflow: hidden;
	float: right;
	z-index: 1;	
	margin-right: -5px;
}

#content.greyBkg, #contentvideo.greyBkg{
	width: 849px;
	background: #E1E2E5;
	height: 334px;
	color: #000;
	overflow: hidden;
}
.content_container{
	overflow: hidden;
	height: 319px;
	padding: 0 0 15px 0;
}

#cform{
	background: #E1E2E5;
	width: 849px;
	height: 334px;
	color: #000;
	overflow: auto;
	padding-top: 15px;
	margin: 0 auto;
	margin-bottom: -5px;
}

.blackBkg {
	background: #000000;
	color: #FFF;
}

/* @end */

/* @group footer */

.footer-links {
	margin: 45px 0 0 0;
	float: left;
	width: 130px;}

.footer-links p{
	height: 12px;
	padding: 0 0 5px 0;
	_padding:0;
	margin: 0;
	line-height: 0;
	float: none;
}

a.f_media {
	background: url('images/site_images/nav_sprite.gif') 0 -242px no-repeat;
	display: block;
	text-indent: -9000px;
	height: 12px;
	margin: 0;
	padding: 0;	
	float: none;
}

a.f_contact {
	background: url('images/site_images/nav_sprite.gif') 0 -192px no-repeat;
	display: block;
	text-indent: -9000px;
	height: 12px;
	margin: 0;
	padding: 0;
}

a.f_disclaimer {
	background: url('images/site_images/nav_sprite.gif') 0 -209px no-repeat;
	display: block;
	text-indent: -9000px;
	height: 12px;
	margin: 0;
	padding: 0;
}

a.f_privacy {
	background: url('images/site_images/nav_sprite.gif') 0 -226px no-repeat;
	display: block;
	text-indent: -9000px;
	height: 12px;
	margin: 0;
	padding: 0;
}

.footer-ashington a {
	margin: 0 10px 0 0;
	text-indent: -9000px;
	float: right;
	background: url('images/site_images/f_ashington.jpg') no-repeat;
	width: 155px;
	height: 105px;
	display: block;
}

/* @end */

/* @group popup */

.popup {
	display: none;
	border: 1px solid #CCC;
	position: absolute;
	top: 100px;
	right: 72px;
	padding: 10px;
	height: 450px;
	background: #FFF;
	z-index: 9000;
}

#normal-popup {
	width: 450px;
}

#wide-popup {
	width: 695px;
}

#location-popup {
	width: 695px;
	background: #000 url('images/map_images/large_map.gif') 10px 20px no-repeat;
}

.b_close {
	float: right;
	background: url('images/site_images/b_close.gif') no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9000px;
}

.bk_close {
	float: right;
	background: url('images/site_images/bk_close.gif') no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9000px;
}

.b_print {
	float: right;
	background: url('images/site_images/b_print.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	display: block;
	text-indent: -9000px;
}

.b_download {
	float: left;
	background: url('images/site_images/b_download.gif') no-repeat;
	width: 149px;
	height: 16px;
	display: block;
	text-indent: -9000px;
}

.s_precinct {
	float: left;
	background: url('images/site_images/link_sprite.gif') 10px -190px no-repeat;
	text-indent: -9000px;
	height: 30px;
	width: 230px;
	display: block;
}

/* @end */

/* @group sprites */

#stonington{
	display: block;
	margin: 0 auto;
	width: 216px;
	height: 55px;
	text-indent: -9000px;
}

div#location-left{
	padding-top: 13px;
}

#content div#location-left p, #contentvideo div#location-left p{
	height: 12px;
	padding: 2px 15px;
}

#stonington a{
	display: block;
	margin: 0 auto;
	width: 216px;
	height: 55px;
	text-indent: -9000px;
	background: url('images/site_images/stonington_logo.jpg') no-repeat;
}

.s_masterplan {
	background: url('images/site_images/link_sprite.gif') -6px -317px no-repeat;
	display: block;
	width: 250px;
	height: 12px;
	line-height: 12px;
	text-indent: -9000px;
}

.s_location_map {
	background: url('images/site_images/link_sprite.gif') -6px -330px no-repeat;
	width: 250px;
	height: 12px;
	display: block;
	line-height: 12px;
	text-indent: -9000px;
}

a.s_register {
	background: url('images/site_images/link_sprite.gif') -7px -244px no-repeat;
	height: 12px;
	line-height: 12px;
	width: 230px;
	display: block;
	text-indent: -10000px;
	padding: 0;
	margin: 0;
}

a.s_visit {
	background: url('images/site_images/link_sprite.gif') -6px -257px no-repeat;
	height: 12px;
	width: 190px;
	display: block;
	text-indent: -10000px;
}

/* @end */

/* @group form */

form #content p, form #contentvideo p {	
	padding: 1px 15px 0 15px;
}

label {
	float: left;
	width: 170px;
}

input {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.input-wide {
	border: 1px solid #000;
	background: #E1E2E5;
	width: 200px;
}

textarea {
	border: 1px solid #000;
	height: 60px;
	width: 400px;
	background: #E1E2E5;
	font: 12px arial, verdana, sans-serif;
}
select{
	font-size: 11px;
}

#contact-left {
	float: left;
	width: 360px;
}

#contact-left label {
	width: 120px;
}

#contact-right {
	float: left;
	width: 200px;
}
#contact-right.condetails {
	width: 280px;	
	margin-bottom: 10px;
}
p.padme {
	margin: 5px 0 0 0;
}

#content p#regoFooter a, #contentvideo p#regoFooter a {
	display: block;
	padding: 1px 0 0 15px;
	background: url('images/site_images/link_sprite.gif') -5px -354px no-repeat;
	float: left;
	width: 300px;
	height: 45px;
	text-indent: -9000px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#btnSubmit button {
	float: right;
	margin: 20px 10px;
	background: #FFF url('images/site_images//b_register.gif') center no-repeat;
	height: 21px;
	width: 70px;
	text-indent: -9000px;
	border: 1px solid #CCC;
}

.h_thanks {
	padding-top: 250px;
	background: url('images/site_images/h_thankyou.gif') center no-repeat;
	width: 662px;
	height: 50px;
	text-indent: -9000px;
	margin: 0 auto;
}

/* @end */

/* @group navigation */

#navleft {
	float: left;
	width: 405px;
}

#navright {
	float: right;
	width: 415px;
}

#navleft a {
	display: block;
	width: 280px;
	height: 12px;
	margin-left: 135px;
	text-indent: -9000px;
	margin-bottom: 5px;
}

#navright a {
	display: block;
	width: 255px;
	height: 12px;
	text-indent: -9000px;
	margin-bottom: 5px;
}

#header li {
	margin-bottom: 9px;
	list-style-type: none;
	margin: 0;
}

a.s_gardens, #page_109 a{
	background: url('images/site_images/nav_sprite.gif') -4px -2px no-repeat;
}

a.s_location, #page_139 a{
	background: url('images/site_images/nav_sprite.gif') -4px -25px no-repeat;
}

a.s_mansion, #page_9 a{
	background: url('images/site_images/nav_sprite.gif') -4px -46px no-repeat;
}

a.s_norfolk, #page_13 a{
	background: url('images/site_images/nav_sprite.gif') -4px -68px no-repeat;
}

a.s_history, #page_1 a{
	background: url('images/site_images/nav_sprite.gif') -10px -97px no-repeat;
}

a.s_registration, #page_3 a{
	background: url('images/site_images/nav_sprite.gif') -10px -119px no-repeat;
}

a.s_somers, #page_11 a{
	background: url('images/site_images/nav_sprite.gif') -10px -140px no-repeat;
}

a.s_terraces, #page_15 a{
	background: url('images/site_images/nav_sprite.gif') -10px -162px no-repeat;
}

a.s_slifestyle {
	width: 150px;
	background: url('images/site_images/nav_sprite.gif') -143px -192px no-repeat;
	display: block;
	text-indent: -9000px;
	height: 12px;
}

a.s_sgardens {
	width: 160px;
	background: url('images/site_images/nav_sprite.gif') -135px -207px no-repeat;
	display: block;
	text-indent: -9000px;
	height: 12px;
}

/*****************************/

a.s_gardens:hover,
a.h_gardens,
#page_109 a:hover,
#page_109.active a,
#page_109.parent a{
	background: url('images/site_images/nav_sprite.gif') -4px -261px no-repeat;
}

a.s_location:hover,
a.h_location,
#page_139 a:hover,
#page_139.active a,
#page_139.parent a{
	background: url('images/site_images/nav_sprite.gif') -4px -284px no-repeat;
}

a.s_mansion:hover,
a.h_mansion,
#page_9 a:hover,
#page_9.active a,
#page_9.parent a{
	background: url('images/site_images/nav_sprite.gif') -4px -305px no-repeat;
}

a.s_norfolk:hover,
a.h_norfolk,
#page_13 a:hover,
#page_13.active a,
#page_13.parent a{
	background: url('images/site_images/nav_sprite.gif') -4px -327px no-repeat;
}

a.s_history:hover,
a.h_history,
#page_1 a:hover,
#page_1.active a,
#page_1.parent a{
	background: url('images/site_images/nav_sprite.gif') -10px -358px no-repeat;
}

a.s_registration:hover,
a.h_registration,
#page_3 a:hover,
#page_3.active a,
#page_3.parent a{
	background: url('images/site_images/nav_sprite.gif') -10px -380px no-repeat;
}

a.s_somers:hover,
a.h_somers,
#page_11 a:hover,
#page_11.active a,
#page_11.parent a{
	background: url('images/site_images/nav_sprite.gif') -10px -401px no-repeat;
}

a.s_terraces:hover,
a.h_terraces,
#page_15 a:hover,
#page_15.active a,
#page_15.parent a{
	background: url('images/site_images/nav_sprite.gif') -10px -423px no-repeat;
}

/* @end */

/* @group Interactive */

#pane1 {
	width: 420px;
	overflow: auto;
	height: 324px;
	float:right;
}

ul.blocks {
	padding: 0;
	width: 2344px;
	display: block;
}

ul#i_block_5.blocks, ul#i_block_76.blocks {
	width: 2930px;
}

ul#i_block_7.blocks, ul#i_block_5.blocks, ul#i_block_76.blocks {
	padding-left: 263px;
}

ul.blocks li {
	width: 586px;
	overflow: hidden;
	margin: 0 0 0 0px;
	float: left;
	display: block;
}

.hscroll-pane {
	width: 200px;
	float: left;
	padding: 0;
}

div#s_container{
	position: relative;
	height: 327px;
	width: 849px;
	display: block;
	overflow: hidden;
}
#pane5 {
	height: 327px;
	width: 849px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
div#fade{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}

#interactive-content {
	z-index: 9000;
	width: 849px;
	height: 334px;
	position: absolute;
	overflow: auto;
}

#interactive-copy {
	z-index: 9000;
	width: 370px;
	height: 334px;
	position: absolute;
	overflow: auto;
}

#interactive-copy-right{
	z-index: 9000;
	width: 425px;
	height: 324px;
	position: absolute;
	overflow: auto;
}

.jHScrollPaneTrack {
	
}
.morelinks{
	position: absolute;
	left: 0px;
	bottom: 10px;
}
#content .morelinks p, #contentvideo .morelinks p {
	padding: 6px 15px 0 15px;
}
/* @end */

/* @group masterplan */

#fp_selector {
	float: left;
	margin: 20px 0 0 0;
}
#fp_selector a{
	width:  240px;
	height: 50px;
	text-indent: -5000px;
	display: block;
	margin: 20px 0 0 20px;
}

a.fp_mansion  { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -240px no-repeat; }
a.fp_somers   { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -290px no-repeat; }
a.fp_norfolk  { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -340px no-repeat; }
a.fp_terraces { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -430px no-repeat; }

a.fp_mansion:hover  { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -0px no-repeat; }
a.fp_somers:hover   { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -50px  no-repeat; }
a.fp_norfolk:hover  { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -100px no-repeat; }
a.fp_terraces:hover { background: url('images/site_images/sprite_floorplan_wn.gif') 0px -190px no-repeat; }

.im_default {
	background: url('images/map_images/default_map.gif') no-repeat;
}

.im_mansion {
	background: url('images/map_images/mansion_garden.gif') no-repeat;
}

.im_somers {
	background: url('images/map_images/somers_avenue.gif') no-repeat;
}

.im_norfolk {
	background: url('images/map_images/norfolk_place.gif') no-repeat;
}

.im_terraces {
	background: url('images/map_images/stonington_terraces.gif') no-repeat;
}

#floorplanImage {
	display: block;
	float: right;
	width: 420px;
	height: 383px;
}

/* @end */

/* @group WP Styles */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */
a#skip{
	width: 57px;
	height: 20px;
	display: block;
	position: absolute;
	z-index: 99999;
	right: 10px;
	bottom: 10px;
	margin: 0 -18px -35px 0;
	background: url(images/site_images/skip-greytext.gif) no-repeat 0 0;
	text-indent: -2000em;
}
a#soundoff{
	width: 104px;
	height: 20px;
	display: block;
	position: absolute;
	z-index: 99999;
	left: 0px;
	bottom: 10px;
	margin: 0 -18px -35px 0;
	background: url(images/sound.gif) no-repeat 0 -20px;
	text-indent: -2000em;
}
#container{
	visibility: hidden;
	width: 1px;
	height: 1px;
	left: 0px;
	top:0px;
}

/* @group Image Swap Links */

#imagelinks{
	width: 425px;
	margin-left: 437px;
	position: absolute;
	z-index: 5000;
}
a.image_swap_link{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url('images/site_images/nav_sprite.gif') no-repeat -261px -439px;
	text-indent: -2000em;
}
a#isl1{	background-position: -261px -439px; }
a#isl2{ background-position: -261px -463px; }
a#isl3{	background-position: -261px -487px; }
a#isl4{ background-position: -261px -511px; }
a#isl5{	background-position: -261px -535px; }
a#isl6{ background-position: -261px -559px; }
a#isl7{	background-position: -261px -583px; }
a#isl8{ background-position: -261px -607px; }
a#isl9{	background-position: -261px -631px; }
a#isl1.active_isl,a#isl1:hover{ background-position: -261px -655px; }
a#isl2.active_isl,a#isl2:hover{	background-position: -261px -679px; }
a#isl3.active_isl,a#isl3:hover{	background-position: -261px -703px; }
a#isl4.active_isl,a#isl4:hover{	background-position: -261px -727px; }
a#isl5.active_isl,a#isl5:hover{ background-position: -261px -751px; }
a#isl6.active_isl,a#isl6:hover{	background-position: -261px -775px; }
a#isl7.active_isl,a#isl7:hover{	background-position: -261px -799px; }
a#isl8.active_isl,a#isl8:hover{	background-position: -261px -823px; }
a#isl9.active_isl,a#isl9:hover{	background-position: -261px -847px; }
/* @end */

/* @group Submenu */

#submenu {
	width:  100%;
	height: 18px;
}
#submenu ul{
	text-align: center;
	list-style-type: none;
	margin: 0;
}
#submenu ul li{
	display: inline;
	list-style-type: none;
	margin: 0;
}
#submenu ul li a{
	display: block;
	float: left;
	text-indent: -2000em;	
	height: 18px;
}

/* @group Architecture and Design */

#submenu ul#submenu_139{
	width: 400px;
	margin: 0 auto;
}

#page_140 a{
	width: 153px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -706px;
}

#page_141 a{
	width: 121px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -728px;
}

#page_140 a.active, #page_140 a:hover{
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -1014px;
}

#page_141 a.active, #page_141 a:hover{
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -1036px;
}

/* @end */

/* @group History and Gardens  */

#submenu ul#submenu_109{
	width: 260px;
	margin: 0 auto;
}

#page_7 a{
	width: 76px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -442px;
}

#page_76 a{
	width: 84px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -464px;
}

#page_111 a{
	width: 100px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -486px;
}

#page_7 a:hover,#page_7 a.active{
	width: 76px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -750px;
}

#page_76 a:hover,#page_76 a.active{
	width: 84px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -772px;
}

#page_111 a:hover,#page_111 a.active{
	width: 100px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -794px;
}

/* @end */

/* @group Location & Masterplan */

#submenu ul#submenu_1{
	width: 410px;
	margin: 0 auto;
}

#page_112 a{
	width: 90px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -508px;
}

#page_113 a{
	width: 111px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -530px;
}

#page_5 a{
	width: 88px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -552px;
}

#page_114 a{
	width: 118px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -574px;
}

#page_112 a.active, #page_112 a:hover{
	width: 90px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -816px;
}

#page_113 a.active, #page_113 a:hover{
	width: 111px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -838px;
}

#page_5 a.active, #page_5 a:hover{
	width: 88px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -860px;
}

#page_114 a.active, #page_114 a:hover{
	width: 118px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -882px;
}

/* @end */

/* @group Project Pages */

#submenu ul#submenu_9,#submenu ul#submenu_11,#submenu ul#submenu_13,#submenu ul#submenu_15{
	width: 430px;
	margin: 0 auto;
}
#submenu ul#submenu_11, #submenu ul#submenu_15 {
	width: 547px;
}
#page_163 a, #page_164 a {
	width: 117px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -1058px;
}
#page_120 a,#page_125 a,#page_133 a,#page_115 a,#page_146 a{
	width: 126px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -596px;
}
#page_134 a,#page_127 a,#page_121 a,#page_116 a{
	width: 91px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -618px;
}
#page_135 a,#page_130 a,#page_122 a,#page_117 a{
	width: 79px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -640px;
}
#page_136 a,#page_128 a,#page_123 a,#page_118 a{
	width: 52px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -662px;
}
#page_137 a,#page_129 a,#page_124 a,#page_119 a{
	width: 82px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -684px;
}

#page_163 a:hover, #page_164 a:hover, 
#page_163 a.active, #page_164 a.active {
	width: 117px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -1080px;
}
#page_120 a:hover,#page_125 a:hover,#page_133 a:hover,#page_115 a:hover,#page_146 a:hover{
	width: 126px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -904px;
}
#page_134 a:hover,#page_127 a:hover,#page_121 a:hover,#page_116 a:hover{
	width: 91px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -926px;
}
#page_135 a:hover,#page_130 a:hover,#page_122 a:hover,#page_117 a:hover{
	width: 79px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -948px;
}
#page_136 a:hover,#page_128 a:hover,#page_123 a:hover,#page_118 a:hover{
	width: 52px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -970px;
}
#page_137 a:hover,#page_129 a:hover,#page_124 a:hover,#page_119 a:hover{
	width: 82px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -992px;
}

#page_120 a.active,#page_125 a.active,#page_133 a.active,#page_115 a.active,#page_146 a.active{
	width: 126px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -904px;
}
#page_134 a.active,#page_127 a.active,#page_121 a.active,#page_116 a.active{
	width: 91px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -926px;
}
#page_135 a.active,#page_130 a.active,#page_122 a.active,#page_117 a.active{
	width: 79px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -948px;
}
#page_136 a.active,#page_128 a.active,#page_123 a.active,#page_118 a.active{
	width: 52px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -970px;
}
#page_137 a.active,#page_129 a.active,#page_124 a.active,#page_119 a.active{
	width: 82px;
	background: url('images/site_images/nav_sprite.gif') no-repeat 0px -992px;
}

/* @end */

/* @end */
/* dimensios for both splash image and the player wrapper */
a.videolink, a.videolink img {
	display:block;				
	width:425px;
	height:334px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background: url(images/play.png) no-repeat center center;
	width:50px;
	height:50px;
	position:relative;
	top:-176px;
	left:187px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}

