/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Aquascope Content Pages' */

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Geneva, Arial, Verdana, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 1.5em;
	color: #333;
	background: #2546A0 url(images/aquascope/back.jpg) repeat-x top left;
	}

#logo { 
	width:750px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/aquascope/top_background.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
#logo h1 a { 
	margin: 10px 0px 10px 5px;
	display:block;
	text-indent: -9000px;
	width:210px;
	height:76px;
	text-decoration:none;
	background: url(images/aquascope/logo.gif);
	}

#visit {
	position:absolute;
	margin:22px 0 0 630px;
	font-size:30px;
	line-height:35px;
}

#visit a {
	color:#003;
	text-decoration:none;
} 
#visit a:hover {
	color:#000;
	text-decoration:underline;
} 

/*  TOP BANNER */
#top{
	width:750px;
	height:21px;
	margin:0 auto;
	padding:10px 0 8px 0;
	}
#top a {text-decoration:none;}	
#top h1 a{
	position:relative;
	display:block;
	width:600px;
	height:91px;
	left:80px;
	margin:0;
	padding:0;
	text-decoration:none;
	}
#top h1{
	margin:0;
	padding:0;
	text-indent:-10000px;
	}

/* NAVIGATION MENU */
#menu{
	width:750px;

	padding:0;
	margin:0;
	display:block;
	list-style:none;
	position:relative;
	}


#menu li {
	display:inline;
	float:left;
	padding:0 6px;
	}

#menu li a {
	height:21px;
	font-size:18px;
	color:#FFF;
	padding:0 2px 0 2px;
	}

#menu li a:hover { 
	background-color:#FFF;
	color:#000;
	padding:0 2px 0 2px;
	}

#menu li.currentpage { 
	background-color:#FFF;
	color:#000;
	padding:0 2px 0 2px;
	font-size:18px;
	color:#000;
	}

#menu li.activeparent a{ 
	background-color:#FFF;
	color:#000;
	}


div#wrap {
	font-size: 90%;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 750px;
	background-color:#fff;
	}
div#flash {
	margin-left: 10px;
	padding-top:10px;
	text-align: left;
	width: 730px;
	height:260px;
	}
	
div#headerhome {
	margin: 0;
	padding:10px 0 0 10px;
	background-color:#fff;
	text-align: left;
	width: 730px;
	height:255px;
	}
	
div#headerhome {background: #fff;}

div#headerhomejungle {
	margin: 0;
	padding:10px 0 0 10px;
	background-color:#fff;
	text-align: left;
	width: 730px;
	height:255px;
	}

div#headerhomejungle {background: #fff;}

	
div#header h1{
	font-size: 250%;
	color: #FFFFCC;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 35px 20px 0 270px;
	margin-bottom: 0.25em;
	}

div#header blockquote {
	font-size: 180%;
	font-style:italic;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.3em;
	margin: 15px 20px 0 270px;
	margin-bottom: .25em;
	}

div#header cite {
	color: #fffccc;
	font-size: 140%;
	margin: 15px 20px 0 270px;
	}

div#header h1{
	font-size: 240%;
	color: #FFFFCC;
	letter-spacing: -1px;
	line-height: .5em;
	}
	
div#header h2{
	font-size: 180%;
	font-style:italic;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.15em;
	margin: 15px 30px 0 270px;
	}
	
div#header h1 span {
	display: none;
}

div#header #breadcrumbs {
	padding:0 0 10px 0;
}

div#main {
	margin-left: 23px;
	padding: 0;
	width: 727px;
	background-color:#fff;
	height: 100%;
	}

#content {
	float: left;
	margin: 10px 0 20px 0;
	padding-left:23px;
	padding-right:15px;
	width: 490px;
	}

div#content p {
	line-height: 135%;
	margin:0 0 1.5em 0;
	font-size: 120%;
	}
	
h2 {
	font-size: 230%;
	color: #121D63;
	letter-spacing: -1px;
	line-height: 125%;
	margin-top:0;
	margin-bottom: 0.25em;
	}

h3 {
	font-size: 160%;
	color: #FF6600;
	margin-bottom:5px;
	font-style:italic;
	font-weight:bold;
	}

p {
	font-size: 130%;
	margin-bottom: 1em;
	}

#servicetimes a:link, #services a:link
	{ color: #FF6600; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE; }
#servicetimes a, #services a { }
#servicetimes a:visited, #services a:visited
	{ color: #FF6600; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
#servicetimes a:active, #services a:active
	{ color: #00A5EE; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
#servicetimes a:hover, #services a:hover
	{ color: #fff; background: #00A5EE; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;}

#content a:link, #nav a:link, #footer a:link, #secnav a:link
	{ color: #FF6600; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE; }
#content a, #nav a, #footer a, #secnav a { }
#content a:visited, #nav a:visited, #footer a:visited, #secnav a:visited
	{ color: #FF6600; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
#content a:active, #nav a:active, #footer a:active, #secnav a:active
	{ color: #990000; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
#content a:hover, #footer a:hover, #nav a:hover, #secnav a:hover
	{ color: #fff; background: #2B3686; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #FF9900;} 

#header a:link
	{ color: #fff; text-decoration: underline; padding-bottom: 0px; border-bottom: 1px solid #00A5EE; }
#header a { }
#header a:visited
	{ color: #fff; text-decoration: underline; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
#header a:active
	{ color: #fff; text-decoration: underline; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
#header a:hover
	{
	color: #fff;
	background: #00A5EE;
	text-decoration: underline;
	padding-bottom: 0px;
	border-bottom: 1px solid #00A5EE;
} 
	
ul.bullet a:link
	{ color: #FF6600; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE; }
ul.bullet a { }
ul.bullet a:visited
	{ color: #FF6600; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
ul.bullet a:active
	{ color: #990000; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #00A5EE;} 
ul.bullet a:hover
	{ color: #fff; background:#2B4095; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #FF6600;} 
	
#services {
	float: right;
	margin-top:-30px;
	margin-bottom:10px;
	padding-right:10px;
	color:#fff;
	list-style: none;
	width: 243px;
	height: 256px;
	background: #fff url(images/aquascope/postit.jpg) 5px 0 no-repeat;
	}

#services h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 180%;
	line-height: 30px;
	letter-spacing: -1px;
	color:#333;
	margin: 40px 0 5px 20px;
	}

#servicetimes {
	margin:0;
	padding:0;
	list-style: none;
	float: left;
	width: 225px;
	font-size: 110%;
	line-height: 20px;
	}

#servicetimes ul {
	margin: 0;
	}

#servicetimes li {
	font-size: 100%;
	color:#333;
	padding: 0 0 10px 20px;
	}
	
#servicetimes li strong {
	font-size: 130%;
	color:#fff;
	}

#secnavlist {
	float: left;
	margin:5px;
	margin:10px 10px 10px 10px;
	color:#333;
	list-style: none;
	width: 200px;
	background-color:#FFFFCC;
	border: 1px solid #DBDBDB;
	font-weight:bold;
	}
	
#secnav {
	float: left;
	margin:10px 10px 10px 10px;
	color:#333;
	list-style: none;
	width: 200px;
	background-color:#fff;
	border: 1px solid #DBDBDB;
	}

div#secnavlist h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color:#333;
	font-style:small;
	margin:10px 0 15px 15px;
	}

div#secnavlist li h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	margin:10px 0 15px 0;
	}

div#secnav h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color:#333;
	font-style:small;
	margin:10px 0 15px 15px;
	}

#secnav p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	color:#333;
	padding: 0 10px 0 13px;
	margin-top:0;
	margin-right: 10px;
	margin-bottom: 1em;
	}


/************************************************************************************************Button******/
#rcc-form {
	margin:10px 0;
	padding-bottom:5px;
	}

#rcc-form label {
	margin-bottom: 5px;
	font-size: 100%;
	vertical-align:top;
	font-weight: bold;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}

#rcc-form fieldset {
	margin: 10px 0 10px 0;
	padding:5px 10px;
	border: 1px dotted #ccc;
	}

.form175 {
	padding:6px;
	font: 110% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	width: 175px;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
	background-color: #FFFFCC;
	}
	
#rcc-form p {
	margin-bottom:5px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 110%;	
}

input.text {
	padding:1px;
  	width: 225px;
  	background:#fff;
  	border:1px solid #ccc;
  	border-color:#aaa #eee #eee #aaa;
  	color:#333;
  }

#rcc-form input.textcontact {
	padding: 6px;
	font-size: 120%;
	width: 300px;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
	background-color: #FFFFCC;
  }

.form250 {
	font: 16px Arial, Helvetica, sans-serif;
	width: 400px;
	padding: 6px;
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
  }

.form300 {
	padding:6px;
	font: 110% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	width: 400px;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#333;
	background-color: #FFFFCC;
	}
	
#rcc-form legend {
	font-weight: bold;
	color: #333;
	padding: 4px 8px;
	background-color:#fff;
}

.form250 p {
	padding:0;
}

/************************************************************************************************Button******/	

#button {
	margin-top: 1px;
	background-color: #fff;
	padding: 5px 0 5px 0;
	}

#button {
	font-size: 110%;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}

input.button {
	margin-top: 5px;
  	background:#fff;
  	color: #333;
	font-size: 100%;
  	border:1px solid #FFF;
  	border-color:#CCC #666 #666 #CCC;
  	height: 25px;
	}


/*Misc***********************************************************************************/

span.highlight {
  background:#ffc;
}

acronym {
	cursor:help;
	border-bottom:1px dotted #00A5EE;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}

#footer {
	padding-top:10px;
	padding-bottom: 20px;
	border-top: 1px solid #DBDBDB;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 750px;
	}

#footer p {
	margin: 0 0 0 23px;
	font-size: 100%;
	}

ul.bullet li {
	list-style:none;
	margin:-8px 0 10px -25px;
	padding:2px 0 0 20px;
	background-repeat:no-repeat;
	font-size: 120%;
}

ul.bullet li.check {
	background-position:1px 5px;
	background-image:url("images/aquascope/check.gif");
}

.upper {
font-size-adjust:none;
}

/* End of 'Aquascope Content Pages' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

.aquagallery {
margin:0 0 30px 0;
}
/* End of 'Aquascope Content Pages' */

