@charset "utf-8";
* {	margin: 0;	padding: 0; }

html, body {
	height: 100%
}

body {
	background: url(../images/bg.jpg) repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #4f4f4f;
}
p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 11px;
}
a {	text-decoration: none; color: #4f4f4f;}
img { border: none; }
a:hover { text-decoration: underline;}


h1 { 
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 33px;
	margin-bottom: 10px;
	color: #557635;	
}

h2 {
	font-family: Georgia, Serif;
	font-size: 26px;
	color: #557635;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	font-size: 15px;
	color: #6f0551;
	padding-bottom: 5px;
}

h4 {
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 4px;
}

.clear {
	clear: both;
}



#wrapper {
	min-height: 100%;
	height: auto !important;
	width: 930px;
	margin: 0 auto;
}

#head {
	padding-top: 10px;
	height: 300px;
	position: relative;
}
#banner {
	display: block;
}

#slogan{
	margin-left: 30px;
	float: left;
}
#logo {
	position: absolute;
	top: 94px;
	left: 0;
	height: 199px;
	width: 445px;
	background: url(../images/om-logo.png) no-repeat left;
	text-indent: -9999px;
}
#top-img{
	margin-left: 356px;
}




/* ========= navigation  ========= */


#nav {
	background: #6f0551;
	height: 20px;
	width: 90%;
	font-size:13px;
	margin-left: 93px;
}
#nav ul{
	float: right;
	list-style: none;
}
#nav ul li {
	display: inline;
	float: left;
}
#nav li a {
	float:left;
	text-decoration: none;
	color: #6f0551;
	padding: 30px 10px 15px;
}
#nav li a:hover {
	background: none;	
}
#nav li a:hover span {
	border-bottom: 5px solid #530444;
	padding-bottom: 5px;
	color: #6f0551;
}

#nav li.current {
	background-color: #6f0551;
	color: #fff;
	border-top: solid 5px #3e0333;
	padding: 30px 10px 15px;
}



/* ===== content  ===== */

#content {
	display:block;
	min-height: 100%;
	padding:20px 0 0 30px;
	height: auto;
}
.ytvideo {
float: left;
margin: 20px 0;
}
.main {
	display:block;
	margin: 20px 0px 40px 0px;
	width: 550px;
}
	.main h2{
		
	}
	.main img {
		border: 1px solid #7796ac;
		padding: 3px;
	}
	.main .mainimg{
		float: left;
		margin: 5px 20px 0 0;
	}

.speak {
	margin: 20px 0 30px;
	border-bottom: dotted 1px;
}
	.speak .studentname {
		font-weight: bold;
	}
	.speak span {
		font-style: italic;
	}

.cont-info {
	margin: 40px 0 20px;
}
.col {
	float: left;
	width: 250px;
	border-right: 1px solid #dad1af;
	padding-right: 25px;
	margin-bottom: 30px;
}

.col-last {
	float: right;
	width: 250px;
	margin-bottom: 30px;
}
.col h31{
	margin-bottom: 5px;	
}
.story {
	margin-top: 20px;
}

.main-gallery {
	margin: 20px 30px 20px 0px;
}

.video {
	width: 425px;
}


/* ===== sidebar  ===== */


#sidebar {
	float: right;
	width: 300px;
	margin-top: 20px;
}
#sidebar .box {
	background: #7796ac;
	padding: 70px 20px 20px 20px;
	position: relative;
	margin-bottom: 30px;
}
#sidebar .box h2.title {
	background-image: url(../images/ribbon-2.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 267px;
	height: 50px;
	padding: 5px 0 0 30px;
	margin-left: -34px;
	color: #fff;
	top: 15px;
}
#sidebar .box p {
	font-size:14px;
	line-height: 20px;
	color:#FFF;
}

#sidebar .box .line {
	border-top: 1px solid #FFF;
	margin: 15px 0px 15px 0px;
}
#sidebar .box span.parents {
	font-style: italic;
	font-size:13px;
}



.sidecon {
	border-left: 1px solid #dad1af;
	padding-left: 25px;
	margin-bottom: 20px;
}
.sidecon h2{
	margin-bottom: 20px;
}
.sidecon p{
	font-size: 15px;
	line-height: 25px;
}
.sidecon a{
	color: #6f0551;
}


/* ===== footer  ===== */

.push {
	height: 110px;
	clear: both;
}

#footer {
	background: url(../images/footer-bg.png) no-repeat top center;
	margin: -110px auto 0;
	height: 50px;
	text-align: center;
	line-height: 22px;	
	padding-top: 13px;
	position: relative;
}

#footer .fcontent {
	background: #e7ddb9;
	padding: 8px 0 1px 0;	
}

#footer .design {
	font-size: 10px;
}


/* =========== Front slide  ========== */

#front-slide {
	float: left;
	width: 525px;
	height: 280px;
	margin: 10px 0 40px 0;
}
#front-slide li{
	list-style: none;
}



/* ============ Contact Form ============ */



#contact-wrapper{
	float: left;
	width: 505px;
}
#contact-wrapper  fieldset{
	clear:both;
	margin:11px 0;
	border: none;	
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size: 14px;
	width:500px;
	padding-top: 10px;
}
#contact-wrapper label.error {
	color: #6f0551;
}
#contact-wrapper input.error {
	background: #ecd9e8;
}

p.error {
	color: #900;
	font-size: 18px;
}

span.name {
}

#contactform input {
	color: #000;
}

#contactname, #email, #subject {
	padding:5px;
	font-size:13px;
	background: #e1ded1;
	border: 1px solid #6f0551;
	width: 490px;

}
#contactform textarea {
	background: #e1ded1;
	border: 1px solid #6f0551;
	padding:10px 8px 11px;
	width: 484px;
	color: #000;
	height: 230px;
}
#contactform .but-send {
	background: #6f0551;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	margin-top: 15px;
	border: none;
	padding: 10px 20px;
}
	#contactform .but-send:hover{
		background-color: #3e0333;
	}

	#error.valid ul li strong{  
    color: #93d72e;  
}
