/* [Layout Style] */

body {
  background-color: #C6C0E2;
}
h1, h2, h3 {
  color: #003441;
}
h1 {
  font-size: 160%; font-weight: strong; font-family: arial; margin: 0;
}
h2 {
  font-size: 150%; font-weight: strong; font-family: arial; margin: 0.25em 0 0 0;
}
h3 {
  font-size: 100%; font-weight: normal; font-family: arial; color: #003441; margin: 0.25em 0 0 0;
}
p {
  margin: 0.25em 0 1.5em 0;
}

h2.item_title a { color: #003441 }

/* [ Centering ] */
#layout_centre { text-align: center; width: 100%; }
#layout { text-align: left; width: 949px; margin:10px auto; }

/* [ Drop Shadows ] */
#layout_shadow {
  background: url(/img/sysimg?img=./UserFiles/Image/layout/shade_mr.png) repeat-y top right;
}

/* [ Navigation and search area ] */
#layout_nav {
  padding: 0 7px 0 1px; height: 45px;
}
#layout_nav_content {
  background-color: #E19639; border-bottom: 10px solid #312B51; margin-bottom: 10px;
}
#layout_nav_search_container {
  width: 940px;
  height: 20px;
  padding: 8px 10px 5px 0;
  background: url(/UserFiles/Image/layout/search_bg.gif);
}

#layout_nav_search {
  float: right;
}
#topbar_rss_btn {
  float: left; border: 0px; width: 51px; height: 20px; margin: 0 10px 0 0;
  background: url(/img/sysimg/?img=/UserFiles/Image/layout/btn_rss.gif) 0% 0%;
}
#topbar_rss_btn:hover {
  background-position: 0% 100%;
}

#topbar_search {
  float: left; font-size: 10pt; border: 1px solid #312B51;
  background: url(/img/sysimg/?img=/UserFiles/Image/layout/bg_search.gif&v=2) 0% 0%;
}
#topbar_search_btn {
  float: left; border: 0px; width: 73px; height: 20px; margin: 0 0 0 5px;
  background: url(/img/sysimg/?img=/UserFiles/Image/layout/btn_search.gif) 0% 0%;
}
#topbar_search_btn:hover {
  background-position: 0% 100%;
}

/* [ Main Content Area ] */
#layout_content {
 padding: 0px 1px 0px 1px;
  width: 941px;
}

#layout_content hr {
  height: 1px; width: 100%; padding: 0; margin: 5px 0 5px 0; border: 0; background-color: #1D256D;
}


/* [ One column layout ] */
#layout_columns {
  padding: 10px 15px 10px 15px;
  background: #ececec;
}
#layout_columns hr {
}
#layout_columns .layout_column_1 {
  float: left;
  width: 911px;
}

#layout_columns .layout_column_1_content {
  background: #ffffff;
  padding: 10px 10px 10px 10px; 
}
#layout_columns .layout_column_1 .comments_list{
  padding-top: 0;
}

#layout_breadcrumbs {
  background-color: #ffffff;
  padding: 5px;
  margin: 0 0 15px 0;
}


/* [ Footer ] */
#layout_footer{
  margin: 0 7px 0 0;
}
#layout_footer_content {
  padding: 10px 0 0 0;
  background-color: #312B51;
  color: #fff;
  text-align: center;
  font-size: 80%;
}
#layout_footer_content a {
  text-decoration: none;
  color: #def;
}
#layout_footer_content a:hover {
  text-decoration: underline;
}