
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #ccc;
  text-decoration: underline; white-space: nowrap;
}

    
#key_visual {
   background: url(resources/_wsb_keyvisual.jpg) no-repeat;
}


#text_caption {
  font-family: Courier New, Courier,monospaced;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}



#main_nav_list a.main_nav_active_item {
  background: url(images/dynamic/buttonset3/n1activeitem.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-position: top right;
}



#main_nav_list a.main_nav_item {
  background: url(images/dynamic/buttonset3/n1.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-position: top right;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/dynamic/buttonset3/n1hover.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #999;
  background-position: top right;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(images/dynamic/buttonset3/subnav1active.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.sub_nav_list a.sub_nav_item {
  background: url(images/dynamic/buttonset3/subnav1.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ccc;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(images/dynamic/buttonset3/subnav1hover.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#content_container h1 {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#content_container h2 {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#content_container h3 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#content_container h1 {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#content_container h2 {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#content_container h3 {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}


#content_container, #content_container p {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
#content_container a:link {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #C6DEEF;
}
#content_container a:visited {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #C6DEEF;
}
#content_container a:hover {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
#content_container a:active {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #C6DEEF;
}
#footer_text {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #ccc;
}



#sub_container1 a:visited {
  text-decoration: underline;
  color: #fff;
}
#sub_container1 a:hover {
  text-decoration: underline;
  color: #fff;
}




form.contact {
padding-right: 5px;
padding-left: 5px;
margin: 0;
line-height: 150%;
}


form.contact textarea {
background: white;
color: black;
}


form.contact input {
background: white;
color: black;
}


form.contact fieldset {
border: 3px solid #808080;
padding: 10px; 
}


form.contact label {
font-weight: bold;
font-size: 13.5px;
font-family: verdana, sans serif;
color: white

}

form.contact label.fixedwidth {
display: block;
width: 155px;
float:left;

}


Form.contact .buttonarea input {
background-color: #15317E;
color: white;
font-weight: bold;
font-size: 13.5px;
padding: 5px;
border: 2px solid #0000FF;
}

form.contact .buttonarea {
text-align: center;
align: center;
padding: 4px;

}



.subMenu ul {
display: none;
list-style: none;
max-width: 18ex;
margin-left: -40px;
margin-top: 2px;
}
                                    
li.subMenu:hover ul {
display: block;
position: absolute;
top: 25px;
z-index: 1;
}
    

li.subMenu:hover ul li {
background: url(http://nycturkishclub.com/colorschemes/colorscheme3/images/static/navbg.gif) repeat scroll 0 0;
border-bottom: 1px solid color: #000;
}
                                    

li.subMenu:hover ul li a {
padding: 1px;
width: 126px;
border-bottom: 0.1px solid #eee;
}

#newclass {
border: 5px solid #808080;
margin: 20px 0 20px 0;
padding: 10px 10px 10px 10px;
}

#veryleft {
border: 3px solid #808080;
position: absolute;
top: 310px;
left: -180px;
margin: 5px 5px 5px 10px;
padding: 15px 3px 5px 5px;
width: 210px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#veryleft a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleft a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleft a:hover {
  text-decoration: underline;
  color: #fff;
}
#verylefttwo a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#verylefttwo a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#verylefttwo a:hover {
  text-decoration: underline;
  color: #fff;
}

#veryleftthree a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftthree a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftthree a:hover {
  text-decoration: underline;
  color: #fff;
}
#veryleftfour a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftfour a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftfour a:hover {
  text-decoration: underline;
  color: #fff;
}
#veryleftfive a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftfive a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftfive a:hover {
  text-decoration: underline;
  color: #fff;
}
#veryleftsix a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftsix a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryleftsix a:hover {
  text-decoration: underline;
  color: #fff;
}
#veryright a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryright a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryright a:hover {
  text-decoration: underline;
  color: #fff;
}
#veryrighttwo a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryrighttwo a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryrighttwo a:hover {
  text-decoration: underline;
  color: #fff;
}

#veryrightthree a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryrightthree a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryrightthree a:hover {
  text-decoration: underline;
  color: #fff;
}
#veryrightfour a:link {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryrightfour a:visited {
  text-decoration: underline;
  color: #C6DEEF;
}
#veryrightfour a:hover {
  text-decoration: underline;
  color: #fff;
}


#verylefttwo {
border: 3px solid #808080;
position: absolute;
top: 510px;
left: -180px;
margin: 5px 2px 5px 10px;
padding: 15px 3px 5px 5px;
width: 210px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#veryleftthree {
border: 3px solid #808080;
position: absolute;
top: 725px;
left: -180px;
margin: 5px 2px 5px 10px;
padding: 15px 3px 5px 5px;
width: 210px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#veryleftfour {
border: 3px solid #808080;
position: absolute;
top: 920px;
left: -180px;
margin: 5px 5px 5px 10px;
padding: 15px 5px 5px 5px;
width: 210px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#veryleftfive {
border: 3px solid #808080;
position: absolute;
top: 1025px;
left: -180px;
margin: 5px 5px 5px 10px;
padding: 15px 5px 5px 5px;
width: 210px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#veryleftsix {
border: 3px solid #808080;
position: absolute;
top: 1495px;
left: -180px;
margin: 5px 5px 5px 10px;
padding: 15px 5px 5px 5px;
width: 210px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#leftnavigator1 {
position: absolute;
top: 1290px;
left: -150px;
font-family: Verdana,sans-serif;
color: white;
font-size: 15px;
font-weight: normal;
}

#leftnavigator2 {
position: absolute;
top: 1763px;
left: -125px;
color: white;
}

#leftnavigator2 a:link {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #C6DEEF;
}
#leftnavigator2 a:visited {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #C6DEEF;
}
#leftnavigator2 a:hover {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
#leftnavigator2 a:active {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #C6DEEF;
}

#rightnavigator2 {
margin: 302px 0 0 -30px;
}

#rightnavigator2 a:link {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #C6DEEF;
}

#con_nav_left {
text-align: left;
margin: 88px 0 0 -15px;
}

#con_nav_right {
text-align: right;
margin: -18px 0 0 -15px;
}

#veryright {
border: 3px solid #808080;
margin: 140px 2px 5px 2px;
padding: 10px 8px 8px 8px;
width: 230px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}


#veryrighttwo {
border: 3px solid #808080;
margin: 20px 2px 5px 2px;
padding: 10px 8px 8px 8px;
width: 230px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#veryrightthree {
border: 3px solid #808080;
margin: 20px 2px 5px 2px;
padding: 10px 8px 8px 8px;
width: 230px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}

#veryrightfour {
border: 3px solid #808080;
margin: 20px 2px 5px 2px;
padding: 10px 8px 8px 8px;
width: 230px;
font-family: Verdana,sans-serif;
font-size: 15px;
font-weight: normal;
}
