html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
br.clear_all {
	clear:both;
	margin-bottom:-0.5em;
}
body{
	background:#6596fb url(../img/body_bg.jpg) bottom left repeat-x;
	font-size:62.5%;
	text-align:center;
/*	font-family:Georgia, Times, serif;*/
    font-family:Tahoma,Geneva,Kalimati,sans-serif;
    color:#ffffff;
}
p {
	line-height:1.2em;
	margin:10px 0;
}
#container {
	width:966px;
	text-align:left;
	margin:0 auto;
	padding:0;
	background:url(../img/container_bg.png) top left repeat-y;
}

#header{
	height:240px;
	position:relative;
	background:url(../img/header_bg.png) bottom left no-repeat;
	z-index:1;
}
#header_logo {
	background: url(../img/sprites.png) 0px -187px no-repeat;
	width:238px;
	height:192px;
	display:block;
	position:absolute;
	right:30px;
	top:-25px;
	text-decoration:none;
}
#home_top_block {
	padding-top:80px;
	padding:50px 20px 10px 20px;
	clear:both;
	background: url(../img/content_bg.png) top left repeat-y;
	position:relative;
}
#home_top_block .content{
	background:#272727;
	color:#ffffff;
	padding:20px;
	font-size:1.5em;
}
#home_top_block h1{
	color:#ffffff;
	padding:20px;
	font-size:150%;
	line-height:1.2em;
	margin:-20px 0;
}
#home_top_block .bottom_link{
	position:absolute;
	bottom:-20px;
	right:10px;
}
#content {
	background: url(../img/content_bg.png) top left repeat-y;
	padding-top:0px;
	padding-bottom:5px;
}
#content .content_column{
}
#content_left_column{
	float:left;
	width:200px;
	margin-left:0px;
	padding:0 20px;
	min-height:100px;
}
#content_middle_column{
	background:url(../img/content_column_bg.jpg) bottom left repeat-x;
	min-height:550px;
	height:auto!important;
	height:550px;
	margin-left: 240px;
	margin-right: 30px;
    padding:0;
}
.content_middle_column_inside{
    float:left;
	padding:0px 10px 0px 20px;
    width:666px;
}
#body-inside #content{
	padding-top:50px;
}
#content_right_column{
	display:none;
}


/*MainMenu*/
ul#main-menu {
	padding:0;
	margin:0;
	padding-top:10px;
	list-style:none;
	list-style-image:none;
}
ul#main-menu li {
	display:block;
	position:relative;
	margin:0;
}
ul#main-menu li a{
	display:block;
	margin:5px 0;
	color:#ffffff;
	padding:5px 10px;
	text-decoration:none;
	font-size:160%;
	font-family: "Arial Narrow", "MS Trebuchet", sans-serif;
	background:url(../img/menu_bg.png) top right no-repeat;	
	height:25px;
	line-height:30px;
}
ul#main-menu li.sf-breadcrumb a,
ul#main-menu li.current a {
	color:#d5c8a0;
}
ul#main-menu li.first a:hover,
ul#main-menu li.current a:hover{
/*ul#main-menu li.sfHover a {*/
	margin-top:0px;
}
ul#main-menu li a:hover{
	background: url(../img/menu_bg.png) left top no-repeat;
	margin:-5px 0;
	padding:0;
	padding-left:50px;
	margin-left:-40px;
	height:45px;
	line-height:45px;
	color:#000;
}
ul#main-menu li.sfHover a {
	background: url(../img/menu_bg.png) left top no-repeat;
	margin:-5px 0;
	padding:0;
	padding-left:50px;
	margin-left:-40px;
	height:45px;
	line-height:45px;
	color:#000;
}
ul#main-menu li.sfHover a:hover {
	margin-top:-5px;
}
ul#main-menu li a,
ul#main-menu li {
	z-index:10;
}
ul#main-menu ul.sub_menu_items {
	position:absolute;
	left:100%;
	top:5%;
	background:#2e2e2e;
	z-index:20;
	width:auto;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
ul#main-menu.no-js ul.sub_menu_items {
    top:-3000px;
}
ul#main-menu.no-js li:hover ul.sub_menu_items {
    top:0px;
}
ul#main-menu ul.sub_menu_items li {
	display:block;
	/*width:230px;*/
	margin:0;
	padding:0;
}
ul#main-menu ul.sub_menu_items li a,
ul#main-menu ul.sub_menu_items li {
	z-index:22;
}

ul#main-menu ul.sub_menu_items li a{
	background:#555 url(../img/drop_down_arrow.png) 5px 5px no-repeat;
	height:1em;
	line-height:1em;
	font-size:1.5em;
	margin:3px;
	padding:5px 5px;
	padding-left:20px;
	display:block;
	color:#fff;
}
ul#main-menu ul.sub_menu_items li a:hover{
	background:#2454a9 url(../img/drop_down_arrow.png) 5px 5px no-repeat;
	height:1em;
	line-height:1em;
	font-size:1.5em;
	margin:3px;
	padding:5px 5px;
	padding-left:20px;
	width:auto;
	display:block;
	color:#fff;
}
/*MainMenu*/

#footer{
	background:url(../img/footer_bg.png) top left no-repeat;
	width:966px;
	margin:0 auto;
	height:46px;
	line-height:20px;
	font-size:1.2em;;
	color:#52555c;
	padding-top:10px;
}
#footer #sponsors {
	text-align:center;
	margin:20px 0 10px 0;
	vertical-align:middle;
	line-height:40px;
}
#footer #sponsors .sponsor{
	vertical-align:middle;
	padding:20px 10px;
	margin:10px;
	background:transparent;
	display:inline;
}
#footer #sponsors .sponsor img{
	vertical-align:middle;
	float:none;
}
#footer_title{
	color:#000;
	font-size:1.6em;
}
#footer a{
	color:#52555c;
	text-decoration:none;
}

#register_today_wrapper{
	width:187px;
	height:187px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
}
#register_today{
	display:block;
	background:url(../img/sprites.png) top left no-repeat;
	width:187px;
	height:187px;
	text-decoration:none;
}

/*Top Bar*/
#top_bar{
	font-size:1.2em;
	margin-bottom:0px;
	height:40px;
	margin-top:0;
}
#top_bar .left{
	height:37px;
	width:26px;
	background:url(../img/sprites.png) -187px 0px no-repeat;
	float:left;
}
#top_bar .middle{
	height:37px;
	background:url(../img/top_bar_bg.png) 0px 0px repeat-x;
	float:left;
	width:870px;
	line-height:25px;
	color:#ffffff;
	padding:0 20px;
}
#top_bar .middle a{
	color:#ffffff;
	text-decoration:none;
}
#top_bar .right{
	height:37px;
	width:26px;
	background:url(../img/sprites.png) -187px -37px no-repeat;
	float:left;
	clear:right;
}


/*RandomImage*/
#header_random_image {
	margin-left:20px;
	margin-top:10px;
	border:1px solid #222;
}
/*End RandomImage*/


/*IntroTextBox*/
#intro_text{
	position:absolute;
	width:409px;
	height:140px;
	padding:20px 25px;
	background:url(../img/box.png) top left no-repeat;
	bottom:-80px;
	right:20px;
	color:#ffffff;
	font-size:1.3em;
}
#intro_text p {
	margin:5px 0;
}
#body-inside #intro_text{
	background:url(../img/box_small.png) top left no-repeat;
	bottom:-40px;
	height:80px;
}
#body-inside #intro_text .content{
	overflow:hidden;
	height:80px;
	padding-right:20px;
	padding-top:20px;
	background:url(../img/quote.png) 0px 10px no-repeat;
	text-indent:35px;
	line-height:1.1em;
}
a.inside_registration_link {
	position:absolute;
	top:-20px;
	left:-25px;
}
#body-inside #intro_text blockquote {
	font-size:0.9em;
	color:#8b8b8b;
}
#body-inside #intro_text blockquote strong.author{
	display:block;
	text-align:right;
	margin-top:0;
}
/*end IntroTextBox*/

/*Contact Form*/
.flash_error,
.error-message{
	color:#bb4444;
}

#contact-form label {
	width:120px;
	float:left;
	margin-bottom:5px;
}
#contact-form .input input {
	width:180px;
	margin-bottom:5px;
	border:1px solid #8b8b8b;
	background:#222;
	color:#e2e2e2;
}
#contact-form .captcha_input input {
	border:1px solid #8b8b8b;
	background:#222;
	color:#e2e2e2;
}
#contact-form .captcha-image label,
#contact-form .captcha_input label,
#contact-form .textarea label {
	width:auto;
	display:block;
	float:none;
}
#contact-form .captcha_image a{
	display:block;
	font-size:0.8em;
}
#contact-form .textarea label{
	margin:0;padding:0;
	line-height:1em;
	margin-top:5px;
	margin-bottom:5px;
}
#contact-form textarea{
	width:300px;
	margin:0;padding:0;
	border:1px solid #8b8b8b;
	background:#222;
	color:#e2e2e2;
}
#contact-form .contact_email_input{
	display:none;
}
input {

	vertical-align:middle;
}
.submit-image input {
	border:0;
	padding:0;
	background:none;
	vertical-align:middle;
	width:auto;
	height:auto;
}
#contact-form .submit {
	margin-top:20px;
}
/*HomePageBlocks START*/
div#news_ticker {
	float:none;
	padding-top:40px;
	width:450px;
	margin-left:0px;
/*	background:#00f;*/
	margin-bottom:0px;
}

div#home_sidebar{
	float:right;
/*	margin-left:530px;*/
/*	background:green;*/
	padding-top:40px;
	width:210px;
	margin-right:-20px;
}
div#home_sidebar h3{
	background:#333;
	padding:0 5px;
	height:25px;
	line-height:25px;
	margin:0;
}
#home_sidebar .montessori_info {
	text-align:center;
	font-size:1.1em;
	background:#333;
	margin-top:1px;
	padding:5px;
	color:#8c8c8c;
	line-height:1.3em;
}
#home_sidebar .montessori_info blockquote {
	font-style:italic;
	margin-top:1.5em;
}
#home_sidebar .montessori_info blockquote strong.author{
	display:block;
	margin-top:1.5em;
	margin-bottom:1em;
}

/*HomePageBlocks END*/


/*NewsTicker START*/
.news_ticker_wrapper{
	position:relative;	
	padding-top:26px;
	width:450px;
}
.news_box {
	padding:0px;
/*	height:400px;*/
/*	overflow:hidden;*/
	position:relative;
	background:#333;
}
.news_box h2.news_title {
	background:#272727 url(../img/next_active.gif) 2% 50% no-repeat;
	font-size:1.5em;
	padding:0.6em 5px 0.6em 35px;
	margin:1px;
	border-bottom:1px solid #424242
}
.news_box_control {
	position:absolute;
	top:0;
	right:0;
	padding:0 20px;
	height:25px;
	line-height:25px;
	background:#333;
}
.news_box_title {
	position:absolute;
	top:0;
	right:0;
	padding:0 10px 0 10px;
	height:25px;
	line-height:25px;
	background:#333;
	font-weight:bold;
	letter-spacing:1px;
	
}

.news_box_control img{
	vertical-align:middle;
}
.news_item{
	position:relative;
/*	padding-top:26px;*/
/*	height:374px;*/
/*	width:430px;*/
/*	margin-bottom:1em;*/
	border-bottom:1px solid #404040;
	padding-bottom:0.5em;
	padding-top:0.5em;
	width:100%;
}
.news_item .title {
	font-weight:bold;
	font-size:1.1em;
}
.news_item_image {
	float:left;
	margin-right:10px;
	margin-left:10px;
/*	:10px;*/
}
.news_item_content {
	background:#333;
	padding:1px 10px;
	min-height:120px;
	height:auto!important;
	height:120px;
}
.news_item_content .news_date{
	font-size:0.8em;
	text-align:left;
	color:#999;
	font-style:italic;
}
.news_link {
	background:#333;
	padding:5px 20px;
/*	margin-bottom:10px;*/
	text-align:right;
	
}
.news_link a{
/*	color:#fff;*/
}
.news_post_link{
	padding:6px 0;
	margin-top:1px;
	text-align:right;
}
.news_post_link a {
	color:#ffffff;
	text-decoration:none;
	background:#333 url(../img/arrow2_small.gif) 10px 50% no-repeat;
	padding-left:25px;
	padding-right:40px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:1px;
	float:none;
}
.news_post_link_nopad a {
    padding-right:10px;
}
/*NewsTicker END*/


/*PhotGalleries*/
a.photo_gallery_link {
	display:block;
	background:#333333 url(../img/arrow2_small.gif) 3px 50% no-repeat;
	position:absolute;
	right:480px;
	top: 260px;
	padding: 5px 10px;
	padding-left: 20px;
	color:#ffffff;
	text-decoration:none;
	font-size:1.4em;
}
/*PhotGalleries END*/

/*BreadCrumbs START*/
div#breadcrumbs {
	text-align:right;
	padding-bottom:1px;
	padding-top:10px;
	padding-right:20px;
	margin-left:240px;
	margin-right:30px;
	margin-bottom:0px;
	background:#272727;
	font-size:1.2em;
}
ul#breadcrumbs {
	margin:0;
	padding:0;

}
ul#breadcrumbs li{
	display:inline;
}
ul#breadcrumbs li.crumb_level_0{
/*	background:url(../img/arrow2_small.gif) left center no-repeat;*/
/*	padding-left: 15px;*/
}
ul#breadcrumbs li a{
	color:#fff;
	text-decoration:none;
}
ul#breadcrumbs li span.current_crumb{
	color:#d5c8a0;
}
/*BreadCrumbs END*/

/*EditorStyles START*/
#content_middle_column h1 {
	background:#272727;
	padding:0px 10px 20px 10px;
	margin-left:-20px;
	margin-right:-10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.9em;
	letter-spacing:1px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
a {
	color:#d5c8a0;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
#content_middle_column {
	position:relative;
	padding-bottom:10px;
	font-size:1.4em;
	line-height:1.2em;
	margin-bottom:0px;
	letter-spacing:1px;
}
#body-inside #content_middle_column {
	background:#323232;
	padding-bottom:30px;
	margin-bottom:20px;
}
#content_middle_column p{
	padding:0;
	margin:10px 0;
}
#content_middle_column ul,
#content_middle_column ol {
	margin-left:20px;
}
.dynamic_page_link {
	background:#323232;
	position:absolute;
	padding:5px 20px;
	bottom:-24px;
	right:0;
	width:auto;
}
.dynamic_page_link a{
	color:#d5c8a0;
	background:url(../img/arrow2_small.gif) left center no-repeat;
	padding-left:15px;
	text-decoration:underline;
}
ul,ol {
	padding-left:30px;
	color:#9cbaf7;
	margin:15px 0;
}
li {
	margin:10px 0;
}
ul {
	list-style-image:url(../img/bullet.gif);
	line-height:1.5em;
}
ol {
	list-style:decimal;
	line-height:1.5em;
}
h2 {
	font-size:1.3em;
	margin: 20px 0 10px 0;
	color:#a2a2a2;
/*	font-family:"Trebuchet MS", Helvetica, sans-serif;*/
}
h3 {
	font-size:1.1em;
	color:#a2a2a2;
	font-style:italic;
	font-family:Georgia,Times, serif;
/*	font-weight:normal;*/
	margin:20px 30px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
h4 {
	font-weight:bold;
	font-size:1.1em;
	color:#a2a2a2;
	
}
/*EditorStyles END*/

/*BottomLine START*/
#bottom_line {
	height:47px;
	line-height:47px;
	position:relative;
	margin:0 30px;
	font-size:1.1em;
}
#bottom_line .start {
	background:url(../img/arrow.gif) center center no-repeat;
	width:32px;
	height:47px;
	position:absolute;
}
#bottom_line .content {
	margin-left:32px;
	margin-right:13px;
	padding-left:10px;
	background:url(../img/bottom_line_bg.gif) left top repeat-x;
}
#bottom_line .end {
	background:url(../img/bottom_line_end.gif) center center no-repeat;
	width:13px;
	height:47px;
	position:absolute;
	top:0;
	right:0;
}
#bottom_line form {
	display:inline;
	padding:0 4px;
}
.bottom_bar_form {
	display:inline;
}
.bottom_bar_form *,
#bottom_line .submit {
	display:inline;
}
.sitemap_form div.select {
	background:url(../img/sitemap_bg.gif) left bottom no-repeat;
	border:none;
	width:172px;
	height:24px;
	line-height:26px;
	padding:4px 0;
/*	display:block;*/
}
.sitemap_form select {
/*	visibility:hidden;*/
	width:172px;
	height:26px;
	opacity:0;
	
}
#bottom_line select *{
	display:block;
	visibility:visible;
}
.bottom_bar_form .input input{
	background:#9b9b9b;
	border:1px solid #616161;
	height:16px;
	line-height:20px;
	vertical-align:middle;
	padding:3px 10px;
	color:#272727;
	font-size:1.1em;
	width:120px;
	margin-right:2px;
}
/*BottomLine END*/



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cake-debug{
    background:#666;
    text-align: left;
    font-size:16px;
}

