@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

header {
  width: 1000px;
  margin: auto;
  position: relative; }
  header #logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
  header #social_top {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
    vertical-align: middle; }
    header #social_top img {
      margin-left: 5px; }
  header nav {
    width: 1000px;
    margin: auto; }
    header nav #top_menu {
      margin: auto;
      text-align: center;
      margin-top: 10px;
      height: 32px; }
      header nav #top_menu .current {
        background-color: #e6e6e6; }
      header nav #top_menu li {
        display: inline-block;
        padding: 0px 12px;
        font-size: .7rem;
        font-weight: 300;
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
        color: #767676;
        transition: all .5s;
        margin: 0;
        padding-top: 2px; }
        header nav #top_menu li a {
          width: 100%;
          display: block;
          height: 32px; }
        header nav #top_menu li ul {
          position: absolute;
          width: 240px;
          top: 32px;
          left: 0;
          z-index: 999;
          display: none;
          background-color: #f9f9f9; }
          header nav #top_menu li ul li {
            position: relative;
            display: block;
            text-align: left; }
            header nav #top_menu li ul li:hover {
              color: white;
              background-color: black; }
            header nav #top_menu li ul li ul {
              display: none;
              position: absolute;
              left: 240px;
              top: 0;
              background-color: #f9f9f9; }
              header nav #top_menu li ul li ul li {
                text-align: left;
                position: relative;
                color: black; }
        header nav #top_menu li:hover {
          color: black;
          background-color: #e6e6e6; }
        header nav #top_menu li:hover > ul {
          display: block; }

#content {
  width: 1000px;
  margin: auto;
  clear: both;
  font-family: 'Roboto', sans-serif;
  margin-top: 2px;
  color: #5e5e5e !important; }
  #content h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300; }
  #content .top_banner {
    width: 100%;
    height: auto; }
  #content .img_floatleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
  #content p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: justify; }
  #content .roundimg {
    border-radius: 5px; }
  #content .bottom_line {
    height: 3px;
    overflow: hidden;
    background-color: #c69c6d; }

#content_withbackground {
  width: 1000px;
  height: 529px;
  margin: auto;
  margin-top: 2px;
  color: #5e5e5e;
  border-radius: 5px; }
  #content_withbackground h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 5px 30px;
    margin-top: 130px;
    font-size: 19px; }
  #content_withbackground .text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 900px;
    height: 220px;
    margin-top: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
    padding: 10px; }
    #content_withbackground .text p {
      margin-bottom: 30px; }
  #content_withbackground .contact_floatleft {
    float: left;
    width: 250px;
    border-right: 1px solid #666666;
    padding-right: 10px; }
  #content_withbackground .contact_form {
    float: right;
    width: 600px; }
    #content_withbackground .contact_form input {
      width: 250px;
      padding: 3px;
      font-size: .8rem;
      margin: 5px; }
    #content_withbackground .contact_form input[type="radio"] {
      padding: 0;
      margin: 0;
      width: 20px; }
    #content_withbackground .contact_form input[type="button"] {
      height: 30px;
      width: 150px;
      font-size: .8rem;
      background-color: #313131;
      color: white;
      border: 0;
      margin-right: 61px; }
    #content_withbackground .contact_form textarea {
      width: 525px;
      height: 50px;
      padding: 3px;
      font-size: .8rem;
      margin: 5px; }

.background_wedding {
  background: url(../img/bg_weddings.jpg) no-repeat; }

.background_events {
  background: url(../img/bg_events.jpg) no-repeat; }

.background_jewishweddings {
  background: url(../img/bg_jewishweddings.jpg) no-repeat; }

.background_indianweddings {
  background: url(../img/bg_indianweddings.jpg) no-repeat; }

.background_asianweddings {
  background: url(../img/bg_asianweddings.jpg) no-repeat; }

.background_weddingpackages {
  background: url(../img/bg_weddingpackages.jpg) no-repeat; }

.background_destinationweddings {
  background: url(../img/bg_destinationweddings.jpg) no-repeat; }

.background_multiculturalweddings {
  background: url(../img/bg_multiculturalweddings.jpg) no-repeat; }

.background_praises {
  background: url(../img/bg_preises.jpg) no-repeat; }

.background_contact {
  background: url(../img/bg_contact.jpg) no-repeat; }

.background_aboutus {
  background: url(../img/bg_aboutus.jpg) no-repeat; }

footer {
  width: 1000px;
  margin: auto;
  margin-top: 5px;
  clear: both;
  font-size: .7rem; }
  footer #awards {
    width: 400px;
    margin-top: 0px;
    float: right;
    text-align: right; }
    footer #awards img {
      margin-left: 10px;
      opacity: .7; }
