﻿body
{
    background-color: #FFFFFF;
    margin: 0 auto;
}
#main
{
    margin: 0 auto;
    width: 950px;
    height: 100%;
    background-color: White;
    box-shadow: 1px 1px 15px gray;
}
#map
{
    padding: 0px 0px 0px 50px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    margin-top: -15px;
}
#Title
{
    background-color: Black;
    height: 25px;
    width: 43%;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 2px 10px 15px gray;
}
nav
{
    margin-top: -15px;
}
nav ul
{
    list-style: none;
    background: #FF3300;
    display: block;
    height: 30px;
    width: 910px;
    padding-top: 10px;
}
nav ul li
{
    display: inline;
}
nav ul li a
{
    display: block;
    float: left;
    border-top: 1px solid #96d1f8;
    background: #3e779d;
    background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
    background: -moz-linear-gradient(top,  #65a9d7,  #3e779d);
    height: 17px;
    padding: 0 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    -webkit-text-stroke: 1px transparent;
    font: bold 11px/16px "Lucida Grande" , "Verdana" , sans-serif;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    margin: 0 5px 0 0;
}
nav ul li a:hover
{
    border-top: 1px solid #4789b4;
    background: #28597a;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d789f), to(#28597a));
    background: -moz-linear-gradient(top,  #3d789f,  #28597a);
    color: Black;
}
nav ul li a:active, nav ul li a.current
{
    border-top-color: #245779;
    background: #1b435e;
    position: relative;
    top: 1px;
}
#rightpanel
{
    float: right;
    height: 240px;
    width: 260px;
    margin-top: -15px;
    margin-right: 15px;
    border: solid 1px gray;
    -moz-border-radius: 30px 0px;
    -webkit-border-radius: 30px 0px;
    border-radius: 30px 0px;
    font-size: 12px;
    line-height: 20px;
}
#rightpanel a
{
    text-decoration: none;
}
#rightpanel a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
#footer
{
    text-transform: uppercase;
    height: 145px;
    background-image: url(../images/footer_bg.png);
    color: Black;
    padding: 10px;
}
#footer a
{
    color: Black;
    font-size: 12px;
    font-weight: bold;
}
#address
{
    display: block;
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
    width: 77%;
}
.imagesdown img
{
    width: 170px;
    height: 100px;
    margin: 0 66px;
}

.profileinfo
{
    float: left;
    margin: -15px 10px 0px 5px;
    border-radius: 50%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 5px;
    border: 4px solid rgb(255, 255, 255);
    height: 100px;
    width: 100px;
}
