﻿* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 20px Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background: #fbf5ec;
    color: #5f5a54;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrap {
    width: 940px;
    margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 164px;
	background: #dacbb5 url(images/school-pmr/line-header-bottom.png) repeat-x bottom;
    font: italic 48px Constantia ;
    color: #5c5852;
}

#logo {
    margin-left: 20px;
    padding-left: 45px;
    padding-top: 55px;
    padding-bottom: 15px;
    background: url(images/school-pmr/header-text-line.png) no-repeat bottom left ;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 25px 0 71px;
}

.content-text {
    display: table;
    vertical-align: top;
}
.schools {
    display: table-cell;
    vertical-align: top;
    /*width: 330px;*/
    text-align: center;
    font-size: 15px;
}
.schools a {
    /*color: #5f5a54;*/
    color: #5C5852;
    text-decoration: none;
     font-family: Times New Roman;
}
.schools a:hover {
    /*color: #847F79;*/
    color: #5F5A54;
}
.title-schools {
    font: italic 30px Constantia;
    color: #5c5852;
    text-decoration: underline;
    margin-bottom: 25px;
    font-weight: normal;
}
.title-contacts {
    font: italic 30px Constantia;
    color: #5c5852;
    margin-bottom: 25px;
    font-weight: normal;
}
/*.schools ul,*/.contacts ul {
    list-style: none;
    padding-left: 20px;
    line-height: 35px;
}


/*.photos {
    display: table-cell;
    vertical-align: top;
}*/

.schools .item {
    display: inline-block;
    margin: 10px;
    
}
.schools .item img {
    width: 150px;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: 0 0 4px #000000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px #000000;
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px #000000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-border-radius: 5px;
    border-radius: 5px;
    
}

.schools .item .school-name {
    text-align: center;
}
.contacts {
    margin-bottom: 60px;
    font-size: 18px;
    margin-top: 30px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -71px auto 0;
	height: 71px;
	background: #dbccb7;
	position: relative;
    border-top: solid 2px #b2a38e;
}
.copyright {
    color: #5c5852;
    font-size: 18px;
    margin-top: 25px;
}