/* BASIC STYLES */
*
{
  font-size: 100.01%;
  line-height: 1.2;
}
body, html
{
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  color: #111;
  text-align: center;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  background: #c0c0c0;
}
body, html, div, img,
h1, h2, h3, h4, h5, p, span,
ul, ol, li, dl, dt, dd
{
  padding: 0;
  margin: 0;
  outline: 0;
}
img
{
  border: none;
}
#container
{
  width: 703px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #3d7bb6;
  border-right: 1px solid #3d7bb6;
}
* html #container
{
  height: 100%;
}

/* HEADER STYLES */
#header
{
  color: #fff;
  width: 677px;
  height: 91px;
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-top: 14px;
}
#header a
{
  color: #ffcb3f;
  text-decoration: none;
  text-transform: lowercase;
  cursor: pointer;
}
#header p
{
  font-size: .5em;
  width: 64px;
  height: 91px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: 20px;
}
* html #header a
{
  cursor: hand;
}
#header span
{
  display: block;
  position: relative;
}
#header span.over
{
  position: absolute;
  left: 0;
  top: 0;
}
h1
{
  text-transform: uppercase;
  font-size: .8em;
  width: 677px;
  height: 91px;
  position: relative;
  padding-left: 15px;
  background-color: #003c74;
  /* padding-left: 90px; */
}
h1 span
{
  width: 637px;
  height: 91px;
  padding-top: 35px;
}
h1 span.over
{
  width: 677px;
  padding: 0;
  z-index: 1;
  background: url(../img/header.jpg) no-repeat left top;
}
#header p span
{
  width: 64px;
  height: 91px;
  padding-top: 28px;
}
#header p span.over
{
  padding: 0;
  background: url(../img/osu_logo.jpg) no-repeat left top;
}

/* MENU STYLES */
#menu
{
  text-transform: uppercase;
  font-size: 10px;
  width: 677px;
  height: 37px;
  margin: 0 auto;
  clear: both;
  border-top: 1px solid #d7d7d7;
  background: #fefefe url(../img/menu_bg.jpg) no-repeat left bottom;
  position: relative;
  z-index: 100;
}
#menu a
{
  text-decoration: none;
  color: #111;
}
#menu .select a
{
  color: #226099;
}
#menu ul
{
  list-style-type: none;
  float: left;
  zoom: 1;
  width: 677px;
  height: 37px;
  padding: 0;
}
#menu li
{
  float: left;
  position: relative;
  z-index: 1;
}
#menu li a,
#menu li a:hover
{
  display: block;
  float: left;
  padding: 0 12px;
  margin: 13px 0;
  border-right: 1px solid #555;
  overflow: hidden;
}
#menu li:last-child a,
#menu li:last-child a:hover
{
  border-right: none;
}
#menu li.sub
{
	z-index:2000;
}
#menu li.sub a:hover,
#menu li.sub:hover a,
* html #menu li.hover a
{
  margin: 0;
  margin-left: -1px;
  z-index: 100;
  border: none;
  padding: 12px 12px 11px 12px;
  background: transparent url(../img/hover_item.jpg) repeat-x 0% 0%;
  height: auto !important;
  height: 1%;
  border: 1px solid #cfd0d2;
}
* html #menu li.hover a:hover
{
  background: none;
}
* html #menu li.sub a:hover
{
  background: transparent url(../img/hover_item.jpg) repeat-x 0% 0%;
}
#menu .noborder a
{
  border: none !important;
}
#menu li ul,
#menu li ul li,
#menu li.sub ul li a
{
  float: none;
  border: none;
  padding: 0 !important;
  margin: 0;
  background: none;
}
#menu li.sub ul li a
{
	border: none !important;
}
#menu li.sub ul
{
  display: none;
  font-size: 1.2em;
  font-family: Arial;
  text-align: left;
  text-transform: capitalize;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 100;
  width: 160px;
  height: auto;
  padding-bottom: 27px !important;
  border: 1px solid #b7b7b7;
  background: #e6eaed url(../img/submenu_bg.jpg) repeat-x left bottom;
}
#menu li.hover ul,
#menu li.sub:hover ul
{
  display: block;
}
#menu li.sub ul li
{
  background: none;
  width: 160px;
}
#menu li.sub ul li a,
#menu li.sub ul li a:hover
{
  float: none !important;
  margin: 0;
  padding: 7px !important;
  background: none !important;
  border-bottom: 1px solid #b7b7b7 !important;
}
#menu li.sub ul li a
{
  margin: 0 7px !important;
}
#menu li.sub ul li.sel a
{
  color: #226099;
  border: none;
}
* html #menu li.sub ul a,
* html #menu li.sub ul a:hover
{
  display: inline-block;
  width: 146px;
}
#menu li.sub ul li a:hover
{
  padding: 8px 0 7px 14px !important;
  margin: 0 !important;
  width: 146px;
  background: #c1cedb !important;
  border: none !important;
  position: relative;
  top: -1px;
}
* html #menu li.sub ul li a:hover
{
  width: 160px;
}
#menu li.sub ul li.noborder a:hover
{
  color: red !important;
  border: none !important;
}

#links
{
  font-size: .7em;
  width: 677px;
  height: 38px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 2;
}
#links a
{
  text-decoration: none;
  color: #111;
}
#links a:hover
{
  text-decoration: underline;
}
#links ul
{
  list-style-type: none;
  float: left;
  zoom: 1;
  width: 677px;
  height: 38px;
  padding: 0;
}
#links li
{
  float: left;
  padding: 0 10px;
  margin: 10px 0;
  position: relative;
}


/* CONTENT STYLES */
#content,
#doc,
#vuzy
{
  font-size: .8em;   /*ulk*/
  width: 677px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  zoom: 1;
  padding-top: 14px;
  /* padding-bottom: 104px;*/
}
#content
{
  padding-bottom: 120px; /*O Ya*/
}
#content dl
{
  width: 364px;
  height: 209px;
  position: relative;
  margin-bottom: 8px;
  background-color: #023e76;
}
#content dt
{
  font-size: 0;
}
#content dt img
{
  font-size: 1.5em;
}
#content dd
{
  color: #fff;
  font-size: 11px;
  width: 344px;
  height: 43px;
  padding: 10px 10px 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #023e76;
  opacity: .72;
  filter: alpha(opacity=72); /* For IE */
  /* background: transparent url(../img/img_bg.png) no-repeat; */
}
#content h2
{
  color: #226099;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 2px;
  padding-right: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #d7d7d7;
}
#content h3
{
  color: #226099;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 4px;
}
#content h4
{
  color: #898989;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 4px;
}
#news
{
  text-align: left;
  width: 367px;
  float: left;
  padding-left: 10px;
  /* padding-bottom: inherit;*/ /*ya_o*/
}
#news dl
{
  width: 364px;
  text-align: left;
}
#news dd
{
  width: 344px;
}
#news img
{
  padding-bottom: 3px;
  padding-right: 7px;
}
#news dl img
{
  padding-bottom: 0;
}
#news p
{
  color: #111;
  padding-bottom: 10px; /*ulk*/
}
#events
{
  text-align: left;
  width: 280px;
  float: right;
  padding-right: 20px;
  /* padding-bottom: inherit;*/ /*ya_o*/
}
#events a
{
  color: #555;
}
#events span
{
  display: block;
  text-decoration: underline;
}
#events p
{
  /* padding-bottom: 10px;*/  /*ulk*/
}
#events .event
{
  padding-bottom: 35px;
  padding-left: 40px;
}
#doc dl
{
  text-align: left;
  clear: both;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 10px;
  padding-left: 10px;
}
#doc dd
{
  margin-left: 115px;
  padding-top: 10px;
}
#doc dd span
{
  font-weight: bold;
  color: #555;
  display: block;
}
#doc dd.name
{
  font-weight: bold;
  padding-top: 29px;
}
#doc dd.name span
{
  color: #111;
  font-weight: normal;
  font-style: italic;
}
#doc dt
{
  float: left;
}
#doc h2
{
  color: #111;
  font-weight: bold;
  font-size: 1.2em;
  border: none;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: center;
}
#doc h2 span
{
  display: block;
  text-transform: none;
}
#doc h4
{
  padding-bottom: 15px;
}
#doc h5
{
  text-align: left;
  padding-bottom: 10px;
}
#doc ol
{
  text-align: left;
  padding-left: 35px;
  padding-bottom: 20px;
}
#doc ol li
{
  padding-bottom: 7px;
}
#doc ol li span
{
  display: block;
  font-style: italic;
}
#doc p
{
  text-align: left;
  padding-bottom: 10px; /*ulk*/
}
#doc p span
{
  font-weight: bold;
  padding-bottom: 20px;
}
#doc .o
{
 padding: 0 10px;
 text-align: left;
}
#doc .u
{
  text-align: right;
  font-style: italic;
  padding-right: 10px;
}

#vuzy a
{
  color: #226099;
  text-decoration: none;
}
#vuzy h2
{
  font-size: 1.4em;
  padding-bottom: 15px;
}
#vuzy h3
{
  font-size: 1.2em;
  padding: 0 0 20px 20px;
  text-align: left;
}
#vuzy ol
{
  text-align: left;
  padding-left: 40px;
  padding-bottom: 15px;
}
#vuzy li
{
  padding-bottom: 20px;
}
#vuzy span
{
  display: block;
  padding-bottom: 3px;
  padding-left: 25px;
}
#vuzy span.name
{
  font-weight: bold;
  padding-left: 0px;
}
#vuzy sup
{
  color: #226099;
  font-weight: normal;
  padding-left: 4px;
}

/* FOOTER STYLES */
#footer
{
  text-align: left;
  font-size: .8em;     /*ulk*/
  width: 677px;
  /* height: 94px;*/
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 13px;
}
#footer .rekviz
{
  color: #7d7d7d;
  background-color: #eee;
  padding: 6px 0 1px 15px;
}
#footer .rekviz div
{
  padding-bottom: 5px;
}
#footer .copyright
{
  color: #898989;
  background-color: #d7d7d7;
  padding: 10px 0 10px 15px;
}
#cont
{
  clear: both;
  font-size: .75em;
  padding: 14px 20px 104px 20px;
  text-align: left;
}
#cont p
{
  padding-bottom: 14px;
}
#cont ul
{
  padding-left: 10px;
}
#cont h2
{
  padding-bottom: 14px;
  text-align: center;
  font-size: 1.2em;
}

ul
{
  list-style: disc;
  padding: 0 0 0 20px;
}
ol
{
 padding: 0 0 0 20px;
}

#news ul
{
 padding: 10px 0 10px 20px;
}
#news ul
{
}
#news ol
{
  padding: 10px 0 10px 20px;
}
#news ul li,
#news ol li
{
  margin-bottom: 5px;
}

#news a,
#news a:visited
{
  color: #555555;
}
.cont
{
  padding: 0 10px;
  text-align: left !important;
}
.cont h3
{
  margin: 10px 0;
}
.cont ul
{
  list-style: none;
}
.cont ul li
{
  padding-bottom: 5px;
}
.image_container
{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}