@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Albertus Medium";
	src: url(albr55w.ttf) format("truetype");
}

html, body {
	background-color: #D4EBA4;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

#container {
	width: 80%;
	margin: 10px auto 0px;
	line-height: 130%;
	max-width: 832px;
	min-width: 832px;
}

#banner {
	max-width: 832px;
	min-width: 832px;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	background-image: url(../images/Banner.jpg);
	width: 832px;
	height:145px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#menu {
	padding: 0em .5em;
	background-color: #ddd;
	max-width: 816px;
	min-width: 816px;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

#menu a {
	color: #007200;
	padding: 0px 3px 0px 0px;
	text-decoration: none;
	cursor: pointer;
}

#menu img {
	border: none;
}

#content a {
	text-decoration: none;
}

#AboutUs, #Children, #Lessons, #Courses, #HomeStudy, #OtherServices {
	font-size: smaller;
	padding: 5px 0px;
}

#content, #contenthomepage, #photo {
	padding: 1em;
	max-width: 800px;
	min-width: 800px;
	background-color: #FFF;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	text-align: left;
}

#content {
	border-bottom: 1px solid gray;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#photo {
	display: none;
}

#rss {
	clear: both;
	margin: 0;
	padding: 0;
	border: 1px solid gray;
	max-width: 832px;
	min-width: 832px;
	width: 832px;
	height:170px;
	font-size: smaller;
	background-color: #ddd;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#rss div {
	width: 265px; padding: 0px 5px; float: left;
}

#rss p {
	margin: 0px 5px;
}

#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0;
	max-width: 832px;
	min-width: 832px;
	background-image: url(../images/Grass.png);
	width: 832px;
	height:110px;
}

#content h1, #photo h1 {
	font: bold 22px Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #00B000;
}

#content h2, #photo h2, .subheader {
	font: bold 18px Verdana, Geneva, sans-serif;
	color: #00B000;
}

#content h3 {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #00B000;
}

.subheader { font-family: Albertus Medium; }

#content h1, #content h2, #content h3, #photo h1, #photo h2 {
	margin: 0 0 .5em 0;
}

#contactleft {
	float: left;
	width: 400px;
}

#contactright {
	float: right;
	width: 400px;
}

#contactbottom {
	clear: both;
	width: 800px;
}

label {
	width: 150px;
	float: left;
}

select {
	width: 200px;
}

input {
	width: 200px;
}

#content img { 
	border: none;
	padding: 3px;
}

.success, .error, .working {
	border: 1px solid;
	margin: 5px 0px;
	padding: 15px 15px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: left;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.jpg');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.jpg');
}

.working {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.jpg');
}