/* 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 'Gurlfytrz' */
/* --------------------------------------

	--- Site Colors
	
	#cfe0fd - Page Background Light Blue
	#46677b - Navigation Dark Blue, Footer, h1 color
	#78909e - Navigation Highlight Blue
	#abbfd6 - Sidebar Medium Blue
	#3f2822 - Dark Brown Lines, Sidebar Text, Link Text
	#815e5a - Content Text Brown
	
	#3f2822	- Link color
	
	--- Site Fonts
	
	Small Caps Headers - Trajan Pro
	Content - Lucida Grande, Trebuchet MS, Sans Serif
			
----------------------------------------- */

body, h1, h2, h3, h4, h5, h6, p, ul, li, img {
		margin: 0;
		padding: 0;
		}

body {
		margin: 0;
		padding: 0;
		font-family: "Lucida Grande", "Trebuchet MS", "Sans Serif";
		font-size: small;
		text-align: center;
		color: #815e5a;  
		background: #eee url(../uploads/images/bg.jpg) no-repeat fixed top;
		}

/* --------------------------------------

	Links and Headings
	
----------------------------------------- */
		
a:link, a:visited {
		color:#1289da; 
		font-weight: bold;
		text-decoration: underline;
		}

a:hover, a:active {
		color: #ffe; 
		font-weight: bold;
		background: #46677b;
		text-decoration: none;
		}
		
.external {
		background: transparent url(/images/extlink.gif) no-repeat top right;
		padding-right: 12px;
		}
		
a.external:hover {
		color: #ffe; 
		font-weight: bold;
		background: #46677b url(/images/extlink.gif) no-repeat top right;
		text-decoration: none;
		}				

a img {border: none; background: none;}

p {
		margin: 10px 0;
		padding: 0;
		font-size: 100%;
		line-height: 150%;
		}
			
h1 {
		margin: 0 0 15px 0;
		padding: 0;
		padding-left:10px;
		color: #46677b;
		background: none;
		font-variant: small-caps;
		}
		
h2 {
		margin: 0;
		padding: 5px 0 0 0;
		color: #46677b;
		background: none;
		font-variant: small-caps;
		}
	
h3 {
		margin: 0 0 5px 0;
		padding: 5px 0 0 0;
		font-size: 140%;
		color: #46677b;
		font-weight: normal;
		font-variant: small-caps;
		}		

h4 {
		margin: 10px 0 10px 5px;
		padding: 0;
		font-size: 125%;
		color: #fff;
		font-weight: bold;
		font-variant: small-caps;
		}		

/* --------------------------------------

	Wrapper, Header, Content, Footer DIVs
	
----------------------------------------- */

#wrapper {
		margin: 25px auto 0 auto;
		padding: 0;
		width: 815px;
		border: 1px solid #0B61AA;
		text-align: left;
		background: transparent;
		}

#header {
		margin: 0;
		padding: 10px 0;
		min-height: 100px;
		background: #cfe0fd;
		border-bottom: 1px solid #3f2822;
		}

#nav {
		float: left;
		margin: 3px 0;
		padding: 0;	
		background: #003da1;
		background: transparent url(../uploads/images/navleft_bg.gif) repeat-y;
		}

*html #nav {
		float: left;
		margin: 3px 0 3px -10px;
		padding: 0;
		background: #003da1;
		background: transparent url(../uploads/images/navleft_bg.gif) repeat-y;
}

#navright {
		float: right;
		margin: 0;
		padding: 0;
		background: transparent;
		width:602px;
		background:#ffe;
		text-align:center;
		color:#003da1;
		border-left: 1px solid #003da1;
		border-bottom: 1px solid #003da1;
		}

#navleft {
		float: left;
		padding: 5px 5px 5px 10px;
		margin: 0;
		width: 184px;
		background:#003da1;
		}


*html #navleft {
		float: left;
		padding: 5px 5px 5px 5px;
		margin: 0 0 0 -10px;
		width: 194px;
		background:#003da1;
		}

#navleft h3 {
                font-size:11pt;
                color:#000;
		padding:0px;
}
		
* html #navleft {
		padding: 5px 10px 0px 25px;
		background:#003da1;
		}				
	
#navleft ul {
		padding: 5px 0 0 0;
		margin: 0;
		list-style: none;
		font-size: 10pt;
		background:#003da1;
		}
		
* html #navleft ul {
		padding: 5px 0 0 0;

		}		

#navleft ul li {
		padding: 2px 0;
		margin: 0;
		color: #063761;
		border-bottom: 1px solid #cfe0fd;
		font-size: 10pt;
		}	

#navleft ul li a:link, #navleft ul li a:visited {
		text-decoration: none;
		font-weight: bold;
		color: #ffe;
		}
		
#navleft ul li a:hover, #navleft ul li a:active {
		text-decoration: none;
		color: #B99A85;
		font-weight: bold;
		}		
	
#home #navleft ul li.home a,
#events #navleft ul li.events a,
#products #navleft ul li.products a,
#education #navleft ul li.education a,
#contact #navleft ul li.contact a,
#gallery #navleft ul li.gallery a {
		background: #003da1 url(../images/nav_selected.jpg) left no-repeat;
		padding-left: 20px;
		font-weight: bold;
		color: #ffe;
		}		

#content_wrapper {
		margin: 0;
		padding: 20px 0 0 0;
		background: #cfe0fd;
		height: 1%;
		border-top: 1px solid #3f2822;
		}		
		
#content {
		float: right;
		display: inline;
		margin: 0;
		padding: 0;
		width: 598px;
		height: 1%;
		}		
		
#content p {
	font-size: 110%;
}			

#content p.keycode {
		font-size: 140%;
		font-weight: bold;
		color: #46677b;
		}		
		
#content p.frog {
		padding-right: 190px;
		}		
		
#content p.subtitle {
		font-size: 130%;
		margin-top: -15px;
		padding-top: 0;
		}		
		
#sidebar {
		float: left;
		padding: 0;
		margin: 0;
		width: 210px;
		background: #cfe0fd;
		}		

.sidebar_box {
		margin: 0 0 20px 0;
		padding: 2px 0;
		background: #cfe0fd;
		border-top: 1px solid #3f2822;
		border-bottom: 1px solid #3f2822;
		}
		
.sidebar_box_content {
		margin: 0;
		padding: 10px 2px;
		background: #abbfd6;
		color: #3f2822;
		height: 1%;
		}						

#sidebar ol {
		margin-left: 30px;
		padding: 0;
		}
		
#sidebar ol li {
		margin: 0;
		padding: 6px 0;
		font-weight: bold;
		}		

#footer {
		margin: 20px 0;
		padding: 10px 30px;
		border-top: 1px dashed #815e5a;
		border-bottom: 1px dashed #815e5a;
		color: #78909e;
		min-height: 85px;
		background: transparent url(../images/frog.jpg) 350px 12px no-repeat;
		}
		
#footer p {
		margin: 0;
		padding: 0;
		font-size: 90%;
		}		
		
#footer p.copyright {
		font-size: 100%;
		margin-top: 5px;
		padding: 0;
		}		
		
#footer a:link, #footer a:visited {
		text-decoration: none;
		font-weight: normal;
		color: #78909e;
		}
		
#footer a:hover, footer a:active {
		text-decoration: underline;
		background: none;
		font-weight: normal;
		color: #78909e;
		}			
						
#body-bottom {
		background: transparent url(../images/body_bottom.gif) bottom repeat-x;
		height: 20px;
		}					

/* --------------------------------------

	Utility
	
----------------------------------------- */		

.clearer { clear: both; }

ul.bulletlist {
		padding: 0;
		margin: 15px 0;
		list-style: none;
		}
		
ul.bulletlist li {
		background-image: url(../images/small_bullet.gif);
		background-repeat: no-repeat;
		background-position: .1em .1em;
		padding-left: 1.7em;
		margin: .6em 0;
		line-height: 120%;
		}		
		
#content ul.bulletlist li {
		background-position: .1em .4em;
		}			
		
.contactinformation {
		font-size: 120%;
		margin: 3px 0;
		padding: 0;
		}		
		
.contactinformation p {
		margin: 0;
		padding: 0;
		color: #815e5a;
		font-weight: bold;
		line-height: 130%;
		}		
	
h3.shoppingcart {
		background: transparent url(../../../BlueCreek/aquascapebybluecreek/web-content/images/shopping_cart_32.gif) top left no-repeat;
		padding: 5px 35px;
		}	
		
blockquote {
		float: right;
		font-size: 110%;
		font-weight: bold;
		font-style: italic;
		margin: 15px 10px 5px 10px;
		padding: 0 5px;
		width: 160px;
		}	
		
blockquote p {
	padding: 0 5px 0 10px;
	line-height: 120%;
	margin: 0;
	}		
		
blockquote img {
		margin-bottom: 10px;
		padding: 3px;
		border: 1px solid #46677b;
		}			

/* --------------------------------------

	Images

----------------------------------------- */	

.leftimage {
		float: left;
		margin: 0 20px 0 0;
		}

.leftimageborder {
		float: left;
		margin: 5px 10px 5px 0;
		padding: 7px;
		background: #ffe;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}

.centerimage {
		margin: 0;
		padding-left: 25px;
		}					

.centerimageborder {
		margin: 0 0 0 2px;
		padding: 10px;
		background: #ffe;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}

.rightimage {
		float: right;
		margin: 0 0 0 5px;
		}

.rightimageborder {
		float: right;
		margin: 5px 0 5px 10px;
		padding: 7px;
		background: #ffe;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}		
		
/* --------------------------------------

	Forms

----------------------------------------- */		
		
#contacted_by, #address1, #address2, #city, #comments {	
		width: 450px; 
		background: #ffe; 
		border: 1px solid #46677b;
		padding: 2px;
		padding-left: 5px;
		color: #3f2822;
		font-family: "Lucida Grande", "Trebuchet MS", "Sans Serif";
		font-weight: bold;
		}
		
#state, #zip, #contact_number, #electronic_mail, #found_us, #found_us_specific, #prevent { 
		width: 250px; 
		background: #ffe;
		border: 1px solid #46677b; 
		padding: 2px;
		padding-left: 5px;
		color: #3f2822;
		font-family: "Lucida Grande", "Trebuchet MS", "Sans Serif";
		font-weight: bold;
		}
		
#name, #l94546-94546 {
		background: #ffe;
		border: 1px solid #46677b;
		font-weight: bold;
		color: #3f2822;
		margin-bottom: 5px;
		padding-left: 5px;
		width: 145px;
		font-family: "Lucida Grande", "Trebuchet MS", "Sans Serif";
		}		
		
#found_us { width: 250px; }

#submit {
		margin-top: 10px;
		width: 120px; 
		background: #78909e;
		border: 2px solid #46677b;
		padding: 3px;
		font-weight: bold;
		color: #ffe;
		font-family: "Lucida Grande", "Trebuchet MS", "Sans Serif";
		}	
		
#submit:hover, #submit:active {
		cursor: pointer;
		border: 2px solid #ffe;
		}			

.submit {
		width: 70px;
		border: 1px solid #cfe0fd;
		background: #46677b;
		font-weight: bold;
		color: #fffffe;
		padding: 1px;
		font-family: "Lucida Grande", "Trebuchet MS", "Sans Serif";
}
		
.submit:hover, .submit:active {
		cursor: pointer;
		border: 1px solid #fffffe;
		}		

fieldset {
		margin: 0;
		padding: 0;
		background: transparent;
		border: none;
		height: 1%;
		}
		
legend {
		font-weight: normal;
		font-size: 130%;
		color: #659f28;
		}		

form {
		padding: 10px 0 0 0;
		margin: 0;
		}
		
#content form {
		margin-top: 0;
		}		

form label {
		font-size: 100%;
		font-weight: bold;
		}

form dl {
		clear: both;
		margin: 0;
		padding: 5px 0;
		font-size: 100%;
		line-height: 1.6em;
		}
	
form dl p {
		margin-bottom: 2px;
		}		

form dd {
		margin: 0;
		padding-bottom: 0.5em;
		font-size: 100%;
		}
	
dd.radio, dd.checkbox {
		float: left;
		margin-right: 0.2em;
		display: inline; /*fix IE double margin*/
		}	
			
dt.radio, dt.checkbox {
		float: left;
		margin-right: 1.2em;
		display: inline; /*fix IE double margin*/
		}			

dt.radio label, dt.checkbox label{
		font-weight: normal;
		}				

#request {
		padding-left:20px;
}
/* End of 'Gurlfytrz' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px 10px; 
   color: #006699;
   text-decoration: none; 
   background: transparent; 
   min-height:.5em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #003da1; 
   min-height:.5em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #003da1; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #003da1; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav ul ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul  { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #003da1;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #003da1;
   width: 100%;
   border:0;
   margin:0;
   padding:0;
}

/* End of 'Navigation: CSSMenu - Vertical' */

