@media screen {

/* -------------------------- Generic -------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #80B616 url(images/background.gif) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color:#356AA0;
	/* color:#193D7E; */
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

 ul, ol {
	margin-bottom: 1.4em;
	line-height: 130%;	
	
}

li
{
    margin-bottom:10px;
}


p 
{
    margin-bottom:1.2em;
    line-height:140%
    }

blockquote {
	font-style: italic;
}

a {
	border-bottom: 1px dotted #80AC26;
	text-decoration: none;
	color: #356AA0;
}

a:hover {
}


hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

#wrapper{
	width:982px;
	margin: 0 auto;
}

strong
{
    color: #356AA0;
}

/*= Header ----------------------------------------------------------------- */
.logoLink
{
    display:block;
    height:300px;
    width:670px;
    position:absolute;
    left:300px;
    top:20px;
}

#header {
	height: 320px;
	background:url(images/kids.gif) no-repeat bottom right;
	margin-top:20px;
	position:relative;
	top:0;
	left:0;
	}

#header h1 {
	position:relative;
	left:-1000px;
	top:-1000px;
}

#header p{
	MARGIN-BOTTOM: 0;	
	LINE-HEIGHT: 0
}

#header a{
	border-bottom:none;
}

#header h2 a {
	color: #333333;
}
/* ------- Yellow news block ----- */
#news{
	position:relative;
	top:95px;
	left:12px;
	border:#ccc 1px dashed;
	width:280px;
	padding:5px 0 0 20px;
	background:#ffffdd;
}
#news ul
{
    line-height:110%;
}

#news ul li p
{
    display:none;
    margin:0;
    line-height:1em;
}

#news .sf_newsDate
{
    display:block;
}

#news a:hover 
{
    text-decoration: none;
	color: #fff;
	background:#356AA0;  
}


#news h2{
	color:#f40000;
	margin-bottom:0px;
}

#news p{
	line-height:1.2em;
	margin-top:0;
	width:270px;
}

.date{
	color:#356AA0;
}

#contactDetails{
	position: relative;
	top:70px;
	left:0;
	height:40px;
	color:#356AA0;
	margin:0;
}

#contactDetails a{
	text-decoration: underline;
}

#contactDetails a:hover
{
    	color:#fff;
}

#contactMailLink
{
    display:block;
    float:left;
    margin: 0;
    padding:5px 0 5px 60px;
    background: url(images/contactMailIcon.jpg) no-repeat top left;
    width:70px;
  
}
#contactRSSLink
{
   display:block;
   padding:5px 0 5px 40px;
   margin:0 0 0 143px;
   background: url(images/contactRSSIcon.jpg) no-repeat top left;
   width:140px;
}


.white{
	color:#fff;
}
/* Page */

#page {
	width: 958px;
	margin: 0 auto;
	padding: 0px 10px;
	background: #fff;
	border-left:#ccc 2px solid;
	border-right:#ccc 2px solid;
	border-bottom:#ccc 2px solid;
	overflow:hidden;
}




/* -------------------------- Content -------------------------------- */

#content {
	float: right;
	width: 600px;
	padding:5px 20px 20px 20px;
}

#content a:hover{
	text-decoration: none;
	color: #fff;
	background:#356AA0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	padding-top:15px;
}

#sidebar a:hover{
text-decoration: none;
	color: #fff;
	background:#356AA0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: url(images/menuBackground.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #f40000;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0 30px 0;
	/* background: #EFEFEF;	
	background: #80AC26 url(images/grassRedux2.jpg) repeat-x top left;
	*/
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
	color:#fff;
}

#footer a{
	color:#fff;
}

/* ----------------- Sitefinity overrides -------------------- */

/* -- News item on homepage -- */

#news h2
{
    font-weight:normal;
}
#news H2.sf_newsTitle {
    font-size:1em;
    margin:2px 0 6px 0;
    color :#356AA0;
    line-height:1.4em;
}

#news H2.sf_newsTitle a{
    color :#356AA0;
    border-bottom:#ccc 1px dashed;
}

#news .sf_newsDate
{
   color :#356AA0;
}


#news H2.sf_newsTitle a:hover
{
    color:#fff;
}


#news ul.sf_newsList{
    margin:0;
}

/* -- News items on news page -- */
#content ul.sf_newsList li
{
    border-bottom:#ccc 1px dashed;
    padding-bottom:10px;
}

#content h2.sf_newsTitle
{
    font-size:1.2em;
    margin-bottom:0;
}


#content ul.sf_newsList li p
{
    line-height:120%;
    margin:4px 0;
}
#content ul.sf_newsList li p.sf_newsDate
{
    margin:5px 0 10px 0;
}

#content ul.sf_newsList li p.sf_readMore
{
    margin:5px 0;
}

/* -- Single news item -- */

.sf_singleNews h2.sf_NewsTitle{
	color:#f40000;
	margin:20px 0 0 0;
}

.sf_singleNews p.sf_newsDate
{
    margin:0;
}

.sf_singleNews p
{
    margin-bottom:1em;
}

.sf_singleNews p.sf_postBookmark a
{
    border-bottom:none;
}

#content .sf_singleNews p.sf_postBookmark a:hover
{
    background:#fff;
}

/* -- Photo gallery -- */

#content ol.sf_photoListLightbox li a
{
    text-decoration:none;
}

#content ol.sf_photoListLightbox li
{
    border:#ccc 1px solid;
    padding:0px 0px 10px 10px;
    margin-right:10px;
    width:160px;
    height:180px;
}

#content ol.sf_photoListLightbox li dd.sf_image IMG
{
    vertical-align:inherit;
}

#lightbox a
{
    border:none;
}
/* -------------------------- jquery css -------------------------- */

.slideshow { 
    position: relative; 
    background: #fafafa url(images/hp_PhotosLoading.jpg) no-repeat top left;
    width: 315px; 
    height: 290px; 
    border: 1px solid #e5e5e5; 
    margin: 0px 0px 20px 20px; 
    float:right;
}

.slideshow img { 
    position: absolute; 
    top: 7px; 
    left: 7px; 
    z-index: 10; 
    background: #fff; 
}

ul.recentlist { 
    position: absolute; 
    bottom: 12px; 
    right: 4px; 
    list-style: none; 
    z-index: 20; 
    margin-bottom:0;
}

ul.recentlist li { display: inline; }

ul.recentlist li a, ul.recentlist li a:visited { 
    display: block; 
    float: left; 
    background: #e5e5e5; 
    padding: 4px 8px; 
    margin-right: 1px; 
    color: #000; 
    text-decoration: none; 
    cursor: pointer; 
    border-bottom:none;
}

ul.recentlist li a:hover, ul.recentlist li a:visited:hover { 
    background: #666; 
    color: #fff; 
}

ul.recentlist li a.current { 
    background: #356AA0; 
    color: #fff; 
}


/* -------------------------- Ends -------------------------------- */
}