* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#2B4312;
	margin:0 0;
	padding:0px 0;
	background-color:#E4ECF5;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th, hkids,hteens,hyadults,hadults {
	line-height:1.3em;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size:260%;
	font-weight:bold;
	color:#000000;
	margin-top:0em;
	margin-bottom:0.75em;
	background-image:url(../images/h1-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:right;
	width:768px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#CC7222;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#CC7222;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

/* Color Coded Headers for media sections, etc.
----------------------------------------------- */


.hkids {
	font-family:Verdana, Arial, Helvetica, sans-serif;         
         font-size:130%;
	font-weight:bold;
	color:#8B0000;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

.hteens {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#006400;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

.hyadults {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#FF8C00;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

.hadults {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#191970;
	margin-top:1.25em;
	margin-bottom:0.2em;
}


p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

/* Default Link Properties */

a {
	color:#0547A0;
}

a:hover {
	text-decoration:none;
	color:#275A98;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:862px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
	border-top:none;
	margin-top:5px;
}

#page-nosidebar {
	width:780px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg-no-sidebar.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
margin-top:5px;
}

#header {
	height:258px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
	
}

#body {
	margin:0px;
	padding:0 20px;
	padding-top:70px;
}

#content {
	width:770px; /* 2px less due to IE bug with overflowing <em>s */
	padding:75px 35px 10px 15px;
	float:right;
	position:relative;
}

#content2 {
	width:540px;
	float:left;
}

#sidebar {
	width:220px;
	padding:70px 0 0 0;
	float:right;
}

#footer {
	padding:0 10px;
	padding-right:35px;
	height:131px;
	background-color:#FFF;
	background-image:url(../images/footer-bg.png);
	background-position:top;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}

.callout {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:120%;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    padding:10px;
    background-color:#FFF1DF;
    border-top:solid 1px #E2B479;
    border-bottom:solid 1px #E2B479;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo1 {
	position:absolute;
	left:201px;
	top:33px;
}

#logo1 a {
	background-image:url("../images/logo1.png");
	background-repeat:no-repeat;
	width:222px;
	display:block;
	padding-top:75px;
	height:0px !important; /* for most browsers */
	height /**/:75px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}

#site-search {
	position:absolute;
	right:38px;
	top:38px;
	width:220px;
}

#site-search input.query {
	border:none; /* Setting for Firefox */
	border:0px; /* Setting for IE */
	height:15px;
	font-size:10px;
	margin-left:27px;
}

input.btn {
	margin-top:-7px;
}
/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	font-size:90%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	color:#313E17;
	font-size:110%;
	min-height:25px;
	_height:25px;
	_width:180px;
	padding-bottom:11px;
	padding-top:21px;
	padding-left:60px;
	margin:10px -20px 5px -10px;
	background-image:url(../images/sidebar-h2.png);
	background-position:left;
	background-repeat:no-repeat;
}

#sidebar h3 {
	padding:5px;
	background-color:#5D93CD;
	color:#fff;
	margin-bottom:15px;
}

#sidebar p.rm {
	font-size:12px;
	padding-left:8px;
}

#sidebar ul  {
	line-height: 12px;
}

#sidebar li {
margin-left: -15px;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:85%;
	margin:0;
	padding-top:10px;
	padding-bottom:3px;
	text-align:right;
}

#footer p.links {
	text-align:right;
	color:#FFF;
	padding-top:60px;
}

#footer a {
	color:#FFF;
	margin:0;
}


#videos {
	position:absolute;
	left:29px;
	top:16px;
}

#videos a {
	background-image:url(../images/footer-videos.png);
	background-repeat:no-repeat;
	width:77px;
	display:block;
	padding-top:77px;
	height:0px !important; /* for most browsers */
	height /**/:95px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}

#tools {
	position:absolute;
	left:106px;
	top:10px;
}

#tools a {
	background-image:url(../images/footer-tools.png);
	background-repeat:no-repeat;
	width:80px;
	display:block;
	padding-top:77px;
	height:0px !important; /* for most browsers */
	height /**/:94px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}

#links {
	position:absolute;
	left:269px;
	top:2px;
}

#links a {
	background-image:url(../images/footer-links.png);
	background-repeat:no-repeat;
	width:81px;
	display:block;
	padding-top:77px;
	height:0px !important; /* for most browsers */
	height /**/:92px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}

#printables {
	position:absolute;
	left:186px;
	top:4px;
}

#printables a {
	background-image:url(../images/footer-printables.png);
	background-repeat:no-repeat;
	width:82px;
	display:block;
	padding-top:77px;
	height:0px !important; /* for most browsers */
	height /**/:93px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}


#newline-signature {
	text-align:center;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#navigation {
	position:absolute;
	left:11px;
	top:148px;
}


/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:792px;
	top:243px; 
	left:40px;
	background-image:url(../images/main-nav-bg.png);
	background-position:left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#main-nav li {
	margin:0;
	padding:0px;
	float:left;
}

#main-nav li a {
	background-repeat:no-repeat;
	padding:0px;
	display:block;
	padding-top:53px;
	height:0px !important; /* for most browsers */
	height /**/:53px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}


#main-nav-kids a { 			background-image:url(../images/main-nav/kids.png); width:158px; }
#main-nav-teens a {		background-image:url(../images/main-nav/teens.png); width:158px; }
#main-nav-young-adults a {		background-image:url(../images/main-nav/young-adults.png); width:157px; }
#main-nav-adults a {		background-image:url(../images/main-nav/adults.png); width:158px; }
#main-nav-teachers a {		background-image:url(../images/main-nav/teachers.png); width:160px; }


#main-nav li a:hover {
	background-position:0 -53px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -53px;
}


/* Sub nav */

#sidebar h2.sub-nav {
	
}

#sub-nav-kids {
	position:absolute;
	right:20px;
	top:7px;
	width:190px;
	height:24px;
	padding:10px 20px 10px 130px;
	background-image:url(../images/sub-nav-kids.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#sub-nav-teens {
	position:absolute;
	right:20px;
	top:7px;
	width:190px;
	height:24px;
	padding:10px 20px 10px 130px;
	background-image:url(../images/sub-nav-teens.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#sub-nav-young-adults {
	position:absolute;
	right:20px;
	top:7px;
	width:190px;
	height:24px;
	padding:10px 20px 10px 130px;
	background-image:url(../images/sub-nav-young-adults.png);

	background-position:top left;
	background-repeat:no-repeat;
}

#sub-nav-adults {
	position:absolute;
	right:20px;
	top:7px;
	width:190px;
	height:24px;
	padding:10px 20px 10px 130px;
	background-image:url(../images/sub-nav-adults.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#sub-nav-teachers {
	position:absolute;
	right:20px;
	top:7px;
	width:190px;
	height:24px;
	padding:10px 20px 10px 130px;
	background-image:url(../images/sub-nav-teachers.png);
	background-position:top left;
	background-repeat:no-repeat;
}



#sub-nav li {
	padding:0;
	margin:0px;
}	

#sub-nav li a {
	display:block;
	padding:6px 0px;
	padding-left:10px;
	margin:0 -10px;
	color:#465920;
	text-decoration:none;
	width:219px;	
}

#sub-nav li a:hover {
	background-color:#F1F8E9;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#F1F8E9;
	border-bottom:1px solid #DCEAC4;
	border-top:1px solid #DCEAC4;
	background-image:url(../images/sub-nav-current.gif);
	background-position:right 0.6em;
	background-repeat:no-repeat;
	
	
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#5A7129;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #EAF3DE;
}

#crumbs li {
	display:inline;
}

#crumbs a {
	color:#5A7129;
}

/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	background-color:#D8EAC4;
	border-color:#BDD997;
        /* padding: 4px; */	
        padding:0px; /* temp remove green border */
	
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#31982A;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#275A98;
}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#C3D0E2;
}

div .hr-transparent {
	background-color:#F4F7FB;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #BDD997;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #BDD997F;
}

fieldset table th {
	width:140px;
	background-color:#EAF3DE;
	border-right:1px solid #BDD997;
	text-align:right;
	color:#465920;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */
#google-map {
	color:#333333;
}


/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #C3D0E2;
    border-bottom:none;
    text-align:left;
width: 100%;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#173D93;
    border-bottom:1px solid #C3D0E2;
	color:#FFF;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #C3D0E2;
}

table.listing div.picture-left {
    font-weight: bold;
}

table.listing img {
border: 1px solid #275A98;
}
