@charset "utf-8";
/* CSS Document */

body
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	margin: 10px 0 20px 0;
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9fa28a;
}

#header #school-name span
{
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 0px;
	border-bottom: 0px none;
	margin-bottom: 0px;
}

#header a
{
	text-decoration: none;
	color: #000000;
}

#header #school-address
{
	margin-bottom: 15px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 13px;
}

h2, h3, h4, h5, h6
{
	margin: 5px;
	margin-left: 0px;
}

#navigation,
#in-case-of-emergency,
#footer,
#contact-form-container
{
	display: none;
}

.inside-left
{
	display: none;
}


/* contact */

.contact-info
{
	margin-right: 440px;
}

.contact-map
{
	float: right;
}
	
.contact-map #map
{
	width: 400px;
	height: 300px;
	margin-left: 12px;
	border: 1px solid #749ABF;
}

.contact-info address
{
	font-style: normal;
	padding: 10px;	
}

.contact-info .phone,
.contact-info .fax,
.contact-info .email
{
	padding: 2px 0px;
	padding-left: 10px;
}

.contact-info .email
{
	padding-bottom: 10px;	
}
