@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #DFF4FF;
	background-image:url(images/bluebg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff0066;
	font-weight: bold;
}

a:hover, a:active {
	color: #00AAFF;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic
}
h1 {
	letter-spacing: 3px;
	size: 16pt;
	font-family: "century gothic", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	color: #00aaff;
	text-transform: lowercase;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 {
	letter-spacing: 3px;
	size: 12pt;
	font-family: "century gothic", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	color: #00aaff;
	text-transform: lowercase;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 {
	font-size: inherit; font-weight: bold;
	margin-bottom: -10px;
	color: #00aaff;
	letter-spacing: 1px;
	}
	
ul.star {
	list-style: url(images/list.png);
	margin-left: 10px;
	line-height: 120%;
	text-indent: 2px;
	padding: 0px;
}

ul.star li {
	margin-left: 15px;
	line-height: 130%;
}
	
ul.star li a:link, a:visited {
	text-decoration: none;
	color: #ff0066;
	font-weight: bold;
}
ul.star li a {
	text-decoration: none;
	color: #ff0066;
	font-weight: bold;
}

ul.star li a:hover, a:active {
	color: #00AAFF;
	font-weight: bold;
}


/*Sidebar Navigation*/

ul#nav {
	font-family: "Century Gothic", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20pt;
	letter-spacing: 1px;
	list-style: none;
	text-indent: 0px;
	margin-left: 5px;
	padding: 0px;
}


ul#nav li {
	margin-bottom: 3px;
}
	
ul#subnav {
	font-family: "Century Gothic",Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing: 1px;
	list-style: none;
	text-indent: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #444;
}

ul#subnav li {
	margin-bottom: 0px;
}

ul#nav a:link, a:visited {
	text-decoration: none;
	color: black;
	font-weight: normal;
}
ul#nav a:hover, a:active {
	color: #ff0066;
	font-weight: normal;
}

ul#subnav a:link, a:visited {
	color: black;
	font-weight: normal;
}
ul#subnav a:hover, a:active {
	color: #00AAFF;
	font-weight: normal;
}

/*Dreamweaver Layout*/

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 35px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	border: none;
} 
.twoColFixLtHdr #header { 
	background-image: url(images/jadefrolicscom_bannerbg.jpg);
	width: 800px; height: 70px;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 5px 15px;
}
.twoColFixLtHdr #mainContent { 
	margin: 50px 0 10px 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	border-top: 1px dotted #666;
	height: 100%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom: 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#updates {
	font-size: 8pt;
	width: 210px;
	color: #666666;
	border-right: 1px dotted #666;
	height: 100%;
	padding-left: 10px;
	font-family: "Verdana", Geneva, "Helvetica Neue", Helvetica, sans-serif;
}

#updates.last {
	border: none;
}

#update {
font-size: 9pt;
margin: 0;
padding-right: 10px;
color: #00AAFF;
}

h1.image {
	display: none;
}

#logo {
	position:absolute;
	width:154px;
	height:115px;
	z-index:1;
	left: 20px;
	top: 6px;
}

#bannertext {
	position:absolute;
	width:154px;
	height:115px;
	z-index:1;
	left: 150px;
	top: 10px;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px #ACDDFF;
	-webkit-box-shadow: 0px 0px 10px #ACDDFF;
	box-shadow: 0px 0px 10px #ACDDFF;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ACDDFF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ACDDFF');
}

#copyright {
	text-align: center;
	margin-top: -30px;
	padding-bottom: 30px;
	font-size: 8pt;
	color: #00AAFF;
}

.thumbnail {
  float:left; width: 75px; margin: 0 10px 10px 0; border: 1px solid black; 
}

