/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	margin: 0px;
	text-align: center;
	background-color: #000066;
}

p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

p.noMargin {
	margin: 0px 0px 2px 0px;
}	

p.center {
	text-align: center;
}

p.intro {
	font-size: medium;
}

p.right {
	text-align: right;
}		

.maroon {
	color: #800000;
}		

h1 {
	margin: 0px;
	color: #2047BC; /* dark-blue */
	font-size: 36px;
	text-align: left;
	font-weight: normal;
}		

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	color: #2047BC; /* dark-blue */
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin: 0px;
	text-align: center;
	font-size: medium;
	color: #2047BC; /* dark-blue */
	font-weight: normal;
}

h4 { /* telephone number */
	text-align: center;
	margin: 0px;
	padding: 0px;	
}			

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

td img {
	display: block;
}

ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: small;
}

li {
	padding: 0px;
	list-style-image: url(../images/bouncenow_tick.png);
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 22px;
	margin-right: 0px;
	font-size: small;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}

hr {
	height: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	

fieldset {
	text-align: center;
	font-size: 22px;
	color: #2047BC;
	border: dashed;
	margin: 0px;
	padding: 0px;
}		

/* This setting is important for the ASP.NET form to display correctly in Opera browser */
/* If not set, Opera displays the page out of line to that displayed in IE and FireFox */
form {
	margin: 0px;
}	
	
a:link {
	color: #2ECD0C;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #2ECD0C;
	text-decoration: none;
	font-weight: bold
}

a:visited {
	color: #2ECD0C;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	color: #2ECD0C;
	text-decoration: underline;
	font-weight: bold
}

/* text styling */
.p_right {
	margin-top: 10px;
	text-align: right;
}	

.arrow a:hover {
	text-decoration: none;
}		

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
#centralposition {
	position:relative;
	width: 966px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
#backgrdWrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 962px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	background-image: url(../images/bouncenow_page_backgrd_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}	

#backgrdWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#topBanner {
	padding: 0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
}	

#mainPage {
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	background-image: url(../images/bouncenow_page_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#mainPage h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainPage p strong {
	color: #2047BC;
	font-size: medium;
}

#mainPageSection {
	margin: 0px 0px 0px 0px;
	width: 958px;
	border: none;
	float:left;
	padding-bottom: 20px;
}

#mainPageSection a:link {
	color: #2ECD0C;
	text-decoration: none;
	font-weight: bold;
}

#mainPageSection a:active {
	color: #2ECD0C;
	text-decoration: none;
	font-weight: bold;
}

#mainPageSection a:visited {
	color: #2ECD0C;
	text-decoration: none;
	font-weight: bold;
}

#mainPageSection a:hover {
	color: #2ECD0C;
	text-decoration: underline;
	font-weight: bold;
}	

#mainContentLeft {
	margin-top: 210px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	width: 245px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}		

#mainContentMiddle {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 400px;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
	border: none;
}

#mainContentRight {
	margin-top: 210px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	width: 245px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}

#mainContentLeft img {
	display: block;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#mainContentRight img {
	display: block;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}	


#mainContentMiddle img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 10px;
}

#mainContentMiddle p {
	margin-left: 1px;
}

#mainContentMiddle h2 {
	margin-left: 30px;
	letter-spacing: 0.1em;
}

#mainContentMiddle h1.pagetop {
	margin-top: 105px;
	margin-left: 50px;
	color: white;
}

#mainContentMiddle h2.pagetop, #mainContentMiddle p.pagetop {
	color: white;
}	

#mainContentMiddle h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: x-large;
}				

#maincontentLeftPara, #maincontentRightPara {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	vertical-align: top;
	text-align: left;
	color: white;
	}		

#maincontentLeftPara p, #maincontentLeftPara h2, #maincontentLeftPara h3 { 
	margin-left: 2px;
	margin-right: 42px;
	color: white;
}

#maincontentLeftPara h2, #maincontentLeftPara h3, #maincontentRightPara h2, #maincontentRightPara h3 {
	text-align: center;
}

#maincontentLeftPara h3, #maincontentRightPara h3 {
	margin-bottom: 30px;
	margin-top: 0px;
}	

#maincontentLeftPara .coltop, #maincontentRightPara .coltop {
	margin-top: 30px;
}	


#maincontentRightPara p, #maincontentRightPara h2, #maincontentRightPara h3 {
	margin-left: 42px;
	margin-right: 2px;
	color: white;
}

#maincontentLeftPara a:link, #maincontentRightPara a:link {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

#maincontentLeftPara a:active, #maincontentRightPara a:active {
	color: yellow;
	text-decoration: none;
	font-weight: bold
}

#maincontentLeftPara a:visited, #maincontentRightPara a:visited {
	color: yellow;
	text-decoration: none;
	font-weight: bold
}

#maincontentLeftPara a:hover, #maincontentRightPara a:hover {
	color: yellow;
	text-decoration: underline;
	font-weight: bold
}

#maincontentLeftPara p strong, #maincontentRightPara p strong {
	color: white;
	font-size: medium;
}			
	
#lowerNav {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 12px;
	color: #FFFFFF;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
	float:right;
	text-align: right;
}

#lowerNav p strong {
	font-size: medium;
}	

#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#lowerNav a:link {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

#lowerNav a:active {
	color: yellow;
	text-decoration: none;
	font-weight: bold
}

#lowerNav a:visited {
	color: yellow;
	text-decoration: none;
	font-weight: bold
}

#lowerNav a:hover {
	color: yellow;
	text-decoration: underline;
	font-weight: bold
}

#footerWrapper {
	float: left;
	width: 960px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #2047BC;
}	

#footer {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 956px;
}	
	
#footer p {
	color: white;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 0px;
	font-size: small;
}

#footer p strong {
	color: white
}

#footer p.center {
	text-align: center;
}		

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

#footer a:active {
	color: yellow;
	text-decoration: none;
}

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

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

#footer table {
	width: 100%;
	border: none;
}

#footer table td {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#footer table td.text {
	width: 205px;
}						

/* top layers */
#bannerLabel {
	position: absolute;
	left:20px;
	top: 148px;
	width: 150px;
	z-index:1;
}

#bannerLabel2 {
	position: absolute;
	left:750px;
	top: 190px;
	width: 200px;
	z-index:1;
	text-decoration: blink;
	color: #2ECD0C;
}

#bannerLabel2 p {
	color: #2ECD0C;
	font-size: medium;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}	

#bannerLabel2 h1 {
	color: #EC0006; /* red */
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#bannerLabel2 h2 {
	color: #EC0006; /* red */
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
}	

#bannerLabel2 h3 {
	color: #2047BC;
	font-size: large;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#gallerylink {
	position: absolute;
	left:134px;
	top: 175px;
	width: 256px;
	z-index:2;
	color: black;
}

#gallerylink p {
	font-size: 15px;
}	

#gallerylink img.floatleft {
	float: left;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 200px;
}
	
#telephone {
	position:absolute;
	left:750px;
	top:10px;
	width:200px;
	z-index:1;
}

#highlight {
	position: relative;
	width: 400px;
	top: -95px;
	left: 0px;
	z-index: 2;
	height: 50px;
}						
	
#menubarLeft {
	position:absolute;
	left:4px;
	top:145px;
	width:955px;
	z-index:2;
	vertical-align: middle;
}

#menubarLeft a:link, #menubarLeft a:active, #menubarLeft a:visited {
	color: #2ECD0C;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}

#menubarLeft a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}	

#menubarLeft table {
	width: 955px;
	border: none;
	font-weight: normal;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}	

#menubarLeft table td {
	width: 157px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border: none;
}	
	
#menubarLeft table td a div {
	padding-top: 0px;
	padding-bottom: 5px;
}	

#menubarLeft table td a:hover div {
	background-color: #2047BC;
	padding-top: 0px;
	padding-bottom: 5px;
}

#menubarLeft table td div.selected {
	padding-top: 0px;
	padding-bottom: 5px;
	color: #2047BC;
}	

#textSize {
	position:absolute;
	left:575px;
	top:210px;
	width:360px;
	z-index:1;
	vertical-align: middle;
	text-align: right;
	color: white;
	font-size: small;
}

#textSize .textsmall {
	font-size: 11px;
	font-weight: normal;
}

#textSize .textmedium {
	font-size: 16px;
	font-weight: normal;
}

#textSize .textlarge {
	font-size: 22px;
	font-weight: normal;
}
			

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}

.yellow { 
	color: yellow;
}	

.larger {
	font-size: large;
	font-weight: normal;
}

.center {
	text-align: center;
}		

#footer p.copyright {
	color: #993300;
}

/* Contact form styling */
table.contactform {
	background-color: #FFFFE3;
	width: 100%;
	margin-top: 5px;
}

table.contactform td {
	width: 50%;
}
	
table.contactform p.title {
	text-align: right;
	margin: 2px;
}

table.contactform p.box {
	text-align: left;
	margin: 2px;
}			