body{
    padding: 0;
    margin: 0;
    font-family:arial, tahoma, helvetica;
    font-size: 12px;
    background-color: #c0c0c0;
}
img {
    border: none;
}
#logo {
    position:absolute;
    top: 10px;
    z-index:100;
}
#photo {
    height: 254px;
    width: 960px;
    color:yellow;
}
a {
    color: #3457AA;
    text-decoration: none;
    cursor: pointer;
}

#wrap {
    margin: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width:960px;
    background-color:white;
    position:relative;
}

#head {
    position: relative;
    background-color: rgba(255,255,255,.7) !important;
    background-color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
}
#head a {
    padding: 3px 10px;
    color: #000;
    text-decoration: none;
}
#head a:hover {
    background-color: #C6413F;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Navigation Styles */
#nav {
    position: relative;
    z-index: 10;
    background-color: black;
    height:30px;
}
#nav ul {
    list-style: none;
    padding: 6px;
    margin: 0;
    text-align:center;
    font-weight: bold;
    font-size: 15px;
    list-style: none;
    position:absolute;
    left:170px;
    width:660px;
    white-space:nowrap;
}
#nav li {
    display: inline;
    text-align:center;
    font-family:arial, tahoma, helvetica;
    padding:0 5px;
    border-left: 1px solid white;
    _border-left:none;
    font-size:9pt;
    float:left !lt ie 8;
    color:white;
    text-transform:uppercase;
}

#nav ul li:first-child {
    border-left: none;
}
#nav a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 5px;
    text-transform:uppercase;
}
#nav a:hover {
    color: #fff;
    background-color: blue;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#nav li ul li a {
    padding: 0;
}
#nav li ul li {
    clear: left;
    float: none;
    display: block;
    text-align: center;
    z-index:100;
    border:none;
    padding-top:7px;
}
#nav li:hover ul {
    display: block;
}
#nav li img {
    margin:-50px 5px;

}
#nav li ul {
    clear: both;
    display: none;
    background-color: black;
    position: absolute;
    margin-left: -105px;
    *margin-left:45px;
    padding: 10px 3px;
    width: 129px;
    z-index: 150;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    left: 0 !lt ie 8;
}

/* Footer Styles */
#foot {
    margin: 10px 0;
    text-align: center;
    font-size: .85em;
    color: #fff;
}
#foot ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
#foot ul li {
    display: inline;
    padding: 0 5px;
    border-left: 1px solid black;
}
#foot ul li:first-child {
    border-left: none;
}
#foot, #foot a {
    color: black;
    font-weight: normal;
    text-decoration: none;
}
#foot a:hover {
    text-decoration: underline;
}
.clear {
    clear:both;
}
#fb {
    float:left;
    position:relative;
    width:230px;
}
#testimonial {
    float:right;    
    margin-right:-40px;
    margin-top:-30px;
    margin-bottom:10px;
    width:200px;
    background-color:#e0e0e0;
    padding:5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 4px 4px 4px #333;
    border: 5px solid white !important;
    border: 2px solid black;
    _display:inline;
    _margin:-20px;
}
#testimonial-parent {
    float:right;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
    width:200px;
    background-color:#e0e0e0;
    padding:5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 4px 4px 4px #333;
    border: 5px solid white !important;
    border: 2px solid black;
}
#testimonial-parent h1 {
    text-transform:uppercase;
    font-size:12pt;
}