body {
  margin: 0px;
  padding: 0px;
  font-family: Georgia, Times New Roman, serif;
  background: #d9dadb url(../images/body_bg.png) repeat-x;
}
#main_container {
  width: 100%;
}

#page_container {
  margin: auto;
  width: 940px;
}

/*#header {
  margin: auto;
  width: 940px;
  background: url(../images/header_bg.png) repeat-x bottom;
}*/

#header {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 38px;
  background: url(../images/header_bg.png) repeat-x 0px 40px;
  _background: url(../images/header_bg.gif) repeat-x 0px 40px;
}

.icons {
  float:left;
  padding-bottom:10px;
  display:block;
  background: url(../images/icon_set_top.png) no-repeat;
  width:200px;
  height: 50px;
}

#reg input {
  border: 1px solid #9fa1a4; 
  background: #ffffff url(../images/form_shade.png) top repeat-x;
  margin-right: 3px;
  font-size: 11px;
  padding: 3px;
  width: 150px;
}

#reg input.submit, .button_submit {
	margin-top: 15px;
	margin-left: 0px;
	font-size: 11px;
	padding: 5px 6px 5px 6px; 
	border: 0px;
	background: #567482;
	color: #ffffff;
	cursor: pointer;
}

#search input {
  float: left;
  border: 1px solid #9fa1a4; 
  background: #ffffff url(../images/form_shade.png) top repeat-x;
  margin-right: 3px;
  font-size: 11px;
  padding: 3px;
  width: 130px;
}

#search .submit {
  float: left;
  margin-top: 1px;
  background: url(../images/form_but_bg.png) no-repeat;
  border: 0px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

#search {
  margin-left: 720px;
  padding-bottom: 0px;
  padding-top: 20px;
}

#main_block {
  padding: 20px 40px;
  background: url(../images/page_container_bg.png) repeat-y;
}

a.logo {
  display: block;
  width: 200px;
  height: 70px;
  background: url(../images/zp_logo.png) no-repeat;
}
#menu {
  margin-top: 14px;
  width: 200px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

#menu ul, #rubricator_menu ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
}

#menu ul li, #rubricator_menu ul li {
  border-bottom: 1px solid #cccccc;

}

#menu ul li a {
  display: block;
  font-family: Times New Roman;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  padding-left: 19px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#menu ul li a:hover, #menu ul li a.active, #menu ul li.active a {
  color: #b11117;
}

#rubricator_menu {
  margin-top: 0px;
  width: 200px;
  border-top: 2px solid #9eb3be;
}

#rubricator_menu ul li {
  background: #e8eef2;
}

#rubricator_menu ul li:hover {
  background: #f0f6f9;
}

#rubricator_menu ul li a {
  display: block;
  font-family: Times New Roman;
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  padding-left: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#rubricator_menu ul li a:hover {
  color: #000000;
}

#rubricator_menu span {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #577482;
  padding-left: 19px;
  padding-top: 8px;
  padding-bottom: 10px;
  display: block;
}
#left_block {
  float: left;
}
#right_block {
  float: left;
  margin-left: 20px;
  min-height: 600px;

}

#banner {
padding-bottom: 10px;
border-bottom: 2px solid #9eb3be;
}

#banner  img {
  width: 640px;
  height: 70px;
  border: 0px;
}

#copyright_container {
  margin-top: 20px;
  font-size: 11px;
}

#footer {
  padding-bottom: 25px;
  padding-top: 0px;
  margin-bottom: 15px;
  background: url(../images/footer_bg.png) repeat-x top;
}

#footer .bot_links {
  float: left;
  width: 690px;
  padding-left: 35px;
}

#footer .bot_links ul {
	float: left;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 15px;
	width: 190px;
}

#footer .bot_links ul li, #footer .bot_links ul li.active {
	list-style: square;
	color: #C3C3C3;
	/*margin-right: 10px;
	width: 190px;
	border: 1px solid;
	margin: 0px;*/
}

#footer .bot_links ul li a {
  font-size: 11px;
  color: #777777;
  text-decoration: none;
}

#footer .bot_links ul li a:hover, #footer .bot_links ul li.active a {
  color: #555555;
}

#footer .dev_copyright {
  float: left;
  font-size: 11px;
  color: #777777;
  text-align: right;
  margin-top: 20px;
  margin-left: 8px;
  margin-right: 13px;
}

.dev_copyright a {
  color: #316ac5;
}

a.dev_logo {
  display: block;
  float: left;
  background: url(../images/ma_logo.png) no-repeat;
  margin-top: 15px;
  width: 59px;
  height: 38px;
  border: 0px;
}

a.dev_logo:hover {
  background: url(../images/ma_logo.png) no-repeat 0px bottom;
}

div.cleaner {
  clear:both;
  padding: 0px;
  margin: 0px;
  font-size: 1px;
}

#breadcrumbs {
  margin-top: 10px;
  font-size:11px;
  margin-bottom: 10px;
}

#copyright_container a, #breadcrumbs a {
  color:#316ac5;
}

#content {
width: 610px;
}

#content ul {
list-style-image: url(../images/bullet.png);
}

#content {
  font-family: Georgia, Times New Roman, serif;
  font-size: 13px;
  color: #000000;
}
#content a {
color:#316ac5;
}

#content h1 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 23px;
  color: #a52a2a;
  font-weight: normal;
  margin-bottom: 18px;
}
#content h3 {
  font-size: 14px;
  margin-bottom: 3px;
  color: #000000;
  clear: both;
  padding-top: 10px;
}

#content h3 a {
  color:#316ac5;
  text-decoration: underline;
}

#content h3 a:hover {
  text-decoration: none;
}

#content table {
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #ffffff;
}
#content table th {
background-color: #557483;
color: #ffffff;
}
#content table td {
background-color: #DFE6EA;
}
#content table td.alternate {
background-color: #C1CFD7;
}
#content table th, #content table td  {
border-bottom: 1px solid #ffffff;
padding: 6px;
font-size: 90%;
}
#content .justifyleft {
float: left;
margin-bottom: 10px;
margin-right: 10px;
}
.next {
float: left;
display: block;
}
.prev {
float: left;
display: block;
margin-right: 30px;
}
.prev div.arrow {
float:left;
margin-top:-5px;
margin-right: 10px;
}
.next div.arrow {
margin-top:-5px;
float:left;
margin-left: 10px;
}
.next_article, .prev_article {
display: block;
clear: both;
font-family: Georgia, Times New Roman, serif;
font-size: 11px;
color: #000000;
margin-bottom: 0px;
}
.next_article_link, .prev_article_link {
float: left;
display: block;
font-size: 12px;
width: 250px;
}
/*.prev_article, .prev_article_link {
text-align: right;
}*/

div.rubric {
 font-size: 11px;
 color: #777777;
 margin-bottom: 10px;
}

div.article {
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
}

div.article a {
color: #000000 !important;
text-decoration: none;
}

#dev_copyright_container {
  float:right;
  margin-right:15px;
}
.cover {
padding: 2px;
border: 1px solid #cccccc;
margin-bottom: 10px;
}
.number {
color:#316ac5;
text-align: center;
}
.number_container {
float: left;
margin-top: 20px;
margin-right: 25px;
width: 140px;
}
.number_container img {
padding: 2px;
border: 1px solid #cccccc;
margin-bottom: 10px;
}
.year_container {
clear: both;
padding-bottom: 15px;
margin-bottom: 15px;
}

/*Slider*/
#featured {
width: 460px;
margin-top: 10px;
float: left;
}
.ui-tabs-nav {
float: left;
width: 80px;
margin-left: -85px;
padding-left: 0px;
margin-top: 0px;
}

li.ui-tabs-nav-item {
list-style: none;
margin-left: 0px;
padding-left: 0px;
margin-bottom: 5px;
_margin-bottom: 1px;
line-height: 0px;
width: 80px;
height: 52px;
}

li.ui-tabs-nav-item img {
width: 80px;
height: 52px;
border: 0px;
opacity: 0.5;
filter: alpha(opacity = 50);
}

li.ui-tabs-nav-item img:hover {
opacity: 1;
filter: alpha(opacity = 100);
}

.ui-tabs-panel {
  float: left;
  width: 460px;
}
.ui-tabs-panel img {
  width: 370px;
  height: 223px;
}

li.ui-tabs-selected img {
opacity: 1;
filter: alpha(opacity = 100);
}

#featured .ui-tabs-hide{ 
	display:none; 
}

.info h2, .info h2 a {
font-family: Georgia, Times New Roman, serif;
/*font-size: 24px;*/
font-size: 22px;
margin-bottom: 12px;
font-weight: normal;
/*color: #a52a2a;*/
color: #65757D;
margin-top: 12px;
text-decoration: none;
}
.info {
font-family: Georgia, Times New Roman, serif;
font-size: 13px;
font-weight: normal;
color: #000000;
}
.pagination {
margin-top: 10px;
}
.pagination a {
padding: 0px 5px 0px 5px;
}
#header form {
margin:0px;
padding: 0px;
}
.pollvotes {

}
.holder  {
  margin-top: 0px;
  width: 470px;
  float: left;
}
h1.slide {
  font-family: Georgia, Times New Roman, serif;
  font-size: 24px;
  color: #a52a2a;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration:none;
}
#slide_links {
  background: url(../images/anounce_head_bg_3.png) no-repeat left;
  height:18px;
  width:460px; 
  margin-top:10px;
  padding-left:13px;
  padding-top:5px;
  padding-bottom: 1px;
}
#slide_links div {
  float: left;
}
#slide_links div.a1 {
 width: 165px;
 border: 1px;
}
#slide_links div.a2 {
 width: 170px;
 border: 1px;
}
#slide_links div a {
  font-family: Georgia, Times New Roman, serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
#intro {
  clear: both;
  width:460px; 
  margin-top:10px;
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #9EB3BE;
}
#intro h1, #intro h1 a {
  font-family: Georgia, Times New Roman, serif;
  font-size: 24px;
  color: #a52a2a;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  text-decoration:none;
}
#intro, #intro p {
font-family: Georgia, Times New Roman, serif;
font-size: 13px;
font-weight: normal;
color: #000000;
}
.mag_cover {
width:160px;
margin-left:480px;
margin-top:10px;
margin-right:-10px;
}
.pdf-version img {
border: 0px;
}

#EmailForm input {
margin-bottom:5px;
}
#full_info {
padding: 12px 15px 12px 60px;
margin-top: 20px;
background: #e7e7e8 url(../images/sic_icon.png) no-repeat 10px; 
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
#prevnext {
margin-top: 10px;
}
#prevnext div {
padding-top: 5px;
margin-bottom: 5px;
}
#prevnext a span {
text-decoration: none;
}

