html { 
    margin: 0px; 
    padding: 0px;
    color: white;
    background-image: url(images/texture4694578.jpg);
    position: absolute;
    left:0;
}

body{
}

#wrap {
    width:1150px;
    margin:0 auto;
}  

#header {
    background-color: white;
    color: black;
}

#main {
    float:left;
    width: 790px;
    padding-left: 10px;
}

#sidebar {
    float:right;
    width: 340px;
    padding-right: 10px;
}

#footer {
    clear:both;
    padding-top: 10px;
}

#logo {
    position: absolute;
    top: 5px;
    left: 0;
    height: 200px;
    float:left;
}

#MainTitle {
    vertical-align: top;
    font-family: cursive;
    padding-left: 220px;
    position: relative;
    height: 170px; /* prevent ugly layout in IE7 */
}

#MainTitle h2 {
    font-style: italic;
}

#MainTitle p {
}

.SocialLinks {
    height: 16px;
}

#PhoneNumber {
    position:absolute;
    top:0;
    left:700px;
    margin-top: 2em;
    margin-right: 5em;
    text-align: center;
}

#PhoneNumber h2 {
    margin-bottom: 0;
    color: #f02b3c;
    font: bold xx-large Palatino, serif;
}

#PhoneNumber p {
    font: bold italic x-large Palatino;
    margin-top: 0;
}

#FooterNumber {
    font: bold italic xx-large Palatino;
    text-align: center; 
    color: black;
}

a {
    color: yellow;
}

.nav {
    position: relative;
}


#MapImageDiv {
    margin-top: 25px;
    position:relative;
}

#MapImage {
    color: #e8bc00;
    width:340px;
    border:2px;
    border-style: solid;
    text-align:center;
}

#MapHoverText {
    position:absolute;
    width: 330px;
    top:4px;
    left:6px;
    color:black;
    background-color: white;
}

#PictureRow1 {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}

#PictureRow2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.mainPics {
    padding: 2px;
    height: 180px;
    background-color: black;
}

#PictureRow1 .mainPics {
    margin-bottom: 0px;
    vertical-align: bottom;
}

#PictureRow2 .mainPics {
    margin-top: 0px;
    vertical-align: top;
    margin-bottom: 20px;
}

#MainPicsHoverText {
    width: 720px;
    height: 50px;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-width: 2px;
    border-color:grey;
    border-style:solid;
    white-space : normal;
    text-align: center;
    background-color: lightgrey;
    color: black;
}

.hoverText {
    display: none;
    white-space : normal;
}

#areasServed {
    font-style:italic;
    padding-top: 5px;
}

#requestInfo {
    background-color: #e8bc00;
    color:#444;
}

#RequestInfoPage h2 {
    font-family: cursive;
    text-align: center;
}

/* Used to distinguish a section on the form */
.FormSection {
    padding: 5px;
}

.FormSection label {
    width: 7em; /*100px;*/
    display: inline-block;
}

/* Used on the titles for form controls */
.ControlTitle {
    font-style: normal;
    font-size: small;
    font-weight: bold;
}

#Submit {
    display:block;
    margin:0px auto;
}

#QuickStart {
    white-space : normal;
    text-align: center;
    margin-right: 2em;
    margin-top: 1em;
}

#QuickStart img {
    width:250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#MatChat {
    margin-left: 50px;
    padding: 10px;
    vertical-align: top;
    width:600px;
}

#MatChat #Heading {
    font-weight: bold;
    font-size: large;
}

#MatChat img {
    height: 150px;
    float: right;
}
	
#BlogArticle {
}
  
.menu {
    background-color: black;
    width: 930px;
    position: absolute;
    bottom: -20px;
    padding-left: 220px;
    list-style: none;
}

.menu li {
    float: left;
    cursor: pointer;
}

.menu a {
    color: white;
    text-decoration: none;
    padding: 0px 20px 0px 30px;
    font-weight: bold;
    border-left: thin solid darkgrey;
    border-right: thin solid darkgrey;
}

.menu li:hover {
    background-color: darkgrey;
}

#testimonials {
    padding: 10px;
}

#testimonials p {
    font-style: italic;
}

#testimonials .studentName {
    margin-top: -10px;
    padding: 0 0 30px 30px;
}

#BottomText {
    text-align: center;
}

#ThanksForTheRequest {
    font-style: larger;
}
